@charset "UTF-8";
/*!
Theme Name: BitNews
Theme URI: http://www.templatemonster.com/
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: BitNews portal.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitnews
Tags: white, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, 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.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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 {
  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"] {
  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;
  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 {
  margin: 0 0 7px;
}

h2 {
  margin: 0 0 12px;
}

h3 {
  margin: 0 0 13px;
}

h4 {
  margin: 0 0 14px;
}

h5 {
  margin: 0 0 16px;
}

h6 {
  margin: 0 0 17px;
}

.page .site-main p {
  margin-top: 0;
}

.page .site-main p + h2 {
  margin-top: 28px;
}

.page .site-main p + h3 {
  margin-top: 32px;
}

.page .site-main p + h4 {
  margin-top: 32px;
}

.page .site-main p + h5 {
  margin-top: 35px;
}

.page .site-main p + h6 {
  margin-top: 37px;
}

.page .site-main .entry-content > *:last-child {
  margin-bottom: 0;
}

p {
  margin: 1em 0;
}

.small,
small {
  font-style: italic;
  line-height: 1.2;
}

.small-bold {
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

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

blockquote, .post-format-quote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.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: 1.5625rem;
  padding-right: 1.5625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  -webkit-flex: 0 0 100%;
      -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: 544px) {
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -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: 768px) {
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -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: 992px) {
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -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-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -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-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, .post-format-quote, q {
  quotes: "" "";
}

blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
  content: "";
}

blockquote, .post-format-quote {
  position: relative;
  margin: 0 0 1rem;
  padding: 19px 0 38px 72px;
}

blockquote cite, .post-format-quote cite {
  display: block;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 9px;
}

blockquote:before, .post-format-quote:before {
  content: "“";
  position: absolute;
  line-height: 1.25;
  font-size: 80px;
  top: 20px;
  left: 8px;
  margin: -5px 0 0 0;
}

blockquote p, .post-format-quote p {
  margin: 0;
}

hr {
  background-color: #e0e0e8;
  border: 0;
  height: 1px;
  margin: 20px -10px 25px;
}

@media (min-width: 992px) {
  hr {
    margin-right: -30px;
    margin-left: -30px;
  }
}

ins {
  padding: 3px 8px;
  display: inline-block;
  vertical-align: center;
}

code {
  padding: 2px 5px;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.post-content ul,
.post-content ol,
.comment-content ul,
.comment-content ol,
.entry-content ul,
.entry-content ol {
  padding: 0;
  list-style: none;
}

.post-content ul li,
.post-content ol li,
.comment-content ul li,
.comment-content ol li,
.entry-content ul li,
.entry-content ol li {
  position: relative;
  padding: 2px 0 2px 17px;
}

.post-content ul li ul,
.post-content ul li ol,
.post-content ol li ul,
.post-content ol li ol,
.comment-content ul li ul,
.comment-content ul li ol,
.comment-content ol li ul,
.comment-content ol li ol,
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol {
  padding: 4px 0 0 20px;
  margin: 0;
  display: block;
}

.post-content ul li ul > li:first-child,
.post-content ul li ol > li:first-child,
.post-content ol li ul > li:first-child,
.post-content ol li ol > li:first-child,
.comment-content ul li ul > li:first-child,
.comment-content ul li ol > li:first-child,
.comment-content ol li ul > li:first-child,
.comment-content ol li ol > li:first-child,
.entry-content ul li ul > li:first-child,
.entry-content ul li ol > li:first-child,
.entry-content ol li ul > li:first-child,
.entry-content ol li ol > li:first-child {
  padding-top: 0;
}

.post-content ul li ul > li:first-child:before,
.post-content ul li ol > li:first-child:before,
.post-content ol li ul > li:first-child:before,
.post-content ol li ol > li:first-child:before,
.comment-content ul li ul > li:first-child:before,
.comment-content ul li ol > li:first-child:before,
.comment-content ol li ul > li:first-child:before,
.comment-content ol li ol > li:first-child:before,
.entry-content ul li ul > li:first-child:before,
.entry-content ul li ol > li:first-child:before,
.entry-content ol li ul > li:first-child:before,
.entry-content ol li ol > li:first-child:before {
  top: 0;
}

.post-content ul li ol > li:before,
.post-content ol li ol > li:before,
.comment-content ul li ol > li:before,
.comment-content ol li ol > li:before,
.entry-content ul li ol > li:before,
.entry-content ol li ol > li:before {
  position: relative;
  top: 0;
}

.post-content ul li ol > li:first-child:before,
.post-content ol li ol > li:first-child:before,
.comment-content ul li ol > li:first-child:before,
.comment-content ol li ol > li:first-child:before,
.entry-content ul li ol > li:first-child:before,
.entry-content ol li ol > li:first-child:before {
  top: 0;
}

.post-content ul,
.comment-content ul,
.entry-content ul {
  margin: 10px 0;
}

.post-content ul li:before,
.comment-content ul li:before,
.entry-content ul li:before {
  content: '•';
  line-height: inherit;
  position: absolute;
  top: 2px;
  font-weight: bold;
  left: 0;
}

.post-content ul li.parent:before,
.comment-content ul li.parent:before,
.entry-content ul li.parent:before {
  display: none;
}

.post-content ol,
.comment-content ol,
.entry-content ol {
  margin: 10px 0;
  padding: 0;
  counter-reset: list;
}

.post-content ol > li,
.comment-content ol > li,
.entry-content ol > li {
  padding-left: 0;
}

.post-content ol > li:before,
.comment-content ol > li:before,
.entry-content ol > li:before {
  content: counter(list, decimal-leading-zero) ". ";
  counter-increment: list;
  font-size: 1em;
  line-height: inherit;
  padding: 0 5px 0 0;
  font-weight: bold;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #e0e0e8;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #e0e0e8;
}

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e0e0e8;
}

.entry-content table tbody + tbody {
  border-top: 1px solid #e0e0e8;
}

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

.la-line-scale,
.la-line-scale > div {
  position: relative;
  box-sizing: border-box;
}

.la-line-scale {
  display: block;
  font-size: 0;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.la-line-scale > div {
  display: inline-block;
  float: none;
  background-color: #333;
  border: 0 solid #333;
}

.la-line-scale {
  width: 40px;
  height: 32px;
}

.la-line-scale > div {
  width: 4px;
  height: 32px;
  margin: 2px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation: line-scale 1s infinite ease;
          animation: line-scale 1s infinite ease;
}

.la-line-scale > div:nth-child(1) {
  -webkit-animation-delay: -.9;
          animation-delay: -.9;
}

.la-line-scale > div:nth-child(2) {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.la-line-scale > div:nth-child(3) {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
}

.la-line-scale > div:nth-child(4) {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
}

.la-line-scale > div:nth-child(5) {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
}

.la-line-scale.la-3x {
  width: 120px;
  height: 96px;
}

.la-line-scale.la-3x > div {
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes line-scale {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  left: -100px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: 2px solid;
  text-indent: 0%;
  background: none;
  z-index: 999;
  border-radius: 0;
  text-align: center;
}

#toTop:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  width: 50px;
  height: 50px;
  text-align: center;
  top: -2px;
  left: -2px;
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 50px;
  content: "arrow_upward";
}

@media (min-width: 544px) {
  #toTop {
    left: auto;
    right: 20px;
  }
}

@media (min-width: 768px) {
  #toTop {
    bottom: 80px;
  }
}

#toTop:active, #toTop:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.post-edit-link,
.nav-links a {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  background: none;
  letter-spacing: .5px;
  padding: 18px 31px 17px;
  border-radius: 0;
  border: 2px solid;
  box-shadow: none;
}

button__text, button__icon,
input[type="button"]__text,
input[type="button"]__icon,
input[type="reset"]__text,
input[type="reset"]__icon,
input[type="submit"]__text,
input[type="submit"]__icon,
.btn__text,
.btn__icon,
.post-edit-link__text,
.post-edit-link__icon,
.nav-links a__text,
.nav-links a__icon {
  display: inline-block;
  vertical-align: top;
}

button__icon,
input[type="button"]__icon,
input[type="reset"]__icon,
input[type="submit"]__icon,
.btn__icon,
.post-edit-link__icon,
.nav-links a__icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 1.5em;
  line-height: inherit;
}

button__icon:before,
input[type="button"]__icon:before,
input[type="reset"]__icon:before,
input[type="submit"]__icon:before,
.btn__icon:before,
.post-edit-link__icon:before,
.nav-links a__icon:before {
  content: '\E5C8';
}

button.btn-fullwidth,
input[type="button"].btn-fullwidth,
input[type="reset"].btn-fullwidth,
input[type="submit"].btn-fullwidth,
.btn.btn-fullwidth,
.post-edit-link.btn-fullwidth,
.nav-links a.btn-fullwidth {
  width: 100%;
  text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 16px 29px;
}

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: 14px 20px;
  border: none;
  border-radius: 0;
}

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 {
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  line-height: 50px;
  height: 50px;
}

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

select {
  border: 1px solid #e0e0e8;
}

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

::-moz-placeholder {
  opacity: 1;
  font-style: italic;
}

:-moz-placeholder {
  opacity: 1;
  font-style: italic;
}

::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
}

:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
}

.search-form {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-form label {
  font-size: 0;
  -webkit-flex: 3 1 auto;
      -ms-flex: 3 1 auto;
          flex: 3 1 auto;
}

.search-form__field[type="search"] {
  float: none;
  box-sizing: border-box;
  height: 50px;
  width: 100%;
}

@media (max-width: 543px) {
  .search-form__field[type="search"] {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.search-form__submit {
  height: 50px;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 543px) {
  .search-form__submit {
    height: 38px;
    padding: 0 10px;
  }
}

.search-form_wrap .close-btn,
.search-form_wrap .open-btn {
  display: none;
}

.top-panel__search {
  margin: 0;
  width: 68px;
  height: 50px;
}

@media (min-width: 992px) {
  .top-panel__search {
    text-align: right;
  }
}

@media (max-width: 543px) {
  .top-panel__search {
    width: 100%;
  }
}

.top-panel__search .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  position: absolute;
  width: 345px;
  right: 50px;
  overflow: hidden;
  transition: 200ms all;
}

@media (max-width: 543px) {
  .top-panel__search .search-form {
    padding: 6px 10px;
    width: calc(100% - 50px);
  }
}

.top-panel__search .search-form_wrap {
  position: relative;
  padding: 0;
}

.top-panel__search .search-form_wrap .close-btn,
.top-panel__search .search-form_wrap .open-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  opacity: 0;
  padding: 0;
  transition: 300ms all;
}

.top-panel__search .search-form_wrap .close-btn a,
.top-panel__search .search-form_wrap .open-btn a {
  width: 25px;
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
}

@media (max-width: 543px) {
  .top-panel__search .search-form_wrap .close-btn a,
  .top-panel__search .search-form_wrap .open-btn a {
    width: 50px;
    line-height: 50px;
    height: 38px;
    text-align: center;
  }
}

.top-panel__search .search-form_wrap .close-btn a i,
.top-panel__search .search-form_wrap .open-btn a i {
  line-height: 50px;
}

.top-panel__search .search-form__field {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition: 300ms all;
}

.top-panel__search .search-form__submit {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition: 200ms all;
}

.site-header.centered .top-panel__search .search-form_wrap {
  left: 0;
}

.top-panel__search .search-form_wrap .close-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media (max-width: 543px) {
  .top-panel__search .search-form_wrap .close-btn {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.top-panel__search .search-form_wrap .open-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 544px) {
  .site-header.centered .top-panel__search .search-form_wrap.active {
    left: 82px;
  }
}

@media (min-width: 1200px) {
  .site-header.centered .top-panel__search .search-form_wrap.active {
    left: 0;
  }
}

.top-panel__search .search-form_wrap.active .search-form {
  opacity: 1;
  visibility: visible;
}

.top-panel__search .search-form_wrap.active .search-form__field {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.top-panel__search .search-form_wrap.active .search-form__submit {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.top-panel__search .search-form_wrap.active .open-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media (max-width: 543px) {
  .top-panel__search .search-form_wrap.active .open-btn {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.top-panel__search .search-form_wrap.active .close-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

.comment-reply-title {
  position: relative;
  text-align: left;
  margin: 0 0 34px;
}

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

.comment-form-comment input, .comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 100%;
}

.comment-form-comment textarea {
  height: 248px;
}

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

.comment-list .comment-form .form-submit {
  padding-bottom: 30px;
}

.page .site-main .comment-form .form-submit {
  margin: 30px 0 0;
}

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

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 15px 0 25px;
  font-style: italic;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem;
}

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

form[id*='give-form'] {
  margin: 0;
  padding: 8px 0;
}

form[id*='give-form'] .form-row input.give-input {
  border-radius: 0;
}

form[id*='give-form'] .form-row input.give-input:focus {
  box-shadow: none;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label,
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
  height: 48px;
  line-height: 48px;
  background-color: #fff;
}

form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
  width: 60%;
  font-size: 14px;
  border-radius: 0 0 0 0;
}

form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
  width: 40%;
  font-size: 14px;
  border-radius: 0 0 0 0;
}

.give-display-modal form[id*='give-form'] {
  overflow: hidden;
}

form[id*='give-form'] .give-donation-amount .give-currency-symbol {
  padding: 0;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid #e0e0e8;
  background-color: #fff;
  border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount {
  padding: 0 5px 0 10px;
  height: 50px;
  width: calc( 100% - 47px);
  font-size: 14px;
  line-height: 50px;
  color: #7e7e90;
  border: 1px solid #e0e0e8;
  border-right: none;
  background-color: #fff;
  border-radius: 0 0 0 0;
}

form[id*='give-form'] .give-donation-amount #give-amount:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .give-display-modal form[id*='give-form'] .give-donation-amount #give-amount {
    border-radius: 0;
  }
}

.give-display-modal form[id*='give-form'] .give-donation-amount {
  margin: 0;
}

form[id*='give-form'] .give-btn.give-btn-modal {
  margin: 0;
}

@media (min-width: 992px) {
  form[id*='give-form'] .give-btn.give-btn-modal {
    width: 50%;
    float: right;
    border-radius: 0 0 0 0;
  }
}

@media (min-width: 992px) {
  .give-display-modal .give-total-wrap {
    width: 50%;
    float: left;
  }
}

.give-currency-symbol {
  width: 47px;
  text-align: center;
}

.give-btn {
  line-height: 1.2;
  display: inline-block;
  font-weight: bold;
  background: none;
  letter-spacing: .5px;
  padding: 18px 31px 17px;
  border-radius: 0;
  border: 2px solid;
  box-shadow: none;
  width: 100%;
  padding: 15px 5px;
  margin: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: none;
}

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

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

.page.hentry .entry-content a {
  text-decoration: underline;
  padding-top: 15px;
  padding-bottom: 16px;
}

.page.hentry .entry-content a.btn {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .site-header.minimal .main-navigation {
    padding-left: 10px;
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul.sub-menu {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  transition: 200ms linear;
  transition-property: top, opacity, visibility, -webkit-transform;
  transition-property: top, opacity, visibility, transform;
  transition-property: top, opacity, visibility, transform, -webkit-transform;
  margin: 0;
  left: -9999px;
  border-radius: 0;
}

@media (max-width: 543px) {
  .main-navigation ul ul.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    margin: 0;
    height: 0;
  }
  .main-navigation ul ul.sub-menu li:before {
    content: "-";
    display: inline-block;
  }
  .main-navigation ul ul.sub-menu.active {
    height: auto;
  }
}

.main-navigation ul ul.sub-menu li > ul {
  top: 20%;
  margin-left: 1px;
}

.main-navigation ul ul.sub-menu li > ul li a {
  text-indent: 20px;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li > ul li a {
    text-indent: 0;
  }
}

.main-navigation ul ul.sub-menu li > ul li ul a {
  text-indent: 30px;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li > ul li ul a {
    text-indent: 0;
  }
}

.main-navigation ul ul.sub-menu li:hover > ul,
.main-navigation ul ul.sub-menu li.focus > ul,
.main-navigation ul ul.sub-menu li.menu-hover > ul {
  top: 0;
  left: 100%;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li:last-child > a {
    border-bottom: none;
  }
}

.main-navigation ul ul.sub-menu li > ul.in-transition {
  left: 100%;
}

.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
  content: "chevron_right";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: absolute;
  font-size: 24px;
  top: 16px;
  right: 11px;
  margin: -5px 0 0 0;
  display: none;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li.menu-item-has-children:after {
    display: inline-block;
  }
}

.main-navigation ul ul.sub-menu li.menu-item-has-children > a {
  padding-right: 50px;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li.menu-item-has-children > a {
    padding-right: 0;
  }
}

.main-navigation ul ul.sub-menu li.menu-item-has-children > a.mobile-sublink {
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 50px;
  height: 46px;
  text-align: center;
  text-indent: 0;
}

.main-navigation ul ul.sub-menu li.menu-item-has-children > a.mobile-sublink i {
  position: relative;
  top: 10px;
  transition: 300ms all;
}

.main-navigation ul ul.sub-menu li.menu-item-has-children > a.mobile-sublink.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu li.menu-item-has-children > a.mobile-sublink {
    display: none;
  }
}

.main-navigation ul ul.sub-menu a {
  width: 100%;
  text-align: left;
  padding: 17px 20px;
  position: relative;
  font-size: 13.92px;
  font-size: 0.87rem;
  text-indent: 10px;
}

@media (min-width: 544px) {
  .main-navigation ul ul.sub-menu a {
    padding: 18px 20px;
    width: 196px;
    text-indent: 0;
  }
}

.main-navigation ul ul.sub-menu a.mobile-sublink {
  display: none;
}

.main-navigation ul ul.sub-menu li:hover > a:before,
.main-navigation ul ul.sub-menu li.focus > a:before,
.main-navigation ul ul.sub-menu li.menu-hover > a:before,
.main-navigation ul ul.sub-menu li.current_page_item > a:before,
.main-navigation ul ul.sub-menu li.current-menu-item > a:before,
.main-navigation ul ul.sub-menu li.current_page_ancestor > a:before {
  top: 0;
  bottom: 0;
  opacity: 1;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.menu-hover > ul {
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li > ul.in-transition {
  left: 0;
}

.main-navigation ul.menu {
  font-size: 0;
  line-height: 0;
}

@media (min-width: 1200px) {
  .main-navigation ul.menu {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-navigation ul.menu > li {
  display: block;
  margin: 0;
}

@media (min-width: 544px) {
  .main-navigation ul.menu > li {
    display: inline-block;
    margin: 5px;
  }
}

@media (min-width: 1200px) {
  .main-navigation ul.menu > li {
    margin: 5px 16px;
  }
}

.boxed-wrap .main-navigation ul.menu > li {
  margin: 0 10px;
}

@media (max-width: 543px) {
  .main-navigation ul.menu > li.menu-item-has-children {
    overflow: hidden;
  }
}

.main-navigation ul.menu > li.menu-item-has-children > a {
  margin-right: 50px;
}

@media (min-width: 544px) {
  .main-navigation ul.menu > li.menu-item-has-children > a {
    margin-right: 0;
  }
}

.main-navigation ul.menu > li.menu-item-has-children > a.mobile-sublink {
  margin: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 50px;
  height: 46px;
  text-align: center;
}

.main-navigation ul.menu > li.menu-item-has-children > a.mobile-sublink i {
  position: relative;
  top: 10px;
  transition: 300ms all;
}

.main-navigation ul.menu > li.menu-item-has-children > a.mobile-sublink.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (min-width: 544px) {
  .main-navigation ul.menu > li.menu-item-has-children > a.mobile-sublink {
    display: none;
  }
}

.main-navigation ul.menu > li > a {
  display: block;
  padding: 17px 20px;
  position: relative;
  letter-spacing: .6px;
}

@media (min-width: 544px) {
  .main-navigation ul.menu > li > a {
    padding: 0;
  }
}

.main-navigation ul.menu > li > a.mobile-sublink {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation ul.menu > li > ul {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@media (min-width: 544px) {
  .main-navigation ul.menu > li:hover > ul,
  .main-navigation ul.menu > li.focus > ul,
  .main-navigation ul.menu > li.menu-hover > ul {
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@media (min-width: 1200px) {
  .main-navigation ul.menu > li:hover > ul,
  .main-navigation ul.menu > li.focus > ul,
  .main-navigation ul.menu > li.menu-hover > ul {
    -webkit-transform: translateY(44px);
        -ms-transform: translateY(44px);
            transform: translateY(44px);
  }
}

.main-navigation li {
  position: relative;
  text-align: left;
}

@media (max-width: 543px) {
  .main-navigation li {
    border-top: 1px solid #fff;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.main-navigation .menu-item_description {
  font-weight: normal;
  font-style: italic;
  position: relative;
  padding: 2px 0 0 0;
}

.sub-menu .main-navigation .menu-item_description {
  position: static;
}

@media (min-width: 782px) {
  .main-navigation.isStuck {
    position: fixed;
    background: #fff;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: 0 5px 22px rgba(131, 131, 131, 0.1);
  }
  .main-navigation.isStuck ul.menu {
    margin: 0;
  }
}

@media (max-width: 781px) {
  .main-navigation.isStuck {
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 781px) {
  .pseudoStickyBlock {
    height: 0 !important;
  }
}

.set-menu {
  padding: 10px 0 20px;
}

.footer-menu {
  margin: 0;
}

.footer-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu__items li {
  display: inline-block;
  padding: 0 5px 0 0;
}

@media (min-width: 544px) {
  .footer-menu__items li {
    padding: 0;
  }
}

@media (min-width: 544px) {
  .footer-menu__items li:before {
    content: '•';
    padding: 0 12px 0 7px;
  }
}

.footer-menu__items li:first-child:before {
  display: none;
}

.footer-menu__items li a {
  text-decoration: none;
}

.footer-menu__items li.current-menu-item, .footer-menu__items li.current_page_item,
.footer-menu__items li a:hover {
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  line-height: 40px;
  width: 50px;
  border: none;
}

.menu-toggle i {
  line-height: 40px;
}

@media (min-width: 544px) {
  .menu-toggle {
    display: none;
  }
}

.main-navigation.toggled ul {
  display: block;
}

.main-navigation ul {
  display: none;
}

@media (min-width: 544px) {
  .main-navigation ul {
    display: block;
  }
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 40px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
  }
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 544px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 49%;
    margin: 0;
  }
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  vertical-align: middle;
}

.comment-navigation .nav-previous a:before, .comment-navigation .nav-previous a:after,
.comment-navigation .nav-next a:before,
.comment-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media (min-width: 544px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
  }
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  padding-left: 23px;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  content: '\E408';
}

@media (min-width: 544px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
  }
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  padding-right: 23px;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  content: '\E409';
}

.pagination {
  padding: 0 0 25px;
}

.pagination .page-numbers {
  margin: 0 25px 5px 0;
  padding: 0;
  font-weight: bold;
  border: none;
  text-align: center;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
  vertical-align: bottom;
  font-size: 1.6em;
  line-height: 1.2;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .social-list__items li {
  margin: 0;
}

.social-list .social-list__items li::before {
  display: none;
}

.sidebar-primary .social-list__items li,
.sidebar-secondary .social-list__items li {
  margin: 0 5px 0 0;
}

@media (min-width: 992px) {
  .sidebar-primary .social-list__items li,
  .sidebar-secondary .social-list__items li {
    margin: 0 0 0 15px;
  }
  .sidebar-primary .social-list__items li:first-child,
  .sidebar-secondary .social-list__items li:first-child {
    margin: 0;
  }
}

.social-list__items li > a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.social-list__items li > a:hover {
  text-decoration: none;
}

.social-list__items li > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list__items li > a[href*="digg.com"]::before {
  content: '\f1a6';
}

.social-list__items li > a[href*="dribbble.com"]::before {
  content: '\f17d';
}

.social-list__items li > a[href*="dropbox.com"]::before {
  content: '\f16b';
}

.social-list__items li > a[href*="facebook.com"]::before {
  content: '\f09a';
}

.social-list__items li > a[href*="flickr.com"]::before {
  content: '\f16e';
}

.social-list__items li > a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

.social-list__items li > a[href*="github.com"]::before {
  content: '\f09b';
}

.social-list__items li > a[href*="instagram.com"]::before {
  content: '\f16d';
}

.social-list__items li > a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

.social-list__items li > a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

.social-list__items li > a[href*="getpocket.com"]::before {
  content: '\f265';
}

.social-list__items li > a[href*="reddit.com"]::before {
  content: '\f1a1';
}

.social-list__items li > a[href*="skype.com"]::before, .social-list__items li > a[href*="skype:"]::before {
  content: '\f17e';
}

.social-list__items li > a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

.social-list__items li > a[href*="tumblr.com"]::before {
  content: '\f173';
}

.social-list__items li > a[href*="twitter.com"]::before {
  content: '\f099';
}

.social-list__items li > a[href*="vimeo.com"]::before {
  content: '\f27d';
}

.social-list__items li > a[href*="wordpress.org"]::before, .social-list__items li > a[href*="wordpress.com"]::before {
  content: '\f19a';
}

.social-list__items li > a[href*="youtube.com"]::before {
  content: '\f167';
}

.social-list__items li > a[href*="amazon.com"]::before {
  content: '\f270';
}

.social-list__items li > a[href*="tripadvisor"]::before {
  content: '\f262';
}

.social-list__items li > a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

.social-list__items li > a[href*="xing.com"]::before {
  content: '\f168';
}

.social-list__items li > a[href*="yahoo."]::before {
  content: '\f19e';
}

.social-list__items li > a[href*="vine.co"]::before {
  content: '\f1ca';
}

.social-list__items li > a[href*="weibo.com"]::before {
  content: '\f18a';
}

.social-list__items li > a[href*="trello.com"]::before {
  content: '\f181';
}

.social-list__items li > a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

.social-list__items li > a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

.social-list__items li > a[href*="spotify.com"]::before {
  content: '\f1bc';
}

.social-list__items li > a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

.social-list__items li > a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

.social-list__items li > a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

.social-list__items li > a[href*="slack.com"]::before {
  content: '\f198';
}

.social-list__items li > a[href*="skyatlas.com"]::before {
  content: '\f216';
}

.social-list__items li > a[href*="last.fm"]::before {
  content: '\f202';
}

.social-list__items li > a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

.social-list__items li > a[href*="behance.net"]::before {
  content: '\f1b4';
}

.social-list__items li > a[href*="bitbucket.org"]::before {
  content: '\f171';
}

.social-list__items li > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list__items li > a[href*="codiepie.com"]::before {
  content: '\f284';
}

.social-list__items li > a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

.social-list__items li > a[href*="dashcube.com"]::before {
  content: '\f210';
}

.social-list__items li > a[href*="contao.org"]::before {
  content: '\f26d';
}

.social-list__items li > a[href*="delicious.com"]::before {
  content: '\f1a5';
}

.social-list__items li > a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

.social-list__items li > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 31px;
  height: 40px;
  line-height: 40px;
  margin: auto;
}

@media (min-width: 992px) {
  .sidebar-primary .social-list__items li > a::before,
  .sidebar-secondary .social-list__items li > a::before {
    width: 40px;
    font-size: 26px;
  }
}

.social-list--text .social-list__items li > a::before {
  display: none;
}

.breadcrumbs {
  position: relative;
  margin: 16px 0 36px;
}

.breadcrumbs__title:not(:empty) {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
}

.breadcrumbs__title:not(:empty):after {
  content: '_';
  display: inline-block;
  vertical-align: baseline;
}

.breadcrumbs__title:not(:empty) + .breadcrumbs__items {
  display: inline-block;
  vertical-align: baseline;
}

.breadcrumbs__title .page-title {
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}

.breadcrumbs__wrap {
  margin: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .breadcrumbs__wrap {
    margin: 4px 0;
  }
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item-sep {
  margin: 0;
}

.breadcrumbs__wrap {
  font-size: 0;
}

/*--------------------------------------------------------------
# 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;
  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;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: none;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 16px 50px 30px 0;
  }
}

.alignright {
  float: none;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 16px 0 30px 50px;
  }
}

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

@media (min-width: 992px) {
  .aligncenter {
    margin-top: 44px;
    margin-bottom: 35px;
  }
}

.alignnone {
  margin-top: 4px;
  margin-bottom: 15px;
}

.alignnone.size-full {
  margin: 20px 0;
}

@media (min-width: 992px) {
  .alignnone.size-full {
    margin: 32px 0 30px;
  }
}

.page.position-fullwidth .alignnone.size-full {
  margin: 0;
  width: auto;
}

.posts-list .alignnone.size-full {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
# 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: 0 0 30px;
}

@media (min-width: 992px) {
  .comments-area {
    margin: 100px 0 0;
  }
}

.comments-title {
  position: relative;
  text-align: left;
  margin: 0 0 30px;
}

@media (min-width: 992px) {
  .comments-title {
    margin: 0 0 44px;
  }
}

.comment-list {
  list-style: none;
  padding: 0 0 40px;
  margin: 0;
}

@media (min-width: 992px) {
  .comment-list {
    padding: 0 0 71px;
  }
}

.comment-list li.comment {
  padding-top: 30px;
}

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

.comment-list .children {
  list-style: none;
  padding-left: 0;
  margin-left: 5px;
  padding-top: 0;
}

@media (min-width: 544px) {
  .comment-list .children {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .comment-list .children {
    margin-left: 30px;
  }
}

.position-two-sidebars .comment-list .children {
  margin-left: 0;
}

@media (min-width: 992px) {
  .comment-wrap {
    overflow: hidden;
  }
}

.comment-body__holder {
  position: relative;
  padding-right: 30px;
}

.comment-body__holder .comment-content {
  margin-top: 7px;
  margin-bottom: 8px;
}

@media (min-width: 544px) {
  .comment-body__holder .comment-content {
    margin-bottom: 0;
    overflow: hidden;
  }
}

.comment-body__holder .comment-content > *:first-child {
  margin-top: 0;
}

.comment-body__holder .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment-body .avatar {
  margin: 0 0 15px;
  border-radius: 50%;
}

@media (min-width: 544px) {
  .comment-body .avatar {
    float: left;
    width: 40px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  .comment-body .avatar {
    width: auto;
    margin: 0 40px 0 0;
  }
}

.comment-body .fn {
  display: block;
}

@media (min-width: 544px) {
  .comment-body .fn {
    display: inline-block;
    vertical-align: middle;
  }
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.comment-body .reply i {
  font-size: 20px;
}

.comment-date {
  margin: 0 20px 0 0;
}

@media (min-width: 544px) {
  .comment-date {
    display: inline-block;
    vertical-align: middle;
  }
}

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

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .post-author-bio {
    margin: 0 0 94px;
  }
}

.post-author__title {
  margin: 0 0 39px;
}

.post-author__avatar {
  margin: 0 0 30px 0;
}

@media (min-width: 544px) {
  .post-author__avatar {
    float: left;
    margin: 6px 40px 0 0;
  }
}

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

.post-author__content {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.share-btns__list {
  margin: 30px 0 0;
}

@media (min-width: 1200px) {
  .share-btns__list {
    margin: 0;
  }
}

.posts-list .share-btns__list {
  margin-top: 15px;
}

.share-btns__item {
  display: inline-block;
  margin: 0 10px 5px 0;
}

@media (min-width: 1200px) {
  .single .share-btns__item {
    display: block;
    margin: 0 0 10px;
  }
  .position-two-sidebars.single .share-btns__item {
    display: inline-block;
    margin: 0 10px 5px 0;
  }
}

.share-btns__link {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.single .share-btns__link {
  border-radius: 50%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 2px solid;
  display: block;
}

@media (min-width: 1200px) {
  .single .share-btns__link {
    width: 68px;
    height: 68px;
    line-height: 64px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .position-two-sidebars.single .share-btns__link {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.card-justify {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
}

.card-justify .card {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  margin-right: 0;
  margin-left: 0;
}

.posts-list--vertical-justify .card {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.posts-list--vertical-justify .card:nth-child(6n+3), .posts-list--vertical-justify .card:nth-child(6n+4) {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .card-justify {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
  .card-justify .card {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
  .posts-list--vertical-justify .card {
    -webkit-flex: 1 0 calc(100%/2 - 3.125rem);
        -ms-flex: 1 0 calc(100%/2 - 3.125rem);
            flex: 1 0 calc(100%/2 - 3.125rem);
    max-width: calc(100%/2 - 3.125rem);
  }
  .posts-list--vertical-justify .card:nth-child(6n+3), .posts-list--vertical-justify .card:nth-child(6n+4) {
    -webkit-flex: 1 0 calc(100%/2 - 3.125rem);
        -ms-flex: 1 0 calc(100%/2 - 3.125rem);
            flex: 1 0 calc(100%/2 - 3.125rem);
    max-width: calc(100%/2 - 3.125rem);
  }
}

@media (min-width: 1200px) {
  .posts-list--vertical-justify .card {
    -webkit-flex: 1 0 calc(100%/4 - 3.125rem);
        -ms-flex: 1 0 calc(100%/4 - 3.125rem);
            flex: 1 0 calc(100%/4 - 3.125rem);
    max-width: calc(100%/4 - 3.125rem);
  }
  .posts-list--vertical-justify .card:nth-child(6n+3), .posts-list--vertical-justify .card:nth-child(6n+4) {
    -webkit-flex: 1 0 calc(100%/2 - 3.125rem);
        -ms-flex: 1 0 calc(100%/2 - 3.125rem);
            flex: 1 0 calc(100%/2 - 3.125rem);
    max-width: calc(100%/2 - 3.125rem);
  }
}

@media (min-width: 768px) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
  .card-deck .card {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
  .posts-list--grid-2-cols .card {
    -webkit-flex: 1 0 calc(100%/2 - 3.125rem);
        -ms-flex: 1 0 calc(100%/2 - 3.125rem);
            flex: 1 0 calc(100%/2 - 3.125rem);
    max-width: calc(100%/2 - 3.125rem);
  }
  .posts-list--grid-3-cols .card {
    -webkit-flex: 1 0 calc(100%/3 - 3.125rem);
        -ms-flex: 1 0 calc(100%/3 - 3.125rem);
            flex: 1 0 calc(100%/3 - 3.125rem);
    max-width: calc(100%/3 - 3.125rem);
  }
  .home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: calc(100% - 3.125rem);
  }
  .two-sidebars .posts-list--grid-2-cols .card, .two-sidebars .posts-list--grid-3-cols .card {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: calc(100% - 3.125rem);
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .posts-list--masonry-2-cols .card,
  .posts-list--masonry-3-cols .card {
    position: static;
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari */
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-transform: translatez(0);
  }
  .posts-list--masonry-2-cols .card .post-list__item-content,
  .posts-list--masonry-3-cols .card .post-list__item-content {
    position: relative;
  }
  .two-sidebars .posts-list--masonry-2-cols, .two-sidebars
  .posts-list--masonry-3-cols {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .two-sidebars .posts-list--masonry-2-cols .card, .two-sidebars
  .posts-list--masonry-3-cols .card {
    display: block;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 40px;
}

@media (min-width: 992px) {
  .widget {
    margin-bottom: 100px;
  }
}

.footer-area .widget {
  margin-bottom: 29px;
}

@media (min-width: 992px) {
  .before-content-area .widget {
    margin-bottom: 79px;
  }
}

.before-content-area .widget:last-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .before-content-area .widget:last-child {
    margin-bottom: 27px;
  }
}

.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
  background: #fff;
  border-radius: 0;
}

.after-loop-area .widget,
.after-content-area .widget {
  margin-bottom: 0;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .after-loop-area .widget,
  .after-content-area .widget {
    margin-top: 65px;
  }
}

.full-width-header-area .widget:first-child.widget_smart_slider {
  margin-top: -100px;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .widget .widget-title {
    margin: 3px 0 44px;
  }
  .footer .widget .widget-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 544px) {
  .full-width-header-area .widget .widget-title {
    text-align: center;
  }
}

.twitterwidget,
.twitterwidget iframe,
.fb_iframe_widget,
.fb_iframe_widget iframe {
  width: 100% !important;
}

.widget-about-author {
  text-align: center;
}

.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
  text-align: left;
}

.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author,
.footer-area .widget-about-author {
  text-align: left;
}

.position-two-sidebars .before-loop-area .widget-about-author,
.position-two-sidebars .after-loop-area .widget-about-author {
  text-align: center;
}

.about-author:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

.about-author_avatar {
  text-align: center;
  padding: 5px 0 0;
}

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
  margin: 0 0 10px;
}

@media (min-width: 544px) {
  .full-width-header-area .about-author_avatar,
  .after-content-full-width-area .about-author_avatar,
  .before-content-area .about-author_avatar,
  .before-loop-area .about-author_avatar,
  .after-content-area .about-author_avatar,
  .after-loop-area .about-author_avatar {
    margin: 0 30px 0 0;
    float: left;
  }
}

.position-two-sidebars .before-loop-area .about-author_avatar,
.position-two-sidebars .after-loop-area .about-author_avatar {
  float: none;
  margin: 0;
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
  overflow: hidden;
}

.position-two-sidebars .before-loop-area .about-author_content,
.position-two-sidebars .after-loop-area .about-author_content {
  overflow: visible;
}

.about-author_name {
  margin: 0;
  padding: 15px 0;
}

.about-author_description {
  padding: 0 0 20px;
}

.about-author_btn_box {
  border-top: 1px solid #e0e0e8;
  padding: 15px 0 5px;
}

@media (min-width: 992px) {
  .about-author_btn_box {
    padding: 30px 0 6px;
  }
}

.footer-area .about-author_btn_box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-primary .about-author_btn_box,
.sidebar-secondary .about-author_btn_box,
.position-two-sidebars .before-loop-area .about-author_btn_box,
.position-two-sidebars .after-loop-area .about-author_btn_box {
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .sidebar-primary .about-author_btn_box,
  .sidebar-secondary .about-author_btn_box,
  .position-two-sidebars .before-loop-area .about-author_btn_box,
  .position-two-sidebars .after-loop-area .about-author_btn_box {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.widget.widget-banner > .widget-title {
  display: none;
}

.widget.widget-banner .widget-banner__link {
  position: relative;
  vertical-align: top;
  display: block;
}

.widget.widget-banner .widget-banner__img {
  vertical-align: top;
  width: 100%;
  opacity: .88;
}

.widget.widget-banner .widget-banner__descr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  text-align: center;
  padding: 10px;
}

@media (min-width: 992px) {
  .widget.widget-banner .widget-banner__descr {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.widget.widget-banner .widget-banner__title {
  position: relative;
  padding: 28px 0 14px;
}

.widget.widget-banner .widget-banner__title:before {
  content: '';
  width: 253px;
  max-width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.widget.widget-banner .widget-banner__text {
  position: relative;
  padding: 0 0 47px;
}

.widget.widget-banner .widget-banner__text:after {
  content: '';
  width: 253px;
  max-width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-carousel-container {
  position: relative;
}

.swiper-carousel-container .swiper-pagination {
  position: static;
}

.swiper-carousel-container.with-title .swiper-button-next,
.swiper-carousel-container.with-title .swiper-button-prev {
  top: 0;
  margin-top: -45px;
  color: #989a9e;
}

@media (min-width: 992px) {
  .swiper-carousel-container.with-title .swiper-button-next,
  .swiper-carousel-container.with-title .swiper-button-prev {
    margin-top: -70px;
  }
}

.swiper-carousel-container.with-title .swiper-button-prev {
  left: auto;
  right: 35px;
}

.widget_carousel .swiper-wrapper .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  top: 38%;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  display: none;
}

.swiper-button-next i,
.swiper-button-prev i {
  margin: 0;
  font-size: 32px;
}

.swiper-button-next.button-prev,
.swiper-button-prev.button-prev {
  left: 0;
}

.swiper-button-next.button-next,
.swiper-button-prev.button-next {
  right: 0;
}

.swiper-wrapper .post {
  margin-bottom: 13px;
  padding: 0;
}

.swiper-wrapper .post .inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper .post .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #29272a;
  background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
  width: 100%;
  height: 100%;
}

.swiper-wrapper .post .entry-header {
  padding-top: 0;
}

.swiper-wrapper .post .entry-header .post-thumbnail__link {
  display: block;
}

.swiper-wrapper .post .entry-header .post-thumbnail__link img {
  width: 100%;
}

.swiper-wrapper .post .entry-content {
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
}

@media (min-width: 992px) {
  .swiper-wrapper .post .entry-content {
    padding: 24px 40px;
  }
}

.swiper-wrapper .post .entry-content .btn {
  margin: 10px 0 0;
  background: none;
  padding: 10px 20px;
}

.swiper-wrapper .post .entry-content .post__date {
  margin-right: 20px;
}

.swiper-wrapper .post .entry-content .post__excerpt {
  margin: 10px 0 0;
}

.swiper-wrapper .post .entry-content .entry-meta {
  margin: 10px 0 0;
}

.swiper-wrapper .post .entry-content h3 {
  margin: 0 0 1px;
}

.swiper-wrapper .post .entry-content i {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

div.wpcf7 {
  margin: 26px 0;
}

div.wpcf7 p {
  margin-bottom: 30px;
}

div.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

div.wpcf7 .wpcf7-not-valid {
  border-color: #fe5c7a;
  background: rgba(254, 92, 122, 0.1);
}

div.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a;
  font-size: .8em;
  margin: 5px 0 0 5px;
}

div.wpcf7 .wpcf7-validation-errors, div.wpcf7 .wpcf7-mail-sent-ng, div.wpcf7 .wpcf7-mail-sent-ok {
  margin: 1.5em 0;
  padding: 1em 2em;
  color: #fff;
  border: none;
}

div.wpcf7 .wpcf7-validation-errors,
div.wpcf7 .wpcf7-mail-sent-ng {
  background: #fe5c7a;
}

div.wpcf7 .wpcf7-mail-sent-ok {
  background: #398f14;
}

div.wpcf7 textarea {
  min-height: 248px;
}

.widget ul {
  margin: 0px 0px;
  padding: 0 0;
}

.widget ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 7px;
  position: relative;
}

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

.widget ul li > ul {
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 7px;
}

.widget.widget_archive li, .widget.widget_meta li, .widget.widget_rss li, .widget.widget_recent_comments li, .widget.widget_recent_entries li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_nav_menu li {
  font-weight: bold;
  text-transform: uppercase;
}

.before-content-area .widget_archive > ul::after,
.before-content-area .widget_meta > ul::after,
.before-content-area .widget_rss > ul::after,
.before-content-area .widget_recent_comments > ul::after,
.before-content-area .widget_recent_entries > ul::after,
.before-content-area .widget_categories > ul::after,
.before-content-area .widget_pages > ul::after,
.after-content-area .widget_archive > ul::after,
.after-content-area .widget_meta > ul::after,
.after-content-area .widget_rss > ul::after,
.after-content-area .widget_recent_comments > ul::after,
.after-content-area .widget_recent_entries > ul::after,
.after-content-area .widget_categories > ul::after,
.after-content-area .widget_pages > ul::after,
.before-loop-area .widget_archive > ul::after,
.before-loop-area .widget_meta > ul::after,
.before-loop-area .widget_rss > ul::after,
.before-loop-area .widget_recent_comments > ul::after,
.before-loop-area .widget_recent_entries > ul::after,
.before-loop-area .widget_categories > ul::after,
.before-loop-area .widget_pages > ul::after,
.after-loop-area .widget_archive > ul::after,
.after-loop-area .widget_meta > ul::after,
.after-loop-area .widget_rss > ul::after,
.after-loop-area .widget_recent_comments > ul::after,
.after-loop-area .widget_recent_entries > ul::after,
.after-loop-area .widget_categories > ul::after,
.after-loop-area .widget_pages > ul::after,
.full-width-header-area .widget_archive > ul::after,
.full-width-header-area .widget_meta > ul::after,
.full-width-header-area .widget_rss > ul::after,
.full-width-header-area .widget_recent_comments > ul::after,
.full-width-header-area .widget_recent_entries > ul::after,
.full-width-header-area .widget_categories > ul::after,
.full-width-header-area .widget_pages > ul::after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 544px) {
  .before-content-area .widget_archive > ul > li,
  .before-content-area .widget_meta > ul > li,
  .before-content-area .widget_rss > ul > li,
  .before-content-area .widget_recent_comments > ul > li,
  .before-content-area .widget_recent_entries > ul > li,
  .before-content-area .widget_categories > ul > li,
  .before-content-area .widget_pages > ul > li,
  .after-content-area .widget_archive > ul > li,
  .after-content-area .widget_meta > ul > li,
  .after-content-area .widget_rss > ul > li,
  .after-content-area .widget_recent_comments > ul > li,
  .after-content-area .widget_recent_entries > ul > li,
  .after-content-area .widget_categories > ul > li,
  .after-content-area .widget_pages > ul > li,
  .before-loop-area .widget_archive > ul > li,
  .before-loop-area .widget_meta > ul > li,
  .before-loop-area .widget_rss > ul > li,
  .before-loop-area .widget_recent_comments > ul > li,
  .before-loop-area .widget_recent_entries > ul > li,
  .before-loop-area .widget_categories > ul > li,
  .before-loop-area .widget_pages > ul > li,
  .after-loop-area .widget_archive > ul > li,
  .after-loop-area .widget_meta > ul > li,
  .after-loop-area .widget_rss > ul > li,
  .after-loop-area .widget_recent_comments > ul > li,
  .after-loop-area .widget_recent_entries > ul > li,
  .after-loop-area .widget_categories > ul > li,
  .after-loop-area .widget_pages > ul > li,
  .full-width-header-area .widget_archive > ul > li,
  .full-width-header-area .widget_meta > ul > li,
  .full-width-header-area .widget_rss > ul > li,
  .full-width-header-area .widget_recent_comments > ul > li,
  .full-width-header-area .widget_recent_entries > ul > li,
  .full-width-header-area .widget_categories > ul > li,
  .full-width-header-area .widget_pages > ul > li {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
  .before-content-area .widget_archive > ul > li:nth-child(2n+1),
  .before-content-area .widget_meta > ul > li:nth-child(2n+1),
  .before-content-area .widget_rss > ul > li:nth-child(2n+1),
  .before-content-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .before-content-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .before-content-area .widget_categories > ul > li:nth-child(2n+1),
  .before-content-area .widget_pages > ul > li:nth-child(2n+1),
  .after-content-area .widget_archive > ul > li:nth-child(2n+1),
  .after-content-area .widget_meta > ul > li:nth-child(2n+1),
  .after-content-area .widget_rss > ul > li:nth-child(2n+1),
  .after-content-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .after-content-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .after-content-area .widget_categories > ul > li:nth-child(2n+1),
  .after-content-area .widget_pages > ul > li:nth-child(2n+1),
  .before-loop-area .widget_archive > ul > li:nth-child(2n+1),
  .before-loop-area .widget_meta > ul > li:nth-child(2n+1),
  .before-loop-area .widget_rss > ul > li:nth-child(2n+1),
  .before-loop-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .before-loop-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .before-loop-area .widget_categories > ul > li:nth-child(2n+1),
  .before-loop-area .widget_pages > ul > li:nth-child(2n+1),
  .after-loop-area .widget_archive > ul > li:nth-child(2n+1),
  .after-loop-area .widget_meta > ul > li:nth-child(2n+1),
  .after-loop-area .widget_rss > ul > li:nth-child(2n+1),
  .after-loop-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .after-loop-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .after-loop-area .widget_categories > ul > li:nth-child(2n+1),
  .after-loop-area .widget_pages > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_archive > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_meta > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_rss > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_categories > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_pages > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .before-content-area .widget_archive > ul > li,
  .before-content-area .widget_meta > ul > li,
  .before-content-area .widget_rss > ul > li,
  .before-content-area .widget_recent_comments > ul > li,
  .before-content-area .widget_recent_entries > ul > li,
  .before-content-area .widget_categories > ul > li,
  .before-content-area .widget_pages > ul > li,
  .after-content-area .widget_archive > ul > li,
  .after-content-area .widget_meta > ul > li,
  .after-content-area .widget_rss > ul > li,
  .after-content-area .widget_recent_comments > ul > li,
  .after-content-area .widget_recent_entries > ul > li,
  .after-content-area .widget_categories > ul > li,
  .after-content-area .widget_pages > ul > li,
  .before-loop-area .widget_archive > ul > li,
  .before-loop-area .widget_meta > ul > li,
  .before-loop-area .widget_rss > ul > li,
  .before-loop-area .widget_recent_comments > ul > li,
  .before-loop-area .widget_recent_entries > ul > li,
  .before-loop-area .widget_categories > ul > li,
  .before-loop-area .widget_pages > ul > li,
  .after-loop-area .widget_archive > ul > li,
  .after-loop-area .widget_meta > ul > li,
  .after-loop-area .widget_rss > ul > li,
  .after-loop-area .widget_recent_comments > ul > li,
  .after-loop-area .widget_recent_entries > ul > li,
  .after-loop-area .widget_categories > ul > li,
  .after-loop-area .widget_pages > ul > li,
  .full-width-header-area .widget_archive > ul > li,
  .full-width-header-area .widget_meta > ul > li,
  .full-width-header-area .widget_rss > ul > li,
  .full-width-header-area .widget_recent_comments > ul > li,
  .full-width-header-area .widget_recent_entries > ul > li,
  .full-width-header-area .widget_categories > ul > li,
  .full-width-header-area .widget_pages > ul > li {
    width: 23%;
    margin-left: 2%;
    float: left;
  }
  .before-content-area .widget_archive > ul > li:nth-child(2n+1),
  .before-content-area .widget_meta > ul > li:nth-child(2n+1),
  .before-content-area .widget_rss > ul > li:nth-child(2n+1),
  .before-content-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .before-content-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .before-content-area .widget_categories > ul > li:nth-child(2n+1),
  .before-content-area .widget_pages > ul > li:nth-child(2n+1),
  .after-content-area .widget_archive > ul > li:nth-child(2n+1),
  .after-content-area .widget_meta > ul > li:nth-child(2n+1),
  .after-content-area .widget_rss > ul > li:nth-child(2n+1),
  .after-content-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .after-content-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .after-content-area .widget_categories > ul > li:nth-child(2n+1),
  .after-content-area .widget_pages > ul > li:nth-child(2n+1),
  .before-loop-area .widget_archive > ul > li:nth-child(2n+1),
  .before-loop-area .widget_meta > ul > li:nth-child(2n+1),
  .before-loop-area .widget_rss > ul > li:nth-child(2n+1),
  .before-loop-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .before-loop-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .before-loop-area .widget_categories > ul > li:nth-child(2n+1),
  .before-loop-area .widget_pages > ul > li:nth-child(2n+1),
  .after-loop-area .widget_archive > ul > li:nth-child(2n+1),
  .after-loop-area .widget_meta > ul > li:nth-child(2n+1),
  .after-loop-area .widget_rss > ul > li:nth-child(2n+1),
  .after-loop-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .after-loop-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .after-loop-area .widget_categories > ul > li:nth-child(2n+1),
  .after-loop-area .widget_pages > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_archive > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_meta > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_rss > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_recent_comments > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_recent_entries > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_categories > ul > li:nth-child(2n+1),
  .full-width-header-area .widget_pages > ul > li:nth-child(2n+1) {
    margin-left: 2%;
  }
  .before-content-area .widget_archive > ul > li:nth-child(4n+1),
  .before-content-area .widget_meta > ul > li:nth-child(4n+1),
  .before-content-area .widget_rss > ul > li:nth-child(4n+1),
  .before-content-area .widget_recent_comments > ul > li:nth-child(4n+1),
  .before-content-area .widget_recent_entries > ul > li:nth-child(4n+1),
  .before-content-area .widget_categories > ul > li:nth-child(4n+1),
  .before-content-area .widget_pages > ul > li:nth-child(4n+1),
  .after-content-area .widget_archive > ul > li:nth-child(4n+1),
  .after-content-area .widget_meta > ul > li:nth-child(4n+1),
  .after-content-area .widget_rss > ul > li:nth-child(4n+1),
  .after-content-area .widget_recent_comments > ul > li:nth-child(4n+1),
  .after-content-area .widget_recent_entries > ul > li:nth-child(4n+1),
  .after-content-area .widget_categories > ul > li:nth-child(4n+1),
  .after-content-area .widget_pages > ul > li:nth-child(4n+1),
  .before-loop-area .widget_archive > ul > li:nth-child(4n+1),
  .before-loop-area .widget_meta > ul > li:nth-child(4n+1),
  .before-loop-area .widget_rss > ul > li:nth-child(4n+1),
  .before-loop-area .widget_recent_comments > ul > li:nth-child(4n+1),
  .before-loop-area .widget_recent_entries > ul > li:nth-child(4n+1),
  .before-loop-area .widget_categories > ul > li:nth-child(4n+1),
  .before-loop-area .widget_pages > ul > li:nth-child(4n+1),
  .after-loop-area .widget_archive > ul > li:nth-child(4n+1),
  .after-loop-area .widget_meta > ul > li:nth-child(4n+1),
  .after-loop-area .widget_rss > ul > li:nth-child(4n+1),
  .after-loop-area .widget_recent_comments > ul > li:nth-child(4n+1),
  .after-loop-area .widget_recent_entries > ul > li:nth-child(4n+1),
  .after-loop-area .widget_categories > ul > li:nth-child(4n+1),
  .after-loop-area .widget_pages > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_archive > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_meta > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_rss > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_recent_comments > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_recent_entries > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_categories > ul > li:nth-child(4n+1),
  .full-width-header-area .widget_pages > ul > li:nth-child(4n+1) {
    margin-left: 0;
  }
}

.before-content-area .widget_rss ul,
.before-content-area .widget_recent_comments ul,
.before-content-area .widget_recent_entries ul,
.after-content-area .widget_rss ul,
.after-content-area .widget_recent_comments ul,
.after-content-area .widget_recent_entries ul,
.before-loop-area .widget_rss ul,
.before-loop-area .widget_recent_comments ul,
.before-loop-area .widget_recent_entries ul,
.after-loop-area .widget_rss ul,
.after-loop-area .widget_recent_comments ul,
.after-loop-area .widget_recent_entries ul,
.full-width-header-area .widget_rss ul,
.full-width-header-area .widget_recent_comments ul,
.full-width-header-area .widget_recent_entries ul {
  margin-left: -2%;
}

.before-content-area .widget_rss ul > li:first-child,
.before-content-area .widget_recent_comments ul > li:first-child,
.before-content-area .widget_recent_entries ul > li:first-child,
.after-content-area .widget_rss ul > li:first-child,
.after-content-area .widget_recent_comments ul > li:first-child,
.after-content-area .widget_recent_entries ul > li:first-child,
.before-loop-area .widget_rss ul > li:first-child,
.before-loop-area .widget_recent_comments ul > li:first-child,
.before-loop-area .widget_recent_entries ul > li:first-child,
.after-loop-area .widget_rss ul > li:first-child,
.after-loop-area .widget_recent_comments ul > li:first-child,
.after-loop-area .widget_recent_entries ul > li:first-child,
.full-width-header-area .widget_rss ul > li:first-child,
.full-width-header-area .widget_recent_comments ul > li:first-child,
.full-width-header-area .widget_recent_entries ul > li:first-child {
  padding-top: 21px;
  margin-left: 2%;
}

.before-content-area .widget_rss ul > li:nth-child(1), .before-content-area .widget_rss ul > li:nth-child(2), .before-content-area .widget_rss ul > li:nth-child(3),
.before-content-area .widget_recent_comments ul > li:nth-child(1),
.before-content-area .widget_recent_comments ul > li:nth-child(2),
.before-content-area .widget_recent_comments ul > li:nth-child(3),
.before-content-area .widget_recent_entries ul > li:nth-child(1),
.before-content-area .widget_recent_entries ul > li:nth-child(2),
.before-content-area .widget_recent_entries ul > li:nth-child(3),
.after-content-area .widget_rss ul > li:nth-child(1),
.after-content-area .widget_rss ul > li:nth-child(2),
.after-content-area .widget_rss ul > li:nth-child(3),
.after-content-area .widget_recent_comments ul > li:nth-child(1),
.after-content-area .widget_recent_comments ul > li:nth-child(2),
.after-content-area .widget_recent_comments ul > li:nth-child(3),
.after-content-area .widget_recent_entries ul > li:nth-child(1),
.after-content-area .widget_recent_entries ul > li:nth-child(2),
.after-content-area .widget_recent_entries ul > li:nth-child(3),
.before-loop-area .widget_rss ul > li:nth-child(1),
.before-loop-area .widget_rss ul > li:nth-child(2),
.before-loop-area .widget_rss ul > li:nth-child(3),
.before-loop-area .widget_recent_comments ul > li:nth-child(1),
.before-loop-area .widget_recent_comments ul > li:nth-child(2),
.before-loop-area .widget_recent_comments ul > li:nth-child(3),
.before-loop-area .widget_recent_entries ul > li:nth-child(1),
.before-loop-area .widget_recent_entries ul > li:nth-child(2),
.before-loop-area .widget_recent_entries ul > li:nth-child(3),
.after-loop-area .widget_rss ul > li:nth-child(1),
.after-loop-area .widget_rss ul > li:nth-child(2),
.after-loop-area .widget_rss ul > li:nth-child(3),
.after-loop-area .widget_recent_comments ul > li:nth-child(1),
.after-loop-area .widget_recent_comments ul > li:nth-child(2),
.after-loop-area .widget_recent_comments ul > li:nth-child(3),
.after-loop-area .widget_recent_entries ul > li:nth-child(1),
.after-loop-area .widget_recent_entries ul > li:nth-child(2),
.after-loop-area .widget_recent_entries ul > li:nth-child(3),
.full-width-header-area .widget_rss ul > li:nth-child(1),
.full-width-header-area .widget_rss ul > li:nth-child(2),
.full-width-header-area .widget_rss ul > li:nth-child(3),
.full-width-header-area .widget_recent_comments ul > li:nth-child(1),
.full-width-header-area .widget_recent_comments ul > li:nth-child(2),
.full-width-header-area .widget_recent_comments ul > li:nth-child(3),
.full-width-header-area .widget_recent_entries ul > li:nth-child(1),
.full-width-header-area .widget_recent_entries ul > li:nth-child(2),
.full-width-header-area .widget_recent_entries ul > li:nth-child(3) {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 544px) {
  .before-content-area .widget_rss ul > li,
  .before-content-area .widget_recent_comments ul > li,
  .before-content-area .widget_recent_entries ul > li,
  .after-content-area .widget_rss ul > li,
  .after-content-area .widget_recent_comments ul > li,
  .after-content-area .widget_recent_entries ul > li,
  .before-loop-area .widget_rss ul > li,
  .before-loop-area .widget_recent_comments ul > li,
  .before-loop-area .widget_recent_entries ul > li,
  .after-loop-area .widget_rss ul > li,
  .after-loop-area .widget_recent_comments ul > li,
  .after-loop-area .widget_recent_entries ul > li,
  .full-width-header-area .widget_rss ul > li,
  .full-width-header-area .widget_recent_comments ul > li,
  .full-width-header-area .widget_recent_entries ul > li {
    width: 48%;
    margin-left: 2%;
    float: left;
  }
}

@media (min-width: 768px) {
  .before-content-area .widget_rss ul > li,
  .before-content-area .widget_recent_comments ul > li,
  .before-content-area .widget_recent_entries ul > li,
  .after-content-area .widget_rss ul > li,
  .after-content-area .widget_recent_comments ul > li,
  .after-content-area .widget_recent_entries ul > li,
  .before-loop-area .widget_rss ul > li,
  .before-loop-area .widget_recent_comments ul > li,
  .before-loop-area .widget_recent_entries ul > li,
  .after-loop-area .widget_rss ul > li,
  .after-loop-area .widget_recent_comments ul > li,
  .after-loop-area .widget_recent_entries ul > li,
  .full-width-header-area .widget_rss ul > li,
  .full-width-header-area .widget_recent_comments ul > li,
  .full-width-header-area .widget_recent_entries ul > li {
    width: 31%;
    margin-left: 2%;
    float: left;
  }
}

/*--------------------------------------------------------------
# Widget calendar
--------------------------------------------------------------*/
.widget_calendar h4 {
  margin: 0 0 24px 0;
}

.widget_calendar .calendar_wrap table {
  margin: 0px 0 0 -2px;
}

.widget_calendar .calendar_wrap caption {
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 10px;
  margin-bottom: 24px;
}

.widget_calendar .calendar_wrap th {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 13px 0;
  text-align: center;
  position: relative;
  left: -15px;
}

.widget_calendar .calendar_wrap tbody td {
  padding: 0px 0 9px 0;
  width: 15%;
  text-align: center;
  position: relative;
  left: -15px;
}

.widget_calendar .calendar_wrap tbody td a {
  position: relative;
  display: inline-block;
  width: 20px;
  z-index: 1;
  transition: all 0.5s ease;
}

.widget_calendar .calendar_wrap tbody tr:first-child > td {
  padding: 14px 0 9px 0;
}

.widget_calendar .calendar_wrap #prev, .widget_calendar .calendar_wrap #next {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 0 0 0;
}

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

@media (max-width: 992px) {
  .widget_calendar h4 {
    margin: 0 0 15px 0;
  }
  .widget_calendar .calendar_wrap table {
    margin: 0;
  }
}

.footer-area .widget_calendar .calendar_wrap tbody td, .footer-area .widget_calendar .calendar_wrap th {
  left: 0px;
}

.footer-area .widget_calendar .calendar_wrap td a::before {
  width: 20px;
  height: 20px;
  top: -2%;
  left: -5%;
}

/*--------------------------------------------------------------
# Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin: 0;
}

.widget_tag_cloud .tagcloud a {
  padding: 6px 11px;
  border: 2px solid;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 3px;
}

/*--------------------------------------------------------------
# Widget Recent Posts and Recent Comments
--------------------------------------------------------------*/
/* Recent Posts */
.widget_recent_entries ul li {
  margin: 0 0 24px 0;
}

.widget_recent_entries ul li a {
  display: inline-block;
  margin-bottom: 6px;
}

.widget_recent_entries ul li .post-date {
  font-size: 14px;
  position: relative;
  display: block;
  margin: 10px 0 0 21px;
}

.widget_recent_entries ul li .post-date::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "event";
  position: absolute;
  font-size: 16px;
  top: 3px;
  left: -23px;
}

/* Recent Comments */
.widget_recent_comments ul li {
  margin: 14px 0 0 0;
}

.widget_recent_comments ul li > a {
  font-size: 1.3em;
  text-transform: none;
  margin-top: 5px !important;
  display: inline-block !important;
}

.widget_recent_comments ul li > a:before {
  content: '';
  display: block;
}

/* Recent Posts  & Recent Comments */
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_recent_comments ul li::before,
.widget_recent_entries ul li::before {
  display: none;
}

/* Nav menu */
.widget.widget-image-grid.widget {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.widget-image-grid .row {
  margin: 0;
  line-height: 0;
}

.widget-image-grid__holder {
  padding: 0;
  line-height: normal;
}

@media (min-width: 768px) {
  .widget-image-grid__holder:first-child .widget-image-grid__inner, .widget-image-grid__holder:first-child .widget-image-grid__inner .widget-image-grid__content:before {
    border-radius: 0 0 0 0;
  }
}

@media (min-width: 768px) {
  .widget-image-grid__holder:last-child .widget-image-grid__inner, .widget-image-grid__holder:last-child .widget-image-grid__inner .widget-image-grid__content:before {
    border-radius: 0 0 0 0;
  }
}

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.widget-image-grid__inner img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-image-grid__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0 30px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  opacity: 0;
  transition: all 0.5s ease;
}

.widget-image-grid__content:hover {
  opacity: 1;
}

.widget-image-grid__content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}

.widget-image-grid__title {
  margin: 0px 0px 8px 5px;
  padding: 6px 0px;
  display: block;
}

.widget-image-grid__title a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}

.widget-image-grid__title a:hover {
  color: inherit;
}

.widget-image-grid__link {
  font-size: 14px;
  transition: inherit;
}

.widget-image-grid__link i {
  font-size: 16px;
  margin: 0px 7px 0px 7px;
  position: relative;
  top: 4px;
  transition: inherit;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__content {
  padding: 0 10px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__title {
  font-size: 16px;
}

.position-two-sidebars .columns-number-3 .widget-image-grid__link {
  display: none;
}

.instagram__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0;
}

.instagram__item {
  position: relative;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  min-height: 1px;
  padding: 0;
}

.instagram__item > div {
  padding: 0 5px;
  text-align: center;
}

.instagram__item > div:last-of-type {
  margin-bottom: 10px;
}

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.instagram__link:hover .instagram__cover {
  opacity: .5;
}

.instagram__link + div {
  margin-top: 10px;
}

.instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  text-align: center;
  transition: all .25s ease-out;
}

.instagram__cover:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\E8F4';
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.instagram__items.items-1 .instagram__item {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.instagram__items.items-2 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .instagram__items.items-2 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.instagram__items.items-3 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .instagram__items.items-3 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

.instagram__items.items-4 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-4 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-4 .instagram__item {
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.instagram__items.items-5 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-5 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-5 .instagram__item {
    -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
}

.instagram__items.items-6 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-6 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-6 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-6 .instagram__item {
    -webkit-flex: 1 0 16.66666666666667%;
        -ms-flex: 1 0 16.66666666666667%;
            flex: 1 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
}

.instagram__items.items-7 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-7 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-7 .instagram__item {
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-7 .instagram__item {
    -webkit-flex: 1 0 14.28571428571429%;
        -ms-flex: 1 0 14.28571428571429%;
            flex: 1 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}

.instagram__items.items-8 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-8 .instagram__item {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-8 .instagram__item {
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-8 .instagram__item {
    -webkit-flex: 1 0 12.5%;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    max-width: 12.5%;
  }
}

.instagram__items.items-9 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-9 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-9 .instagram__item {
    -webkit-flex: 1 0 16.66666666666667%;
        -ms-flex: 1 0 16.66666666666667%;
            flex: 1 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-9 .instagram__item {
    -webkit-flex: 1 0 11.11111111111%;
        -ms-flex: 1 0 11.11111111111%;
            flex: 1 0 11.11111111111%;
    max-width: 11.11111111111%;
  }
}

.instagram__items.items-10 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-10 .instagram__item {
    -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-10 .instagram__item {
    -webkit-flex: 1 0 10%;
        -ms-flex: 1 0 10%;
            flex: 1 0 10%;
    max-width: 10%;
  }
}

.instagram__items.items-11 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-11 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-11 .instagram__item {
    -webkit-flex: 1 0 16.66666666666667%;
        -ms-flex: 1 0 16.66666666666667%;
            flex: 1 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-11 .instagram__item {
    -webkit-flex: 1 0 9.090909090909091%;
        -ms-flex: 1 0 9.090909090909091%;
            flex: 1 0 9.090909090909091%;
    max-width: 9.090909090909091%;
  }
}

.instagram__items.items-12 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 544px) {
  .instagram__items.items-12 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

@media (min-width: 768px) {
  .instagram__items.items-12 .instagram__item {
    -webkit-flex: 1 0 16.66666666666667%;
        -ms-flex: 1 0 16.66666666666667%;
            flex: 1 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
}

@media (min-width: 992px) {
  .instagram__items.items-12 .instagram__item {
    -webkit-flex: 1 0 8.333333333333333%;
        -ms-flex: 1 0 8.333333333333333%;
            flex: 1 0 8.333333333333333%;
    max-width: 8.333333333333333%;
  }
}

.sidebar-primary .instagram__items .instagram__item,
.sidebar-secondary .instagram__items .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .sidebar-primary .instagram__items .instagram__item,
  .sidebar-secondary .instagram__items .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

.footer-area .col-sm-1 .instagram__item, .footer-area .col-md-1 .instagram__item, .footer-area .col-lg-1 .instagram__item,
.footer-area .col-sm-2 .instagram__item, .footer-area .col-md-2 .instagram__item, .footer-area .col-lg-2 .instagram__item,
.footer-area .col-sm-3 .instagram__item, .footer-area .col-md-3 .instagram__item, .footer-area .col-lg-3 .instagram__item,
.footer-area .col-sm-4 .instagram__item, .footer-area .col-md-4 .instagram__item, .footer-area .col-lg-4 .instagram__item,
.footer-area .col-sm-5 .instagram__item, .footer-area .col-md-5 .instagram__item, .footer-area .col-lg-5 .instagram__item,
.footer-area .col-sm-6 .instagram__item, .footer-area .col-md-6 .instagram__item, .footer-area .col-lg-6 .instagram__item {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .footer-area .col-sm-1 .instagram__item, .footer-area .col-md-1 .instagram__item, .footer-area .col-lg-1 .instagram__item,
  .footer-area .col-sm-2 .instagram__item, .footer-area .col-md-2 .instagram__item, .footer-area .col-lg-2 .instagram__item,
  .footer-area .col-sm-3 .instagram__item, .footer-area .col-md-3 .instagram__item, .footer-area .col-lg-3 .instagram__item,
  .footer-area .col-sm-4 .instagram__item, .footer-area .col-md-4 .instagram__item, .footer-area .col-lg-4 .instagram__item,
  .footer-area .col-sm-5 .instagram__item, .footer-area .col-md-5 .instagram__item, .footer-area .col-lg-5 .instagram__item,
  .footer-area .col-sm-6 .instagram__item, .footer-area .col-md-6 .instagram__item, .footer-area .col-lg-6 .instagram__item {
    -webkit-flex: 1 0 33.3333333334%;
        -ms-flex: 1 0 33.3333333334%;
            flex: 1 0 33.3333333334%;
    max-width: 33.3333333334%;
  }
}

.widget_fbw_id .loader {
  margin: 30px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.widget_fbw_id .loader img {
  display: none;
}

.widget_fbw_id .loader,
.widget_fbw_id .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

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

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

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
  width: 50%;
  float: left;
}

.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
  border-radius: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
    width: 100%;
  }
  .widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.widget_give_forms_widget form[id*='give-form'] .give-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 50%;
  float: right;
  font-size: .8rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget_give_forms_widget form[id*='give-form'] .give-btn {
    width: auto;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
  }
}

@media (min-width: 1200px) {
  .widget_give_forms_widget form[id*='give-form'] .give-btn {
    font-size: 1rem;
  }
}

.sidebar-primary .bitnews-smartslider h2.sp-title, .sidebar-secondary .bitnews-smartslider h2.sp-title {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.bitnews-smartslider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bitnews-smartslider__instance .sp-full-screen-button {
  color: #fff;
  right: 15px;
}

.bitnews-smartslider__instance .sp-bottom-thumbnails {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100% !important;
}

.bitnews-smartslider__instance .sp-thumbnail-container {
  margin-left: 5px;
  margin-right: 5px;
}

.bitnews-smartslider__instance .sp-thumbnail-container .sp-selected-thumbnail {
  box-shadow: inset 2px 2px 0 0 white;
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow {
  width: 32px;
  height: 32px;
  background: none;
  border: 2px solid;
  color: #87878a;
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 32px;
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow:after {
  display: none;
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 20px;
}

@media (min-width: 992px) {
  .bitnews-smartslider__instance .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 100px;
  }
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow.sp-next-arrow {
  right: 20px;
}

@media (min-width: 992px) {
  .bitnews-smartslider__instance .sp-arrows .sp-arrow.sp-next-arrow {
    right: 100px;
  }
}

.bitnews-smartslider__instance .sp-arrows .sp-arrow:hover {
  color: #fff;
}

.bitnews-smartslider__instance.sp-horizontal .sp-previous-arrow {
  left: 0;
}

.bitnews-smartslider__instance.sp-horizontal .sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

.bitnews-smartslider__instance.sp-horizontal .sp-next-arrow {
  right: 0;
}

.bitnews-smartslider__instance.sp-horizontal .sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

.bitnews-smartslider__instance.sp-vertical .sp-arrows {
  margin-left: -25px;
}

.bitnews-smartslider__instance.sp-vertical .sp-previous-arrow {
  top: 0;
}

.bitnews-smartslider__instance.sp-vertical .sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

.bitnews-smartslider__instance.sp-vertical .sp-next-arrow {
  bottom: 0;
}

.bitnews-smartslider__instance.sp-vertical .sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

.bitnews-smartslider__instance .sp-buttons {
  position: absolute;
  bottom: 51px;
}

.bitnews-smartslider__instance .sp-buttons .sp-button {
  width: 14px;
  height: 14px;
  border: none;
  margin: 0 9px;
  background: #989a9e;
}

.bitnews-smartslider__instance .sp-buttons .sp-button.sp-selected-button, .bitnews-smartslider__instance .sp-buttons .sp-button:hover {
  background-color: #fff;
}

.bitnews-smartslider__instance h2.sp-title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.bitnews-smartslider__instance h2.sp-title a {
  color: #fff;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .bitnews-smartslider__instance h2.sp-title {
    font-size: 60px;
    line-height: 80px;
  }
}

.bitnews-smartslider__instance p.sp-content {
  text-align: center;
  color: #fff;
}

.bitnews-smartslider__instance div.sp-more {
  text-align: center;
}

.bitnews-smartslider__instance div.sp-more a {
  color: #fff;
  padding: 16px 30px;
}

.bitnews-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 14px;
  line-height: 18px;
}

@media (min-width: 544px) {
  .bitnews-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .bitnews-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 22px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .bitnews-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .bitnews-smartslider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 40px;
    line-height: 40px;
  }
}

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

.bitnews-smartslider__thumbnails .sp-thumbnail-container {
  border: 2px solid transparent;
  box-sizing: border-box;
}

.bitnews-smartslider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail {
  border-color: #fff;
}

.bitnews-smartslider[data-thumbnails="true"] .sp-buttons {
  bottom: 20%;
}

.widget-subscribe {
  position: relative;
  text-align: center;
}

.footer-area .widget-subscribe {
  text-align: left;
}

.widget-subscribe .widget-subscribe_with_bg {
  padding: 44px 10px 55px;
  position: relative;
}

@media (min-width: 544px) {
  .widget-subscribe .widget-subscribe_with_bg {
    padding: 75px 40px 88px;
  }
}

@media (min-width: 544px) {
  .sidebar-primary .widget-subscribe .widget-subscribe_with_bg,
  .sidebar-secondary .widget-subscribe .widget-subscribe_with_bg {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .sidebar-primary .widget-subscribe .widget-subscribe_with_bg,
  .sidebar-secondary .widget-subscribe .widget-subscribe_with_bg {
    padding: 97px 40px 90px;
  }
}

.widget-subscribe .subscribe-bg-image, .widget-subscribe .subscribe-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.widget-subscribe .subscribe-bg-image {
  opacity: .4;
  z-index: 2;
  background-position: 50% 50%;
  background-size: cover;
}

.widget-subscribe .widget-title {
  margin: 0 0 15px;
}

.footer-area .widget-subscribe .widget-title {
  margin: 3px 0 37px;
}

.widget-subscribe .subscribe-widget_error {
  position: relative;
  z-index: 100;
}

.follow-block,
.subscribe-block {
  position: relative;
  z-index: 10;
}

@media (min-width: 1200px) {
  .before-content-area .follow-block,
  .after-content-area .follow-block,
  .full-width-header-area .follow-block,
  .before-loop-area .follow-block,
  .after-loop-area .follow-block, .before-content-area
  .subscribe-block,
  .after-content-area
  .subscribe-block,
  .full-width-header-area
  .subscribe-block,
  .before-loop-area
  .subscribe-block,
  .after-loop-area
  .subscribe-block {
    max-width: 667px;
    margin: 0 auto;
  }
}

.follow-block {
  padding: 0 0 35px;
}

.subscribe-block {
  padding: 0;
}

.follow-block + .subscribe-block {
  border-top: 2px solid;
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .follow-block + .subscribe-block {
    padding: 39px 0 0;
  }
}

@media (min-width: 768px) {
  .subscribe-block__input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sidebar-primary .subscribe-block__input-group,
.sidebar-secondary .subscribe-block__input-group {
  display: block;
}

@media (min-width: 1500px) {
  .sidebar-primary .subscribe-block__input-group,
  .sidebar-secondary .subscribe-block__input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .before-content-area .subscribe-block__input-group,
  .after-content-area .subscribe-block__input-group,
  .full-width-header-area .subscribe-block__input-group,
  .before-loop-area .subscribe-block__input-group,
  .after-loop-area .subscribe-block__input-group {
    max-width: 454px;
    margin: 0 auto;
  }
}

.subscribe-block__input[type="email"] {
  display: block;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  border: 2px solid;
  background: none;
  height: 50px;
  width: 100%;
  margin: 0 0 10px;
  min-width: 1px;
}

@media (min-width: 768px) {
  .subscribe-block__input[type="email"] {
    max-width: calc(100% - 50px);
    border-right: none;
  }
}

.sidebar-primary .subscribe-block__input[type="email"],
.sidebar-secondary .subscribe-block__input[type="email"],
.footer-area .subscribe-block__input[type="email"] {
  max-width: inherit;
  border-right: 2px solid #fff;
}

@media (min-width: 1500px) {
  .sidebar-primary .subscribe-block__input[type="email"],
  .sidebar-secondary .subscribe-block__input[type="email"],
  .footer-area .subscribe-block__input[type="email"] {
    max-width: calc(100% - 50px);
    border-right: none;
  }
}

.subscribe-block__submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  height: 50px;
  line-height: 48px;
  padding: 0 30px;
  background: none;
}

@media (min-width: 768px) {
  .subscribe-block__submit {
    max-width: 40%;
  }
  .sidebar-primary .subscribe-block__submit,
  .sidebar-secondary .subscribe-block__submit,
  .footer-area .subscribe-block__submit {
    max-width: inherit;
  }
}

.sidebar-primary .subscribe-block__submit,
.sidebar-secondary .subscribe-block__submit {
  max-width: inherit;
}

@media (min-width: 1500px) {
  .sidebar-primary .subscribe-block__submit,
  .sidebar-secondary .subscribe-block__submit {
    max-width: 40%;
  }
}

.subscribe-block__submit.btn {
  background: none;
}

.invert .subscribe-block__submit.btn {
  background: none;
}

.subscribe-block__message {
  padding: 0 0 24px;
}

.subscribe-block__messages {
  position: absolute;
  width: 100%;
  font-size: .75em;
}

.widget-taxonomy-tiles.widget {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.widget-taxonomy-tiles {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.widget-taxonomy-tiles .row.columns-number-1 > div {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.widget-taxonomy-tiles__holder {
  padding: 0;
  float: left;
  line-height: normal;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.tiles-columns .widget-taxonomy-tiles__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-taxonomy-tiles__inner .term-img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-taxonomy-tiles .tiles-columns .term-img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget-taxonomy-tiles__content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-taxonomy-tiles__content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: -1;
  transition: all 0.5s ease;
}

.widget-taxonomy-tiles__content i.material-icons {
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -11px;
}

.widget-taxonomy-tiles__title {
  margin: 0 0 10px;
}

.widget-taxonomy-tiles a {
  text-decoration: none;
  color: inherit;
}

.widget-taxonomy-tiles .post-count {
  margin: 10px 0 0;
  display: inline-block;
}

.widget-taxonomy-tiles .tile_item {
  float: left;
  margin-bottom: -1px;
}

.widget-taxonomy-tiles .post-desc {
  margin: 16px 0 0 0;
}

.widget-taxonomy-tiles .tiles-columns {
  padding-top: 2px;
  margin: 0 -3px 0 0;
  display: block;
  line-height: 0;
}

.widget-taxonomy-tiles .tiles-columns:after {
  content: '';
  display: block;
  clear: both;
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 62px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 80.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 97.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 124px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 161px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 195px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 186px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 241.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 292.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 248px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 322px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 390px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 372px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 483px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 585px;
  }
}

.sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.sidebar-secondary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 50%;
}

@media (min-width: 768px) {
  .sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    display: none;
  }
  .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    padding: 15px;
  }
  .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i {
    display: none;
  }
}

.widget-custom-postson .custom-posts-holder {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-area .widget-custom-postson .custom-posts-holder {
  padding-top: 0;
  padding-bottom: 0;
}

.widget-custom-postson .custom-posts-holder .custom-posts_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  background-clip: content-box;
}

.footer-area .widget-custom-postson .custom-posts-holder .custom-posts_bg {
  background: none;
}

.widget-custom-postson .custom-posts-holder .post .post-inner {
  padding: 20px;
}

@media (min-width: 1200px) {
  .widget-custom-postson .custom-posts-holder .post .post-inner {
    padding: 15px 40px;
  }
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
  padding: 20px 0;
}

.widget-custom-postson .custom-posts-holder .post-image {
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .widget-custom-postson .custom-posts-holder .post-image {
    float: left;
    margin: 0 20px 0 0;
  }
}

.widget-custom-postson .custom-posts-holder .post-image + .post-content {
  overflow: hidden;
}

.widget-custom-postson .custom-posts-holder .post-meta > * {
  display: block;
  margin: 0 10px 0 0;
}

@media (min-width: 992px) {
  .widget-custom-postson .custom-posts-holder .post-meta > * {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}

.widget-popular-postson .widget-title {
  padding-top: 12px;
}

@media (max-width: 543px) {
  .widget-popular-postson .popular-posts-holder {
    margin: 0;
  }
}

.widget-popular-postson .popular-posts-holder .post {
  padding: 20px 0;
}

@media (min-width: 544px) {
  .widget-popular-postson .popular-posts-holder .post {
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 3.125rem;
  }
  .widget-popular-postson .popular-posts-holder .post:nth-child(6n+1), .widget-popular-postson .popular-posts-holder .post:nth-child(6n) {
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .widget-popular-postson .popular-posts-holder .post:last-child {
    padding-bottom: 1.5625rem;
  }
}

@media (min-width: 768px) {
  .widget-popular-postson .popular-posts-holder .post {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
  .widget-popular-postson .popular-posts-holder .post:nth-child(6n+1), .widget-popular-postson .popular-posts-holder .post:nth-child(6n) {
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .widget-popular-postson .popular-posts-holder .post:last-child {
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .widget-popular-postson .popular-posts-holder .post {
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
  .widget-popular-postson .popular-posts-holder .post:nth-child(6n+1), .widget-popular-postson .popular-posts-holder .post:nth-child(6n) {
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.sidebar-primary .widget-popular-postson .popular-posts-holder .post,
.sidebar-secondary .widget-popular-postson .popular-posts-holder .post {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.sidebar-primary .widget-popular-postson .popular-posts-holder .post:nth-child(6n+1), .sidebar-primary .widget-popular-postson .popular-posts-holder .post:nth-child(6n),
.sidebar-secondary .widget-popular-postson .popular-posts-holder .post:nth-child(6n+1),
.sidebar-secondary .widget-popular-postson .popular-posts-holder .post:nth-child(6n) {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-image {
  margin: 0 0 19px;
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-image a {
  display: block;
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-image a img {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-popular-postson .popular-posts-holder .post .post-inner .post-image a {
    display: inline;
  }
  .widget-popular-postson .popular-posts-holder .post .post-inner .post-image a img {
    width: auto;
  }
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-content h4 {
  margin-bottom: 10px;
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-content .post__cats a {
  margin-right: 3px;
}

.widget-popular-postson .popular-posts-holder .post .post-inner .post-content .post-meta > * {
  margin-right: 20px;
}

.widget-popular-postson .popular-posts-holder .post.bigger .post-inner {
  position: relative;
}

.widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-image {
  margin: 0 0 19px;
}

@media (min-width: 1200px) {
  .widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-image {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-image a {
    position: relative;
    display: block;
  }
  .widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #29272a;
    background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
    width: 100%;
    height: 100%;
  }
}

.widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-content h4 {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-content h4 {
    margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .widget-popular-postson .popular-posts-holder .post.bigger .post-inner .post-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 36px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.widget-playlist-slider .playlist-slider {
  position: relative;
  opacity: 0;
}

.widget-playlist-slider .playlist-slider .playlist-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.widget-playlist-slider .playlist-slider .sp-slide iframe, .widget-playlist-slider .playlist-slider .sp-slide .wp-video-shortcode, .widget-playlist-slider .playlist-slider .sp-slide .wp-video {
  height: 100% !important;
  width: 100% !important;
}

.widget-playlist-slider .playlist-slider .sp-slide .playlist-img, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content {
  height: auto;
  bottom: 0;
  top: inherit;
  z-index: 1;
  padding: 20px 20px;
  display: none;
}

@media (min-width: 768px) {
  .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content {
    display: block;
  }
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content div {
  margin-bottom: 10px;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content div:last-child {
  margin-bottom: 0;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-date i, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-author i {
  padding-right: 10px;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post_tag a, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .category a {
  padding: 0 6px;
  margin: 0 0 3px 0;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content h5 {
  margin-top: 0;
}

.widget-playlist-slider .playlist-slider .sp-slide.post-format-video .sp-slide-content {
  display: none;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
  position: relative;
  z-index: 1;
  padding: 10px;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img {
  height: 122px;
  width: 150px;
  float: left;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.sidebar-primary .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img,
.sidebar-secondary .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img,
.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img,
.after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img,
.footer-area .widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail:after, .widget-playlist-slider .playlist-slider .sp-slide:after {
  content: '';
  display: block;
  clear: both;
}

.sidebar-primary .news-smart-box .news-smart-box__navigation, .sidebar-secondary .news-smart-box .news-smart-box__navigation {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sidebar-primary .news-smart-box .news-smart-box__navigation .current-term, .sidebar-secondary .news-smart-box .news-smart-box__navigation .current-term {
  margin: 0 0 20px 0;
}

.news-smart-box__instance .mini-type_inner-wrap {
  padding: 20px;
}

@media (min-width: 992px) {
  .news-smart-box__instance .mini-type_inner-wrap {
    padding: 25px 40px;
  }
}

.news-smart-box__instance article.post.full-type .inner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .news-smart-box__instance article.post.full-type .inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #29272a;
    background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
    width: 100%;
    height: 100%;
  }
}

.news-smart-box__instance article.post.full-type .entry-content {
  padding: 20px 0 0;
  z-index: 100;
}

@media (min-width: 992px) {
  .news-smart-box__instance article.post.full-type .entry-content {
    padding: 36px 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-area .news-smart-box__instance article.post.full-type .entry-content {
  position: relative;
  padding: 20px 0;
}

.news-smart-box__instance article.post.full-type .smart-box-image {
  width: 100%;
}

.news-smart-box__instance article.post.mini-type .entry-header {
  margin: 0 20px 0 0;
  float: left;
}

@media (min-width: 992px) {
  .news-smart-box__instance article.post.mini-type .entry-header {
    float: none;
    margin: 0 0 20px;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__instance article.post.mini-type .entry-header {
    float: left;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 360px) {
  .news-smart-box__instance article.post.mini-type .entry-header {
    float: none;
    margin: 0 0 20px;
  }
}

.footer-area .news-smart-box__instance article.post.mini-type .entry-header {
  float: none;
  margin: 0 0 20px;
}

.news-smart-box__instance article.post.mini-type .entry-content {
  margin-top: 0;
  overflow: hidden;
}

.news-smart-box__instance article.post.mini-type .entry-content h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

.news-smart-box__instance article.post.mini-type .entry-meta {
  margin-bottom: 0;
}

.news-smart-box__instance article.post .inner {
  padding: 15px 0;
  transition: all 0.8s ease;
}

.news-smart-box__instance article.post .inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: all 0s ease;
}

.news-smart-box__instance article.post .post-thumbnail__link {
  display: block;
}

.news-smart-box__instance article.post .entry-meta > * {
  margin-right: 20px;
  padding: 0;
}

.news-smart-box__instance article.post .post__cats a {
  margin-right: 3px;
}

.news-smart-box__instance article.post .post__date {
  padding: 0;
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_1 .mini-type {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-smart-box__instance.layout_type_2 article.full-type {
  padding-bottom: 35px;
}

.news-smart-box__instance.layout_type_3 article.full-type {
  padding-bottom: 35px;
}

.news-smart-box__instance.layout_type_3 article.full-type .inner:after {
  display: none;
}

.news-smart-box__instance.layout_type_3 article.full-type .entry-content {
  position: relative;
  margin-top: 20px;
  padding: 0;
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_3 article.full-type .entry-header {
    max-width: 50%;
    float: left;
    padding-right: 1.5625rem;
  }
  .news-smart-box__instance.layout_type_3 article.full-type .entry-content {
    margin-top: 0;
    width: auto;
    height: auto;
    padding: 0 0 0 1.5625rem;
  }
}

.news-smart-box__navigation {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .news-smart-box__navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 41px;
  }
  .footer-area .news-smart-box__navigation {
    display: block;
  }
}

.news-smart-box__navigation .current-term {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: relative;
}

.news-smart-box__navigation .current-term span {
  display: inline-block;
  vertical-align: middle;
}

.news-smart-box__navigation .terms-list {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer-area .news-smart-box__navigation .terms-list {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  .news-smart-box__navigation .terms-list .terms-container {
    float: right;
  }
}

.footer-area .news-smart-box__navigation .terms-list .terms-container {
  float: none;
}

.news-smart-box__navigation .terms-list .term-item {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.news-smart-box__navigation .terms-list .term-item span {
  display: block;
  padding: 0 18px 0 0;
  letter-spacing: .6px;
}

@media (min-width: 992px) {
  .news-smart-box__navigation .terms-list .term-item span {
    padding: 0 0 0 30px;
  }
}

.footer-area .news-smart-box__navigation .terms-list .term-item span {
  padding: 0 5px 0 0;
}

.news-smart-box__wrapper {
  position: relative;
}

.news-smart-box__listing {
  overflow: hidden;
}

.footer-area .news-smart-box__listing .row {
  display: block;
  margin: 0;
}

.footer-area .news-smart-box__listing .row > * {
  padding: 0;
  max-width: 100%;
}

.news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%;
}

.nsb-spinner {
  height: 20px;
  width: 20px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  -webkit-animation: clockwise 0.5s linear infinite;
          animation: clockwise 0.5s linear infinite;
  display: inline-block !important;
  margin-left: 10px;
  opacity: 0;
  vertical-align: middle;
}

@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
            transform: rotate(360deg) translatez(0);
  }
}

@keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
            transform: rotate(360deg) translatez(0);
  }
}

.tm_fpblock__wrapper {
  position: relative;
}

.tm_fpblock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm_fpblock.tm_fpblock-layout-1 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-1 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-large,
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small,
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small + .tm_fpblock__item-small {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tm_fpblock.tm_fpblock-layout-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-large {
    width: 100%;
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-large {
    width: 50%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small {
    width: 25%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small + .tm_fpblock__item-small {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: -25%;
  }
}

.tm_fpblock.tm_fpblock-layout-2 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-2 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-large,
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tm_fpblock.tm_fpblock-layout-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-large {
    width: 100%;
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-large {
    width: 50%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small {
    width: 25%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small.tm_fpblock__item-3, .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small.tm_fpblock__item-5 {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: -25%;
  }
}

.tm_fpblock.tm_fpblock-layout-3 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-3 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-large,
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small,
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small-2x {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tm_fpblock.tm_fpblock-layout-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small-2x, .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-large {
    width: 100%;
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small {
    width: 50%;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small-2x {
    max-height: 50%;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-large {
    width: 50%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small, .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small-2x {
    width: 25%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small-2x {
    width: 50%;
    max-height: 50%;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small.tm_fpblock__item-3 {
    margin-left: -50%;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small.tm_fpblock__item-3, .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small.tm_fpblock__item-4 {
    width: 25%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.tm_fpblock.tm_fpblock-layout-4 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-4 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-large,
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small,
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small-2x-vertical {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tm_fpblock.tm_fpblock-layout-4 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-large {
    width: 100%;
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small-2x-vertical {
    display: inline-block;
    width: 50%;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small {
    width: 50%;
    float: right;
    margin-bottom: -100%;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small + .tm_fpblock__item-small {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-large {
    width: 37.5%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-large .tm_fpblock__item__preview {
    height: 200%;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small {
    width: 25%;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small, .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small-2x-vertical {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small-2x-vertical {
    width: 37.5%;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-4 {
    margin-left: -25%;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.tm_fpblock.tm_fpblock-layout-5 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-5 {
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-large-2x,
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small,
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small + .tm_fpblock__item-small {
    display: block;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tm_fpblock.tm_fpblock-layout-5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-large-2x {
    width: 100%;
    display: block;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .tm_fpblock.tm_fpblock-layout-5 {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item {
    padding: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-large-2x {
    width: 58.333%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding-top: 0;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small {
    width: 41.667%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    overflow: hidden;
    padding-top: 0;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small + .tm_fpblock__item-small {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-left: -41.667%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item .tm_fpblock__item__description {
    padding: 47px 62px 62px;
  }
}

.tm_fpblock__item {
  position: relative;
}

.tm_fpblock__item__preview {
  height: 100% !important;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
  margin: 10px 0;
  background-size: cover;
}

@media (min-width: 992px) {
  .tm_fpblock__item__preview {
    margin: 0;
    background-size: auto;
  }
}

.tm_fpblock__item__preview img {
  opacity: 0;
  height: auto !important;
}

.tm_fpblock__item__preview:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #29272a;
  background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
  width: 100%;
  height: 100%;
}

.tm_fpblock__item__description {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tm_fpblock__item__description h2 {
  margin-bottom: 17px;
}

.tm_fpblock__item__meta > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.tm_fpblock__item__meta > * i {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.tm_fpblock__item__content > *:last-child {
  margin-bottom: 0;
}

.tm_fpblock__item__categories {
  margin: 0 0 10px;
}

.tm_fpblock__item__categories a {
  border: 2px solid;
  background: none;
  padding: 6px 9px 6px 11px;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 543px) {
  .site {
    overflow: hidden;
  }
}

.single-post .site-main,
.page .site-main,
.single .site-main {
  background: #fff;
  border-radius: 0;
  margin: 0 0 30px;
}

@media (min-width: 992px) {
  .single-post .site-main,
  .page .site-main,
  .single .site-main {
    margin: 0 0 100px;
  }
}

.home .site-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .home .site-content {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.container.site-header > .container, .container.site-content > .container, .container.site-footer > .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 543px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-header.container,
.site-footer.container {
  max-width: 100%;
  padding: 0;
}

.layout-fullwidth .site-footer .footer-area-wrap, .layout-fullwidth
.site-footer .footer-container, .layout-fullwidth
.header-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media (max-width: 543px) {
  .site-footer.container {
    margin: 30px 10px 10px;
  }
}

.position-two-sidebars .site-content #sidebar-secondary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .position-two-sidebars .site-content #sidebar-secondary {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.position-two-sidebars .site-content #primary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .position-two-sidebars .site-content #primary {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.position-two-sidebars .site-content #sidebar-primary {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 768px) {
  .position-two-sidebars .site-content #sidebar-primary {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  .position-two-sidebars .post.type-post > .row .col-xl-2 {
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .position-two-sidebars .post.type-post > .row .col-xl-10 {
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .position-two-sidebars .post.type-post > .row .stuck {
    position: relative;
    padding: 0;
    top: auto;
    bottom: auto;
  }
}

@media (min-width: 1200px) {
  .position-one-left-sidebar .post.type-post > .row .col-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .position-one-left-sidebar .post.type-post > .row .col-xl-10 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row_vertical-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .stuck {
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: auto;
    padding-top: 11px;
  }
  .admin-bar .stuck {
    padding-top: 43px;
  }
}

@media (max-width: 1200px) {
  .stuck {
    position: relative !important;
  }
}

@media (max-width: 1200px) {
  .sticky-wrapper {
    height: auto !important;
  }
}

.entry-content .row[class*='column-group'] p.empty {
  margin: 0;
}

.entry-content .row[class*='column-group'] > [class*='col-'] img {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .row[class*='column-group'] > [class*='col-'] h5 {
  margin-top: 0;
}

.on-mobile {
  display: block;
}

@media (min-width: 544px) {
  .on-mobile {
    display: none;
  }
}

.on-desktop {
  display: block;
}

@media (min-width: 544px) {
  .on-desktop {
    display: none;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 20px;
}

@media (min-width: 544px) {
  .site-header {
    margin-bottom: 30px;
  }
}

@media (min-width: 544px) {
  .header-container {
    box-shadow: 0 5px 22px rgba(131, 131, 131, 0.1);
  }
}

.header-container {
  padding: 0;
}

.header-container .social-col .social-list,
.header-container .social-col .top-panel__search {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .header-container .social-col .social-list,
  .header-container .social-col .top-panel__search {
    padding-top: 2px;
  }
}

.header-container .social-col .top-panel__search.on-desktop {
  display: none;
}

@media (min-width: 544px) {
  .header-container .social-col .top-panel__search.on-desktop {
    display: inline-block;
  }
}

@media (max-width: 543px) {
  header.site-header .header-container {
    padding: 10px 10px 0;
  }
}

@media (max-width: 543px) and (min-width: 544px) {
  header.site-header .header-container .site-branding {
    margin-right: 50px;
    padding: 0 0 15px;
    text-align: left;
  }
}

@media (max-width: 543px) {
  header.site-header .header-container .social-list {
    padding: 0 0 5px;
  }
  header.site-header .header-container .main-navigation {
    position: relative;
    padding: 0;
  }
  header.site-header .header-container .main-navigation .menu-toggle {
    position: absolute;
    top: -48px;
    left: 0;
  }
}

.site-header.default .header-container_wrap {
  padding-top: 19px;
}

@media (max-width: 543px) {
  .site-header.default .container {
    padding: 0;
  }
}

@media (max-width: 543px) {
  .site-header.default .row {
    margin: 0;
  }
  .site-header.default .row > div {
    padding: 0;
  }
}

@media (min-width: 544px) {
  .site-header.default .social-col {
    padding-top: 0;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .site-header.default .social-col {
    padding-top: 0;
  }
}

@media (max-width: 543px) {
  .site-header.default .social-col {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media (max-width: 543px) {
  .site-header.default .branding-col {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-header.default .menu-col {
  padding-top: 19px;
  padding-bottom: 33px;
}

.site-header.default .main-navigation ul.menu {
  margin: 0;
  transition: none;
}

@media (min-width: 544px) {
  .site-header.default .main-navigation ul.menu {
    text-align: left;
  }
}

.site-header.default .main-navigation ul.menu > li:first-child {
  margin-left: 0;
}

@media (min-width: 544px) {
  .site-header.default .main-navigation ul.menu > li:hover > ul,
  .site-header.default .main-navigation ul.menu > li.focus > ul,
  .site-header.default .main-navigation ul.menu > li.menu-hover > ul {
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
  }
}

@media (min-width: 782px) {
  .site-header.default .main-navigation.isStuck ul.menu {
    padding: 15px 0;
    text-align: center;
    transition: 300ms padding;
  }
  .site-header.default .main-navigation.isStuck ul.menu > li > ul {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media (max-width: 543px) {
  .site-header.default .mobile-block {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 10px;
    margin-top: 23px;
  }
}

.site-header.default .mobile-block.active {
  z-index: 100;
}

.site-header.default .site-branding {
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 543px) {
  .site-header.default .site-branding {
    text-align: center;
  }
}

.site-header.centered {
  text-align: center;
}

@media (max-width: 543px) {
  .site-header.centered .container {
    padding: 0;
  }
}

@media (max-width: 543px) {
  .site-header.centered .row {
    margin: 0;
  }
  .site-header.centered .row > div {
    padding: 0;
  }
}

.site-header.centered .header-container_wrap {
  padding-top: 19px;
}

@media (min-width: 544px) {
  .site-header.centered .social-col {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .site-header.centered .social-col {
    text-align: right;
    padding-top: 0;
  }
}

@media (max-width: 543px) {
  .site-header.centered .social-col {
    text-align: center;
  }
}

.site-header.centered .menu-col {
  padding-top: 19px;
  padding-bottom: 33px;
}

@media (max-width: 543px) {
  .site-header.centered .mobile-block {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 10px;
    margin-top: 23px;
  }
}

.site-header.centered .mobile-block.active {
  z-index: 100;
}

.site-header.centered .site-branding {
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-header.centered .main-navigation ul.menu {
  margin: 0;
  transition: none;
}

@media (min-width: 544px) {
  .site-header.centered .main-navigation ul.menu > li:hover > ul,
  .site-header.centered .main-navigation ul.menu > li.focus > ul,
  .site-header.centered .main-navigation ul.menu > li.menu-hover > ul {
    -webkit-transform: translateY(38px);
        -ms-transform: translateY(38px);
            transform: translateY(38px);
  }
}

@media (min-width: 782px) {
  .site-header.centered .main-navigation.isStuck ul.menu {
    padding: 15px 0;
    text-align: center;
    transition: 300ms padding;
  }
  .site-header.centered .main-navigation.isStuck ul.menu > li > ul {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.site-header.minimal .header-container_wrap {
  padding-top: 19px;
  padding-bottom: 25px;
}

@media (max-width: 543px) {
  .site-header.minimal .container {
    padding: 0;
  }
}

@media (max-width: 543px) {
  .site-header.minimal .row {
    margin: 0;
  }
  .site-header.minimal .row > div {
    padding: 0;
  }
}

.site-header.minimal .social-col {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 543px) {
  .site-header.minimal .social-col {
    text-align: center;
  }
}

@media (min-width: 544px) {
  .site-header.minimal .social-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .site-header.minimal .social-col {
    padding-top: 0;
    text-align: right;
    display: block;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .social-col {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.site-header.minimal .branding-col {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.site-header.minimal .menu-col {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media (min-width: 544px) {
  .site-header.minimal .menu-col {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .menu-col {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-header.minimal .menu-col ul.menu {
  padding-top: 0;
  transition: none;
}

@media (min-width: 544px) {
  .site-header.minimal .menu-col ul.menu {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .menu-col ul.menu {
    padding-top: 5px;
  }
}

@media (min-width: 782px) {
  .site-header.minimal .menu-col .isStuck ul.menu {
    padding: 15px 0;
    margin: 0;
    text-align: center;
    transition: 300ms padding;
  }
  .site-header.minimal .menu-col .isStuck ul.menu > li > ul {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@media (max-width: 543px) {
  .site-header.minimal .mobile-block {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 10px;
    margin-top: 23px;
  }
}

.site-header.minimal .mobile-block.active {
  z-index: 100;
}

.site-header.minimal .site-branding {
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 543px) {
  .site-header.minimal .site-branding {
    text-align: center;
  }
}

.top-panel {
  padding: 17px 0 16px;
}

.top-panel .row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-panel__message {
  margin: 0;
}

.top-panel__menu {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .top-panel__menu {
    text-align: right;
  }
}

.top-panel__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-panel__menu-list li {
  display: inline-block;
  padding: 0 5px 0 0;
}

@media (min-width: 544px) {
  .top-panel__menu-list li {
    padding: 0;
  }
}

@media (min-width: 544px) {
  .top-panel__menu-list li:before {
    content: '•';
    padding: 0 12px 0 7px;
  }
}

.top-panel__menu-list li:first-child:before {
  display: none;
}

.top-panel__menu-list li a {
  text-decoration: none;
}

.top-panel__menu-list li.current-menu-item, .top-panel__menu-list li.current_page_item,
.top-panel__menu-list li a:hover {
  text-decoration: none;
}

.site-logo {
  padding: 0;
  margin: 0;
}

.site-logo__link {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  background: #fff;
  border-radius: 0;
}

@media (min-width: 544px) {
  .hentry {
    margin: 0 0 2.8rem;
    padding: 0;
  }
}

.page .hentry {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 544px) {
  .page .hentry {
    padding: 0;
  }
}

.single-post .hentry {
  margin: 0;
  padding: 0 0 40px;
}

@media (min-width: 992px) {
  .single-post .hentry {
    padding: 0 0 87px;
  }
}

.page.posts-list__item {
  padding: 30px 30px 30px 40px;
}

@media (min-width: 768px) and (max-width: 1201px) {
  .page.posts-list__item {
    padding: 20px;
  }
}

@media (min-width: 544px) {
  .page.posts-list__item.no-thumb {
    border: 2px solid #e1e2e4;
    padding: 10px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

@media (min-width: 1500px) {
  .page.posts-list__item.no-thumb {
    padding: 40px 39px;
  }
}

.sidebar-1-4 .post.posts-list__item.format-standard .post-format-wrap a,
.sidebar-1-4 .post.posts-list__item.format-standard .post-format-wrap img, .sidebar-1-4 .post.posts-list__item.format-image .post-format-wrap a,
.sidebar-1-4 .post.posts-list__item.format-image .post-format-wrap img {
  width: 100%;
}

.post.posts-list__item.format-standard.no-thumb, .post.posts-list__item.format-image.no-thumb {
  display: block;
}

.post.posts-list__item.format-standard.no-thumb .post-list__item-content .entry-footer, .post.posts-list__item.format-image.no-thumb .post-list__item-content .entry-footer {
  margin: 20px 0 0;
}

@media (min-width: 544px) {
  .post.posts-list__item.no-thumb:not(.format-video):not(.format-gallery), .post.posts-list__item.format-audio {
    border: 2px solid #e1e2e4;
    padding: 10px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

@media (min-width: 1500px) {
  .post.posts-list__item.no-thumb:not(.format-video):not(.format-gallery), .post.posts-list__item.format-audio {
    padding: 40px 39px;
  }
}

.post .post-list__item-content {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .posts-list--default .post .post-thumbnail a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #29272a;
    background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
    width: 100%;
    height: 100%;
  }
}

.posts-list--grid-2-cols .post-content_wrap,
.posts-list--grid-3-cols .post-content_wrap,
.posts-list--masonry-2-cols .post-content_wrap,
.posts-list--masonry-3-cols .post-content_wrap {
  margin: 20px 0 0;
}

.posts-list--grid-2-cols .format-audio .post-content_wrap,
.posts-list--grid-3-cols .format-audio .post-content_wrap,
.posts-list--masonry-2-cols .format-audio .post-content_wrap,
.posts-list--masonry-3-cols .format-audio .post-content_wrap, .posts-list--grid-2-cols
.no-thumb:not(.format-gallery) .post-content_wrap,
.posts-list--grid-3-cols
.no-thumb:not(.format-gallery) .post-content_wrap,
.posts-list--masonry-2-cols
.no-thumb:not(.format-gallery) .post-content_wrap,
.posts-list--masonry-3-cols
.no-thumb:not(.format-gallery) .post-content_wrap {
  margin: 0;
}

.posts-list--default .post-content_wrap {
  margin: 20px 0 0;
}

@media (min-width: 1500px) {
  .posts-list--default .post-content_wrap {
    position: absolute;
    z-index: 100;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 36px 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.posts-list--default .small-thumbnail .post-content_wrap {
  position: relative;
  padding: 20px 0 0;
  display: block;
}

.posts-list--default .format-audio .post-content_wrap {
  position: relative;
  padding: 0;
}

.format-quote .post-content_wrap {
  padding: 20px 0 0;
}

.post.big-justify-block .post-list__item-content .post-thumbnail {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}

@media (max-width: 543px) {
  .post.big-justify-block .post-list__item-content .post-thumbnail {
    margin: 0 0 19px;
  }
}

@media (min-width: 1500px) {
  .post.big-justify-block .post-list__item-content .post-thumbnail a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #29272a;
    background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1500px) {
  .post.big-justify-block .post-list__item-content .post-thumbnail {
    margin: 0;
  }
}

.post.big-justify-block .post-list__item-content .post-content_wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 1500px) {
  .post.big-justify-block .post-list__item-content .post-content_wrap {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    z-index: 100;
  }
  .position-one-left-sidebar:not(.hidden-sidebars) .post.big-justify-block .post-list__item-content .post-content_wrap,
  .position-one-right-sidebar:not(.hidden-sidebars) .post.big-justify-block .post-list__item-content .post-content_wrap,
  .position-two-sidebars:not(.hidden-sidebars) .post.big-justify-block .post-list__item-content .post-content_wrap,
  .archive.position-one-left-sidebar .post.big-justify-block .post-list__item-content .post-content_wrap,
  .archive.position-one-right-sidebar .post.big-justify-block .post-list__item-content .post-content_wrap,
  .archive.position-two-sidebars .post.big-justify-block .post-list__item-content .post-content_wrap {
    position: relative;
  }
}

.post.big-justify-block .post-thumbnail__format-link {
  position: relative;
}

@media (min-width: 1500px) {
  .post.big-justify-block.has-thumb .post-content_wrap, .post.big-justify-block.format-gallery .post-content_wrap {
    padding: 36px 40px;
  }
  .position-one-left-sidebar:not(.hidden-sidebars) .post.big-justify-block.has-thumb .post-content_wrap,
  .position-one-right-sidebar:not(.hidden-sidebars) .post.big-justify-block.has-thumb .post-content_wrap,
  .position-two-sidebars:not(.hidden-sidebars) .post.big-justify-block.has-thumb .post-content_wrap,
  .archive.position-one-left-sidebar .post.big-justify-block.has-thumb .post-content_wrap,
  .archive.position-one-right-sidebar .post.big-justify-block.has-thumb .post-content_wrap,
  .archive.position-two-sidebars .post.big-justify-block.has-thumb .post-content_wrap, .position-one-left-sidebar:not(.hidden-sidebars) .post.big-justify-block.format-gallery .post-content_wrap,
  .position-one-right-sidebar:not(.hidden-sidebars) .post.big-justify-block.format-gallery .post-content_wrap,
  .position-two-sidebars:not(.hidden-sidebars) .post.big-justify-block.format-gallery .post-content_wrap,
  .archive.position-one-left-sidebar .post.big-justify-block.format-gallery .post-content_wrap,
  .archive.position-one-right-sidebar .post.big-justify-block.format-gallery .post-content_wrap,
  .archive.position-two-sidebars .post.big-justify-block.format-gallery .post-content_wrap {
    padding: 20px 0 0;
  }
}

@media (min-width: 1500px) {
  .post.big-justify-block.format-gallery .post-content_wrap {
    z-index: auto;
  }
  .post.big-justify-block.format-gallery .post-content_wrap > * {
    position: relative;
    z-index: 100;
  }
}

.post.big-justify-block.format-quote .post-content_wrap, .post.big-justify-block.format-audio .post-content_wrap, .post.big-justify-block.format-link.no-thumb .post-content_wrap {
  position: relative;
  padding: 20px 0 0;
}

.post.big-justify-block.format-quote .post-thumbnail, .post.big-justify-block.format-audio .post-thumbnail, .post.big-justify-block.format-link.no-thumb .post-thumbnail {
  margin: 0;
}

.post.big-justify-block.no-thumb:not(.format-gallery) .post-content_wrap {
  position: relative;
  padding: 0;
}

.post.big-justify-block.no-thumb:not(.format-gallery) .post-thumbnail {
  margin: 0;
}

.single .post > .row .col-xl-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1500px) {
  .single .post > .row .col-xl-2 {
    max-width: 12.5%;
    -webkit-flex: 1 0 12.5%;
        -ms-flex: 1 0 12.5%;
            flex: 1 0 12.5%;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.single .post > .row .col-xl-10 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1500px) {
  .single .post > .row .col-xl-10 {
    max-width: 87.5%;
    -webkit-flex: 1 0 87.5%;
        -ms-flex: 1 0 87.5%;
            flex: 1 0 87.5%;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.single .entry-header {
  margin-top: 10px;
}

.single .entry-header .post__cats {
  margin: 0 0 9px;
}

.entry-title {
  margin: 0;
}

.page .entry-title {
  margin: 0 0 20px;
}

.single .entry-title {
  margin: 0 0 18px;
}

.entry-meta {
  margin: 11px 0 0;
}

@media (max-width: 543px) {
  .entry-meta {
    margin-top: 5px;
  }
}

.single .entry-meta {
  margin: 0 0 26px;
}

.big-justify-block .entry-meta {
  margin-top: 19px;
}

@media (max-width: 543px) {
  .big-justify-block .entry-meta {
    margin-top: 5px;
  }
}

.entry-meta > span {
  display: block;
}

@media (max-width: 543px) {
  .entry-meta > span {
    display: none;
  }
  .entry-meta > span.post__date {
    display: block;
  }
}

.entry-meta > span:not(:empty) {
  padding: 0 0 10px 0;
}

@media (min-width: 544px) {
  .entry-meta > span:not(:empty) {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
  }
}

.entry-meta > span i {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.entry-meta + .post-featured-content {
  margin-top: 20px;
}

.entry-content {
  display: block;
}

.single .entry-content {
  margin: 0;
}

.entry-content > *:first-child {
  margin-top: 10px;
}

.entry-content > *:last-child {
  margin-bottom: 10px;
}

.entry-footer .btn {
  margin: 20px 0 0;
}

.page .entry-footer {
  margin: 40px 0 0;
}

.single .post-thumbnail {
  margin: 0 0 26px;
}

.format-gallery.small-justify-block .post-thumbnail,
.has-thumb.small-justify-block .post-thumbnail {
  margin: 0 0 19px;
}

.post__cats:not(:empty) {
  margin: 0 0 13px;
}

@media (max-width: 543px) {
  .post__cats {
    display: none;
  }
}

.post__cats a {
  border: 2px solid;
  background: none;
  padding: 6px 9px 6px 11px;
  letter-spacing: 0.6px;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
}

.post__cats a:nth-child(3) + a {
  display: none;
}

.page .post__tags,
.single .post__tags {
  margin: 20px 0 0;
}

.post__tags a,
.post__tags .title-prefix {
  margin: 0 20px 0 0;
}

.posts-list .post__tags a, .posts-list
.post__tags .title-prefix {
  margin: 0;
}

.sticky__label {
  background: #fec45c;
  width: 100%;
  height: 37px;
  z-index: 100;
  display: block;
  margin: 0 0 20px;
  text-align: center;
}

.sticky__label i {
  font-size: 13px;
  position: relative;
  top: 8px;
}

@media (min-width: 1500px) {
  .sticky__label {
    position: absolute;
    width: 30px;
    top: -6px;
    right: 20px;
    margin: 0;
  }
}

.sticky__label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #efb44e transparent;
  position: absolute;
  top: 0;
  left: -6px;
  display: none;
}

@media (min-width: 1500px) {
  .sticky__label:before {
    display: block;
  }
}

.sticky__label:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 15px 0 15px;
  border-color: #efb44e transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: none;
}

@media (min-width: 1500px) {
  .sticky__label:after {
    display: block;
  }
}

@media (min-width: 1500px) {
  .no-thumb .sticky__label {
    top: -48px;
    right: -10px;
  }
}

.blog-title {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .blog-title {
    margin-bottom: 44px;
  }
}

.blog-title h5 {
  margin: 0;
}

@media (min-width: 992px) {
  .posts-list--default .content-footer_group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .posts-list--default .content-footer_group .entry-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .posts-list--default .content-footer_group .entry-footer {
    margin-left: 30px;
  }
}

.full-content-on-loop .posts-list .post-content_wrap {
  position: relative;
  padding: 20px 0 0;
}

.full-content-on-loop .posts-list .post-content_wrap .content-footer_group {
  display: block;
}

.full-content-on-loop .posts-list .post-content_wrap .content-footer_group .entry-footer {
  margin: 0;
}

.full-content-on-loop .posts-list .post-content_wrap .entry-content .post-gallery,
.full-content-on-loop .posts-list .post-content_wrap .entry-content .entry-video,
.full-content-on-loop .posts-list .post-content_wrap .entry-content .mejs-container {
  display: none;
}

.full-content-on-loop .posts-list .post.big-justify-block .post-list__item-content .post-content_wrap {
  position: relative;
  padding: 20px 0 0;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
}

.post-gallery {
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .post-gallery {
    margin: 0 0 30px;
  }
}

.post-gallery .post-gallery__slide a {
  position: relative;
  display: block;
}

.small-thumbnail .post-gallery .post-gallery__slide a {
  display: inline-block;
  max-width: 100%;
}

.post-gallery .post-gallery__slide a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f002';
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  transition: 400ms all;
}

.post-gallery .post-gallery__slide a img {
  transition: 300ms opacity;
  width: 100%;
}

.small-thumbnail .post-gallery .post-gallery__slide a img {
  width: auto;
}

.post-gallery .post-gallery__slide:hover a:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.post-gallery .post-gallery__slide:hover img {
  opacity: .7;
}

.posts-list .post-gallery {
  margin: 0;
}

.entry-content .post-gallery {
  margin-top: 10px;
}

.post-gallery img {
  border-radius: 0;
  display: block;
}

.entry-content .post-gallery img {
  border-radius: 0;
}

.post-gallery .swiper-button-next,
.post-gallery .swiper-button-prev {
  margin-top: 0;
  top: 30px;
  text-align: center;
  width: 32px;
  height: 32px;
  border: 2px solid;
}

.post-gallery .swiper-button-next i,
.post-gallery .swiper-button-prev i {
  font-size: 32px;
  line-height: 28px;
  position: relative;
  left: -2px;
}

.post-gallery .swiper-button-next.swiper-button-disabled,
.post-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: .1;
}

.post-gallery .swiper-button-next:hover,
.post-gallery .swiper-button-prev:hover {
  color: #87878a;
}

.post-gallery .swiper-button-next:hover i,
.post-gallery .swiper-button-prev:hover i {
  color: #87878a;
}

.post-gallery .swiper-button-prev {
  left: auto;
  right: 72px;
}

.small-thumbnail .post-gallery .swiper-button-prev {
  right: auto;
  left: 30px;
}

.post-gallery .swiper-button-next {
  right: 30px;
}

.small-thumbnail .post-gallery .swiper-button-next {
  right: auto;
  left: 72px;
}

.post-gallery .material-icons {
  font-size: 32px;
  line-height: 50px;
}

.posts-list--default .post.format-gallery .post-content_wrap > * {
  position: relative;
  z-index: 10;
}

.post-format-link {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.post-format-link:before {
  content: "insert_link";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.post-format-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .8;
}

.single .post-format-link {
  margin: 20px 0;
}

.posts-list--grid-2-cols .post-thumbnail__format-link,
.posts-list--grid-3-cols .post-thumbnail__format-link,
.posts-list--masonry-2-cols .post-thumbnail__format-link,
.posts-list--masonry-3-cols .post-thumbnail__format-link,
.posts-list--default .post-thumbnail__format-link {
  margin: 20px 0 0;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .post-thumbnail__format-link,
  .posts-list--grid-3-cols .post-thumbnail__format-link,
  .posts-list--masonry-2-cols .post-thumbnail__format-link,
  .posts-list--masonry-3-cols .post-thumbnail__format-link,
  .posts-list--default .post-thumbnail__format-link {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .posts-list--grid-2-cols .post-thumbnail__format-link a,
  .posts-list--grid-3-cols .post-thumbnail__format-link a,
  .posts-list--masonry-2-cols .post-thumbnail__format-link a,
  .posts-list--masonry-3-cols .post-thumbnail__format-link a,
  .posts-list--default .post-thumbnail__format-link a {
    margin: 0;
  }
}

.has-thumb .post-thumbnail {
  position: relative;
}

.small-thumbnail .post-thumbnail {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.post-format-quote {
  padding: 20px 0 0;
}

@media (min-width: 992px) {
  .post-format-quote {
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    background: none;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.position-one-right-sidebar .posts-list--vertical-justify .small-justify-block .post-format-quote,
.position-one-left-sidebar .posts-list--vertical-justify .small-justify-block .post-format-quote,
.position-two-sidebars .posts-list--vertical-justify .small-justify-block .post-format-quote {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  padding: 20px 0 0;
}

.posts-list--grid-3-cols .post-format-quote,
.posts-list--masonry-3-cols .post-format-quote {
  position: relative;
  top: 0;
  margin: 20px 0 0;
  text-align: left;
  padding: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.post-format-quote:before {
  top: 10px;
  left: 0;
  top: 0;
  position: relative;
  display: block;
  line-height: 1;
  height: 50px;
}

@media (min-width: 992px) {
  .post-format-quote:before {
    left: 0;
    top: 0;
    position: relative;
    display: block;
    line-height: 1;
    height: 50px;
  }
}

.post .format-quote {
  position: relative;
}

.post .format-quote .post-format-quote {
  background: none;
}

.posts-list--grid-3-cols .post .format-quote,
.posts-list--masonry-3-cols .post .format-quote {
  background: none;
}

@media (min-width: 992px) {
  .post .format-quote .post-thumbnail--fullwidth {
    opacity: .4;
  }
}

.posts-list--grid-3-cols .post .format-quote .post-thumbnail--fullwidth,
.posts-list--masonry-3-cols .post .format-quote .post-thumbnail--fullwidth {
  opacity: 1;
}

.post .format-quote .post-thumbnail__link {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .post .format-quote .post-thumbnail__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #29272a;
    background: linear-gradient(to bottom, rgba(41, 39, 42, 0) 0%, rgba(41, 39, 42, 0.8) 100%);
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .posts-list--grid-3-cols .post .format-quote,
  .posts-list--masonry-3-cols .post .format-quote {
    background: none;
  }
  .posts-list--grid-3-cols .post .format-quote .post-thumbnail--fullwidth,
  .posts-list--masonry-3-cols .post .format-quote .post-thumbnail--fullwidth {
    opacity: 1;
  }
}

.position-one-right-sidebar .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content,
.position-one-left-sidebar .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content,
.position-two-sidebars .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content {
  background: none;
}

.position-one-right-sidebar .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content .post-thumbnail--fullwidth,
.position-one-left-sidebar .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content .post-thumbnail--fullwidth,
.position-two-sidebars .posts-list--vertical-justify .post.format-quote.small-justify-block .post-featured-content .post-thumbnail--fullwidth {
  opacity: 1;
}

.post.small-thumbnail .format-quote {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.post.small-thumbnail .format-quote .post-thumbnail__link {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.embed-wrapper .twitter-tweet {
  margin: 10px auto !important;
  max-width: 90% !important;
}

.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget > span {
  max-width: 100%;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] {
  position: relative;
  display: block;
}

.small-thumbnail .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] {
  display: inline-block;
  max-width: 100%;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f002';
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  transition: 400ms all;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] img {
  transition: 300ms opacity;
  width: 100%;
}

.small-thumbnail .post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup'] img {
  width: auto;
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.post-thumbnail a.post-thumbnail__link[data-popup='magnificPopup']:hover img {
  opacity: .7;
}

.mini-gallery a.post-thumbnail__link {
  position: relative;
  display: block;
}

.small-thumbnail .mini-gallery a.post-thumbnail__link {
  display: inline-block;
  max-width: 100%;
}

.mini-gallery a.post-thumbnail__link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f002';
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  transition: 400ms all;
}

.mini-gallery a.post-thumbnail__link img {
  transition: 300ms opacity;
  width: 100%;
}

.small-thumbnail .mini-gallery a.post-thumbnail__link img {
  width: auto;
}

.mini-gallery a.post-thumbnail__link:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.mini-gallery a.post-thumbnail__link:hover img {
  opacity: .7;
}

.post-thumbnail__img {
  width: 100%;
}

.small-thumbnail .post-thumbnail__img {
  width: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
}

.footer-area {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .footer-area {
    padding-top: 88px;
    padding-bottom: 40px;
  }
}

.footer-container {
  padding: 26px 0 36px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-container {
    padding: 20px 0 23px;
  }
}

@media (min-width: 1200px) {
  .footer-container {
    text-align: left;
  }
}

.site-footer.default .copyright-menu-col {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1200px) {
  .site-footer.default .copyright-menu-col {
    text-align: center;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-footer.default .social-col {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 10px;
  padding-bottom: 11px;
}

@media (min-width: 1200px) {
  .site-footer.default .social-col {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.site-footer.default .footer-copyright {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-copyright {
    padding-top: 13px;
  }
}

.site-footer.default .footer-menu {
  padding-top: 10px;
}

.site-footer.centered .copyright-menu-col {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1200px) {
  .site-footer.centered .copyright-menu-col {
    text-align: center;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-footer.centered .social-col {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 10px;
  padding-bottom: 11px;
}

@media (min-width: 1200px) {
  .site-footer.centered .social-col {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.site-footer.centered .footer-copyright {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1200px) {
  .site-footer.centered .footer-copyright {
    padding-top: 13px;
  }
}

.site-footer.centered .footer-menu {
  padding-top: 10px;
}

@media (min-width: 544px) {
  .site-footer.minimal .footer-container {
    padding: 30px 0 23px;
  }
}

.site-footer.minimal .copyright-menu-col {
  text-align: center;
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-copyright {
    padding-top: 13px;
  }
}

.site-footer.minimal .footer-menu {
  padding-top: 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.not-found {
  padding: 10px;
  text-align: center;
  margin: 0 0 10px;
}

.not-found .page-title {
  margin: 0 0 17px;
}

.not-found h2 {
  margin-bottom: 39px;
}

.not-found a.btn {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .not-found a.btn {
    margin-bottom: 76px;
  }
}

@media (min-width: 992px) {
  .not-found {
    padding: 34px 30px 90px;
  }
}

@media (min-width: 544px) {
  .not-found .search-form_wrap {
    max-width: 486px;
    margin: 44px auto 0;
  }
}

.error404 .breadcrumbs {
  display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.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;
  margin: 32px 0 30px;
  padding: 0 0 62.33%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  border: 0;
}

.posts-list .embed-responsive {
  margin: 0 0 30px;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.mejs-container {
  margin: 32px 0 30px;
}

.posts-list .mejs-container {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */