/*!
Theme Name: Kava
Theme URI: https://crocoblock.com/kava-theme
Author: Zemez
Author URI: https://zemez.io
Description: Kava is a top-notch WordPress theme with clean and stylish design, built for your convenience. It is made to become a perfect asset for everyone regardless of the experience level.
Kava theme has loads of customization settings, it is easy to install and use. It works in perfect sync with Elementor live page builder, and can be easily adjusted to all your purposes. 
The theme can be turned into WooCommerce store, and it is perfect for creating online stores. 
It has multiple blog variations, and its style settings are immense.
Version: 1.0.0-beta2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kava
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kava is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Builder
--------------------------------------------------------------*/
/* Button */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background-color: white; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0; }

p {
  margin: 0 0 1em; }

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

blockquote {
  font-size: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    font-size: 14px;
    font-size: 0.875rem; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

code {
  padding: 2px 5px;
  border: 1px solid #ebeced; }

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #666; }

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 640px) {
    .container {
      max-width: 640px; } }
  @media (min-width: 940px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1120px) {
    .container {
      max-width: 1120px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 940px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1120px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 640px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 940px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1120px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row-xs-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (min-width: 640px) {
  .row-sm-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 940px) {
  .row-md-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 1120px) {
  .row-lg-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.col-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-xs-center {
  -ms-flex-item-align: center;
  align-self: center; }

.col-xs-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media (min-width: 640px) {
  .col-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-sm-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 940px) {
  .col-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-md-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1120px) {
  .col-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-lg-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-xl-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .col-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: ''; }

blockquote {
  position: relative;
  margin: 35px 0;
  padding: 0 0 0 60px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
  font-style: italic; }
  @media (min-width: 640px) {
    blockquote {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 940px) {
    blockquote {
      font-size: 28px;
      font-size: 1.75rem; } }
  blockquote p {
    margin: 0; }
    blockquote p + p {
      margin-top: 1em; }
  blockquote cite {
    display: block;
    margin-top: 5px;
    font-style: normal; }
    blockquote cite:before {
      content: "- "; }
  blockquote:before {
    content: "\eb16";
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 10px; }

hr {
  background-color: #ebeced;
  border: 0;
  height: 1px;
  margin: 1.5em 0; }

.edit-link {
  display: inline-block;
  margin-top: 15px; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
  padding-right: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .inline-list li {
    display: inline-block;
    vertical-align: top; }

/*--------------------------------------------------------------
## ToTop
--------------------------------------------------------------*/
#toTop {
  overflow: hidden;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: -999em;
  z-index: 999; }
  #toTop:before {
    content: "\e99e";
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 25px; }
  #toTop:focus {
    outline: none; }
  @media (min-width: 640px) {
    #toTop {
      right: 20px; } }

/*--------------------------------------------------------------
## Page preloader
--------------------------------------------------------------*/
.page-preloader-cover {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.page-preloader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -16.5px 0 0 -16.5px;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-animation: tm_spin 1s linear infinite;
  animation: tm_spin 1s linear infinite;
  z-index: 11; }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn {
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn.invert-button {
    border: 1px solid #fff;
    background: none; }

.btn-icon {
  font-size: 20px;
  font-size: 1.25rem; }
  .btn-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e949'; }

.btn-text-icon {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500; }
  .btn-text-icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    content: '\e949';
    margin-left: 10px; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 8px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  border-radius: 4px; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  select:focus,
  textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px #ebeced;
    box-shadow: 0 0 10px #ebeced; }

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  outline: none; }

input[type='submit'],
input[type='reset'] {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600; }

select {
  border: 1px solid #ebeced; }

textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  overflow: auto; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 0;
	padding: 0;
	.top-panel & {
		display: inline-block;
		vertical-align: top;

		@include media-breakpoint-up(md) {
			display: block;
		}
	}
	&:after {
		display: block;
		clear: both;
		width: 100%;
		content: '';
	}
	&__field[type='search'] {
		float: left;
		box-sizing: border-box;
		width: calc(100% - 50px);
		height: 50px;
		.top-panel & {
			width: 150px;
			height: 30px;
			padding: 7px;
			border: none;
			background: none;
			&:focus {
				box-shadow: none;
			}
		}
	}
	&__submit {
		float: left;
		width: 50px;
		padding-right: 0;
		padding-left: 0;
		border: none;
		i.material-icons {
			line-height: 20px;
			display: block;
			height: 20px;
			margin: 0 auto;

			@include font-size(1.5);
		}
		.top-panel & {
			width: 30px;
			padding: 5px 0;
			background-color: transparent;
			&:hover {
				background: none;
			}
			&:active,
			&:focus,
			&:hover {
				box-shadow: none;
			}
		}
	} */ }
  .search-form label, .search-form__field {
    width: 100%; }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .search-form__submit.btn {
    padding: 11px;
    margin-left: 10px;
    font-size: 12px;
    font-size: 0.75rem; }

.post-password-form label {
  display: inline-block;
  vertical-align: top; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #fff; }
    .main-navigation ul ul ul {
      left: -999em;
      top: -10px; }
    .main-navigation ul ul li {
      padding: 5px 20px; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul ul a {
      width: 150px; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }

.main-navigation li {
  position: relative;
  display: inline-block; }

.main-navigation .menu > li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 12px; }
  .main-navigation .menu > li:first-child {
    margin-left: 0; }

.main-navigation a {
  display: inline-block;
  text-decoration: none; }

/* Item submenu arrow */
.menu-item-has-children {
  padding-right: 12px; }
  .menu-item-has-children:before {
    position: absolute;
    top: 16px;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    font-size: 0.5rem;
    content: '\e926'; }
    .menu-item-has-children .menu-item-has-children:before {
      top: 6px;
      content: '\e928';
      right: 20px; }

/*--------------------------------------------------------------
## Posts navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation {
  overflow: hidden;
  margin-top: 50px;
  padding-top: 45px;
  padding-bottom: 25px;
  border-top: 1px solid #ebeced; }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links {
    font-weight: 400; }
    .comment-navigation .nav-links .nc-icon-mini,
    .posts-navigation .nav-links .nc-icon-mini {
      position: relative;
      top: 1px; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous {
    float: left;
    width: 50%; }
    .comment-navigation .nav-previous .nc-icon-mini,
    .posts-navigation .nav-previous .nc-icon-mini {
      margin-right: 2px; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }
    .comment-navigation .nav-next .nc-icon-mini,
    .posts-navigation .nav-next .nc-icon-mini {
      margin-left: 2px; }

.posts-list--creative.list-style-default + .posts-navigation,
.posts-list--default.list-style-v9 + .posts-navigation {
  border: none;
  margin-top: 0; }

.posts-list--creative.list-style-default + .posts-navigation .nav-links,
.posts-list--default.list-style-v9 + .posts-navigation .nav-links,
.posts-list--creative.list-style-v2 + .posts-navigation .nav-links {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.post-navigation {
  overflow: hidden;
  margin: 45px 0 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebeced; }
  .post-navigation .nav-links {
    font-weight: 400; }
    .post-navigation .nav-links .post-title {
      margin: 0; }
      @media (max-width: 639px) {
        .post-navigation .nav-links .post-title {
          font-size: 16px;
          font-size: 1rem; } }
    .post-navigation .nav-links .nc-icon-mini {
      position: absolute;
      top: 32px; }
      @media (min-width: 640px) {
        .post-navigation .nav-links .nc-icon-mini {
          top: 35px; } }
  .post-navigation .nav-text {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase; }
  .post-navigation .nav-previous, .post-navigation .nav-next {
    position: relative; }
    @media (min-width: 640px) {
      .post-navigation .nav-previous, .post-navigation .nav-next {
        width: 50%; } }
  .post-navigation .nav-previous {
    padding: 0 15px 0 35px; }
    @media (min-width: 640px) {
      .post-navigation .nav-previous {
        float: left; } }
    .post-navigation .nav-previous .nc-icon-mini {
      left: 0; }
  .post-navigation .nav-next {
    text-align: right;
    padding: 0 35px 0 15px; }
    @media (min-width: 640px) {
      .post-navigation .nav-next {
        float: right; } }
    .post-navigation .nav-next .nc-icon-mini {
      right: 0; }
  @media (max-width: 639px) {
    .post-navigation .nav-previous + .nav-next {
      margin-top: 30px; } }

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  text-align: center; }
  .social-list .menu-item > a:hover {
    text-decoration: none; }
  .social-list .menu-item > a:focus {
    outline: none; }
  .social-list .menu-item > a[href*="500px.com"]::before {
    content: '\eb73'; }
  .social-list .menu-item > a[href*="angel.co"]::before {
    content: '\eb74'; }
  .social-list .menu-item > a[href*="codepen.io"]::before {
    content: '\eb79'; }
  .social-list .menu-item > a[href*="dribbble.com"]::before {
    content: '\eb7d'; }
  .social-list .menu-item > a[href*="dropbox.com"]::before {
    content: '\eb7e'; }
  .social-list .menu-item > a[href*="facebook.com"]::before {
    content: '\eb82'; }
  .social-list .menu-item > a[href*="flickr.com"]::before {
    content: '\eb84'; }
  .social-list .menu-item > a[href*="plus.google.com"]::before {
    content: '\eb86'; }
  .social-list .menu-item > a[href*="github.com"]::before {
    content: '\eb85'; }
  .social-list .menu-item > a[href*="instagram.com"]::before {
    content: '\eb87'; }
  .social-list .menu-item > a[href*="linkedin.com"]::before {
    content: '\eb89'; }
  .social-list .menu-item > a[href*="pinterest.com"]::before {
    content: '\eb8d'; }
  .social-list .menu-item > a[href*="reddit.com"]::before {
    content: '\eb8f'; }
  .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
    content: '\eb92'; }
  .social-list .menu-item > a[href*="tumblr.com"]::before {
    content: '\eb97'; }
  .social-list .menu-item > a[href*="twitter.com"]::before {
    content: '\eb98'; }
  .social-list .menu-item > a[href*="vimeo.com"]::before {
    content: '\eb99'; }
  .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
    content: '\eb9c'; }
  .social-list .menu-item > a[href*="youtube.com"]::before {
    content: '\eb9e'; }
  .social-list .menu-item > a[href*="vine.co"]::before {
    content: '\eb9a'; }
  .social-list .menu-item > a[href*="trello.com"]::before {
    content: '\eb96'; }
  .social-list .menu-item > a[href*="soundcloud.com"]::before {
    content: '\eb94'; }
  .social-list .menu-item > a[href*="spotify.com"]::before {
    content: '\eb95'; }
  .social-list .menu-item > a[href*="slack.com"]::before {
    content: '\eb93'; }
  .social-list .menu-item > a[href*="last.fm"]::before {
    content: '\eb88'; }
  .social-list .menu-item > a[href*="behance.net"]::before {
    content: '\eb75'; }
  .social-list .menu-item > a[href*="deviantart.com"]::before {
    content: '\eb7c'; }
  .social-list .menu-item > a::before {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px; }
    .social-list--text .social-list .menu-item > a::before {
      display: none; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #ebeced; }
  .breadcrumbs .page-title {
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.125rem; }
  .breadcrumbs_wrap {
    overflow: hidden; }
  .breadcrumbs_item {
    float: left; }
    .breadcrumbs_item_link:hover {
      text-decoration: underline; }
    .breadcrumbs_item_sep {
      margin: 0 .5em; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.hidden {
  display: none; }

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin: 45px 0 40px; }

.comments-title {
  margin: 0 0 40px; }

.comment-list {
  margin: 0 0 45px;
  padding: 0 0 8px;
  list-style: none;
  border-bottom: 1px solid #ebeced; }
  .comment-list .children {
    margin-top: 18px;
    margin-left: 30px;
    list-style: none; }
    @media (min-width: 1120px) {
      .comment-list .children {
        margin-left: 70px; } }
  .comment-list .comment,
  .comment-list .ping {
    margin-bottom: 36px; }

.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-author {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  margin: 0 20px 0 0; }
  .comment-author .avatar {
    border-radius: 50%; }

.comment-meta {
  margin-bottom: 2px; }
  .comment-meta .fn {
    margin-right: 12px; }

.comment-date {
  display: inline-block; }
  .comment-date__time {
    display: inline-block;
    vertical-align: top; }

.comment-content p {
  margin-bottom: 1px; }

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

.comment-reply-link {
  text-transform: uppercase; }
  .comment-reply-link i {
    margin-right: 5px; }

.comment-respond .comment-reply-title {
  margin-bottom: 20px; }

.comment-respond .comment-notes {
  margin-bottom: 25px; }

.comment-form-author, .comment-form-email, .comment-form-url {
  margin: 10px 0 0 0; }

.comment-form-comment {
  margin-bottom: 30px; }

.comment-form .form-submit {
  margin: 30px 0 0 0; }
  .comment-form .form-submit .submit {
    width: 100%; }

.comment-form__field {
  width: 100%;
  vertical-align: top; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
  padding-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
  border-bottom: 1px solid #ebeced; }
  .post-author-bio > * {
    padding-left: 12px;
    padding-right: 12px; }

.post-author__avatar .avatar {
  border-radius: 50%; }

.post-author__content {
  margin-bottom: 10px; }

.post-author__title {
  margin: 0;
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden; }
  .site-logo {
    font-size: 32px;
    font-size: 2rem;
    text-transform: lowercase;
    font-weight: 700; }
  .site-header.container, .site-content.container, .site-footer.container {
    padding-left: 0;
    padding-right: 0; }

.space-between-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .space-between-content > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding-top: 18px;
  padding-bottom: 36px; }
  @media (min-width: 940px) {
    .header-container.isStick {
      position: fixed;
      z-index: 1000;
      right: 0;
      left: 0; } }
  .header-container__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.site-branding .custom-logo {
  display: block; }

.pseudoStickyBlock {
  display: none; }
  @media (min-width: 940px) {
    .pseudoStickyBlock {
      display: block; } }

/*--------------------------------------------------------------
## Top panel
--------------------------------------------------------------*/
.top-panel {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px; }
  @media (max-width: 639px) {
    .top-panel .space-between-content {
      display: block;
      text-align: center; } }
  .top-panel__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-panel-content__left > *, .top-panel-content__right > * {
    display: inline-block;
    vertical-align: middle; }
  .top-panel-content__left > * {
    margin-right: 10px; }
  .top-panel-content__right > * {
    margin-left: 10px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px; }
  .footer-container__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 639px) {
      .footer-container__wrap .space-between-content {
        display: block;
        text-align: center; } }

.footer-area {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 640px) {
    .footer-area {
      max-width: 640px; } }
  @media (min-width: 940px) {
    .footer-area {
      max-width: 940px; } }
  @media (min-width: 1120px) {
    .footer-area {
      max-width: 1120px; } }
  @media (min-width: 1200px) {
    .footer-area {
      max-width: 1200px; } }
  .footer-area > .widget {
    width: 25%; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Entry
--------------------------------------------------------------*/
.entry-title {
  margin-top: 0; }
  .posts-list--default .entry-title {
    margin-bottom: 18px; }
  .grid-item .entry-title {
    margin-bottom: 0 0 10px; }

.entry-meta {
  font-size: 14px;
  font-size: 0.875rem; }
  .entry-header .entry-meta {
    margin-left: -8px;
    margin-right: -8px; }
    .entry-header .entry-meta > * {
      padding-left: 8px;
      padding-right: 8px; }
    .posts-list--default .entry-header .entry-meta {
      margin-bottom: 28px; }
    .grid-item .entry-header .entry-meta {
      margin-bottom: 3px; }
  .grid-item .entry-footer .entry-meta > * {
    margin-top: 18px; }
  .entry-footer .entry-meta > *:first-child {
    margin-top: 0; }

.grid-item .entry-content {
  margin-bottom: 5px; }

/*--------------------------------------------------------------
### Meta
--------------------------------------------------------------*/
span.posted-on,
span.byline,
span.cat-links,
span.tags-links {
  display: inline-block; }

.tags-links {
  text-transform: capitalize; }

.comments-link,
.comments-button {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top; }
  .comments-link i,
  .comments-button i {
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 2px; }

.comments-button {
  border-radius: 4px;
  padding: 12px 12px 9px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  background-color: #f1f4f6; }

.post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .btn-style .post-categories li {
    display: inline-block;
    margin-right: 3px; }
  .btn-style .post-categories a {
    padding: 6px 10px;
    border-radius: 4px; }

/*--------------------------------------------------------------
### Post-thumbnail
--------------------------------------------------------------*/
.post-thumbnail__link {
  display: inline-block; }

.post-thumbnail img {
  display: block;
  border-radius: 4px; }

.grid-item .post-thumbnail {
  margin-bottom: 20px; }

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.related-posts {
  margin: 45px 0 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ebeced; }
  .related-posts .entry-title {
    margin: 0 0 20px; }
  .related-posts .related-post {
    overflow: hidden;
    margin-bottom: 13px; }
    .related-posts .related-post.col-lg-6 .post-thumbnail {
      width: 120px;
      float: left;
      margin: 0 20px 15px 0; }
    .related-posts .related-post .entry-header {
      margin-bottom: 5px; }
    .related-posts .related-post .entry-title {
      margin: 0; }
    .related-posts .related-post .entry-meta .posted-on,
    .related-posts .related-post .entry-meta .byline {
      display: block; }
    .related-posts .related-post .entry-content {
      font-size: 14px;
      font-size: 0.875rem; }

.default-content-item {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  .default-content-item + .default-content-item {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ebeced; }
  .default-content-item .post-thumbnail,
  .default-content-item .entry-meta {
    margin-bottom: 15px; }
  @media (min-width: 640px) {
    .default-content-item .entry-content {
      font-size: 18px;
      font-size: 1.125rem; } }
  .default-content-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
    margin-top: 28px; }
  .default-content-item .entry-footer .entry-meta > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .default-content-item .entry-footer .entry-meta > div > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }

/*--------------------------------------------------------------
### Page
--------------------------------------------------------------*/
.page-header {
  margin: 40px 0; }

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

/*--------------------------------------------------------------
### Search Results
--------------------------------------------------------------*/
.search-item + .search-item {
  margin-top: 50px; }

.search-item .entry-title, .search-item .entry-meta {
  margin-bottom: 5px; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
/* Image Post Format */
.post_format-post-format-image .post-thumbnail {
  margin-bottom: 26px; }
  .post_format-post-format-image .post-thumbnail__link {
    position: relative;
    display: block; }
    .post_format-post-format-image .post-thumbnail__link:before {
      display: inline-block;
      font: normal normal normal 14px/1 'Nucleo Mini';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\ea64';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      margin: -35px 0 0 -35px;
      font-size: 35px;
      line-height: 70px;
      text-align: center;
      border-radius: 50%;
      -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.7);
      box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.7);
      -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
      transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
      -o-transition: opacity 0.2s ease, transform 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease;
      transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: scale(0.35);
      -ms-transform: scale(0.35);
      transform: scale(0.35);
      opacity: 0; }
    .post_format-post-format-image .post-thumbnail__link:hover:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

/* Gallery Post Format */
.post_format-post-format-gallery .post-thumbnail {
  display: block;
  margin-bottom: 26px; }
  .post_format-post-format-gallery .post-thumbnail__link {
    display: block; }

.post_format-post-format-gallery .swiper-button-prev,
.post_format-post-format-gallery .swiper-button-next {
  width: 45px;
  height: 45px;
  margin-top: -35px;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Mini';
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(59, 61, 66, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(59, 61, 66, 0.1); }
  .post_format-post-format-gallery .swiper-button-prev:before,
  .post_format-post-format-gallery .swiper-button-next:before {
    line-height: 45px; }

.post_format-post-format-gallery .swiper-button-prev:before {
  content: '\e927'; }

.post_format-post-format-gallery .swiper-button-next:before {
  content: '\e928'; }

/* Link Post Format */
.post_format-post-format-link .post-format-link {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400; }
  .post_format-post-format-link .post-format-link:before {
    position: relative;
    top: 2px;
    content: '\ea92';
    margin-right: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .post_format-post-format-link .post-format-link-wrapper {
    margin-bottom: 24px;
    padding: 35px 40px;
    border-radius: 4px;
    background-color: #f1f4f6; }

/* Link Post Format */
.post_format-post-format-quote .post-format-quote {
  padding: 50px 8%;
  border-radius: 4px;
  text-align: center; }
  .post_format-post-format-quote .post-format-quote:before {
    position: static;
    margin: 0 auto 17px;
    display: block;
    text-align: center;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 28px; }
  .post_format-post-format-quote .post-format-quote cite {
    margin-top: 15px; }

/* Link Post Format */
.post_format-post-format-audio .mejs-audio {
  margin-bottom: 24px; }

/* Link Post Format */
.post_format-post-format-video .wp-video {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Posts List
--------------------------------------------------------------*/
.default-item .post-thumbnail {
  margin-bottom: 26px; }

.posts-list--default.list-style-default .default-item + .default-item, .posts-list--default.list-style-v2 .default-item + .default-item, .posts-list--default.list-style-v4 .default-item + .default-item {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced; }

.posts-list--default.list-style-v3 .default-item + .default-item, .posts-list--default.list-style-v5 .default-item + .default-item, .posts-list--default.list-style-v6 .default-item + .default-item, .posts-list--default.list-style-v7 .default-item + .default-item {
  margin-top: 30px; }

.posts-list--default.list-style-v8 .default-item + .default-item {
  margin-top: 60px; }

.posts-list--default.list-style-v10 .default-item + .default-item {
  margin-top: 50px; }

/*-------------------
### Default Styles
---------------------*/
.list-style-default .default-item {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 640px) {
    .list-style-default .default-item .entry-content {
      font-size: 18px;
      font-size: 1.125rem; } }
  .list-style-default .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
    margin-top: 28px; }
  .list-style-default .default-item .entry-footer .entry-meta > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .list-style-default .default-item .entry-footer .entry-meta > div > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }

/*-------------------
### V2 Styles
---------------------*/
.list-style-v2 .default-item {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  .list-style-v2 .default-item .entry-header, .list-style-v2 .default-item .entry-content {
    text-align: center;
    margin-left: 45px;
    margin-right: 45px; }
  @media (min-width: 640px) {
    .list-style-v2 .default-item .entry-content {
      font-size: 18px;
      font-size: 1.125rem; } }
  .list-style-v2 .default-item .entry-footer .entry-meta > div:not(:empty) + .btn {
    margin-top: 32px; }
  .list-style-v2 .default-item .entry-footer .entry-meta {
    margin-top: 10px;
    text-align: center; }
    .list-style-v2 .default-item .entry-footer .entry-meta > div {
      margin-left: -8px;
      margin-right: -8px; }
      .list-style-v2 .default-item .entry-footer .entry-meta > div > * {
        margin-left: 8px;
        margin-right: 8px; }

/*-------------------
### V3 Styles
---------------------*/
.list-style-v3 .default-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebeced;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 640px) {
    .list-style-v3 .default-item {
      padding: 32px 40px 30px; } }
  .list-style-v3 .default-item .post-thumbnail img {
    border-radius: 0; }
  .list-style-v3 .default-item .entry-header, .list-style-v3 .default-item .entry-content {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 640px) {
      .list-style-v3 .default-item .entry-header, .list-style-v3 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem; } }
  .list-style-v3 .default-item .entry-footer .entry-meta {
    text-align: center; }
    .list-style-v3 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
      margin-top: 28px; }
    .list-style-v3 .default-item .entry-footer .entry-meta > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .list-style-v3 .default-item .entry-footer .entry-meta > div > * {
        margin-left: auto;
        margin-right: auto; }
      .list-style-v3 .default-item .entry-footer .entry-meta > div > *:first-child {
        margin-left: 0; }
      .list-style-v3 .default-item .entry-footer .entry-meta > div > *:last-child {
        margin-right: 0; }

/*-------------------
### V4 Styles
---------------------*/
@media (min-width: 640px) {
  .list-style-v4 .default-item,
  .list-style-v5 .default-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 640px) {
  .list-style-v4 .default-item .post-thumbnail,
  .list-style-v4 .default-item.has-post-thumbnail .default-item__content,
  .list-style-v5 .default-item .post-thumbnail,
  .list-style-v5 .default-item.has-post-thumbnail .default-item__content {
    width: 50%; } }

.list-style-v4 .default-item .post-thumbnail,
.list-style-v5 .default-item .post-thumbnail {
  margin: 7px 0 30px; }
  @media (min-width: 640px) {
    .list-style-v4 .default-item .post-thumbnail,
    .list-style-v5 .default-item .post-thumbnail {
      margin: 7px 1.875rem 0 0; } }

.list-style-v4 .default-item .entry-meta,
.list-style-v5 .default-item .entry-meta {
  margin-bottom: 22px; }

@media (min-width: 640px) {
  .list-style-v4 .default-item .entry-content,
  .list-style-v5 .default-item .entry-content {
    font-size: 18px;
    font-size: 1.125rem; } }

.list-style-v4 .default-item .entry-footer .entry-meta,
.list-style-v5 .default-item .entry-footer .entry-meta {
  margin-bottom: 0; }
  .list-style-v4 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty),
  .list-style-v5 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
    margin-top: 28px; }
  .list-style-v4 .default-item .entry-footer .entry-meta > div,
  .list-style-v5 .default-item .entry-footer .entry-meta > div {
    margin-left: -10px;
    margin-right: -10px; }
    .list-style-v4 .default-item .entry-footer .entry-meta > div > *,
    .list-style-v5 .default-item .entry-footer .entry-meta > div > * {
      margin-left: 10px;
      margin-right: 10px; }

/*-------------------
### V5 Styles
---------------------*/
.list-style-v5 .default-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 640px) {
    .list-style-v5 .default-item {
      padding: 28px 40px 40px; } }
  @media (min-width: 640px) {
    .list-style-v5 .default-item:nth-child(odd) .default-item__thumbnail {
      margin-right: 40px; } }
  .list-style-v5 .default-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (min-width: 640px) {
      .list-style-v5 .default-item:nth-child(even) .default-item__thumbnail {
        margin-left: 40px; } }
  .list-style-v5 .default-item__thumbnail {
    margin-bottom: 30px;
    max-height: 450px;
    min-height: 200px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 640px) {
      .list-style-v5 .default-item__thumbnail {
        width: 53%;
        margin-top: 10px;
        margin-bottom: 0; } }

/*-------------------
### V6 Styles
---------------------*/
.list-style-v6 .default-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ebeced; }
  @media (min-width: 640px) {
    .list-style-v6 .default-item {
      padding: 28px 40px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .list-style-v6 .default-item .post-thumbnail {
    margin: 7px 0 30px; }
    .list-style-v6 .default-item .post-thumbnail img {
      border-radius: 0;
      width: 100%; }
    @media (min-width: 640px) {
      .list-style-v6 .default-item .post-thumbnail {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 230px;
        margin: 7px 1.875rem 0 0; } }
  .list-style-v6 .default-item .entry-content {
    margin-bottom: 8px; }
  .list-style-v6 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
    margin-top: 28px; }
  .list-style-v6 .default-item .entry-footer .entry-meta > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .list-style-v6 .default-item .entry-footer .entry-meta > div > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }

/*-------------------
### V7 Styles
---------------------*/
.list-style-v7 .default-item .post-thumbnail {
  margin: 0; }
  .list-style-v7 .default-item .post-thumbnail img {
    width: 100%;
    max-height: 430px;
    -o-object-fit: cover;
    object-fit: cover; }

.list-style-v7 .default-item.has-post-thumbnail .default-item__content {
  margin-top: -70px; }

.list-style-v7 .default-item .entry-content {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .list-style-v7 .default-item .entry-content {
      font-size: 18px;
      font-size: 1.125rem; } }

.list-style-v7 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px; }

.list-style-v7 .default-item .entry-footer .entry-meta > div {
  margin-left: -10px;
  margin-right: -10px; }
  .list-style-v7 .default-item .entry-footer .entry-meta > div > * {
    margin-left: 10px;
    margin-right: 10px; }

.list-style-v7 .default-item__content {
  position: relative;
  margin-left: 8.5%;
  margin-right: 8.5%;
  padding: 40px 8.5% 40px;
  text-align: center;
  background-color: #fff;
  z-index: 3; }

/*-------------------
### V8 Styles
---------------------*/
.list-style-v8 .default-item.has-post-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-style-v8 .default-item.has-post-thumbnail .default-item__content {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 640px) {
      .list-style-v8 .default-item.has-post-thumbnail .default-item__content {
        width: 50%; } }
  .list-style-v8 .default-item.has-post-thumbnail:nth-child(odd) .default-item__thumbnail {
    left: 0; }
  .list-style-v8 .default-item.has-post-thumbnail:nth-child(odd) .default-item__content {
    margin-left: auto; }
  .list-style-v8 .default-item.has-post-thumbnail:nth-child(even) .default-item__thumbnail {
    right: 0; }
  .list-style-v8 .default-item.has-post-thumbnail:nth-child(even) .default-item__content {
    margin-right: auto; }

.list-style-v8 .default-item {
  position: relative; }
  .list-style-v8 .default-item__thumbnail {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    max-height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    z-index: -1; }
    @media (min-width: 640px) {
      .list-style-v8 .default-item__thumbnail {
        width: 57%; } }
  .list-style-v8 .default-item__content {
    position: relative;
    padding: 4.7% 5.5%;
    text-align: center;
    border-radius: 4px;
    background-color: #f1f4f6; }
  .list-style-v8 .default-item .comments-link {
    position: absolute;
    top: 17px;
    right: 17px; }
  .list-style-v8 .default-item .entry-header .entry-meta:not(:empty) {
    margin-bottom: 24px; }
  .list-style-v8 .default-item .entry-content {
    margin-bottom: 18px; }
  .list-style-v8 .default-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
    margin-top: 28px; }

/*-------------------
### V9 Styles
---------------------*/
.list-style-v9 .default-item {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .list-style-v9 .default-item .entry-header, .list-style-v9 .default-item .entry-content, .list-style-v9 .default-item .entry-footer {
    margin-left: 5%;
    margin-right: 5%; }
    @media (min-width: 640px) {
      .list-style-v9 .default-item .entry-header, .list-style-v9 .default-item .entry-content, .list-style-v9 .default-item .entry-footer {
        margin-left: 15%;
        margin-right: 15%; } }
  .list-style-v9 .default-item .entry-content {
    margin-bottom: 15px; }
    @media (min-width: 640px) {
      .list-style-v9 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem; } }
  .list-style-v9 .default-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    .list-style-v9 .default-item__thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4); }

/*-------------------
### V10 Styles
---------------------*/
.list-style-v10 .default-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .list-style-v10 .default-item.has-post-thumbnail {
    padding: 20px;
    min-height: 430px; }
    @media (min-width: 640px) {
      .list-style-v10 .default-item.has-post-thumbnail {
        padding: 30px; } }
  .list-style-v10 .default-item .cat-links {
    margin-top: 4px; }
  @media (min-width: 640px) {
    .list-style-v10 .default-item .entry-header {
      width: 60%; } }
  .list-style-v10 .default-item .entry-header .entry-meta {
    margin-bottom: 5px; }
  .list-style-v10 .default-item .entry-title {
    margin-bottom: 10px; }
  @media (min-width: 640px) {
    .list-style-v10 .default-item .entry-content {
      width: 75%; } }
  .list-style-v10 .default-item .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .list-style-v10 .default-item .entry-footer .entry-meta > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }
  .list-style-v10 .default-item__content {
    margin-top: 50px; }
  .list-style-v10 .default-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    .list-style-v10 .default-item__thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      top: 25%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
      background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }

/*--------------------------------------------------------------
### Posts List Formats
--------------------------------------------------------------*/
.default-item.format-post .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px; }

.default-item.format-post .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .default-item.format-post .entry-footer .entry-meta > div > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*--------------------------------------------------------------
### Creative Posts List
--------------------------------------------------------------*/
.creative-item {
  position: relative; }
  .creative-item .entry-title {
    margin: 0 0 20px; }
    .creative-item .entry-title a {
      color: inherit; }
  .creative-item .byline,
  .creative-item .posted-on,
  .creative-item .cat-links,
  .creative-item .tags-links,
  .creative-item .comments-link {
    margin-right: 15px; }
  .creative-item .post-categories {
    margin-top: 5px; }
    .creative-item .post-categories li + li {
      margin-top: 5px; }
    @media (max-width: 639px) {
      .creative-item .post-categories {
        display: block; }
        .creative-item .post-categories li {
          display: inline-block;
          margin-right: 5px; } }
  .creative-item .comments-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0; }
    .creative-item .comments-link, .creative-item .comments-link:hover {
      background: none; }
  .creative-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  .creative-item.invert-hover .creative-item__thumbnail {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
    -o-transition: opacity 0.55s ease, transform 0.55s ease;
    transition: opacity 0.55s ease, transform 0.55s ease;
    transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease; }
    .creative-item.invert-hover .creative-item__thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .creative-item.invert-hover:hover .creative-item__thumbnail {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*-------------------
### Default Styles
---------------------*/
.list-style-default .creative-item {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 70px; }
  .list-style-default .creative-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #ebeced;
    z-index: -1; }
  .list-style-default .creative-item:last-child {
    border-bottom: 1px solid #ebeced; }
  @media (min-width: 640px) {
    .list-style-default .creative-item .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .list-style-default .creative-item .entry-title {
    text-transform: uppercase; }
    .list-style-default .creative-item .entry-title a {
      color: inherit; }
  @media (min-width: 640px) {
    .list-style-default .creative-item .entry-content {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 640px) {
    .list-style-default .creative-item .entry-footer .entry-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .list-style-default .creative-item .entry-footer .entry-meta > * {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  @media (min-width: 640px) {
    .list-style-default .creative-item__before-content, .list-style-default .creative-item__after-content {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 15%;
      min-width: 90px; } }
  @media (min-width: 640px) {
    .list-style-default .creative-item__before-content:not(:empty) {
      margin-right: 1.875rem; } }
  @media (max-width: 639px) {
    .list-style-default .creative-item__before-content:not(:empty) {
      margin-bottom: 20px; } }
  @media (max-width: 639px) {
    .list-style-default .creative-item__after-content:not(:empty) {
      margin-top: 20px; } }
  @media (min-width: 640px) {
    .list-style-default .creative-item__after-content:not(:empty) {
      margin-left: 1.875rem;
      -ms-flex-item-align: center;
      align-self: center;
      text-align: right; } }

/*-------------------
### V2 Styles
---------------------*/
.posts-list--creative.list-style-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .posts-list--creative.list-style-v2 .creative-item {
    width: calc(100% - 1.875rem);
    margin: 0.9375rem;
    padding: 35px 38px 32px; }
    @media (min-width: 640px) {
      .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/2 - 1.875rem); } }
    @media (min-width: 1200px) {
      .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/3 - 1.875rem); } }
    @media (min-width: 1441px) {
      .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/4 - 1.875rem); } }

.list-style-v2 .creative-item {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ebeced; }
  .list-style-v2 .creative-item .tags-links {
    display: block; }
  .list-style-v2 .creative-item .entry-title {
    margin-top: 3px;
    margin-bottom: 22px; }
  .list-style-v2 .creative-item .entry-content {
    margin-bottom: 7px; }
  .list-style-v2 .creative-item .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .list-style-v2 .creative-item .entry-footer .entry-meta > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }

/*-------------------
### V3 Styles
---------------------*/
.posts-list--creative.list-style-v3 .creative-item + .creative-item {
  margin-top: 60px; }

.posts-list--creative.list-style-v3 .creative-item__content,
.posts-list--creative.list-style-v3 .creative-item.format-post {
  padding: 20px 20px 10px;
  background-color: #f1f4f6;
  -webkit-transition: background-color 0.55s ease, -webkit-box-shadow 0.55s ease;
  transition: background-color 0.55s ease, -webkit-box-shadow 0.55s ease;
  -o-transition: background-color 0.55s ease, box-shadow 0.55s ease;
  transition: background-color 0.55s ease, box-shadow 0.55s ease;
  transition: background-color 0.55s ease, box-shadow 0.55s ease, -webkit-box-shadow 0.55s ease; }
  @media (min-width: 640px) {
    .posts-list--creative.list-style-v3 .creative-item__content,
    .posts-list--creative.list-style-v3 .creative-item.format-post {
      padding: 4.4% 4.4% 3.5%; } }
  .posts-list--creative.list-style-v3 .creative-item__content:hover,
  .posts-list--creative.list-style-v3 .creative-item.format-post:hover {
    background-color: #fff;
    -webkit-box-shadow: 20px 20px 120px 0 rgba(48, 63, 100, 0.2);
    box-shadow: 20px 20px 120px 0 rgba(48, 63, 100, 0.2); }

.list-style-v3 .creative-item .entry-title {
  margin-bottom: 35px; }

.list-style-v3 .creative-item .entry-footer .entry-meta {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-style-v3 .creative-item .entry-footer .entry-meta > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*-------------------
### V4 Styles
---------------------*/
@media (min-width: 940px) {
  .posts-list--creative.list-style-v4 {
    margin-left: 6%;
    margin-right: 6%; } }

.posts-list--creative.list-style-v4 .creative-item + .creative-item {
  margin-top: 100px; }

.list-style-v4 .creative-item {
  position: relative;
  overflow: hidden; }
  .list-style-v4 .creative-item.has-post-thumbnail:nth-child(odd) .post-thumbnail {
    right: 0; }
  .list-style-v4 .creative-item.has-post-thumbnail:nth-child(odd) .creative-item__content {
    margin-right: auto; }
  .list-style-v4 .creative-item.has-post-thumbnail:nth-child(even) .post-thumbnail {
    left: 0; }
  .list-style-v4 .creative-item.has-post-thumbnail:nth-child(even) .creative-item__content {
    margin-left: auto; }
  .list-style-v4 .creative-item.has-post-thumbnail .creative-item__content {
    margin-top: 100px; }
  .list-style-v4 .creative-item .post-thumbnail {
    position: absolute;
    top: 0;
    width: 90%;
    border-radius: 4px;
    z-index: -1; }
    @media (min-width: 640px) {
      .list-style-v4 .creative-item .post-thumbnail {
        width: 70%; } }
    @media (min-width: 940px) {
      .list-style-v4 .creative-item .post-thumbnail {
        width: 55%; } }
    .list-style-v4 .creative-item .post-thumbnail img {
      border-radius: 0; }
  .list-style-v4 .creative-item .entry-title {
    margin-bottom: 35px; }
  .list-style-v4 .creative-item .entry-content {
    margin-bottom: 15px; }
  .list-style-v4 .creative-item .entry-footer .entry-meta > div:not(:empty) {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .list-style-v4 .creative-item .entry-footer .entry-meta > div:not(:empty) > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }
  .list-style-v4 .creative-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    min-height: 470px;
    padding: 25px 30px;
    border: 1px solid #ebeced;
    background-color: #fff; }
    @media (min-width: 640px) {
      .list-style-v4 .creative-item__content {
        width: 55%;
        padding: 45px 55px; } }

/*-------------------
### V5 Styles
---------------------*/
.posts-list--creative.list-style-v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .posts-list--creative.list-style-v5 .creative-item {
    width: 100%;
    margin-bottom: -1px;
    margin-right: -1px; }
    @media (min-width: 640px) {
      .posts-list--creative.list-style-v5 .creative-item {
        width: 50%; } }

.list-style-v5 .creative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 11% 4% 6.5%;
  min-height: 435px;
  text-align: center;
  border: 1px solid #ebeced;
  background-color: #fff;
  z-index: 1; }
  .list-style-v5 .creative-item .tags-links {
    margin: 0;
    display: block; }
  .list-style-v5 .creative-item .btn {
    margin-top: 15px; }
  .list-style-v5 .creative-item .entry-footer {
    margin-top: 30px; }
  .list-style-v5 .creative-item__title-first-letter {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 300px;
    line-height: 1;
    opacity: .1;
    z-index: -1; }
  .list-style-v5 .creative-item__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/*-------------------
### V6 Styles
---------------------*/
.posts-list--creative.list-style-v6 .creative-item {
  padding-top: 40px;
  border-top: 1px solid #ebeced; }

.posts-list--creative.list-style-v6 .creative-item + .creative-item {
  margin-top: 45px; }

@media (max-width: 639px) {
  .list-style-v6 .creative-item {
    text-align: center; } }

@media (min-width: 940px) {
  .list-style-v6 .creative-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.list-style-v6 .creative-item .post-thumbnail img {
  border-radius: 50%; }

@media (max-width: 639px) {
  .list-style-v6 .creative-item .post-thumbnail {
    display: inline-block;
    margin-bottom: 15px; } }

@media (min-width: 640px) {
  .list-style-v6 .creative-item .post-thumbnail {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    margin-right: 40px; } }

.list-style-v6 .creative-item .posted-on__day {
  font-size: 50px;
  line-height: 1; }

.list-style-v6 .creative-item .posted-on__month {
  vertical-align: top;
  font-size: 30px;
  line-height: 1.25; }

.list-style-v6 .creative-item .entry-title {
  margin: 10px 0; }

@media (min-width: 640px) {
  .list-style-v6 .creative-item .entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .list-style-v6 .creative-item .entry-footer .entry-meta > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

.list-style-v6 .creative-item__content {
  width: 100%; }
  @media (min-width: 640px) {
    .list-style-v6 .creative-item__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 940px) {
    .list-style-v6 .creative-item__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 640px) {
  .list-style-v6 .creative-item__after-content {
    text-align: right; } }

@media (min-width: 940px) {
  .list-style-v6 .creative-item__before-content, .list-style-v6 .creative-item__after-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px; }
  .list-style-v6 .creative-item__before-content {
    margin-right: 1.875rem; }
  .list-style-v6 .creative-item__after-content {
    margin-left: 1.875rem;
    text-align: right; } }

@media (max-width: 939px) {
  .list-style-v6 .creative-item__before-content:not(:empty) {
    margin-bottom: 15px; }
  .list-style-v6 .creative-item__after-content:not(:empty) {
    margin-top: 18px; } }

/*-------------------
### V7 Styles
---------------------*/
.posts-list--creative.list-style-v7 .creative-item + .creative-item {
  margin-top: 90px; }

.list-style-v7 .creative-item.has-post-thumbnail {
  position: relative; }
  .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 450px; }
    @media (min-width: 640px) {
      .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) {
        min-height: 620px; } }
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
      margin-top: 100px;
      margin-left: auto;
      padding: 25px 0 0 30px;
      background-color: #fff; }
      @media (max-width: 639px) {
        .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
          width: 85%; } }
      @media (min-width: 640px) {
        .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
          padding: 55px 0 0 60px; } }
  .list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail img {
    border-radius: 0; }
  @media (min-width: 640px) {
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2), .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2) .post-thumbnail {
        margin-left: 60px; }
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+3) .post-thumbnail {
      margin-right: 60px; }
    .list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 45%; }
    .list-style-v7 .creative-item.has-post-thumbnail .creative-item__content {
      width: 55%; } }
  @media (max-width: 639px) {
    .list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail {
      margin-bottom: 30px; } }

.list-style-v7 .creative-item .entry-header .entry-meta:not(:empty) {
  margin-bottom: 17px; }

.list-style-v7 .creative-item .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 20px; }

.list-style-v7 .creative-item .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-style-v7 .creative-item .entry-footer .entry-meta > div > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*-------------------
### V8 Styles
---------------------*/
.posts-list--creative.list-style-v8 .creative-item + .creative-item {
  margin-top: 50px; }
  @media (min-width: 640px) {
    .posts-list--creative.list-style-v8 .creative-item + .creative-item {
      margin-top: 100px; } }

@media (min-width: 640px) {
  .list-style-v8 .creative-item.has-post-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .list-style-v8 .creative-item.has-post-thumbnail .post-thumbnail,
    .list-style-v8 .creative-item.has-post-thumbnail .creative-item__content {
      width: 50%; }
    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) .post-thumbnail {
        margin-left: 1.875rem; }
      .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) .creative-item__content {
        margin-right: 1.875rem; }
    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(even) .post-thumbnail {
      margin-right: 1.875rem;
      text-align: right; }
    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(even) .creative-item__content {
      margin-left: 1.875rem; } }

@media (max-width: 639px) {
  .list-style-v8 .creative-item.has-post-thumbnail .post-thumbnail {
    margin-bottom: 30px; } }

.list-style-v8 .creative-item .post-thumbnail__link {
  display: inline-block; }

.list-style-v8 .creative-item .post-thumbnail img {
  border-radius: 0; }

.list-style-v8 .creative-item .entry-header .entry-meta:not(:empty) {
  margin-bottom: 18px; }

.list-style-v8 .creative-item .entry-footer .entry-meta > div:not(:empty) {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-style-v8 .creative-item .entry-footer .entry-meta > div:not(:empty) > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*-------------------
### V9 Styles
---------------------*/
.posts-list--creative.list-style-v9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  .posts-list--creative.list-style-v9 .creative-item {
    width: calc( 100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; }
    @media (min-width: 940px) {
      .posts-list--creative.list-style-v9 .creative-item {
        width: calc( 50% - 1.875rem); } }

.list-style-v9 .creative-item {
  margin-top: 30px; }
  @media (min-width: 640px) {
    .list-style-v9 .creative-item.has-post-thumbnail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list-style-v9 .creative-item.has-post-thumbnail > * {
        width: 50%; } }
  .list-style-v9 .creative-item.has-post-thumbnail:nth-child(3n), .list-style-v9 .creative-item.has-post-thumbnail:nth-child(4n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .list-style-v9 .creative-item .byline,
  .list-style-v9 .creative-item .posted-on,
  .list-style-v9 .creative-item .cat-links,
  .list-style-v9 .creative-item .tags-links {
    display: block;
    margin: 0; }
  .list-style-v9 .creative-item .entry-footer .entry-meta > div:not(:empty) {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .list-style-v9 .creative-item .entry-footer .entry-meta > div:not(:empty) > * {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }
  .list-style-v9 .creative-item .post-thumbnail {
    background-size: cover;
    background-position: center; }
    @media (max-width: 639px) {
      .list-style-v9 .creative-item .post-thumbnail {
        height: 250px; } }
  .list-style-v9 .creative-item__content {
    padding: 5.5% 6%;
    border: 1px solid #ebeced; }

/*-------------------
### V10 Styles
---------------------*/
.posts-list--creative.list-style-v10 {
  position: relative; }
  .posts-list--creative.list-style-v10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: #ebeced; }
  .posts-list--creative.list-style-v10 .creative-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -31px;
    margin-left: -8px;
    width: 19px;
    height: 19px;
    border-radius: 50%; }
  @media (min-width: 640px) {
    .posts-list--creative.list-style-v10:before {
      top: 0;
      left: 50%; }
    .posts-list--creative.list-style-v10 .creative-item + .creative-item {
      margin-top: 80px; }
    .posts-list--creative.list-style-v10 .creative-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .posts-list--creative.list-style-v10 .creative-item:before {
        left: 50%; }
      .posts-list--creative.list-style-v10 .creative-item__content, .posts-list--creative.list-style-v10 .creative-item__post-date {
        overflow: hidden;
        width: 50%; }
      .posts-list--creative.list-style-v10 .creative-item__post-date {
        margin-top: -7px; }
      .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) .creative-item__post-date {
          margin-left: 45px; }
        .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) .creative-item__content {
          margin-right: 45px; }
      .posts-list--creative.list-style-v10 .creative-item:nth-child(2n) .creative-item__post-date {
        margin-right: 45px;
        text-align: right; }
      .posts-list--creative.list-style-v10 .creative-item:nth-child(2n) .creative-item__content {
        margin-left: 45px; } }
  @media (max-width: 639px) {
    .posts-list--creative.list-style-v10 .creative-item + .creative-item {
      margin-top: 50px; }
    .posts-list--creative.list-style-v10 .creative-item {
      margin-left: 40px; }
      .posts-list--creative.list-style-v10 .creative-item__post-date {
        margin-bottom: 20px; } }

.list-style-v10 .creative-item .posted-on {
  margin: 0; }

.list-style-v10 .creative-item .entry-header .entry-meta:not(:empty) {
  margin-bottom: 24px; }

@media (min-width: 640px) {
  .list-style-v10 .creative-item .entry-content {
    font-size: 18px;
    font-size: 1.125rem; } }

.list-style-v10 .creative-item .entry-footer .entry-meta > div:not(:empty) {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .list-style-v10 .creative-item .entry-footer .entry-meta > div:not(:empty) > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

.list-style-v10 .creative-item__content {
  border-radius: 4px;
  padding: 30px 35px;
  border: 1px solid #ebeced; }

/*--------------------------------------------------------------
### Posts List Formats
--------------------------------------------------------------*/
.creative-item.format-post .byline,
.creative-item.format-post .posted-on,
.creative-item.format-post .cat-links,
.creative-item.format-post .tags-links,
.creative-item.format-post .comments-link {
  margin-right: initial; }

.creative-item.format-post .entry-footer .entry-meta .tags-links + div:not(:empty) {
  margin-top: 28px; }

.creative-item.format-post .entry-footer .entry-meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .creative-item.format-post .entry-footer .entry-meta > div > * {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }

/*--------------------------------------------------------------
### Grid Posts List
--------------------------------------------------------------*/
.posts-list.posts-list--grid {
  /*-----------------------
	### Grid layouts styles
	------------------------*/
  /* 4grids */
  /* 3grids */
  /* 2grids */
  /*------------------ layouts Styles -------------------*/
  /*-------------------
	### V2 Styles
	---------------------*/
  /*-------------------
	### V2 Styles
	---------------------*/
  /*-------------------
	### V3 Styles
	---------------------*/
  /*-------------------
	### V4 Styles
	---------------------*/
  /*-------------------
	### V5
	---------------------*/
  /*-------------------
	### V7, V6
	---------------------*/
  /*-------------------
	### V8 Styles
	---------------------*/
  /*-------------------
	### V9 Styles
	---------------------*/
  /*-------------------
	### V10Styles
	---------------------*/ }
  .posts-list.posts-list--grid.list-style-v4, .posts-list.posts-list--grid.list-style-v5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .posts-list.posts-list--grid.list-style-v4 .grid-item, .posts-list.posts-list--grid.list-style-v5 .grid-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: calc(100%);
      width: calc(100%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%); }
      @media (min-width: 640px) {
        .posts-list.posts-list--grid.list-style-v4 .grid-item, .posts-list.posts-list--grid.list-style-v5 .grid-item {
          max-width: calc(100% / 2);
          width: calc(100% / 2);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2); } }
      @media (min-width: 940px) {
        .posts-list.posts-list--grid.list-style-v4 .grid-item, .posts-list.posts-list--grid.list-style-v5 .grid-item {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: calc(100% / 3);
          width: calc(100% / 3);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3); } }
      @media (min-width: 1120px) {
        .posts-list.posts-list--grid.list-style-v4 .grid-item, .posts-list.posts-list--grid.list-style-v5 .grid-item {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          max-width: calc(100% / 4);
          width: calc(100% / 4);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4); } }
  .posts-list.posts-list--grid.list-style-default, .posts-list.posts-list--grid.list-style-v2, .posts-list.posts-list--grid.list-style-v6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .posts-list.posts-list--grid.list-style-default .grid-item, .posts-list.posts-list--grid.list-style-v2 .grid-item, .posts-list.posts-list--grid.list-style-v6 .grid-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: calc(100%);
      width: calc(100%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%); }
      @media (min-width: 640px) {
        .posts-list.posts-list--grid.list-style-default .grid-item, .posts-list.posts-list--grid.list-style-v2 .grid-item, .posts-list.posts-list--grid.list-style-v6 .grid-item {
          max-width: calc(100% / 2);
          width: calc(100% / 2);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2); } }
      @media (min-width: 940px) {
        .posts-list.posts-list--grid.list-style-default .grid-item, .posts-list.posts-list--grid.list-style-v2 .grid-item, .posts-list.posts-list--grid.list-style-v6 .grid-item {
          max-width: calc(100% / 3);
          width: calc(100% / 3);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3); } }
  .posts-list.posts-list--grid.list-style-v3, .posts-list.posts-list--grid.list-style-v7, .posts-list.posts-list--grid.list-style-v8, .posts-list.posts-list--grid.list-style-v10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .posts-list.posts-list--grid.list-style-v3 .grid-item, .posts-list.posts-list--grid.list-style-v7 .grid-item, .posts-list.posts-list--grid.list-style-v8 .grid-item, .posts-list.posts-list--grid.list-style-v10 .grid-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: calc(100%);
      width: calc(100%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%); }
      @media (min-width: 640px) {
        .posts-list.posts-list--grid.list-style-v3 .grid-item, .posts-list.posts-list--grid.list-style-v7 .grid-item, .posts-list.posts-list--grid.list-style-v8 .grid-item, .posts-list.posts-list--grid.list-style-v10 .grid-item {
          max-width: calc(100% / 2);
          width: calc(100% / 2);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2); } }
  .posts-list.posts-list--grid.list-style-v9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .posts-list.posts-list--grid.list-style-v9 .grid-item {
      max-width: calc(100%);
      width: calc(100%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%); }
      @media (min-width: 940px) {
        .posts-list.posts-list--grid.list-style-v9 .grid-item {
          max-width: calc(100% / 2);
          width: calc(100% / 2);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2); } }
  .posts-list.posts-list--grid.list-style-v10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .posts-list.posts-list--grid.list-style-v10 .grid-item {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      max-width: calc(100%);
      width: calc(100%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%);
      flex: 0 0 calc(100%); }
      @media (min-width: 640px) {
        .posts-list.posts-list--grid.list-style-v10 .grid-item {
          max-width: calc(100% / 2);
          width: calc(100% / 2);
          -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2); } }
  .posts-list.posts-list--grid .grid-item .post-thumbnail {
    line-height: 0; }
  .posts-list.posts-list--grid .grid-item .comments-link {
    padding: 10px 12px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: #f1f4f6; }
    .posts-list.posts-list--grid .grid-item .comments-link:before {
      display: inline-block;
      font: normal normal normal 14px/1 'Nucleo Mini';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      content: '\ea7c';
      vertical-align: middle;
      margin-right: 4px; }
  .posts-list.posts-list--grid .grid-item .entry-header .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px; }
    .posts-list.posts-list--grid .grid-item .entry-header .entry-meta .posted-on {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .posts-list.posts-list--grid .grid-item .entry-title {
    margin: 0 0 10px; }
  .posts-list.posts-list--grid .grid-item .entry-meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .posts-list.posts-list--grid .grid-item .entry-content {
    margin-bottom: 5px; }
    .posts-list.posts-list--grid .grid-item .entry-content p {
      margin: 0 0 0.43em; }
  .posts-list.posts-list--grid.list-style-default .posts-list__item.grid-item {
    margin-bottom: 60px; }
  .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item {
    margin-bottom: 30px; }
    .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail {
      margin-bottom: 0; }
      .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail img {
        width: 100%;
        border-radius: 4px 4px 0 0; }
    .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-wrap {
      border-top: 1px solid #ebeced;
      border-radius: 4px 4px; }
    .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
      border: 1px solid #ebeced;
      border-top: none;
      border-radius: 0 0 4px 4px;
      padding: 25px; }
      @media (min-width: 1120px) {
        .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
          padding: 36px 38px 38px; } }
  .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item {
    margin-bottom: 1.875rem; }
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
      border-radius: 4px 4px;
      background-color: #383838; }
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
      overflow: hidden;
      position: relative; }
      @media (max-width: 1119px) {
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
          min-height: 360px; } }
      @media (min-width: 940px) {
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
          min-height: 433px; } }
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item__thumbnail {
      border-radius: 4px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: -1; }
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 20px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.9);
      overflow: hidden;
      padding: 18px 29px 3px;
      -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      -webkit-transition-delay: 0.22s;
      -o-transition-delay: 0.22s;
      transition-delay: 0.22s; }
      @media (max-width: 939px) {
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
          margin: 10px; } }
      @media (max-width: 939px) {
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
          padding: 18px 14px 3px; } }
      .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px; }
        @media (max-width: 939px) {
          .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
            bottom: 15px;
            left: 14px;
            right: 14px; } }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn, .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
          -webkit-transform: translateY(100px);
          -ms-transform: translateY(100px);
          transform: translateY(100px);
          -webkit-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995); }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
          background-color: transparent;
          border: 1px solid;
          -webkit-transition-delay: 0.06s;
          -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
          line-height: 1.34; }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn {
          -webkit-transition-delay: 0.18s;
          -o-transition-delay: 0.18s;
          transition-delay: 0.18s; }
      .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap__animated {
        line-height: 0;
        opacity: 0;
        -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap {
      padding-bottom: 72px;
      -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media (max-width: 939px) {
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap {
          padding-bottom: 52px; } }
      .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
        line-height: 1.58;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
          -webkit-transition-delay: 0.16s;
          -o-transition-delay: 0.16s;
          transition-delay: 0.16s;
          line-height: 1.34; }
        .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn {
          -webkit-transition-delay: 0.06s;
          -o-transition-delay: 0.06s;
          transition-delay: 0.06s; }
  .posts-list.posts-list--grid.list-style-v4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
    .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item {
      margin-bottom: 1.875rem; }
      .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .post-thumbnail {
        margin-bottom: 0; }
        .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .post-thumbnail img {
          border-radius: 4px 4px 0 0; }
      .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-wrap {
        border-radius: 4px 4px; }
      .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap {
        border-radius: 0 0 4px 4px;
        padding: 25px;
        background-color: #F2F6FB; }
        @media (min-width: 1120px) {
          .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap {
            padding: 36px 38px 38px; } }
        .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap .comments-link {
          background-color: #fff; }
  .posts-list.posts-list--grid.list-style-v5 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item {
      margin-bottom: 1.875rem;
      right: 0;
      left: 0; }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
        border-radius: 4px 4px;
        background-color: #000; }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item__thumbnail {
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
        position: relative; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
            min-height: 360px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
            min-height: 442px; } }
        .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner:after {
          position: absolute;
          content: '';
          top: 40px;
          right: 40px;
          bottom: 40px;
          left: 40px;
          background-color: rgba(33, 36, 41, 0.75);
          -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995); }
          @media (max-width: 1119px) {
            .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner:after {
              top: 20px;
              right: 20px;
              bottom: 20px;
              left: 20px; } }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .post-thumbnail img {
          width: 100%; }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 50px;
        margin: 35px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap {
            padding: 25px;
            margin: 20px 0; } }
        .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
        .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
          padding-top: 10px; }
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .tags-links:not(:first-child) {
            margin-top: 10px; }
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
            background-color: transparent;
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0;
            margin-top: 10px; }
            .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link + .tags-links {
              margin-top: 5px; }
            .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link:before {
              display: none; }
        .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap__animated {
          line-height: 0px;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (max-width: 1119px) {
          .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-inner:after {
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px; } }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
        line-height: 22px;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--grid.list-style-v7, .posts-list.posts-list--grid.list-style-v6 {
    position: relative; }
    .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item {
      margin-bottom: 1.875rem; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item__thumbnail, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
        background-color: #000; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-inner, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-inner {
        position: relative;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-radius: 4px; }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-inner:after, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-inner:after {
          position: absolute;
          content: '';
          top: 40%;
          right: 0;
          bottom: 0;
          left: 0;
          background: -moz-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: -webkit-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 188, 255, 0)), color-stop(15%, rgba(104, 158, 213, 0)), color-stop(76%, rgba(33, 36, 41, 0.66)), color-stop(97%, rgba(33, 36, 41, 0.89)), color-stop(98%, rgba(33, 36, 41, 0.9)));
          background: -o-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007abcff', endColorstr='#e6212429',GradientType=0 ); }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .post-thumbnail, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .post-thumbnail img, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .post-thumbnail img {
          width: 100%;
          border-radius: 0; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap {
        position: absolute;
        text-align: left;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 28px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 1;
        -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 939px) {
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap {
            padding: 15px; } }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links {
          position: absolute;
          top: 30px;
          left: 30px;
          overflow: hidden; }
          @media (max-width: 939px) {
            .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links {
              top: 15px;
              left: 15px; } }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links li, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links li {
            float: left;
            margin-right: 4px; }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links a, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links a {
            display: inline-block;
            padding: 4px 9px;
            border-radius: 4px; }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
          position: absolute;
          bottom: 30px;
          left: 30px;
          right: 30px; }
          @media (max-width: 939px) {
            .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
              position: absolute;
              right: 15px;
              left: 15px;
              bottom: 15px; } }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn, .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
            -webkit-transform: translateY(160px);
            -ms-transform: translateY(160px);
            transform: translateY(160px);
            -webkit-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
            -o-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
            transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995); }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
            border-radius: 4px;
            padding: 8px 10px;
            border: 1px solid #f1f4f6;
            background-color: transparent;
            line-height: 1.4;
            -webkit-transition-delay: 0.06s;
            -o-transition-delay: 0.06s;
            transition-delay: 0.06s; }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn {
            border: 1px solid #f1f4f6;
            background-color: transparent;
            line-height: 1;
            -webkit-transition-delay: 0.18s;
            -o-transition-delay: 0.18s;
            transition-delay: 0.18s; }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap__animated, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap__animated {
          width: 100%;
          line-height: 0px;
          opacity: 0;
          -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -webkit-transition-delay: 0.22s;
          -o-transition-delay: 0.22s;
          transition-delay: 0.22s; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover:not(.has-post-thumbnail) .grid-item-inner, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover:not(.has-post-thumbnail) .grid-item-inner {
        background-color: #000; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-inner, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-inner {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap {
        padding-bottom: 75px;
        -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (max-width: 939px) {
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap {
            padding-bottom: 60px; } }
        .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
          line-height: 22px;
          opacity: 1;
          -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
          -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
          transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
            line-height: 1.4;
            -webkit-transition-delay: 0.16s;
            -o-transition-delay: 0.16s;
            transition-delay: 0.16s; }
          .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn {
            line-height: 1;
            -webkit-transition-delay: 0.06s;
            -o-transition-delay: 0.06s;
            transition-delay: 0.06s; }
  .posts-list.posts-list--grid.list-style-v6 .grid-item-inner {
    min-height: 380px; }
    @media (min-width: 940px) {
      .posts-list.posts-list--grid.list-style-v6 .grid-item-inner {
        min-height: 500px; } }
  .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
    bottom: 32px; }
  .posts-list.posts-list--grid.list-style-v7 .grid-item-inner {
    min-height: 380px; }
    @media (min-width: 940px) {
      .posts-list.posts-list--grid.list-style-v7 .grid-item-inner {
        min-height: 411px; } }
  .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item {
    margin-bottom: 1.875rem; }
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail {
      margin-right: 0;
      margin-bottom: 0; }
      @media (min-width: 1120px) {
        .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail {
          margin-right: 40px; } }
      .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail img {
        border-radius: 0; }
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap {
      border: 1px solid #ebeced;
      border-radius: 4px;
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap > * {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -ms-flex-item-align: center;
        align-self: center; }
        @media (min-width: 1120px) {
          .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
            flex: 0 1 50%;
            -ms-flex-item-align: auto;
            align-self: auto; } }
      @media (max-width: 1199px) {
        .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta .cat-links {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
          flex: 0 1 100%; } }
      .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        text-align: center; }
        @media (min-width: 1120px) {
          .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap__content {
            min-height: 227px;
            margin-top: 0;
            text-align: left;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start; } }
      @media (min-width: 1120px) {
        .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap {
          padding: 36px 38px 38px;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
  .posts-list.posts-list--grid.list-style-v9 {
    position: relative; }
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item {
      margin: 0; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
        background-color: #000; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
        position: relative;
        overflow: hidden; }
        @media (max-width: 939px) {
          .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
            min-height: 360px; } }
        @media (min-width: 640px) {
          .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
            min-height: 433px; } }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.3); }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top {
          position: absolute;
          right: 15px;
          top: 15px;
          z-index: 2; }
          @media (min-width: 940px) {
            .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top {
              right: 30px;
              top: 30px; } }
          .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top .comments-button {
            border-radius: 4px;
            padding: 8px 10px;
            border: 1px solid #f1f4f6;
            background-color: transparent; }
            .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top .comments-button:before {
              display: none; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .post-thumbnail img {
          width: 100%;
          border-radius: 0; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 20px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta {
            margin-bottom: 24px; }
            .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta > * {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
          .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-title {
            margin: 0 0 20px; }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content:not(:empty) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: stretch;
          align-content: stretch;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-top: 10px; }
          @media (min-width: 940px) {
            .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content:not(:empty) {
              padding-top: 25px; } }
        .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap__animated {
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
          @media (min-width: 940px) {
            .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap__animated .entry-content p {
              font-size: 18px;
              font-size: 1.125rem; } }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:hover .grid-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
        line-height: 1.56;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--grid.list-style-v10 .grid-item {
    margin-bottom: 34px; }
    .posts-list.posts-list--grid.list-style-v10 .grid-item .post-thumbnail {
      margin-bottom: 0; }
    .posts-list.posts-list--grid.list-style-v10 .grid-item:not(.has-post-thumbnail) .grid-item-inner {
      margin: 0;
      padding: 0; }
    .posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
      position: relative;
      margin: -30px 20px 0 20px;
      background-color: #fff;
      padding: 20px; }
      @media (min-width: 640px) {
        .posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
          margin: -40px 0 0 40px;
          padding: 25px 25px 25px 30px; } }
      @media (min-width: 1120px) {
        .posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
          margin: -49px 0 0 62px;
          padding: 35px 25px 25px 38px; } }
      .posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-header .entry-meta {
        margin-bottom: 23px; }
      .posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-header .entry-title {
        margin: 0 0 24px; }
      .posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-content {
        margin-bottom: 27px; }
      .posts-list.posts-list--grid.list-style-v10 .grid-item-inner .space-between-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .posts-list.posts-list--grid.list-style-v10 .grid-item-inner .space-between-content .comments-link {
          padding: 10px 5px 9px;
          background-color: transparent; }

/*--------------------------------------------------------------
### Single Post
--------------------------------------------------------------*/
.single-post article.post {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ebeced; }

.single-post .post > .entry-header {
  margin-bottom: 35px; }

@media (min-width: 640px) {
  .single-post .post > .entry-content {
    font-size: 18px;
    font-size: 1.125rem; } }

.single-post .post > .entry-footer .entry-meta:not(:empty) {
  margin-top: 13px; }

.single-post .entry-header .tags-links a {
  display: inline-block;
  margin-left: 5px; }

.single-post .entry-footer .tags-links a {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ebeced; }
  .single-post .entry-footer .tags-links a:hover {
    background-color: #ebeced; }

.single-post .entry-title {
  margin-top: 0; }

.single-post .post-thumbnail {
  margin-bottom: 15px; }

.single-post .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center; }

.single-post blockquote:not(.post-format-quote) {
  border-top: 3px solid #ebeced;
  border-bottom: 3px solid #ebeced;
  text-align: center;
  padding: 30px 10%; }
  .single-post blockquote:not(.post-format-quote):before, .single-post blockquote:not(.post-format-quote):after {
    content: none; }
  .single-post blockquote:not(.post-format-quote) cite {
    margin-top: 20px; }

/*--------------------------------------------------------------
### Post Template
--------------------------------------------------------------*/
.post-template-single-layout-2 .single-header-2 {
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center; }
  @media (min-width: 640px) {
    .post-template-single-layout-2 .single-header-2 {
      margin-bottom: 55px; } }

.post-template-single-layout-2 .post-thumbnail {
  margin-bottom: 25px; }
  @media (min-width: 640px) {
    .post-template-single-layout-2 .post-thumbnail {
      margin-bottom: 55px; } }
  .post-template-single-layout-2 .post-thumbnail .size-kava-thumb-xl {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: 550px; }

.post-template-single-layout-3 .single-header-3 {
  position: relative;
  margin-bottom: 35px;
  padding-top: 35px;
  z-index: 1; }
  .post-template-single-layout-3 .single-header-3.invert {
    padding: 50px 0 45px; }
    @media (min-width: 640px) {
      .post-template-single-layout-3 .single-header-3.invert {
        padding: 80px 0 75px; } }
    @media (min-width: 940px) {
      .post-template-single-layout-3 .single-header-3.invert {
        padding: 130px 0 115px; } }
    .post-template-single-layout-3 .single-header-3.invert .entry-title,
    .post-template-single-layout-3 .single-header-3.invert p {
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .post-template-single-layout-3 .single-header-3 .cat-links {
    margin-bottom: 30px; }
  .post-template-single-layout-3 .single-header-3 .entry-title {
    margin-bottom: 10px; }
  .post-template-single-layout-3 .single-header-3 .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; }
    .post-template-single-layout-3 .single-header-3 .post-author__avatar {
      margin-right: 20px; }
  @media (min-width: 640px) {
    .post-template-single-layout-3 .single-header-3 p {
      font-size: 18px;
      font-size: 1.125rem; } }
  .post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.post-template-single-layout-4 .site-content__wrap {
  position: relative; }

.post-template-single-layout-4 .header-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .post-template-single-layout-4 .header-post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: 1080px; }

.post-template-single-layout-4 .site-main {
  padding: 20px;
  background-color: #fff; }
  @media (min-width: 640px) {
    .post-template-single-layout-4 .site-main {
      padding: 65px 100px; } }

.post-template-single-layout-4 .single-header-4 {
  position: relative;
  padding-top: 30px;
  text-align: center; }
  .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
    bottom: -100px; }
    @media (min-width: 640px) {
      .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -150px; } }
    @media (min-width: 940px) {
      .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -200px; } }
    @media (min-width: 1120px) {
      .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -270px; } }
    @media (min-width: 1200px) {
      .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -430px; } }
  .post-template-single-layout-4 .single-header-4.invert {
    padding: 50px 0 35px; }
    @media (min-width: 640px) {
      .post-template-single-layout-4 .single-header-4.invert {
        padding: 103px 0 95px; } }
    .post-template-single-layout-4 .single-header-4.invert .entry-title,
    .post-template-single-layout-4 .single-header-4.invert p {
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35); }
  .post-template-single-layout-4 .single-header-4 .cat-links {
    margin-bottom: 30px; }
  .post-template-single-layout-4 .single-header-4 .post-author {
    margin-top: 32px; }
    .post-template-single-layout-4 .single-header-4 .post-author__avatar {
      margin-bottom: 2px; }
  .post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 27px; }
    .post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) > * {
      padding-left: 12px;
      padding-right: 12px; }
  @media (min-width: 640px) {
    .post-template-single-layout-4 .single-header-4 p {
      font-size: 18px;
      font-size: 1.125rem; } }
  .post-template-single-layout-4 .single-header-4 i {
    font-size: 12px;
    font-size: 0.75rem; }

@media (max-width: 939px) {
  .post-template-single-layout-5 .single-header-5 {
    text-align: center; } }

.post-template-single-layout-5 .single-header-5.invert .entry-header {
  padding: 25px; }
  @media (min-width: 940px) {
    .post-template-single-layout-5 .single-header-5.invert .entry-header {
      padding: 40px;
      min-height: 730px; } }

.post-template-single-layout-5 .single-header-5 .entry-header {
  padding-top: 20px;
  margin-bottom: 35px;
  position: relative; }
  @media (min-width: 940px) {
    .post-template-single-layout-5 .single-header-5 .entry-header-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      .post-template-single-layout-5 .single-header-5 .entry-header-top > * {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  @media (min-width: 640px) {
    .post-template-single-layout-5 .single-header-5 .entry-header p {
      font-size: 18px;
      font-size: 1.125rem; } }

@media (min-width: 940px) {
  .post-template-single-layout-5 .single-header-5 .entry-header p, .post-template-single-layout-5 .single-header-5 .entry-title {
    width: 70%; } }

.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) {
  margin-top: 5px; }
  .post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) .cat-links,
  .post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) .posted-on {
    margin-bottom: 30px; }

@media (min-width: 940px) {
  .post-template-single-layout-5 .single-header-5 .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .post-template-single-layout-5 .single-header-5 .post-author__avatar {
      margin-left: 15px; }
    .post-template-single-layout-5 .single-header-5 .post-author__content {
      margin-bottom: 5px;
      text-align: right; } }

@media (max-width: 939px) {
  .post-template-single-layout-5 .single-header-5 .post-author {
    margin-bottom: 15px; } }

@media (max-width: 939px) {
  .post-template-single-layout-6 #author-block {
    margin-bottom: 50px; } }

.post-template-single-layout-6 .single-header-6 .cat-links {
  margin-bottom: 18px; }
  .post-template-single-layout-6 .single-header-6 .cat-links.btn-style a {
    padding: 3px 8px;
    border-radius: 0; }

.post-template-single-layout-6 .post-author-bio {
  display: block;
  text-align: center;
  margin: 0 5% 20px;
  padding: 0;
  border: none; }

.post-template-single-layout-6 .post-author__avatar {
  margin-bottom: 15px; }

.post-template-single-layout-6 .post-author__avatar, .post-template-single-layout-6 .post-author__content {
  padding: 0; }

.post-template-single-layout-6 .posted-on {
  text-align: center; }

.post-template-single-layout-6 .site-content__wrap {
  margin-top: 50px; }

.post-template-single-layout-7 .single-header-7 {
  position: relative;
  padding: 30px 0;
  margin-bottom: 60px;
  text-align: center; }
  @media (min-width: 640px) {
    .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) > * {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .cat-links,
  .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on {
    margin-bottom: 20px; }
  .post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta {
    margin-left: -12px;
    margin-right: -12px; }
    .post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta > * {
      padding-left: 12px;
      padding-right: 12px; }
  .post-template-single-layout-7 .single-header-7 .entry-title {
    margin-bottom: 60px; }
  .post-template-single-layout-7 .single-header-7 .post-author-bio {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border: none; }
  .post-template-single-layout-7 .single-header-7 .post-author__avatar {
    margin-bottom: 15px; }
  .post-template-single-layout-7 .single-header-7 .post-author__avatar, .post-template-single-layout-7 .single-header-7 .post-author__content {
    padding: 0; }
  .post-template-single-layout-7 .single-header-7 i {
    font-size: 12px;
    font-size: 0.75rem; }

.post-template-single-layout-8 .single-header-8 {
  margin-bottom: 60px;
  padding: 60px 0 0;
  text-align: center; }
  @media (min-width: 940px) {
    .post-template-single-layout-8 .single-header-8 {
      padding: 60px 0 30px; } }
  @media (min-width: 1120px) {
    .post-template-single-layout-8 .single-header-8 {
      padding: 60px 0; } }
  .post-template-single-layout-8 .single-header-8.with_author_block {
    margin-top: 120px; }
    .post-template-single-layout-8 .single-header-8.with_author_block .post-author-bio {
      margin-top: -130px; }
  .post-template-single-layout-8 .single-header-8 .post-author-bio {
    display: block;
    text-align: center;
    margin: 0 0 32px;
    padding: 0;
    border: none; }
  .post-template-single-layout-8 .single-header-8 .post-author__avatar {
    margin-bottom: 15px; }
  .post-template-single-layout-8 .single-header-8 .post-author__avatar, .post-template-single-layout-8 .single-header-8 .post-author__content {
    padding: 0; }
  .post-template-single-layout-8 .single-header-8 .entry-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .post-template-single-layout-8 .single-header-8 .entry-meta:not(:empty) {
    margin-top: 35px;
    margin-bottom: 50px; }

.post-template-single-layout-9 .single-header-9 {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 640px) {
    .post-template-single-layout-9 .single-header-9 {
      margin-top: 40px;
      margin-bottom: 60px; } }
  .post-template-single-layout-9 .single-header-9 .post-thumbnail {
    margin-top: 25px;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .post-template-single-layout-9 .single-header-9 .post-thumbnail {
        margin-top: 55px; } }
    .post-template-single-layout-9 .single-header-9 .post-thumbnail img {
      border-radius: 0;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      max-width: none;
      max-height: 730px; }

.post-template-single-layout-9 .post-author-bio {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  border: none; }

.post-template-single-layout-10 .single-header-10 .entry-header {
  border-radius: 4px;
  padding: 32px 40px 25px;
  margin-top: 30px;
  margin-bottom: 55px; }
  @media (max-width: 639px) {
    .post-template-single-layout-10 .single-header-10 .entry-header {
      text-align: center; } }
  @media (min-width: 640px) {
    .post-template-single-layout-10 .single-header-10 .entry-header-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .post-template-single-layout-10 .single-header-10 .entry-header-bottom > * {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .post-template-single-layout-10 .single-header-10 .entry-header .post-author,
  .post-template-single-layout-10 .single-header-10 .entry-header .cat-links,
  .post-template-single-layout-10 .single-header-10 .entry-header .posted-on {
    padding: 0 18px 15px 0;
    display: inline-block; }
  @media (max-width: 939px) {
    .post-template-single-layout-10 .single-header-10 .entry-header .post-author {
      display: block; } }

.post-template-single-layout-10 .single-header-10 .entry-title {
  max-width: 700px;
  margin-bottom: 17px; }

.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header {
  margin-top: -100px; }

.post-template-single-layout-10 .single-header-10 .post-author__avatar {
  margin-right: 12px; }
  .post-template-single-layout-10 .single-header-10 .post-author__avatar img {
    vertical-align: middle; }

.post-template-single-layout-10 .single-header-10 .post-thumbnail {
  margin-bottom: 0; }
  .post-template-single-layout-10 .single-header-10 .post-thumbnail img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: 730px; }

.post-template-single-layout-10 .single-header-10 .comments-button {
  background: none;
  margin-bottom: 15px; }

/*--------------------------------------------------------------
### Justify Posts List
--------------------------------------------------------------*/
.posts-list {
  /*-----------------------
	### Justify layouts styles
	------------------------*/
  /* vertical-justify list */
  /*------------------ layouts Styles -------------------*/
  /*-------------------
	### V1 Styles
	---------------------*/
  /*-------------------
	### V2 Styles
	---------------------*/
  /*-------------------
	### V3 Styles
	---------------------*/
  /*-------------------
	### V4
	---------------------*/
  /*-------------------
	### V5
	---------------------*/
  /*-------------------
	### V6 Styles
	---------------------*/
  /*-------------------
	### V7 Styles
	---------------------*/
  /*-------------------
	### V8 Styles
	---------------------*/
  /*-------------------
	### V9Styles
	---------------------*/
  /*-------------------
	### V10Styles
	---------------------*/ }
  .posts-list--vertical-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .posts-list--vertical-justify > .post {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/3 - 1.875rem);
      flex: 1 0 calc(100%/3 - 1.875rem);
      max-width: calc(100%/3 - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; }
      .posts-list--vertical-justify > .post:nth-child(7n + 2), .posts-list--vertical-justify > .post:nth-child(7n + 3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%/1.5 - 1.875rem);
        flex: 1 0 calc(100%/1.5 - 1.875rem);
        max-width: calc(100%/1.5 - 1.875rem); }
    @media (max-width: 1119px) {
      .posts-list--vertical-justify.list-style-default > .post,
      .posts-list--vertical-justify.list-style-v2 > .post,
      .posts-list--vertical-justify.list-style-v3 > .post,
      .posts-list--vertical-justify.list-style-v4 > .post,
      .posts-list--vertical-justify.list-style-v5 > .post {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%/2 - 1.875rem);
        flex: 1 0 calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem); }
        .posts-list--vertical-justify.list-style-default > .post:nth-child(7n + 2), .posts-list--vertical-justify.list-style-default > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v2 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v2 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v3 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v3 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v4 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v4 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v5 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v5 > .post:nth-child(7n + 3) {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100%/2 - 1.875rem);
          flex: 1 0 calc(100%/2 - 1.875rem);
          max-width: calc(100%/2- 1.875rem); } }
    @media (max-width: 639px) {
      .posts-list--vertical-justify.list-style-default > .post,
      .posts-list--vertical-justify.list-style-v2 > .post,
      .posts-list--vertical-justify.list-style-v3 > .post,
      .posts-list--vertical-justify.list-style-v4 > .post,
      .posts-list--vertical-justify.list-style-v5 > .post {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 1.875rem);
        flex: 1 0 calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem); }
        .posts-list--vertical-justify.list-style-default > .post:nth-child(7n + 2), .posts-list--vertical-justify.list-style-default > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v2 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v2 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v3 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v3 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v4 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v4 > .post:nth-child(7n + 3),
        .posts-list--vertical-justify.list-style-v5 > .post:nth-child(7n + 2),
        .posts-list--vertical-justify.list-style-v5 > .post:nth-child(7n + 3) {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100% - 1.875rem);
          flex: 1 0 calc(100% - 1.875rem);
          max-width: calc(100% - 1.875rem); } }
    .posts-list--vertical-justify.list-style-v6 > .post {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/3);
      flex: 1 0 calc(100%/3);
      max-width: calc(100%/3); }
      .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 2), .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%/1.5);
        flex: 1 0 calc(100%/1.5);
        max-width: calc(100%/1.5); }
      @media (max-width: 1119px) {
        .posts-list--vertical-justify.list-style-v6 > .post {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100%/2);
          flex: 1 0 calc(100%/2);
          max-width: calc(100%/2);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; }
          .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 2), .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 3) {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100%/2);
            flex: 1 0 calc(100%/2);
            max-width: calc(100%/2); } }
      @media (max-width: 639px) {
        .posts-list--vertical-justify.list-style-v6 > .post {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100%);
          flex: 1 0 calc(100%);
          max-width: calc(100%); }
          .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 2), .posts-list--vertical-justify.list-style-v6 > .post:nth-child(7n + 3) {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100%);
            flex: 1 0 calc(100%);
            max-width: calc(100%); } }
    .posts-list--vertical-justify.list-style-v7 > .post,
    .posts-list--vertical-justify.list-style-v8 > .post,
    .posts-list--vertical-justify.list-style-v9 > .post,
    .posts-list--vertical-justify.list-style-v10 > .post {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100%/4 - 1.875rem);
      flex: 1 0 calc(100%/4 - 1.875rem);
      max-width: calc(100%/4 - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; }
      .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 3), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 4), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 8),
      .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 3),
      .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 4),
      .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 8),
      .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 3),
      .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 4),
      .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 8),
      .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 3),
      .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 4),
      .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 8) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100%/2 - 1.875rem);
        flex: 1 0 calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem); }
      @media (max-width: 1119px) {
        .posts-list--vertical-justify.list-style-v7 > .post,
        .posts-list--vertical-justify.list-style-v8 > .post,
        .posts-list--vertical-justify.list-style-v9 > .post,
        .posts-list--vertical-justify.list-style-v10 > .post {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100%/2 - 1.875rem);
          flex: 1 0 calc(100%/2 - 1.875rem);
          max-width: calc(100%/2 - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; }
          .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 3), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 4), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 8) {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100%/2 - 1.875rem);
            flex: 1 0 calc(100%/2 - 1.875rem);
            max-width: calc(100%/2- 1.875rem); } }
      @media (max-width: 639px) {
        .posts-list--vertical-justify.list-style-v7 > .post,
        .posts-list--vertical-justify.list-style-v8 > .post,
        .posts-list--vertical-justify.list-style-v9 > .post,
        .posts-list--vertical-justify.list-style-v10 > .post {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100% - 1.875rem);
          flex: 1 0 calc(100% - 1.875rem);
          max-width: calc(100% - 1.875rem);
          margin-right: 0.9375rem;
          margin-left: 0.9375rem; }
          .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 3), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 4), .posts-list--vertical-justify.list-style-v7 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v8 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v9 > .post:nth-child(7n + 8),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 3),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 4),
          .posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 8) {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100% - 1.875rem);
            flex: 1 0 calc(100% - 1.875rem);
            max-width: calc(100% - 1.875rem); } }
  .posts-list__item.justify-item {
    margin-bottom: 50px; }
    .posts-list__item.justify-item .comments-link {
      padding: 10px 12px 9px;
      border-radius: 4px;
      font-size: 11px;
      font-size: 0.6875rem;
      background-color: #f1f4f6; }
      .list-style-v3 .posts-list__item.justify-item .comments-link {
        background-color: transparent;
        border: 1px solid; }
      .posts-list__item.justify-item .comments-link:before {
        display: inline-block;
        font: normal normal normal 14px/1 'Nucleo Mini';
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        font-size: 0.75rem;
        content: '\ea7c';
        vertical-align: middle;
        margin-right: 4px; }
    .posts-list__item.justify-item .entry-header .entry-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 2px; }
      .posts-list__item.justify-item .entry-header .entry-meta .posted-on {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    .posts-list__item.justify-item .entry-title {
      margin: 0 0 10px; }
    .posts-list__item.justify-item .entry-meta {
      font-size: 14px;
      font-size: 0.875rem; }
    .posts-list__item.justify-item .entry-content {
      margin-bottom: 5px; }
      .posts-list__item.justify-item .entry-content p {
        margin: 0 0 0.43em; }
  .posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 19px;
    min-height: 220px; }
    @media (min-width: 940px) {
      .posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 250px; } }
    @media (min-width: 1120px) {
      .posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 370px; } }
  .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item {
    margin-bottom: 30px; }
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
      border-radius: 4px 4px 0 0;
      position: relative;
      background-size: cover;
      background-position: center; }
      @media (max-width: 939px) {
        .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
          min-height: 200px; } }
      @media (min-width: 640px) {
        .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
          min-height: 265px; } }
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .entry-title {
      margin: 0 0 17px; }
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-wrap {
      border-top: 1px solid #ebeced;
      border-radius: 4px 4px; }
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item-wrap {
      border: 1px solid #ebeced;
      border-top: none;
      border-radius: 0 0 4px 4px;
      padding: 25px; }
      @media (min-width: 1120px) {
        .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item-wrap {
          padding: 36px 38px 38px; } }
  .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    border-radius: 4px 4px;
    background-color: #383838; }
  .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
    overflow: hidden;
    position: relative; }
    @media (max-width: 1119px) {
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px; } }
    @media (min-width: 940px) {
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
        min-height: 433px; } }
  .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1; }
  .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    padding: 18px 29px 3px;
    -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
    -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
    transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
    -webkit-transition-delay: 0.22s;
    -o-transition-delay: 0.22s;
    transition-delay: 0.22s; }
    @media (max-width: 939px) {
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
        margin: 10px; } }
    @media (max-width: 939px) {
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
        padding: 18px 14px 3px; } }
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px; }
      @media (max-width: 939px) {
        .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          bottom: 15px;
          left: 14px;
          right: 14px; } }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn, .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
        -o-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
        transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995); }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
        -webkit-transition-delay: 0.06s;
        -o-transition-delay: 0.06s;
        transition-delay: 0.06s;
        line-height: 1.34; }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn {
        -webkit-transition-delay: 0.18s;
        -o-transition-delay: 0.18s;
        transition-delay: 0.18s; }
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap__animated {
      line-height: 0;
      opacity: 0;
      -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
      -webkit-transition-delay: 0.22s;
      -o-transition-delay: 0.22s;
      transition-delay: 0.22s; }
  .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap {
    padding-bottom: 66px;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media (max-width: 939px) {
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap {
        padding-bottom: 52px; } }
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
      line-height: 1.58;
      opacity: 1;
      -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
      -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
      transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
        -webkit-transition-delay: 0.16s;
        -o-transition-delay: 0.16s;
        transition-delay: 0.16s;
        line-height: 1.34; }
      .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn {
        -webkit-transition-delay: 0.06s;
        -o-transition-delay: 0.06s;
        transition-delay: 0.06s; }
  .posts-list.posts-list--vertical-justify.list-style-v4 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item {
      margin-bottom: 1.875rem;
      right: 0;
      left: 0; }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        border-radius: 4px 4px;
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item__thumbnail {
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
        position: relative; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
            min-height: 360px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
            min-height: 450px; } }
        .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner:after {
          position: absolute;
          content: '';
          top: 40px;
          right: 40px;
          bottom: 40px;
          left: 40px;
          background-color: rgba(33, 36, 41, 0.75);
          -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995); }
          @media (max-width: 1119px) {
            .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner:after {
              top: 20px;
              right: 20px;
              bottom: 20px;
              left: 20px; } }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .post-thumbnail img {
          width: 100%; }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 50px 80px;
        margin: 35px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap {
            padding: 25px;
            margin: 20px 0; } }
        .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
        .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          padding-top: 10px; }
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
            background-color: transparent;
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0;
            margin-top: 10px; }
            .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
              display: none; }
        .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap__animated {
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-inner:after {
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px; } }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
        line-height: 1.58;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--vertical-justify.list-style-v5 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item {
      margin-bottom: 1.875rem; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        border-radius: 4px 4px;
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
        position: relative;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-radius: 4px; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
            min-height: 440px; } }
        @media (max-width: 939px) {
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
            min-height: 380px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
            min-height: 450px; } }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner:after {
          position: absolute;
          content: '';
          top: 40%;
          right: 0;
          bottom: 0;
          left: 0;
          background: -moz-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: -webkit-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 188, 255, 0)), color-stop(15%, rgba(104, 158, 213, 0)), color-stop(76%, rgba(33, 36, 41, 0.66)), color-stop(97%, rgba(33, 36, 41, 0.89)), color-stop(98%, rgba(33, 36, 41, 0.9)));
          background: -o-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007abcff', endColorstr='#e6212429',GradientType=0 ); }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .post-thumbnail img {
          width: 100%;
          border-radius: 0; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap {
        position: absolute;
        text-align: left;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 28px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        z-index: 1;
        -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 939px) {
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap {
            padding: 15px; } }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links {
          position: absolute;
          top: 30px;
          left: 30px;
          overflow: hidden; }
          @media (max-width: 939px) {
            .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links {
              top: 15px;
              left: 15px; } }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links li {
            float: left;
            margin-right: 4px; }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links a {
            display: inline-block;
            padding: 4px 9px;
            border-radius: 4px; }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          position: absolute;
          bottom: 30px;
          left: 30px;
          right: 30px; }
          @media (max-width: 939px) {
            .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
              position: absolute;
              right: 15px;
              left: 15px;
              bottom: 15px; } }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn, .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
            -webkit-transform: translateY(160px);
            -ms-transform: translateY(160px);
            transform: translateY(160px);
            -webkit-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
            -o-transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995);
            transition: all 0.4s cubic-bezier(0.68, 0.125, 0, 0.995); }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
            border-radius: 4px;
            padding: 8px 10px;
            border: 1px solid #f1f4f6;
            background-color: transparent;
            line-height: 1.4;
            -webkit-transition-delay: 0.06s;
            -o-transition-delay: 0.06s;
            transition-delay: 0.06s; }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn {
            border: 1px solid #f1f4f6;
            background-color: transparent;
            -webkit-transition-delay: 0.18s;
            -o-transition-delay: 0.18s;
            transition-delay: 0.18s; }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap__animated {
          width: 100%;
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -webkit-transition-delay: 0.22s;
          -o-transition-delay: 0.22s;
          transition-delay: 0.22s; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover:not(.has-post-thumbnail) .justify-item-inner {
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-inner {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap {
        padding-bottom: 78px;
        -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (max-width: 939px) {
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap {
            padding-bottom: 60px; } }
        .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
          line-height: 1.58;
          opacity: 1;
          -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
          -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
          transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn, .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
            line-height: 1.4;
            -webkit-transition-delay: 0.16s;
            -o-transition-delay: 0.16s;
            transition-delay: 0.16s; }
          .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn {
            -webkit-transition-delay: 0.06s;
            -o-transition-delay: 0.06s;
            transition-delay: 0.06s; }
  .posts-list.posts-list--vertical-justify.list-style-v6 {
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item {
      margin: 0; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
        position: relative;
        overflow: hidden; }
        @media (max-width: 939px) {
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
            min-height: 360px; } }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
            min-height: 460px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
            min-height: 480px; } }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.3); }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top {
          position: absolute;
          right: 15px;
          top: 15px;
          z-index: 2; }
          @media (min-width: 940px) {
            .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top {
              right: 30px;
              top: 30px; } }
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top .comments-button {
            border-radius: 4px;
            padding: 8px 10px;
            border: 1px solid #f1f4f6;
            background-color: transparent; }
            .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top .comments-button:before {
              display: none; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .post-thumbnail {
        margin: 0; }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .post-thumbnail img {
          width: 100%;
          border-radius: 0; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 20px;
        margin: 35px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (min-width: 1120px) {
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap {
            padding: 40px 60px;
            margin: 20px 0; } }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta {
            margin-bottom: 24px; }
            .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta > * {
              -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-title {
            margin: 0 0 20px; }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          padding-top: 25px; }
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap__animated {
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
          .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap__animated .entry-content p {
            font-size: 18px;
            font-size: 1.125rem; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
        line-height: 1.56;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item {
    margin-bottom: 37px; }
    .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
      border-radius: 4px;
      position: relative;
      background-size: cover;
      background-position: center;
      margin-bottom: 11px;
      min-height: 220px; }
      @media (min-width: 940px) {
        .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
          min-height: 250px; } }
      @media (min-width: 1120px) {
        .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
          min-height: 270px; } }
    .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .entry-title {
      margin-bottom: 13px; }
    .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .entry-footer .space-between-content:not(:empty) {
      margin-top: 15px; }
  .posts-list.posts-list--vertical-justify.list-style-v8 {
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item {
      margin-bottom: 1.875rem;
      right: 0;
      left: 0;
      overflow: hidden; }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
        border-radius: 4px;
        overflow: hidden;
        position: relative; }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner:after {
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.3);
          -webkit-transition: all 0.28s ease;
          -o-transition: all 0.28s ease;
          transition: all 0.28s ease; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
            min-height: 360px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
            min-height: 400px; } }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 60px 20px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap {
            padding: 30px; } }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top, .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .entry-meta {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: stretch;
          align-content: stretch;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .comments-link, .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .entry-meta .comments-link {
            padding: 0; }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top {
          position: absolute;
          top: 28px; }
          @media (max-width: 939px) {
            .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top {
              top: 15px; } }
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .post-categories li {
            display: inline-block; }
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .cat-links a {
            padding: 1px 3px; }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          position: absolute;
          bottom: 23px;
          left: 10px;
          right: 10px; }
          @media (max-width: 939px) {
            .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
              bottom: 15px; } }
          .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
            background-color: transparent;
            font-size: 14px;
            font-size: 0.875rem; }
            .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
              display: none; }
        .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap__animated {
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-inner:after {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.28s ease;
        -o-transition: all 0.28s ease;
        transition: all 0.28s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
        line-height: 1.58;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--vertical-justify.list-style-v9 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item {
      margin-bottom: 1.875rem;
      right: 0;
      left: 0; }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-position: center;
        z-index: -1; }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
        border-radius: 4px;
        overflow: hidden;
        position: relative; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
            min-height: 360px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
            min-height: 330px; } }
        .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner:after {
          position: absolute;
          content: '';
          top: 40px;
          right: 40px;
          bottom: 40px;
          left: 40px;
          background-color: rgba(255, 255, 255, 0.9);
          -webkit-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995); }
          @media (max-width: 1119px) {
            .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner:after {
              top: 20px;
              right: 20px;
              bottom: 20px;
              left: 20px; } }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap {
        position: absolute;
        text-align: center;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        padding: 50px;
        margin: 35px 0;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition-delay: 0.22s;
        -o-transition-delay: 0.22s;
        transition-delay: 0.22s; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap {
            padding: 30px;
            margin: 20px 0; } }
        .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-header {
          -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
          transform: translateY(25%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
        .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
          padding-top: 10px; }
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
            background-color: transparent;
            font-size: 14px;
            font-size: 0.875rem; }
            .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
              display: none; }
        .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap__animated {
          line-height: 0;
          opacity: 0;
          -webkit-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          -o-transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
          transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995); }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-inner:after {
            top: 10px;
            right: 10px;
            bottom: 10px;
            left: 10px; } }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
        line-height: 1.58;
        opacity: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        -o-transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
        transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1); }
  .posts-list.posts-list--vertical-justify.list-style-v10 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    position: relative; }
    .posts-list.posts-list--vertical-justify.list-style-v10 .justify-item__thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      z-index: -1; }
    @media (min-width: 940px) {
      .posts-list.posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 3) .justify-item-inner .entry-title, .posts-list.posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 4) .justify-item-inner .entry-title, .posts-list.posts-list--vertical-justify.list-style-v10 > .post:nth-child(7n + 8) .justify-item-inner .entry-title {
        width: 70%; } }
    .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item {
      margin-bottom: 50px;
      position: relative; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
        background-color: #000; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        overflow: hidden; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
            min-height: 300px; } }
        @media (min-width: 940px) {
          .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
            min-height: 320px; } }
        @media (min-width: 1120px) {
          .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
            min-height: 330px; } }
        .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title {
          position: absolute;
          bottom: 20px;
          padding: 0 30px 0 20px; }
          .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title a {
            padding: 2px 0.5em 3px;
            background-color: rgba(255, 255, 255, 0.9);
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            -webkit-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-title {
        max-height: 272px;
        overflow: hidden; }
        @media (max-width: 1119px) {
          .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-title {
            max-height: 260px; } }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta .comments-link {
        border-radius: 0;
        padding: 0 8px;
        background-color: transparent;
        font-size: 14px;
        font-size: 0.875rem; }
        .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta .comments-link:before {
          display: none; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-footer {
        margin-top: 15px; }
      .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-wrap {
        border-top: none;
        border-radius: 4px;
        padding-top: 15px; }

/*--------------------------------------------------------------
### Masonry Posts List
--------------------------------------------------------------*/
.posts-list.posts-list--masonry {
  /*-----------------------
	### masonry layouts styles
	------------------------*/
  /* 4grids */
  display: block;
  /* 3grids */
  /* 2grids */
  /*------------------ layouts Styles -------------------*/
  /*-------------------
	### V1 Styles
	---------------------*/
  /*-------------------
	### V2 Styles
	---------------------*/
  /*-------------------
	### V4 Styles
	---------------------*/
  /*-------------------
	### V7, V8, V9 Styles
	---------------------*/
  /*-------------------
	### V10Styles
	---------------------*/ }
  .posts-list.posts-list--masonry > .post {
    display: inline-block;
    width: 100%; }
    .posts-list.posts-list--masonry > .post .post-thumbnail {
      line-height: 0; }
  .posts-list.posts-list--masonry.list-style-v4, .posts-list.posts-list--masonry.list-style-v9 {
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-fill: auto;
    column-fill: auto; }
    @media (min-width: 640px) {
      .posts-list.posts-list--masonry.list-style-v4, .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (min-width: 940px) {
      .posts-list.posts-list--masonry.list-style-v4, .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 3;
        column-count: 3; } }
    @media (min-width: 1120px) {
      .posts-list.posts-list--masonry.list-style-v4, .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 4;
        column-count: 4; } }
  .posts-list.posts-list--masonry.list-style-default, .posts-list.posts-list--masonry.list-style-V3, .posts-list.posts-list--masonry.list-style-v2 {
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    column-count: 1; }
    @media (min-width: 640px) {
      .posts-list.posts-list--masonry.list-style-default, .posts-list.posts-list--masonry.list-style-V3, .posts-list.posts-list--masonry.list-style-v2 {
        -webkit-column-count: 2;
        column-count: 2; } }
    @media (min-width: 940px) {
      .posts-list.posts-list--masonry.list-style-default, .posts-list.posts-list--masonry.list-style-V3, .posts-list.posts-list--masonry.list-style-v2 {
        -webkit-column-count: 3;
        column-count: 3; } }
  .posts-list.posts-list--masonry.list-style-v3, .posts-list.posts-list--masonry.list-style-v5, .posts-list.posts-list--masonry.list-style-v6, .posts-list.posts-list--masonry.list-style-v7, .posts-list.posts-list--masonry.list-style-v8, .posts-list.posts-list--masonry.list-style-v10 {
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    column-count: 1; }
    @media (min-width: 940px) {
      .posts-list.posts-list--masonry.list-style-v3, .posts-list.posts-list--masonry.list-style-v5, .posts-list.posts-list--masonry.list-style-v6, .posts-list.posts-list--masonry.list-style-v7, .posts-list.posts-list--masonry.list-style-v8, .posts-list.posts-list--masonry.list-style-v10 {
        -webkit-column-count: 2;
        column-count: 2; } }
  .posts-list.posts-list--masonry .masonry-item .comments-link {
    padding: 10px 12px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: #f1f4f6; }
    .list-style-v3 .posts-list.posts-list--masonry .masonry-item .comments-link {
      background-color: transparent;
      border: 1px solid; }
    .posts-list.posts-list--masonry .masonry-item .comments-link:before {
      display: inline-block;
      font: normal normal normal 14px/1 'Nucleo Mini';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem;
      content: '\ea7c';
      vertical-align: middle;
      margin-right: 4px; }
  .posts-list.posts-list--masonry .masonry-item .entry-header .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px; }
    .posts-list.posts-list--masonry .masonry-item .entry-header .entry-meta .posted-on {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  .posts-list.posts-list--masonry .masonry-item .entry-title {
    margin: 0 0 10px; }
  .posts-list.posts-list--masonry .masonry-item .entry-meta {
    font-size: 14px;
    font-size: 0.875rem; }
  .posts-list.posts-list--masonry .masonry-item .entry-content {
    margin-bottom: 5px; }
    .posts-list.posts-list--masonry .masonry-item .entry-content p {
      margin: 0 0 0.43em; }
  .posts-list.posts-list--masonry.list-style-default .posts-list__item.masonry-item, .posts-list.posts-list--masonry.list-style-v3 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem; }
    .posts-list.posts-list--masonry.list-style-default .posts-list__item.masonry-item .post-thumbnail, .posts-list.posts-list--masonry.list-style-v3 .posts-list__item.masonry-item .post-thumbnail {
      margin-bottom: 20px; }
  .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem; }
    .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .post-thumbnail, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .post-thumbnail {
      margin-bottom: 0; }
      .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .post-thumbnail img, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .post-thumbnail img {
        width: 100%;
        border-radius: 4px 4px 0 0; }
    .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap {
      border-top: 1px solid #ebeced;
      border-radius: 4px 4px; }
    .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .masonry-item-wrap {
      border: 1px solid #ebeced;
      border-top: none;
      border-radius: 0 0 4px 4px;
      padding: 25px; }
      @media (min-width: 1120px) {
        .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .masonry-item-wrap {
          padding: 36px 38px 38px; } }
  .posts-list.posts-list--masonry.list-style-v4, .posts-list.posts-list--masonry.list-style-v5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem; }
    .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item {
      margin-bottom: 1.875rem; }
      .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .post-thumbnail, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .post-thumbnail {
        margin-bottom: 0; }
        .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .post-thumbnail img, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .post-thumbnail img {
          border-radius: 4px 4px 0 0; }
      .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap {
        border-radius: 4px 4px; }
      .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap {
        border-radius: 0 0 4px 4px;
        padding: 25px;
        background-color: #F2F6FB; }
        @media (min-width: 1120px) {
          .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap {
            padding: 36px 38px 38px; } }
        .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap .comments-link, .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap .comments-link {
          background-color: #fff; }
  .posts-list.posts-list--masonry.list-style-v5 {
    margin-left: auto;
    margin-right: auto; }
  .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem; }
    .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .post-thumbnail, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .post-thumbnail, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .post-thumbnail {
      margin-right: 0;
      margin-bottom: 0; }
      .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .post-thumbnail img, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .post-thumbnail img, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .post-thumbnail img {
        border-radius: 0; }
    .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap {
      border: 1px solid #ebeced;
      border-radius: 4px;
      padding: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap > *, .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta > *, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap > *, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta > *, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap > *, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta > * {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -ms-flex-item-align: center;
        align-self: center; }
      .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap__content, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap__content, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        text-align: center; }
      @media (min-width: 1120px) {
        .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap {
          padding: 36px 38px 38px; } }
      @media (max-width: 1199px) {
        .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-line-pack: stretch;
          align-content: stretch;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link, .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link, .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link {
            margin-top: 10px; } }
  .posts-list.posts-list--masonry.list-style-v9 {
    margin-left: 1.875rem;
    margin-right: 1.875rem; }
    @media (max-width: 939px) {
      .posts-list.posts-list--masonry.list-style-v9 {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .posts-list.posts-list--masonry.list-style-v10 .masonry-item {
    margin-bottom: 34px; }
    .posts-list.posts-list--masonry.list-style-v10 .masonry-item .post-thumbnail {
      margin-bottom: 0; }
    .posts-list.posts-list--masonry.list-style-v10 .masonry-item:not(.has-post-thumbnail) .masonry-item-inner {
      margin: 0;
      padding: 0; }
    .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
      position: relative;
      margin: -30px 20px 0 20px;
      background-color: #fff;
      padding: 20px; }
      @media (min-width: 640px) {
        .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
          margin: -40px 0 0 40px;
          padding: 25px 25px 25px 30px; } }
      @media (min-width: 1120px) {
        .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
          margin: -49px 0 0 62px;
          padding: 35px 25px 25px 38px; } }
      .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-header .entry-meta {
        margin-bottom: 23px; }
      .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-header .entry-title {
        margin: 0 0 24px; }
      .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-content {
        margin-bottom: 27px; }
      .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .space-between-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .space-between-content .comments-link {
          padding: 10px 5px 9px;
          background-color: transparent; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px; }

.widget + .widget {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced; }

.sidebar .widget,
.footer-area .widget {
  margin-top: 1.5em; }
  @media (min-width: 940px) {
    .sidebar .widget,
    .footer-area .widget {
      margin-top: 3em; } }

.widget-area .widget:last-child {
  margin-bottom: 1em; }
  @media (min-width: 940px) {
    .widget-area .widget:last-child {
      margin-bottom: 2em; } }

.widget select {
  width: 100%; }

.widget ul:not([class]) {
  list-style: none;
  margin-left: 0; }
  .widget ul:not([class]) li {
    margin-bottom: 4px; }

.widget_recent_entries ul:not([class]) li {
  margin-bottom: 20px; }

.widget_recent_entries .post-date {
  display: block; }
  .widget_recent_entries .post-date:before {
    content: '\ea1c';
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem; }

.widget_recent_comments ul:not([class]) li {
  margin-bottom: 20px; }

.widget_recent_comments .recentcomments {
  margin-bottom: 20px; }
  .widget_recent_comments .recentcomments:before {
    content: '\ea7c';
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: 0.75rem; }
  .widget_recent_comments .recentcomments .comment-author-link a:before {
    content: none; }
  .widget_recent_comments .recentcomments a:before {
    content: '';
    display: block; }

.widget_tag_cloud .tag-cloud-link {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 6px 10px;
  font-size: 14px !important;
  border-radius: 4px;
  border: 1px solid #ebeced; }
  .widget_tag_cloud .tag-cloud-link:hover {
    background-color: #ebeced; }

.widget_calendar .calendar_wrap {
  border: 1px solid #ebeced; }

.widget_calendar table {
  margin-bottom: 0;
  padding-left: 5.5%;
  padding-right: 5.5%;
  padding-bottom: 4%;
  table-layout: fixed;
  width: 100%;
  position: relative;
  border-collapse: initial; }
  .widget_calendar table th,
  .widget_calendar table td,
  .widget_calendar table thead th,
  .widget_calendar table tbody + tbody {
    border: none; }

.widget_calendar thead {
  text-align: center; }

.widget_calendar caption {
  padding: 20px 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400; }

.widget_calendar th {
  padding: 0 0 40px;
  font-weight: inherit; }

.widget_calendar tbody:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -15px;
  background-color: #ebeced; }

.widget_calendar tbody td {
  position: relative;
  text-align: center;
  line-height: 44px;
  height: 44px; }
  .widget_calendar tbody td a {
    display: inline-block;
    width: 45px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #ebeced;
    border-radius: 50%; }

.widget_calendar tfoot td {
  position: absolute;
  top: 26px; }
  .widget_calendar tfoot td#prev a, .widget_calendar tfoot td#next a {
    font-size: 0; }
    .widget_calendar tfoot td#prev a:before, .widget_calendar tfoot td#next a:before {
      display: inline-block;
      font: normal normal normal 14px/1 'Nucleo Mini';
      font-size: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      font-size: 0.75rem; }
  .widget_calendar tfoot td#prev {
    left: 10%; }
    .widget_calendar tfoot td#prev a:before {
      content: '\e927'; }
  .widget_calendar tfoot td#next {
    right: 10%; }
    .widget_calendar tfoot td#next a:before {
      content: '\e928'; }

.widget_calendar td#today {
  font-weight: 900; }

.widget_calendar #next {
  text-align: right; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0; }

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%; }

.alignleft {
  margin: 15px 30px 15px 0; }

.alignright {
  margin: 15px 0 15px 30px; }

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .gallery > * {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .gallery-item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px; }

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.33%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%; }
  .fb_iframe_widget > span {
    max-width: 100%; }
