/*!
Theme Name: pokemania
Theme URI: http://underscores.me/
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Your theme description.
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: pokemania
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, 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.

Pokemania 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, h2, h3, h4, h5, h6 {
  margin: 12px 0;
}

.site h1, .site h2, .site h3, .site h4, .site h5, .site h6 {
  margin-top: 0;
}

.site h1 {
  margin-bottom: 18px;
}

.site h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.site h3 {
  margin-bottom: 18px;
}

.site h4 {
  margin-bottom: 22px;
  padding-top: 4px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .site h4 {
    padding-top: 0;
  }
}

.site h5 {
  text-transform: uppercase;
}

.site h6 {
  margin-bottom: 30px;
}

.site-main .entry-content h1 {
  margin-bottom: 26px;
}

.site-main .entry-content h2 {
  margin-top: 50px;
  margin-bottom: 28px;
}

.site-main .entry-content h3 {
  margin-top: 48px;
  margin-bottom: 10px;
}

.site-main .entry-content h4, .site-main .entry-content h5, .site-main .entry-content h6 {
  margin-top: 45px;
  margin-bottom: 28px;
}

.site-main .entry-content .team_wrapper h2, .site-main .entry-content .team_wrapper h3, .site-main .entry-content .team_wrapper h4, .site-main .entry-content .team_wrapper h5, .site-main .entry-content .team_wrapper h6, .site-main .entry-content .caption h2, .site-main .entry-content .caption h3, .site-main .entry-content .caption h4, .site-main .entry-content .caption h5, .site-main .entry-content .caption h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

.site-main .posts-list .entry-content .entry-title {
  margin-top: 0;
}

p {
  margin: 0 0 20px 0;
}

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

@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: 0.9375rem;
  padding-right: 0.9375rem;
}

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

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

.col-xs-1 {
  -webkit-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;
  padding: 0 10px 0 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
}

@media (min-width: 992px) {
  blockquote, .post-format-quote {
    padding: 0 30px 0 65px;
  }
}

.posts-list--grid-2-cols blockquote, .posts-list--grid-2-cols .post-format-quote {
  font-size: 16px;
  font-size: 1rem;
}

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

blockquote cite, .post-format-quote cite {
  display: block;
  font-style: normal;
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
}

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

blockquote:before, .post-format-quote:before {
  content: "";
  width: 5px;
  height: 100%;
  float: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff5063;
}

.single .format-quote .entry-content blockquote, .single .format-quote .entry-content .post-format-quote {
  margin-top: 10px;
}

hr {
  background-color: #f5f5f5;
  border: 0;
  height: 2px;
  margin: 42px 0 35px;
}

code {
  padding: 2px 5px;
}

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

.page .entry-content ul, .page .entry-content ol {
  font-size: 16px;
  font-size: 1rem;
}

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

ul li {
  margin-bottom: 18px;
}

.entry-content ul li {
  position: relative;
  padding-left: 29px;
}

.entry-content ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}

ol {
  counter-reset: li;
  padding-left: 0;
}

.entry-content ol li {
  display: block;
  margin-bottom: 18px;
}

.entry-content ol li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  padding-right: 17px;
  font-weight: 900;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

.other_style_wrapper span {
  display: inline-block;
  width: 220px;
}

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

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

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

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

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

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

.cssload-container {
  margin: 19px auto 0 auto;
  max-width: 545px;
}

.cssload-container ul li {
  list-style: none;
}

.cssload-flex-container {
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  top: calc(50% - 97px - 20px);
}

.cssload-flex-container li {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 29px 19px;
  position: relative;
  text-align: center;
}

.cssload-loading {
  display: inline-block;
  position: relative;
  width: 83px;
  height: 83px;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid #9bd147;
  border-left: 5px solid #9bd147;
  animation: cssload-spinR 2.3s linear infinite;
  -o-animation: cssload-spinR 2.3s linear infinite;
  -ms-animation: cssload-spinR 2.3s linear infinite;
  -webkit-animation: cssload-spinR 2.3s linear infinite;
  -moz-animation: cssload-spinR 2.3s linear infinite;
}

.cssload-loading:before, .cssload-loading:after {
  content: '';
  display: block;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
}

.cssload-loading:before {
  height: 49px;
  width: 49px;
  border: 3px solid transparent;
  border-top: 3px solid black;
  border-right: 3px solid black;
  animation: cssload-spinL 0.86s linear infinite;
  -o-animation: cssload-spinL 0.86s linear infinite;
  -ms-animation: cssload-spinL 0.86s linear infinite;
  -webkit-animation: cssload-spinL 0.86s linear infinite;
  -moz-animation: cssload-spinL 0.86s linear infinite;
  transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  top: 11%;
  left: 11%;
}

.cssload-loading:after {
  height: 10px;
  width: 10px;
  background: transparent;
  border: 2px solid black;
  top: 35.5%;
  left: 35.5%;
}

@keyframes cssload-spinR {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spinR {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes cssload-spinL {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes cssload-spinL {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  left: -100px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  border: none;
  text-indent: 0%;
  z-index: 999;
  border-radius: 50%;
  box-shadow: none;
  text-align: center;
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  #toTop {
    box-shadow: none;
  }
}

#toTop span {
  display: none;
}

#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';
  margin: 0;
  top: 0;
  left: 0;
  line-height: 55px;
  position: relative;
  display: block;
  font-size: 18px;
  content: 'arrow_forward';
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}

@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"] {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  display: inline-block;
  padding: 9px 52px;
  border-radius: 25px;
  box-shadow: none;
  background: none;
  transition: all 0.3s ease;
}

.btn {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  display: inline-block;
  padding: 9px 52px;
  border-radius: 25px;
  box-shadow: none;
  background: none;
  border: 2px solid;
  font-size: 22px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn__text, .btn__icon {
  display: inline-block;
  vertical-align: top;
}

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

.btn__icon:before {
  content: '\E5C8';
}

.btn.btn-fullwidth {
  width: 100%;
  text-align: center;
}

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: 17px 30px 18px;
  padding-right: 40px;
  border: none;
  box-shadow: inset 0 0 0 2px #f0efec;
  background-color: transparent;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.after-content-full-width-area .widget-subscribe input[type="text"], .after-content-full-width-area .widget-subscribe
input[type="email"], .after-content-full-width-area .widget-subscribe
input[type="url"], .after-content-full-width-area .widget-subscribe
input[type="password"], .after-content-full-width-area .widget-subscribe
input[type="search"], .after-content-full-width-area .widget-subscribe
input[type="number"], .after-content-full-width-area .widget-subscribe
input[type="tel"], .after-content-full-width-area .widget-subscribe
input[type="range"], .after-content-full-width-area .widget-subscribe
input[type="date"], .after-content-full-width-area .widget-subscribe
input[type="month"], .after-content-full-width-area .widget-subscribe
input[type="week"], .after-content-full-width-area .widget-subscribe
input[type="time"], .after-content-full-width-area .widget-subscribe
input[type="datetime"], .after-content-full-width-area .widget-subscribe
input[type="datetime-local"], .after-content-full-width-area .widget-subscribe
input[type="color"], .after-content-full-width-area .widget-subscribe
select, .after-content-full-width-area .widget-subscribe
textarea {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 992px) {
  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-right: 20px;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  border-radius: 0;
}

@media (min-width: 992px) {
  .sidebar-primary select,
  .sidebar-secondary select {
    width: 100%;
  }
}

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

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

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

:-moz-placeholder {
  opacity: 1;
}

.search-form {
  margin: 0;
  padding: 10px 0;
  position: relative;
}

.top-panel .search-form {
  padding: 0;
  position: relative;
  z-index: 0;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 600px) {
  .top-panel .search-form {
    position: relative;
    float: none;
    right: auto;
    left: 0;
    margin: 0;
  }
}

.top-panel .search-form:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.top-panel .search-form[data-toggle=true] {
  z-index: 2;
}

.top-panel .search-form[data-toggle=true]:before {
  width: 100%;
}

.top-panel .search-form[data-toggle=true] > label {
  visibility: visible;
  opacity: 1;
  transition-delay: .3s;
}

.top-panel .search-form[data-toggle=true] .search-form__submit {
  visibility: visible;
  opacity: 1;
  border: none;
}

.top-panel .search-form__field[type="search"] {
  color: #fff;
}

.top-panel .search-form > label, .top-panel .search-form .search-form__submit {
  visibility: hidden;
  opacity: 0;
}

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

.search-form__field[type="search"] {
  float: left;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.top-panel .search-form__field[type="search"] {
  background: none;
  border: none;
  padding: 15px 10px;
  box-shadow: none;
  width: 220px;
}

@media (max-width: 600px) {
  .top-panel .search-form__field[type="search"] {
    width: 77%;
  }
}

@media (max-width: 400px) {
  .top-panel .search-form__field[type="search"] {
    width: 70%;
  }
}

.search-form__submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: top;
  float: left;
  width: 35px;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
  transition: all 0.3s ease-out;
}

.error404 .page-content .search-form__submit {
  position: absolute;
  top: 16px;
  right: 5px;
  background: none !important;
}

.full-width-header-area .search-form__submit,
.before-content-area .search-form__submit,
.before-loop-area .search-form__submit,
.after-loop-area .search-form__submit,
.after-content-area .search-form__submit,
.after-content-full-width-area .search-form__submit,
.footer-area .search-form__submit,
body.search .search-form__submit {
  position: absolute;
  top: 20px;
  right: 10px;
  background: none !important;
}

.sidebar-primary .search-form__submit,
.sidebar-secondary .search-form__submit {
  width: auto;
  padding: 0;
  background: none;
  position: absolute;
  top: 29px;
  right: 19px;
}

.top-panel .search-form__submit i {
  line-height: 49px;
}

.search-form__submit i {
  margin: 0 auto;
  display: block;
  font-size: 16px;
}

.top-panel .search-form__submit {
  padding: 0;
  background: none;
}

.top-panel .search-form__submit:hover {
  background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
  box-shadow: none;
}

.full-width-header-area .widget_search {
  padding: 30px 0;
}

.comment-respond {
  margin: 0;
  padding: 40px 0 0;
  border-top: 1px solid #f5f5f5;
}

@media (min-width: 992px) {
  .comment-reply-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

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

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

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

.comment-form .form-submit .submit {
  border: 2px solid;
}

.comment-form__field {
  width: 100%;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.comment-list .comment-form__field {
  background-color: #fff;
}

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

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

@media (min-width: 992px) {
  .comment-form-author, .comment-form-email {
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .comment-form-url {
    width: 33.4%;
    float: left;
    margin-bottom: 30px;
  }
}

.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: 25px;
}

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: 25px 0 0 25px;
}

form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
  width: 40%;
  font-size: 14px;
  border-radius: 0 25px 25px 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 #f0efec;
  background-color: #fff;
  border-radius: 25px 0 0 25px;
}

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 #f0efec;
  border-right: none;
  background-color: #fff;
  border-radius: 0 25px 25px 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 25px 25px 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 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  display: inline-block;
  padding: 9px 52px;
  border-radius: 25px;
  box-shadow: none;
  background: none;
  width: 100%;
  padding: 15px 5px;
  margin: 0;
}

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

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

a:focus {
  outline: thin dotted;
}

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

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

.page .entry-content a {
  text-decoration: none;
  display: inline-block;
}

.page .entry-content a::after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px 0 0 auto;
  transition: all 0.25s ease-out;
}

.page .entry-content a:hover:after {
  width: calc(100% - 13px - 10px);
  width: 100%;
}

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

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

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

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

.main-navigation ul ul.sub-menu li {
  background: none;
  margin: 0;
}

.main-navigation ul ul.sub-menu li:first-child {
  border-top: none;
}

.main-navigation ul ul.sub-menu li > ul {
  top: 0;
  margin: 0;
}

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

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

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

@media screen and (min-width: 37.5em) {
  .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%;
  margin-left: 1px;
}

.main-navigation ul ul.sub-menu li.menu-item-has-children:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 0.8em;
  display: none;
}

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

.main-navigation ul ul.sub-menu a {
  width: 100%;
  padding: 17px 20px;
  position: relative;
  font-size: 13.92px;
  font-size: 0.87rem;
  border-bottom: 1px solid #2a2a31;
  text-indent: 20px;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul ul.sub-menu a {
    padding: 17px 15px;
    width: 240px;
    text-indent: 0;
  }
}

@media (max-width: 600px) {
  .main-navigation ul ul.sub-menu a {
    text-indent: 0;
  }
}

.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 {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li:hover > ul ul,
.main-navigation ul li.focus > ul ul,
.main-navigation ul li.menu-hover > ul ul {
  left: 100%;
  margin-left: 1px;
}

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

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

.main-navigation ul.menu > li.menu-item-has-children:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 0.8em;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul.menu > li.menu-item-has-children:after {
    display: none;
  }
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul.menu > li {
    display: inline-block;
    margin: 7px 15px 7px 0;
  }
}

@media (min-width: 992px) {
  .main-navigation ul.menu > li {
    margin-right: 40px;
  }
}

.main-navigation ul.menu > li:last-child {
  margin-right: 0;
}

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

.main-navigation ul.menu > li > a {
  display: block;
  padding: 0;
  position: relative;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .main-navigation ul.menu > li > a {
    padding: 12px 20px 13px 20px;
    border-bottom: 1px solid #2a2a31;
  }
}

.main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
  left: 0;
  right: 0;
  width: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .main-navigation ul.menu > li:hover > a:before, .main-navigation ul.menu > li.menu-hover > a:before, .main-navigation ul.menu > li.current_page_item > a:before, .main-navigation ul.menu > li.current-menu-item > a:before, .main-navigation ul.menu > li.current_page_ancestor > a:before {
    top: 0;
    bottom: 0;
    width: 5px;
    left: 0;
    right: auto;
  }
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.main-navigation .menu-item_description {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  padding: 3px 0 0 0;
}

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

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

.footer-menu {
  margin: 10px 0 15px;
}

.footer-menu__items {
  padding-top: 5px;
}

.footer-menu__items li {
  padding: 0;
  border: none;
  margin: 0 33px 0 0;
}

.footer-menu__items li:first-child {
  margin-left: 0;
  border-left: none;
}

/* Small menu. */
@media (min-width: 600px) {
  .main-navigation ul {
    display: block;
  }
}

.menu-toggle {
  display: inline-block;
  line-height: 12px;
  padding: 5px;
  border-radius: 0;
}

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

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

.main-navigation.toggled > ul {
  padding-top: 30px;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .main-navigation.toggled > ul {
    padding-top: 0;
    margin-top: 63px;
  }
}

@media (max-width: 600px) {
  .main-navigation.toggled ul.sub-menu {
    text-align: center;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  display: inline-block;
  vertical-align: top;
  transition: none;
}

.comment-navigation .nav-previous > a .meta-nav,
.posts-navigation .nav-previous > a .meta-nav,
.post-navigation .nav-previous > a .meta-nav {
  display: inline-block;
}

.comment-navigation .nav-previous > a .meta-nav:after,
.posts-navigation .nav-previous > a .meta-nav:after,
.post-navigation .nav-previous > a .meta-nav:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

@media (max-width: 500px) {
  .comment-navigation .nav-previous > a .meta-nav,
  .posts-navigation .nav-previous > a .meta-nav,
  .post-navigation .nav-previous > a .meta-nav {
    display: none;
  }
}

.comment-navigation .nav-previous > a .meta-nav:hover:after,
.posts-navigation .nav-previous > a .meta-nav:hover:after,
.post-navigation .nav-previous > a .meta-nav:hover:after {
  width: 100%;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a: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';
  font-size: 18px;
  content: '\e5c4';
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  border: 2px solid;
  margin-right: 20px;
  border-radius: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
  transition: none;
}

.comment-navigation .nav-next > a .meta-nav,
.posts-navigation .nav-next > a .meta-nav,
.post-navigation .nav-next > a .meta-nav {
  display: inline-block;
}

.comment-navigation .nav-next > a .meta-nav:after,
.posts-navigation .nav-next > a .meta-nav:after,
.post-navigation .nav-next > a .meta-nav:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

@media (max-width: 500px) {
  .comment-navigation .nav-next > a .meta-nav,
  .posts-navigation .nav-next > a .meta-nav,
  .post-navigation .nav-next > a .meta-nav {
    display: none;
  }
}

.comment-navigation .nav-next > a .meta-nav:hover:after,
.posts-navigation .nav-next > a .meta-nav:hover:after,
.post-navigation .nav-next > a .meta-nav:hover:after {
  width: 100%;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.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: 18px;
  content: '\e5c8';
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  border: 2px solid;
  margin-left: 20px;
  border-radius: 50%;
}

.pagination {
  padding: 26px 0 82px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 992px) {
  .pagination {
    padding-bottom: 60px;
  }
}

.pagination .page-numbers {
  display: inline-block;
  margin: 17px 9px 0;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  background: none !important;
}

.pagination .page-numbers.dots {
  border: none;
  min-width: 30px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  float: left;
  width: 55px;
  height: 55px;
  padding: 5px;
  border: 2px solid;
  margin: 0;
  line-height: 40px;
  border-radius: 50%;
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
  vertical-align: middle;
  font-size: 18px;
}

.pagination .page-numbers.next {
  float: right;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.widget-subscribe .social-list {
  padding-top: 23px;
}

.social-list__items {
  overflow: hidden;
  display: inline-block;
}

footer.centered .social-list__items {
  display: inline-block;
}

@media (min-width: 767px) {
  footer.centered .social-list__items {
    margin-top: 23px;
  }
}

.social-list .social-list__items li {
  margin: 0;
  float: left;
  margin-right: 5px;
}

.widget-subscribe .social-list .social-list__items li {
  margin: 0 28px 0 0;
}

.widget-subscribe .social-list .social-list__items li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .widget-subscribe .social-list .social-list__items li {
    margin: 0 20px 0 0;
  }
}

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

.social-list .social-list__items li:last-child {
  margin-right: 0;
}

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

.social-list__items li > a:after {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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';
  background: #00aff0;
}

.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';
  background: #00b6f1;
}

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

.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';
  background: #ee1c1b;
}

.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: .9rem;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: auto;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.widget-subscribe .social-list__items li > a::before {
  width: auto;
  height: auto;
  line-height: 1em;
  background: none;
  font-size: 14px;
}

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

.breadcrumbs {
  position: relative;
  margin: 0 0 47px;
  padding: 15px 0;
}

.breadcrumbs__title {
  float: left;
}

.breadcrumbs__title .page-title {
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin-right: 30px;
  padding-right: 36px;
  position: relative;
}

.breadcrumbs__title .page-title:after {
  content: '/';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: .2;
}

.breadcrumbs__items {
  float: left;
}

.breadcrumbs__browse {
  float: left;
  margin-right: 10px;
}

.breadcrumbs__wrap {
  float: left;
  margin: 0;
  line-height: 1.45em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.breadcrumbs__wrap .breadcrumbs__item-target {
  color: #fff;
}

.breadcrumbs__item {
  float: left;
}

.breadcrumbs__item-sep {
  margin: 0 29px;
  color: #fff;
  opacity: .2;
  font-size: 14px;
}

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

@media (max-width: 767px) {
  .alignleft {
    float: none;
    margin: 0 0 30px;
    display: block;
  }
}

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

@media (max-width: 767px) {
  .alignright {
    float: none;
    margin: 0 0 30px;
    display: block;
  }
}

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

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

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

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  padding: 12px 0 0;
}

@media (min-width: 992px) {
  .comments-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.comments-title:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #f5f5f5;
}

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

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

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

.comment-list > .comment {
  margin-bottom: 10px;
  background-color: #ffffff;
}

.comment-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .comment-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

.comment-body .avatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 100px;
}

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

.comment-body .fn {
  margin-right: 10px;
  font-size: .9rem;
  font-weight: 400;
  float: left;
}

@media (min-width: 992px) {
  .comment-body .fn {
    margin-right: 50px;
  }
}

.comment-body .reply {
  float: none;
  font-size: .9rem;
  transition: all 0.25s ease;
}

.comment-body .reply a {
  display: inline-block;
}

.comment-body .reply a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.comment-body .reply a:hover:after {
  width: 100%;
}

.comment-date {
  display: inline-block;
  font-size: .9rem;
  margin-top: 5px;
}

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

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  padding: 20px 0 35px;
}

.post-author__holder {
  padding: 10px;
  border: 2px solid;
}

@media (min-width: 992px) {
  .post-author__holder {
    padding: 48px 47px 34px;
  }
}

.post-author__avatar {
  float: left;
  margin: 0 15px 10px 0;
}

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 0 30px 10px 0;
  }
}

.post-author__avatar .avatar {
  width: 70px;
  vertical-align: top;
}

@media (min-width: 992px) {
  .post-author__avatar .avatar {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .post-author__title {
    margin: 0 0 20px;
    padding-top: 0;
  }
}

.post-author__content {
  font-size: .9rem;
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.posts-list .share-btns__list, .news-smart-box .share-btns__list {
  float: right;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .posts-list .share-btns__list, .news-smart-box .share-btns__list {
    float: none;
    clear: both;
  }
}

.single-post .share-btns__list {
  margin-top: 6px;
}

@media (min-width: 544px) {
  .single-post .share-btns__list {
    float: right;
  }
}

@media (max-width: 992px) {
  .single-post .share-btns__list {
    float: none;
  }
}

.share-btns__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 26px;
}

.share-btns__item:last-child {
  margin-right: 0;
}

.share-btns__link {
  display: block;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}

.posts-list--grid-3-cols .share-btns__list, .posts-list--masonry-3-cols .share-btns__list {
  float: none;
}

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

@media (min-width: 768px) and (max-width: 992px) {
  .card .entry-meta > span {
    display: block;
  }
}

@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: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .card-deck .card {
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .posts-list--grid-2-cols .card {
    -webkit-flex: 1 0 calc(100%/2 - 1.875rem);
        -ms-flex: 1 0 calc(100%/2 - 1.875rem);
            flex: 1 0 calc(100%/2 - 1.875rem);
    max-width: calc(100%/2 - 1.875rem);
  }
  .posts-list--grid-3-cols .card {
    -webkit-flex: 1 0 calc(100%/3 - 1.875rem);
        -ms-flex: 1 0 calc(100%/3 - 1.875rem);
            flex: 1 0 calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
  }
  .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% - 1.875rem);
  }
  .two-sidebars .card {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: calc(100% - 1.875rem);
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols, .posts-list--masonry-3-cols {
    /* hide gallery on masonry view */
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    position: relative;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .posts-list--masonry-2-cols .posts-list__item.card, .posts-list--masonry-3-cols .posts-list__item.card {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .archive.category .posts-list--masonry-2-cols .entry-footer, .posts-list--masonry-2-cols .entry-footer, .archive.category .posts-list--masonry-3-cols .entry-footer, .posts-list--masonry-3-cols .entry-footer {
    display: block;
  }
  .archive.category .posts-list--masonry-2-cols .entry-footer .btn, .posts-list--masonry-2-cols .entry-footer .btn, .archive.category .posts-list--masonry-3-cols .entry-footer .btn, .posts-list--masonry-3-cols .entry-footer .btn {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .post_format-post-format-gallery .post-thumbnail, .posts-list--masonry-3-cols .post_format-post-format-gallery .post-thumbnail {
    display: none;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .posts-list--masonry-2-cols, .posts-list--masonry-3-cols {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .site-content h2 + .posts-list--masonry-2-cols, .site-content h2 + .posts-list--masonry-3-cols {
    margin-top: -30px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .site-content h2 + .posts-list--masonry-2-cols, .site-content h2 + .posts-list--masonry-3-cols {
    margin-top: -38px;
  }
}

@media (min-width: 768px) {
  .posts-list--masonry-2-cols .post-body-right, .posts-list--masonry-3-cols .post-body-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .posts-list--masonry-2-cols .post-body-right .entry-header, .posts-list--masonry-3-cols .post-body-right .entry-header {
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .posts-list--masonry-2-cols .post-body-right .entry-meta-sharing, .posts-list--masonry-3-cols .post-body-right .entry-meta-sharing {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .posts-list--masonry-2-cols .hentry, .posts-list--masonry-3-cols .hentry {
    overflow: visible;
  }
  .posts-list--masonry-2-cols .hentry .entry-meta-sharing .share-btns-main, .posts-list--masonry-3-cols .hentry .entry-meta-sharing .share-btns-main {
    display: none;
  }
  .posts-list--masonry-2-cols .hentry .entry-footer, .posts-list--masonry-3-cols .hentry .entry-footer {
    display: block;
    position: initial;
    padding-top: 25px;
  }
  .posts-list--masonry-2-cols .hentry .entry-footer .share-btns-main, .posts-list--masonry-3-cols .hentry .entry-footer .share-btns-main {
    float: right;
    position: absolute;
    right: 0;
    bottom: 8px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .posts-list--masonry-2-cols .hentry .entry-footer .share-btns-main, .posts-list--masonry-3-cols .hentry .entry-footer .share-btns-main {
    display: block;
  }
}

@media (min-width: 768px) {
  .posts-list--masonry-2-cols .hentry .entry-footer .btn, .posts-list--masonry-3-cols .hentry .entry-footer .btn {
    float: none;
    margin-top: 0;
  }
  .posts-list--masonry-3-cols {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .posts-list--masonry-3-cols {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 768px) {
  .two-sidebars {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .two-sidebars .card {
    display: block;
  }
}

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

.widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a {
  display: inline-block;
}

.widget.widget_pages ul li a:after, .widget.widget_meta ul li a:after, .widget.widget_nav_menu ul li a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.widget.widget_pages ul li a:hover:after, .widget.widget_meta ul li a:hover:after, .widget.widget_nav_menu ul li a:hover:after {
  width: 100%;
}

.widget.widget_rss ul li a {
  border-bottom: 1px solid;
}

.sidebar-primary .widget:first-child,
.sidebar-secondary .widget:first-child {
  padding-top: 43px;
}

body.home .sidebar-primary .widget:first-child, body.home
.sidebar-secondary .widget:first-child {
  padding-top: 0px;
  margin-top: 60px;
}

@media (max-width: 992px) {
  .sidebar-primary .widget,
  .sidebar-secondary .widget {
    margin: 0 0 57px;
  }
}

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

.sidebar-primary .widget,
.sidebar-secondary .widget,
.before-content-area .widget,
.after-content-area .widget,
.before-loop-area .widget,
.after-loop-area .widget {
  box-shadow: none;
  background: #fff;
}

@media (min-width: 992px) {
  .sidebar-primary .widget,
  .sidebar-secondary .widget,
  .before-content-area .widget,
  .after-content-area .widget,
  .before-loop-area .widget,
  .after-loop-area .widget {
    box-shadow: none;
  }
}

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

.before-content-area {
  padding: 30px 0;
}

.all_posts:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.3s ease;
}

.all_posts:hover:after {
  width: 100%;
}

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

@media (min-width: 992px) {
  .full-width-header-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 30px;
  }
}

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

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

.about-author_avatar {
  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 20px 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 {
  padding: 5px 0 5px;
}

.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-banner__link {
  display: block;
  background: linear-gradient(45deg, #ff5063 0%, #212128 55%);
}

.widget-banner__link:hover .widget-banner__img {
  opacity: .5;
}

.widget-banner__img {
  width: 100%;
  vertical-align: top;
  transition: all 0.25s ease-out;
}

.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-primary .swiper-carousel-container .swiper-button-prev, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: -24px;
}

.sidebar-primary .swiper-carousel-container .swiper-button-next i, .sidebar-primary .swiper-carousel-container .swiper-button-prev i, .sidebar-secondary .swiper-carousel-container .swiper-button-next i, .sidebar-secondary .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev i {
  margin: 3px;
}

.sidebar-primary .swiper-carousel-container .swiper-wrapper, .sidebar-secondary .swiper-carousel-container .swiper-wrapper, .footer-area .col-md-4 .swiper-carousel-container .swiper-wrapper, .footer-area .col-md-3 .swiper-carousel-container .swiper-wrapper, .footer-area .col-md-2 .swiper-carousel-container .swiper-wrapper {
  margin: 0 0 40px;
}

.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next {
  right: -1px;
}

@media (min-width: 992px) {
  .sidebar-primary .swiper-pagination-bullet,
  .sidebar-secondary .swiper-pagination-bullet {
    opacity: 1;
  }
}

.layout-fullwidth .before-content-area .weekly_journal-carousel,
.layout-fullwidth .after-content-area .weekly_journal-carousel,
.layout-fullwidth .before-loop-area .weekly_journal-carousel,
.layout-fullwidth .after-loop-area .weekly_journal-carousel {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

.layout-boxed .full-width-header-area .weekly_journal-carousel,
.layout-boxed .after-content-full-width-area .weekly_journal-carousel,
.layout-boxed .before-content-area .weekly_journal-carousel,
.layout-boxed .after-content-area .weekly_journal-carousel,
.layout-boxed .before-loop-area .weekly_journal-carousel,
.layout-boxed .after-loop-area .weekly_journal-carousel {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
}

.widget_carousel .swiper-container {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .widget_carousel .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .widget_carousel .swiper-container {
    margin-top: 0;
    padding-top: 0;
  }
}

.swiper-carousel-container {
  position: relative;
  margin-bottom: 0;
  padding-top: 13px;
  z-index: 0;
}

@media (max-width: 767px) {
  .swiper-carousel-container {
    padding-top: 13px;
  }
  .before-loop-area .swiper-carousel-container,
  .before-content-area .swiper-carousel-container,
  .full-width-header-area .swiper-carousel-container {
    padding-top: 0;
  }
}

.after-content-full-width-area .widget_carousel {
  margin: 0;
}

.after-content-full-width-area .widget_carousel .widget-title {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .after-content-full-width-area .widget_carousel .widget-title {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .after-content-full-width-area .widget_carousel .widget-title {
    width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .after-content-full-width-area .widget_carousel .widget-title {
    width: 740px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .after-content-full-width-area .widget_carousel .widget-title {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.widget_carousel .swiper-wrapper {
  margin: 0;
}

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

.widget_carousel .swiper-wrapper .swiper-slide:hover .content-wrapper img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.widget_carousel .swiper-wrapper .swiper-slide:hover .content-wrapper .caption .post__excerpt, .widget_carousel .swiper-wrapper .swiper-slide:hover .content-wrapper .caption .btn {
  opacity: 1;
  visibility: visible;
  transition-delay: .1s;
}

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

.swiper-button-next i, .swiper-button-prev i {
  margin: 0;
  font-size: 18px;
  line-height: 1em;
}

.swiper-button-next.button-prev, .swiper-button-prev.button-prev {
  right: 54px;
  left: auto;
  text-align: right;
  margin-right: 0;
  right: 74px;
}

.sidebar-primary .swiper-button-next.button-prev,
.sidebar-secondary .swiper-button-next.button-prev,
.before-content-area .swiper-button-next.button-prev,
.before-loop-area .swiper-button-next.button-prev,
.after-loop-area .swiper-button-next.button-prev,
.after-content-area .swiper-button-next.button-prev,
.footer-area .swiper-button-next.button-prev, .sidebar-primary .swiper-button-prev.button-prev,
.sidebar-secondary .swiper-button-prev.button-prev,
.before-content-area .swiper-button-prev.button-prev,
.before-loop-area .swiper-button-prev.button-prev,
.after-loop-area .swiper-button-prev.button-prev,
.after-content-area .swiper-button-prev.button-prev,
.footer-area .swiper-button-prev.button-prev {
  right: 44px;
}

@media (min-width: 544px) {
  .swiper-button-next.button-prev, .swiper-button-prev.button-prev {
    margin-right: 0;
    right: 74px;
  }
  .sidebar-primary .swiper-button-next.button-prev,
  .sidebar-secondary .swiper-button-next.button-prev,
  .before-content-area .swiper-button-next.button-prev,
  .before-loop-area .swiper-button-next.button-prev,
  .after-loop-area .swiper-button-next.button-prev,
  .after-content-area .swiper-button-next.button-prev,
  .footer-area .swiper-button-next.button-prev, .sidebar-primary .swiper-button-prev.button-prev,
  .sidebar-secondary .swiper-button-prev.button-prev,
  .before-content-area .swiper-button-prev.button-prev,
  .before-loop-area .swiper-button-prev.button-prev,
  .after-loop-area .swiper-button-prev.button-prev,
  .after-content-area .swiper-button-prev.button-prev,
  .footer-area .swiper-button-prev.button-prev {
    right: 44px;
  }
}

@media (min-width: 992px) {
  .swiper-button-next.button-prev, .swiper-button-prev.button-prev {
    margin-right: 20%;
  }
  .sidebar-primary .swiper-button-next.button-prev,
  .sidebar-secondary .swiper-button-next.button-prev,
  .before-content-area .swiper-button-next.button-prev,
  .before-loop-area .swiper-button-next.button-prev,
  .after-loop-area .swiper-button-next.button-prev,
  .after-content-area .swiper-button-next.button-prev,
  .footer-area .swiper-button-next.button-prev, .sidebar-primary .swiper-button-prev.button-prev,
  .sidebar-secondary .swiper-button-prev.button-prev,
  .before-content-area .swiper-button-prev.button-prev,
  .before-loop-area .swiper-button-prev.button-prev,
  .after-loop-area .swiper-button-prev.button-prev,
  .after-content-area .swiper-button-prev.button-prev,
  .footer-area .swiper-button-prev.button-prev {
    margin-right: 0;
  }
}

.swiper-button-next.button-next, .swiper-button-prev.button-next {
  right: 0;
  text-align: right;
  margin-right: 0;
  right: 20px;
}

@media (min-width: 544px) {
  .swiper-button-next.button-next, .swiper-button-prev.button-next {
    margin-right: 0;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .swiper-button-next.button-next, .swiper-button-prev.button-next {
    margin-right: 20%;
  }
  .sidebar-primary .swiper-button-next.button-next,
  .sidebar-secondary .swiper-button-next.button-next,
  .before-content-area .swiper-button-next.button-next,
  .before-loop-area .swiper-button-next.button-next,
  .after-loop-area .swiper-button-next.button-next,
  .after-content-area .swiper-button-next.button-next,
  .footer-area .swiper-button-next.button-next, .sidebar-primary .swiper-button-prev.button-next,
  .sidebar-secondary .swiper-button-prev.button-next,
  .before-content-area .swiper-button-prev.button-next,
  .before-loop-area .swiper-button-prev.button-next,
  .after-loop-area .swiper-button-prev.button-next,
  .after-content-area .swiper-button-prev.button-next,
  .footer-area .swiper-button-prev.button-next {
    margin-right: 0;
    right: 0;
  }
}

.swiper-wrapper .single-post .post__cats {
  position: absolute;
  
}

.swiper-wrapper .post {
  box-shadow: none;
  padding: 0;
}

@media (min-width: 992px) {
  .swiper-wrapper .post {
    box-shadow: none;
  }
}

.swiper-wrapper .post:hover {
  box-shadow: none;
}

.swiper-wrapper .post .entry-content {
  padding: 0 38px 31px 38px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .swiper-wrapper .post .entry-content {
    margin: 0 !important;
  }
}

.swiper-wrapper .post .entry-content h2 {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-primary .swiper-wrapper .post .entry-content h2,
.sidebar-secondary .swiper-wrapper .post .entry-content h2,
.before-content-area .swiper-wrapper .post .entry-content h2,
.before-loop-area .swiper-wrapper .post .entry-content h2,
.after-loop-area .swiper-wrapper .post .entry-content h2,
.after-content-area .swiper-wrapper .post .entry-content h2,
.footer-area .swiper-wrapper .post .entry-content h2 {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-bottom: 0;
}

.swiper-wrapper .post .entry-content h2 a:after {
  display: none;
}

.swiper-wrapper .post .entry-content h2 a:hover {
  color: #fff;
}

.swiper-wrapper .post .entry-content .post__excerpt {
  color: #fff;
  padding-bottom: 18px;
  padding-top: 6px;
  font-size: 1rem;
  line-height: 1.5;
}

.swiper-wrapper .post .entry-content .entry-meta span a {
  font-size: 13px;
}

.swiper-wrapper .post .entry-content .entry-meta span a:hover::after {
  width: calc(100% - 13px - 10px);
}

.swiper-wrapper .post .entry-content .btn {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.swiper-wrapper .post .inner {
  width: 100%;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.swiper-wrapper .post .inner .content-wrapper {
  position: relative;
}

.swiper-wrapper .post .inner .content-wrapper .caption .post__excerpt, .swiper-wrapper .post .inner .content-wrapper .caption .btn {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -100px;
  transition: all 0.4s ease;
}

.swiper-wrapper .post .inner .content-wrapper .caption.more_button {
  position: relative;
  bottom: -100px;
}

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

.swiper-wrapper .post .entry-content {
  margin: 0;
  padding: 0 30px;
  transition: all 0.4s ease;
}

.swiper-wrapper .post .entry-footer {
  margin: 0;
  padding: 0;
  border: 0;
}

.swiper-wrapper .post h4 {
  margin: 10px 0;
}

.swiper-wrapper .post .entry-header {
  margin: 0 0 -3px;
}

.swiper-wrapper .post .gradient_caption {
  background: linear-gradient(to right, #000 0%, #171717 50%);
  transition: all 0.3s ease;
}

.swiper-wrapper .post .gradient_caption a {
  opacity: .6;
}

.swiper-wrapper .post .gradient_caption a img {
  width: calc(100% + 50px);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  max-width: none;
  transition: all 0.4s ease;
}

.swiper-wrapper .post .post-thumbnail__link {
  overflow: hidden;
  display: block;
}

.swiper-wrapper .post .post-thumbnail__link img {
  width: 100%;
  display: block;
}

.swiper-wrapper .post .material-icons {
  font-size: 16px;
  margin-right: 10px;
}

.swiper-wrapper .post__cats a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  padding: 10px 14px;
  border-radius: 15px;
  margin: 0 0 3px 0;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 22px;
display:none;
}

.swiper-wrapper .post__cats a:after {
  display: none;
}

.swiper-wrapper .post__cats a:last-child {
  margin-right: 0;
   display:none;
}

.swiper-wrapper .post__author:after {
  display: none;
}

.swiper-wrapper .post:hover .entry-content {
  margin-bottom: 20px;
  transition-delay: 0.2s;
}

.swiper-wrapper .post:hover .inner .content-wrapper .caption .post__excerpt, .swiper-wrapper .post:hover .inner .content-wrapper .caption .btn {
  z-index: 1;
  visibility: visible;
  margin-bottom: 0;
}

.swiper-wrapper .post:hover .inner .content-wrapper .caption.more_button {
  bottom: 0;
}

.wpcf7 {
  font-size: .9rem;
  margin-bottom: -50px !important;
  position: relative;
  z-index: 1;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  font-size: .9rem;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 0.25s ease-out;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
  transition: all 0.25s ease-out;
}

.wpcf7 .wpcf7-submit {
  border: 2px solid;
}

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

.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a;
}

@media (min-width: 992px) {
  .wpcf7 .wpcf7-not-valid-tip {
    margin-top: -67px;
    font-size: .9rem;
    float: right;
  }
}

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

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

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

@media (min-width: 1200px) {
  .wpcf7 .cbox {
    float: left;
    width: 48%;
    margin-right: 30px;
  }
  .wpcf7 .cbox.cbox1 {
    margin-right: 0;
  }
}

.widget-custom-postson {
  position: relative;
}

.widget-custom-postson .all_posts {
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.position-two-sidebars .widget-custom-postson .all_posts {
  position: relative;
  top: 0;
  display: inline-block;
  margin-top: 0;
}

@media (max-width: 992px) {
  .widget-custom-postson .all_posts {
    position: relative;
    top: -10px;
    right: auto;
    margin-top: 0;
    display: inline-block;
  }
}

.widget-custom-postson .all_posts:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.widget-custom-postson .all_posts:hover:after {
  width: 100%;
}

.sidebar-primary .widget-custom-postson .all_posts,
.sidebar-secondary .widget-custom-postson .all_posts,
.footer-area .widget-custom-postson .all_posts {
  display: none;
}

.widget-custom-postson .custom-posts-holder {
  padding-top: 10px;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner,
.before-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner,
.after-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner {
  border-bottom: none;
  padding-bottom: 0;
}

.before-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner,
.after-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-primary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner,
.sidebar-secondary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner,
.footer-area .widget-custom-postson .custom-posts-holder .post:last-child .post-inner {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner,
  .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner,
  .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 544px) {
  .sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner,
  .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner,
  .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sidebar-primary .widget-custom-postson .custom-posts-holder .post-image .wp-image,
.sidebar-secondary .widget-custom-postson .custom-posts-holder .post-image .wp-image,
.footer-area .widget-custom-postson .custom-posts-holder .post-image .wp-image {
  display: block;
  line-height: 0;
}

.widget-custom-postson .custom-posts-holder .post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget-custom-postson .custom-posts-holder .post .post-inner {
  padding: 0 0 33px;
  width: 100%;
  position: relative;
}

.widget-custom-postson .custom-posts-holder .post .post-inner:after {
  content: '';
  display: block;
  clear: both;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-terms {
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin: 0 0 2px;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-terms > a {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms > a {
  color: #fff;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-terms > a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -1px auto 0 auto;
  transition: all 0.25s ease-out;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-terms > a:hover:after {
  width: 100%;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-terms i {
  display: none;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms a {
  background: none !important;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child {
  position: absolute;
  top: 21px;
  left: 21px;
  margin: 0;
}

.position-two-sidebars .full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child, .position-two-sidebars
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child {
  top: 10px;
  left: 10px;
}

@media (max-width: 992px) {
  .full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child,
  .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child {
    top: 15px;
    left: 15px;
  }
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a {
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 15px;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-terms:first-child a:after {
  display: none;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 21px;
}

@media (max-width: 600px) {
  .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    max-height: none;
  }
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .img_wrapper {
  margin-bottom: -8px;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
  max-height: none;
}

.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image,
.sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
  background: none;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image {
  transition: all 0.4s ease-out;
  display: block;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image img {
  width: 100%;
  display: block;
  line-height: 0;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image:hover .wp-image {
  opacity: .5;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-post-image {
  height: auto;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image,
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image,
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image,
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-image {
  width: 100%;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #bdbdbd;
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content,
.after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content,
.before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content,
.after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content,
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
  padding-top: 3px;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
  color: #fff;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-content .widget-title {
  margin: -6px 0 6px 0;
  font-size: 20px;
  line-height: 26px;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .post-content .btn {
  margin-top: 12px;
}

.widget-custom-postson .custom-posts-holder .post .post-inner h6 {
  margin-bottom: 3px;
  line-height: 1.4;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta {
  padding: 8px 0 0;
}

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

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta span {
  margin-right: 20px;
  font-size: 13px;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .clear_sb {
  display: inline-block;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .clear_sb > span:first-child:before {
  content: '\E8DF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .clear_sb > span:first-child:before {
  color: #fff;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-date {
  margin-bottom: 5px;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-date {
  color: #fff;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .date_wrap:before {
  content: '\E8AF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .date_wrap:before {
  color: #fff;
}

.position-two-sidebars .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .date_wrap {
  display: block;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-author a {
  text-transform: capitalize;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-author a, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-comments-count, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta a.post-date {
  display: inline-block;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-author a, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-comments-count, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta a.post-date {
  color: #fff;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-author a:after, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-comments-count:after, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta a.post-date:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-author a:hover:after, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta .post-comments-count:hover:after, .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta a.post-date:hover:after {
  width: 100%;
}

.widget-custom-postson .custom-posts-holder .post .post-author, .widget-custom-postson .custom-posts-holder .post .post_comments, .widget-custom-postson .custom-posts-holder .post .category, .widget-custom-postson .custom-posts-holder .post .post_tag, .widget-custom-postson .custom-posts-holder .post .post-date {
  margin-bottom: 5px;
}

.widget-custom-postson .custom-posts-holder .post .category a, .widget-custom-postson .custom-posts-holder .post .post_tag a {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 8px;
  padding: 0px 5px;
}

.widget-custom-postson .custom-posts-holder .post:first-child:last-child {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.widget-custom-postson .custom-posts-holder .post:first-child:last-child .post-inner .post-image {
  max-height: 100%;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
  display: block;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    margin: 0 0 16px;
  }
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image img {
  max-width: none;
  margin: 0;
  width: 100%;
}

.footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .entry-meta span {
  color: #fff;
}

.widget {
  position: relative;
  z-index: 1;
}

.widget h4 {
  margin: 0 0 15px 0;
}

.widget > h5 {
  margin-bottom: 23px;
}

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

.widget ul li {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  margin: 4px 0 0 0;
  position: relative;
}

.footer-area .widget ul li {
  margin: 0 0 10px;
}

.footer-area .widget ul li {
  margin-left: 0;
}

.footer-area .widget ul li a {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer-area .widget ul li a {
    font-size: .9rem;
  }
}

.footer-area .widget ul li a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.footer-area .widget ul li a:hover:after {
  width: 100%;
}

.widget ul li > ul {
  margin-bottom: 0;
  margin-left: 0em;
}

.widget.widget_categories ul li, .widget.widget_archive ul li {
  margin: 0 0 10px;
}

.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  display: inline-block;
}

.widget.widget_categories ul li a:after, .widget.widget_archive ul li a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.widget.widget_categories ul li a:hover:after, .widget.widget_archive ul li a:hover:after {
  width: 100%;
}

.widget.widget_archive ul li:before {
  content: '\f105';
  font-size: .9rem;
  font-family: 'FontAwesome';
  margin-right: 20px;
}

body.home .sidebar-primary .widget:first-child.widget-subscribe, body.home
.sidebar-secondary .widget:first-child.widget-subscribe {
  padding-top: 0;
  margin-top: 60px;
  margin-bottom: 21px;
}

body.home .sidebar-primary .widget:first-child.widget-subscribe:before, body.home
.sidebar-secondary .widget:first-child.widget-subscribe:before {
  display: none !important;
}

.sidebar-primary .widget:first-child,
.sidebar-secondary .widget:first-child {
  margin-bottom: 40px;
}

.sidebar-primary .widget:first-child.widget-subscribe,
.sidebar-secondary .widget:first-child.widget-subscribe {
  padding-top: 0;
}

.sidebar-primary .widget:first-child.widget-subscribe:before,
.sidebar-secondary .widget:first-child.widget-subscribe:before {
  display: none !important;
}

.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,
.before-content-area .widget_nav_menu > div > 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,
.after-content-area .widget_nav_menu > div > 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,
.before-loop-area .widget_nav_menu > div > 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,
.after-loop-area .widget_nav_menu > div > ul::after,
.after-content-full-width-area .widget_archive > ul::after,
.after-content-full-width-area .widget_meta > ul::after,
.after-content-full-width-area .widget_rss > ul::after,
.after-content-full-width-area .widget_recent_comments > ul::after,
.after-content-full-width-area .widget_recent_entries > ul::after,
.after-content-full-width-area .widget_categories > ul::after,
.after-content-full-width-area .widget_pages > ul::after,
.after-content-full-width-area .widget_nav_menu > div > 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,
.full-width-header-area .widget_nav_menu > div > 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,
  .before-content-area .widget_nav_menu > div > 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,
  .after-content-area .widget_nav_menu > div > 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,
  .before-loop-area .widget_nav_menu > div > 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,
  .after-loop-area .widget_nav_menu > div > ul > li,
  .after-content-full-width-area .widget_archive > ul > li,
  .after-content-full-width-area .widget_meta > ul > li,
  .after-content-full-width-area .widget_rss > ul > li,
  .after-content-full-width-area .widget_recent_comments > ul > li,
  .after-content-full-width-area .widget_recent_entries > ul > li,
  .after-content-full-width-area .widget_categories > ul > li,
  .after-content-full-width-area .widget_pages > ul > li,
  .after-content-full-width-area .widget_nav_menu > div > 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,
  .full-width-header-area .widget_nav_menu > div > ul > li {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
  }
}

@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,
  .before-content-area .widget_nav_menu > div > 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,
  .after-content-area .widget_nav_menu > div > 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,
  .before-loop-area .widget_nav_menu > div > 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,
  .after-loop-area .widget_nav_menu > div > ul > li,
  .after-content-full-width-area .widget_archive > ul > li,
  .after-content-full-width-area .widget_meta > ul > li,
  .after-content-full-width-area .widget_rss > ul > li,
  .after-content-full-width-area .widget_recent_comments > ul > li,
  .after-content-full-width-area .widget_recent_entries > ul > li,
  .after-content-full-width-area .widget_categories > ul > li,
  .after-content-full-width-area .widget_pages > ul > li,
  .after-content-full-width-area .widget_nav_menu > div > 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,
  .full-width-header-area .widget_nav_menu > div > ul > li {
    width: 23%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
  }
}

.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,
.after-content-full-width-area .widget_rss ul,
.after-content-full-width-area .widget_recent_comments ul,
.after-content-full-width-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,
.after-content-full-width-area .widget_rss ul > li:first-child,
.after-content-full-width-area .widget_recent_comments ul > li:first-child,
.after-content-full-width-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 {
  border-top: 1px #e0e0e8 solid;
  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),
.after-content-full-width-area .widget_rss ul > li:nth-child(1),
.after-content-full-width-area .widget_rss ul > li:nth-child(2),
.after-content-full-width-area .widget_rss ul > li:nth-child(3),
.after-content-full-width-area .widget_recent_comments ul > li:nth-child(1),
.after-content-full-width-area .widget_recent_comments ul > li:nth-child(2),
.after-content-full-width-area .widget_recent_comments ul > li:nth-child(3),
.after-content-full-width-area .widget_recent_entries ul > li:nth-child(1),
.after-content-full-width-area .widget_recent_entries ul > li:nth-child(2),
.after-content-full-width-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,
  .after-content-full-width-area .widget_rss ul > li,
  .after-content-full-width-area .widget_recent_comments ul > li,
  .after-content-full-width-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,
  .after-content-full-width-area .widget_rss ul > li,
  .after-content-full-width-area .widget_recent_comments ul > li,
  .after-content-full-width-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: 18px;
  font-weight: 500;
  padding: 0 0 10px;
  border-radius: 25px;
}

.widget_calendar .calendar_wrap th {
  font-size: .9rem;
  font-weight: 400;
  padding: 0;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}

.widget_calendar .calendar_wrap tbody td {
  padding: 0;
  height: 28px;
  width: auto;
  text-align: center;
  position: relative;
  left: 0;
  background: none;
}

.widget_calendar .calendar_wrap tbody td a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  z-index: 1;
  background: #FFFFFF;
  transition: all 0.5s ease;
}

.widget_calendar .calendar_wrap tbody td a:hover::before {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.widget_calendar .calendar_wrap tbody td a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  margin-left: 0px;
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
}

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

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

/*--------------------------------------------------------------
# Widget Tag Cloud
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud {
  margin: 19px -5px 3px;
  overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
  font-size: 1rem !important;
  padding: 4px 14px;
  border: 2px #ebebeb solid;
  border-radius: 25px;
  text-decoration: none;
  margin: 5px;
  float: left;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget_tag_cloud .tagcloud {
    margin: 19px -2px;
  }
  .widget_tag_cloud .tagcloud a {
    font-size: 12px !important;
    font-size: 0.8rem !important;
    padding: 6px 10px;
    margin: 2px 1px;
  }
}

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

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

.widget_recent_entries ul li a:after {
  display: none !important;
}

.widget_recent_entries ul li .post-date {
  font-size: .9rem;
  position: relative;
  display: block;
  color: #bdbdbd;
  margin: 10px 0 0;
}

.invert .widget_recent_entries ul li .post-date {
  color: #fff;
}

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

.widget_recent_comments ul li > a {
  font-size: 16px;
  font-size: 1rem;
}

/* Recent Posts  & Recent Comments */
.widget_recent_comments h4, .widget_recent_entries h4 {
  margin-bottom: 18px;
}

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

.footer-area .widget_recent_comments ul li > a:after {
  display: none;
}

.comment-author-link {
  font-weight: 500;
  text-transform: capitalize;
}

/* Button style */
.posts-list .social_title,
.widget-area .widget .post .btn,
.widget-area .widget.widget-trending-posts .btn {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background-color: transparent;
}

.posts-list .social_title:hover,
.widget-area .widget .post .btn:hover,
.widget-area .widget.widget-trending-posts .btn:hover {
  background-color: transparent;
}

.posts-list .social_title::after,
.widget-area .widget .post .btn::after,
.widget-area .widget.widget-trending-posts .btn::after {
  content: 'arrow_forward';
  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: auto;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  line-height: 22px;
  opacity: 0;
}

.posts-list .social_title:hover::after,
.widget-area .widget .post .btn:hover::after,
.widget-area .widget.widget-trending-posts .btn:hover::after {
  right: -20px;
  opacity: 1;
}

.posts-list .social_title:active::after,
.widget-area .widget .post .btn:active::after,
.widget-area .widget.widget-trending-posts .btn:active::after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.widget-area .widget.widget-trending-posts .btn::after {
  line-height: 24px;
}

.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: 25px;
    border-bottom-right-radius: 25px;
  }
}

.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: 25px;
    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;
  }
}

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

.footer-area .widget-image-grid__holder {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

@media (min-width: 992px) {
  .widget-image-grid__inner {
    box-shadow: none;
  }
}

.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 0;
  padding: 6px 0px;
  width: 100%;
  color: #fff;
}

.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 {
  transition: inherit;
  color: #fff;
}

.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: 13px;
}

.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: -4px;
  margin-right: -4px;
}

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

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

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

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

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

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

.instagram__cover::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';
  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__cover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-playlist-slider .widget-title {
  margin-bottom: 30px;
}

.widget-playlist-slider .all_posts {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  text-align: right;
  margin-top: 10px;
  z-index: 1;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.position-two-sidebars .widget-playlist-slider .all_posts {
  position: relative;
  top: 0;
  float: none;
  text-align: left;
  margin: 0 0 15px;
  display: inline-block;
}

.footer-area .widget-playlist-slider .all_posts {
  position: relative;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .widget-playlist-slider .all_posts {
    position: relative;
    top: -13px;
    right: auto;
    margin-top: 0;
    display: inline-block;
    float: left;
  }
}

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

.widget-playlist-slider .playlist-slider .sp-arrows {
  z-index: 2;
}

.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 .playlist-img > span, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content > span, .widget-playlist-slider .playlist-slider .sp-slide .sp-slide-preview > span {
  height: 100%;
  display: block;
  background-size: cover;
}

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

@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 .title {
  margin-bottom: 10px;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .tags_wrap .post-terms {
  font-size: .9rem;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .tags_wrap .post-terms:before {
  content: '\f02c';
  font-family: 'FontAwesome';
  font-size: .9rem;
  color: #fff;
  margin-right: 14px;
  vertical-align: middle;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-terms {
  padding-top: 10px;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-terms a {
  position: relative;
  display: inline-block;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-terms a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px 0 0 auto;
  transition: all 0.3s ease;
}

.widget-playlist-slider .playlist-slider .sp-slide .sp-slide-content .post-terms a:hover:after {
  width: 100%;
}

.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 {
  font-size: .9rem;
}

.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 {
  height: 100%;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail > span {
  width: 100%;
  height: 100%;
  display: block;
}

.full-width-header-area .widget-playlist-slider .playlist-slider .sp-thumbnail > span,
.before-content-area .widget-playlist-slider .playlist-slider .sp-thumbnail > span,
.after-content-area .widget-playlist-slider .playlist-slider .sp-thumbnail > span,
.after-content-full-width-area .widget-playlist-slider .playlist-slider .sp-thumbnail > span {
  width: auto;
  height: auto;
  display: block;
}

@media (min-width: 1200px) {
  .sidebar-primary .widget-playlist-slider .playlist-slider .sp-thumbnail,
  .sidebar-secondary .widget-playlist-slider .playlist-slider .sp-thumbnail,
  .before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail,
  .after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail {
    padding: 0;
  }
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .sp-thumbnail-container {
  transition: all 0.3s ease;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .sp-selected-thumbnail {
  border: none !important;
  transition: all 0.3s ease;
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

.full-width-header-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.before-content-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.after-content-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.after-content-full-width-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
  position: relative;
}

.sidebar-primary .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.sidebar-secondary .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content,
.footer-area .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
  margin-top: 0;
  box-sizing: border-box;
  padding: 10px;
}

@media (max-width: 991px) {
  .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
    box-sizing: border-box;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .widget-playlist-slider .playlist-slider .sp-thumbnail .thumbnail-content {
    margin-top: 0;
  }
}

.widget-playlist-slider .playlist-slider .sp-thumbnail .playlist-img {
  height: 30px;
  width: 50px;
  float: left;
  margin-right: 8px;
}

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

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

.widget-playlist-slider .sp-bottom-thumbnails {
  margin-top: 5px;
}

.widget-playlist-slider .sp-bottom-thumbnails .sp-thumbnail-container, .widget-playlist-slider .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 0;
  margin-right: 5px;
}

.widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container {
  transition: all 0.3s ease;
}

.widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5 {
  transition: all 0.3s ease;
  font-size: .9rem;
  line-height: 1.1rem;
  font-weight: 400;
}

.widget-playlist-slider .sp-slides br, .widget-playlist-slider .sp-slides font {
  display: none;
}

.widget-playlist-slider .playlist-slider .sp-thumbnails-container {
  margin-left: 0;
}

.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container,
.after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container, .before-loop-area
.widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnails,
.after-loop-area
.widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnails {
  width: 102% !important;
}

.before-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .full-width-header-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .after-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .after-content-full-width-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container {
  padding: 11px 0 14px 11px;
}

@media (max-width: 1199px) {
  .before-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .full-width-header-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .after-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .after-content-full-width-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container {
    padding: 0;
  }
  .before-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5, .full-width-header-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5, .after-content-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5, .after-content-full-width-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5 {
    display: none;
  }
}

.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container, .footer-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container {
  background: #000;
}

.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5, .after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5, .footer-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container h5 {
  color: #fff;
  text-transform: capitalize;
}

.before-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container span, .after-loop-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container span, .footer-area .widget-playlist-slider .playlist-slider .sp-thumbnails-container .sp-thumbnail-container span {
  opacity: .5;
}

.sidebar-primary .smart-slider h2.sp-title, .sidebar-secondary .smart-slider h2.sp-title {
  font-size: 28px;
  line-height: 38px;
}

.smart-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

.smart-slider__instance .sp-bottom-thumbnails {
  margin-top: -27px;
}

.footer-area .smart-slider__instance .sp-bottom-thumbnails {
  margin-top: 4px;
}

.smart-slider__instance .sp-thumbnail-container {
  margin-left: 15px;
  margin-right: 15px;
  width: auto !important;
  height: auto !important;
  position: relative;
}

.footer-area .smart-slider__instance .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.smart-slider__instance .sp-thumbnail-container .sp-thumbnail {
  display: inline-block;
}

.smart-slider__instance .sp-thumbnail-container .sp-thumbnail:after {
  height: 4px;
  width: 0;
  background: #ffcc42;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.25s ease-out;
}

.smart-slider__instance .sp-thumbnail-container .sp-thumbnail:hover:after {
  width: 100%;
}

.smart-slider__instance .sp-arrows {
  top: 60%;
  margin-top: 9px;
}

@media (max-width: 1199px) {
  .smart-slider__instance .sp-arrows {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .smart-slider__instance .sp-arrows {
    top: 10px;
    margin-top: 0;
  }
}

.before-loop-area .smart-slider__instance .sp-arrows, .before-content-area .smart-slider__instance .sp-arrows, .after-loop-area .smart-slider__instance .sp-arrows {
  top: 10px;
  margin-top: 0;
  width: auto;
  left: auto;
  margin-left: 0;
  right: 0;
}

.smart-slider__instance .sp-arrows .sp-arrow {
  width: 55px;
  height: 55px;
  background-image: none;
  border: 2px solid;
}

.smart-slider__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: 100%;
  height: 1em;
  text-align: center;
  line-height: 55px;
  margin: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 18px;
}

.smart-slider__instance .sp-arrows .sp-arrow:after {
  display: none;
}

.smart-slider__instance .sp-arrows .sp-arrow.sp-previous-arrow:before {
  content: '\e5c4';
}

.smart-slider__instance .sp-arrows .sp-arrow.sp-next-arrow:before {
  content: '\e5c8';
}

@media (min-width: 1199px) {
  .smart-slider__instance .sp-arrows {
    width: 1170px;
    left: 50%;
    margin-left: -585px;
  }
}

.smart-slider__instance.sp-horizontal .sp-previous-arrow {
  left: 0;
}

.smart-slider__instance.sp-horizontal .sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

@media (max-width: 992px) {
  .smart-slider__instance.sp-horizontal .sp-previous-arrow {
    left: auto;
    right: 74px;
  }
}

.before-loop-area .smart-slider__instance.sp-horizontal .sp-previous-arrow, .before-content-area .smart-slider__instance.sp-horizontal .sp-previous-arrow, .after-loop-area .smart-slider__instance.sp-horizontal .sp-previous-arrow {
  left: auto;
  right: 74px;
}

.smart-slider__instance.sp-horizontal .sp-next-arrow {
  right: 0;
}

.smart-slider__instance.sp-horizontal .sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

@media (max-width: 992px) {
  .smart-slider__instance.sp-horizontal .sp-next-arrow {
    right: 10px;
  }
}

.before-loop-area .smart-slider__instance.sp-horizontal .sp-next-arrow, .before-content-area .smart-slider__instance.sp-horizontal .sp-next-arrow, .after-loop-area .smart-slider__instance.sp-horizontal .sp-next-arrow {
  right: 10px;
}

.smart-slider__instance.sp-vertical .sp-arrows {
  margin-left: -25px;
}

.smart-slider__instance.sp-vertical .sp-previous-arrow {
  top: 0;
}

.smart-slider__instance.sp-vertical .sp-previous-arrow:before {
  content: "keyboard_arrow_left";
}

.smart-slider__instance.sp-vertical .sp-next-arrow {
  bottom: 0;
}

.smart-slider__instance.sp-vertical .sp-next-arrow:before {
  content: "keyboard_arrow_right";
}

.smart-slider__instance .sp-buttons {
  position: absolute;
  bottom: 96px;
}

.smart-slider__instance .sp-buttons .sp-button {
  width: 15px;
  height: 15px;
  border-color: #fff;
  margin: 4px 7px;
}

.smart-slider__instance .sp-buttons .sp-button.sp-selected-button {
  background-color: #fff;
}

.smart-slider__instance h2.sp-title {
  font-size: 30px;
  line-height: 38px;
  overflow: hidden;
  font-weight: 500;
  white-space: normal;
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .smart-slider__instance h2.sp-title {
    font-size: 22px;
    line-height: 1em;
  }
}

.footer-area .smart-slider__instance h2.sp-title {
  font-size: 20px;
  line-height: 1.2em;
}

.smart-slider__instance h2.sp-title a {
  color: #ffcc42;
}

.smart-slider__instance p.sp-content {
  color: #fff;
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .smart-slider__instance p.sp-content {
    display: none;
  }
}

.smart-slider__instance div.sp-more a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 24px 9px;
  transition: all 0.3s ease !important;
}

.footer-area .smart-slider__instance div.sp-more a {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
}

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

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

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

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

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

.smart-slider__thumbnails .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:after {
  width: 100%;
}

.smart-slider[data-thumbnails="true"] .sp-buttons {
  bottom: 57px;
}

.smart_slider_caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 70px 30px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .smart_slider_caption {
    width: 770px;
    left: 50% !important;
    margin-left: -385px;
  }
}

.footer-area .smart_slider_caption {
  width: auto;
  left: 0 !important;
  margin-left: 0;
}

.smart_slider_caption .sp-layer {
  position: relative;
}

.before-loop-area .widget_smart_slider .sp-title,
.before-loop-area .widget_smart_slider .category,
.before-loop-area .widget_smart_slider .entry-meta,
.before-loop-area .widget_smart_slider .sp-content,
.before-loop-area .widget_smart_slider .sp-more {
  top: auto !important;
  bottom: auto !important;
  position: relative;
}

.full-width-header-area .widget-subscribe {
  width: 1170px;
  margin: -1px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}

@media (max-width: 1199px) {
  .full-width-header-area .widget-subscribe {
    width: 940px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media (max-width: 992px) {
  .full-width-header-area .widget-subscribe {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .full-width-header-area .widget-subscribe {
    width: 100%;
    padding: 34px 21px;
    text-align: center;
  }
}

.after-content-full-width-area .widget-subscribe {
  margin: -1px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 33px 0 31px;
}

@media (max-width: 992px) {
  .after-content-full-width-area .widget-subscribe {
    width: 100%;
    padding: 34px 21px 60px 21px;
    text-align: center;
  }
}

.widget-subscribe .follow-block,
.widget-subscribe .subscribe-block {
  max-width: 770px;
  margin: 0 auto;
}

.subscribe-block__form {
  padding-top: 10px;
  margin-bottom: 26px;
}

.subscribe-block__form:last-child {
  margin-top: 6px;
  margin-bottom: 6px;
}

.full-width-header-area .subscribe-block__form,
.before-content-area .subscribe-block__form,
.before-loop-area .subscribe-block__form,
.after-loop-area .subscribe-block__form,
.after-content-area .subscribe-block__form {
  display: inline-block;
}

.sidebar-primary .subscribe-block__form,
.sidebar-secondary .subscribe-block__form {
  padding-top: 1px;
}

.after-content-full-width-area .subscribe-block__form {
  padding: 0;
}

.follow-block {
  padding: 21px 0 8px;
  margin-bottom: 14px;
}

.after-content-full-width-area .follow-block {
  text-align: center;
}

.after-content-full-width-area .follow-block .widget-title {
  color: #fff;
}

.widget.widget-subscribe {
  padding: 0 40px;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.sidebar-primary .widget.widget-subscribe,
.sidebar-secondary .widget.widget-subscribe,
.footer-area .widget.widget-subscribe {
  margin-bottom: 45px;
}

.widget.widget-subscribe .widget-title {
  margin-bottom: 20px;
}

.subscribe-block {
  padding: 0 0 8px;
}

.after-content-full-width-area .subscribe-block {
  padding: 0;
}

.sidebar-primary .subscribe-block,
.sidebar-secondary .subscribe-block,
.footer-area .subscribe-block {
  padding-top: 10px;
}

.follow-block + .subscribe-block {
  padding: 10px 0;
}

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

.sidebar-primary .follow-block + .subscribe-block,
.sidebar-secondary .follow-block + .subscribe-block {
  margin: 0;
}

@media (max-width: 992px) {
  .sidebar-primary .follow-block + .subscribe-block,
  .sidebar-secondary .follow-block + .subscribe-block {
    padding: 10px 0 18px;
  }
}

.footer-area .follow-block + .subscribe-block {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.after-content-full-width-area .subscribe-block .widget-title {
  float: left;
  margin: 2px 27px 0 0;
  padding: 11px 0 0 !important;
}

@media (max-width: 992px) {
  .after-content-full-width-area .subscribe-block .widget-title {
    margin-right: 0;
    margin-bottom: 25px !important;
    float: none;
  }
}

.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: center;
  -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;
  position: relative;
}

.subscribe-block__input[type="email"] {
  max-width: 290px;
  padding-right: 55px;
  -webkit-order: 0;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  border-right: none;
  line-height: 17px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
}

.footer-area .subscribe-block__input[type="email"]:focus {
  box-shadow: none;
  background: #fff;
}

.sidebar-1-4 .subscribe-block__input[type="email"] {
  max-width: calc(100% - 50px);
}

.subscribe-block__input[type="email"].error {
  box-shadow: inset 0 0 0px 1px #fe5c7a;
}

.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 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
  max-width: 40%;
  padding: 0;
  background: none !important;
  font-size: 0;
  box-shadow: none !important;
  width: auto;
  position: relative;
  left: -42px;
  text-align: center;
  border-width: 0;
}

.footer-area .subscribe-block__submit {
  border-color: #fff;
}

.subscribe-block__submit:before {
  content: '\f003';
  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: inline-block;
  vertical-align: middle;
  transition: all 0.25s ease;
  margin-top: 18px;
}

.footer-area .subscribe-block__submit:before {
  color: #fff;
}

.sidebar-1-4 .subscribe-block__submit {
  font-size: 0;
}

.sidebar-1-4 .subscribe-block__submit:before {
  display: inline-block;
}

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

.footer-area .subscribe-block__message {
  padding-bottom: 20px;
}

.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__holder {
  padding: 0;
  float: left;
  line-height: normal;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden;
  background: #000;
  box-shadow: none;
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles__inner {
    box-shadow: none;
  }
}

.widget-taxonomy-tiles__inner > a {
  opacity: .8;
  display: block;
  transition: all 0.4s ease;
}

.widget-taxonomy-tiles__inner:hover > a {
  opacity: 1;
}

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

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

.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: auto;
  bottom: 0;
  left: 0;
  padding: 23px 40px;
  z-index: 0;
}

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

.widget-taxonomy-tiles__content .term-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.widget-taxonomy-tiles__title {
  margin: 0 0 9px !important;
  font-weight: bold;
  text-transform: uppercase;
}

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

.widget-taxonomy-tiles .post-count {
  margin: 16px 0 0 1px;
  display: inline-block;
  font-size: .9rem;
}

.widget-taxonomy-tiles .tile_item {
  float: left;
}

.widget-taxonomy-tiles p {
  font-size: .9rem;
  margin: 0;
}

.widget-taxonomy-tiles .post-desc {
  margin: 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: 33.33333%;
  }
}

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

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

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

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 66.66% !important;
  }
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 500px;
  }
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 250px;
  }
}

.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 .post__author a,
.news-smart-box .post__date a {
  display: inline-block;
}

.news-smart-box .post__author a:after,
.news-smart-box .post__date a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.news-smart-box .post__author a:hover:after,
.news-smart-box .post__date a:hover:after {
  width: 100%;
}

.news-smart-box .post__date {
  float: left;
  clear: none;
}

.news-smart-box .post__date a {
  color: #bdbdbd;
}

.news-smart-box .post__author {
  float: left;
  margin-right: 30px;
}

.news-smart-box .post__author::before {
  content: '\E87C';
  font-size: 14px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.news-smart-box .post__comments {
  float: left;
  clear: none;
  margin-right: 0;
}

.news-smart-box .post__excerpt {
  font-size: .9rem;
}

.news-smart-box__instance article.post.full-type .inner {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

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

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

.news-smart-box__instance article.post.mini-type .post__date a {
  color: #bdbdbd;
}

.news-smart-box__instance article.post.mini-type .post__date:after {
  display: none;
}

.news-smart-box__instance article.post.mini-type .post__excerpt {
  margin-bottom: 10px;
}

.news-smart-box__instance article.post .inner {
  margin-top: 20px;
  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 .entry-header {
  position: relative;
  margin-bottom: 21px;
}

.news-smart-box__instance article.post .entry-content h5 a:after {
  display: none;
}

.news-smart-box__instance article.post .post-thumbnail__link {
  display: block;
}

.news-smart-box__instance article.post .post-thumbnail__link img {
  width: 100%;
  display: block;
}

.news-smart-box__instance.layout_type_1 .row {
  display: block;
}

.news-smart-box__instance.layout_type_1 .full-type {
  float: left;
}

@media (max-width: 767px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    float: none;
  }
}

.news-smart-box__instance.layout_type_1 .mini-type {
  float: left;
}

.news-smart-box__instance.layout_type_1 .mini-type.post-item-1 .inner {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.news-smart-box__instance.layout_type_3 .full-type .entry-header {
  max-width: 50%;
  float: left;
  margin-right: 30px;
}

.news-smart-box__instance.layout_type_3 .full-type .entry-content {
  margin-top: 0;
}

.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: 32px;
}

@media (max-width: 767px) {
  .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: block;
  margin-top: -6px;
}

.news-smart-box__navigation .terms-list {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news-smart-box__navigation .terms-list .terms-container {
  float: right;
}

@media (max-width: 767px) {
  .news-smart-box__navigation .terms-list .terms-container {
    float: none;
    padding-top: 20px;
  }
}

.news-smart-box__navigation .terms-list .term-item {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
  cursor: pointer;
}

.news-smart-box__navigation .terms-list .term-item:last-child {
  margin: 0;
}

.news-smart-box__navigation .terms-list .term-item span {
  display: block;
  padding: 0;
}

.news-smart-box__navigation .terms-list .term-item:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.news-smart-box__navigation .terms-list .term-item:hover:after {
  width: 100%;
}

.news-smart-box__wrapper {
  position: relative;
}

.news-smart-box__listing .post__cats {
  position: absolute;
display:none;
  top: 30px;
  left: 30px;
}

.news-smart-box__listing .post__cats a:after {
  display: none;
}

.news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%;
}

.nsb-spinner {
  width: 35px;
  height: 35px;
  position: absolute;
  display: none;
  top: -8px;
  right: -50px;
}

.double-bounce-1, .double-bounce-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: tm-bounce 2.0s infinite ease-in-out;
          animation: tm-bounce 2.0s infinite ease-in-out;
}

.double-bounce-2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tm-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tm_fpblock__wrapper {
  position: relative;
}

.tm_fpblock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm_fpblock .tm_fpblock__item.tm_fpblock__item-small-2x-vertical .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 20px;
}

.before-loop-area .tm_fpblock .tm_fpblock__item.tm_fpblock__item-small-2x-vertical .tm_fpblock__item__description .tm_fpblock__item__title,
.after-loop-area .tm_fpblock .tm_fpblock__item.tm_fpblock__item-small-2x-vertical .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 1rem !important;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .before-loop-area .tm_fpblock .tm_fpblock__item.tm_fpblock__item-small-2x-vertical .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-loop-area .tm_fpblock .tm_fpblock__item.tm_fpblock__item-small-2x-vertical .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 22px !important;
  }
}

.tm_fpblock.tm_fpblock-layout-1 {
  min-width: 25%;
  min-height: 25%;
}

.tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 14px;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 28px;
    line-height: 38px;
  }
  .before-loop-area .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-loop-area .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-content-area .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item {
    height: 470px !important;
  }
  .tm_fpblock.tm_fpblock-layout-1 .tm_fpblock__item .tm_fpblock__item__preview {
    height: 470px !important;
  }
}

@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: 1199px) {
  .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: 1200px) {
  .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%;
}

.tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 14px;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 28px;
    line-height: 38px;
  }
  .before-loop-area .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-loop-area .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-content-area .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item {
    height: 470px !important;
  }
  .tm_fpblock.tm_fpblock-layout-2 .tm_fpblock__item .tm_fpblock__item__preview {
    height: 470px !important;
  }
}

@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: 1199px) {
  .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: 1200px) {
  .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%;
}

.tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 14px;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 28px;
    line-height: 38px;
  }
  .before-loop-area .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-loop-area .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title,
  .after-content-area .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item {
    height: 470px !important;
  }
  .tm_fpblock.tm_fpblock-layout-3 .tm_fpblock__item .tm_fpblock__item__preview {
    height: 470px !important;
  }
}

@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: 1199px) {
  .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: 1200px) {
  .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%;
}

.tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: .9rem;
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item.tm_fpblock__item-small .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item {
    height: 470px !important;
  }
  .tm_fpblock.tm_fpblock-layout-4 .tm_fpblock__item .tm_fpblock__item__preview {
    height: 470px !important;
  }
}

@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: 1199px) {
  .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: 1200px) {
  .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: 50%;
    -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: 25%;
  }
  .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;
    top: auto !important;
  }
}

.tm_fpblock.tm_fpblock-layout-5 {
  min-width: 25%;
  min-height: 25%;
}

@media (max-width: 768px) {
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item {
    height: 470px !important;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item .tm_fpblock__item__preview {
    height: 470px !important;
  }
}

@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: 1200px) {
  .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: 1199px) {
  .tm_fpblock.tm_fpblock-layout-5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-large-2x {
    width: 60%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .tm_fpblock.tm_fpblock-layout-5 .tm_fpblock__item.tm_fpblock__item-small {
    width: 40%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .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: -40%;
  }
}

.tm_fpblock__item {
  position: relative;
  overflow: hidden;
}

.tm_fpblock__item .tm_fpblock__item__categories,
.tm_fpblock__item .tm_fpblock__item__description {
  position: absolute;
  top: 50px;
  left: 70px;
  right: auto;
  bottom: auto;
}

@media (max-width: 1600px) {
  .tm_fpblock__item .tm_fpblock__item__categories,
  .tm_fpblock__item .tm_fpblock__item__description {
    top: 23px;
    left: 20px;
    right: auto;
    bottom: auto;
  }
}

.before-content-area .tm_fpblock__item .tm_fpblock__item__categories,
.before-loop-area .tm_fpblock__item .tm_fpblock__item__categories,
.after-loop-area .tm_fpblock__item .tm_fpblock__item__categories,
.after-content-area .tm_fpblock__item .tm_fpblock__item__categories,
.footer-area .tm_fpblock__item .tm_fpblock__item__categories {
  top: 20px;
  left: 20px;
  right: auto;
  bottom: auto;
}

.tm_fpblock__item .tm_fpblock__item__description {
  padding-right: 30px;
}

.tm_fpblock__item .tm_fpblock__item__preview {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: .1s;
  transition-property: width, height, background;
  transition-delay: .1s;
}

.tm_fpblock__item .tm_fpblock__item__preview > img {
  display: block;
  width: 100%;
  opacity: 0;
}

.tm_fpblock__item .tm_fpblock__item__categories {
  display: block;
  line-height: 15px;
  padding: 0;
  transition: all 0.3s ease-out;
}

.tm_fpblock__item .tm_fpblock__item__categories .tm_fpblock__item__category {
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.tm_fpblock__item .tm_fpblock__item__categories a {
  padding: 6px 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.tm_fpblock__item .tm_fpblock__item__description {
  top: auto;
  left: 70px;
  right: auto;
  bottom: 70px;
}

@media (max-width: 1600px) {
  .tm_fpblock__item .tm_fpblock__item__description {
    top: auto;
    left: 32px;
    right: auto;
    bottom: 20px;
  }
}

.before-content-area .tm_fpblock__item .tm_fpblock__item__description,
.before-loop-area .tm_fpblock__item .tm_fpblock__item__description,
.after-loop-area .tm_fpblock__item .tm_fpblock__item__description,
.after-content-area .tm_fpblock__item .tm_fpblock__item__description,
.footer-area .tm_fpblock__item .tm_fpblock__item__description {
  top: auto;
  left: 20px;
  right: auto;
  bottom: 20px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__date {
  display: block;
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 30px;
  transition: all 0.3s ease-out;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__comments_count {
  display: block;
  color: #fff;
  font-size: 16px;
  float: left;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__comments_count a {
  color: #fff;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__comments_count:before {
  content: '\E8AF';
  font-size: 14px;
  font-family: 'Material Icons';
  margin-right: 8px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__author {
  display: block;
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 30px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__author a {
  text-transform: capitalize;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 6px;
}

@media (max-width: 768px) {
  .tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

.before-content-area .tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title,
.after-content-area .tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 20px;
  line-height: 28px;
}

.before-loop-area .tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title,
.after-loop-area .tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__title {
  font-size: 1rem;
  line-height: 1.2em;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__content {
  color: #fff;
  font-size: 14px;
  clear: both;
  padding-top: 3px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__tags {
  display: block;
  clear: both;
  padding-top: 10px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__tags:before {
  content: '\f02c';
  font-size: 14px;
  font-family: 'FontAwesome';
  margin-right: 8px;
  color: #fff;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__tags .tm_fpblock__item__tag {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  margin-right: 10px;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__tags .tm_fpblock__item__tag:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin: -1px auto 0 auto;
  transition: all 0.25s ease-out;
}

.tm_fpblock__item .tm_fpblock__item__description .tm_fpblock__item__tags .tm_fpblock__item__tag:hover:after {
  width: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.single-post .site-main,
.page .site-main,
.single .site-main {
  box-shadow: none;
  background: #fff;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .single-post .site-main,
  .page .site-main,
  .single .site-main {
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .single-post .site-main,
  .page .site-main,
  .single .site-main {
    margin: 0 0 70px;
  }
}

body.home .site-main {
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s ease-out;
  outline: none !important;
}

.container.site-header > .container, .container.site-content > .container, .container.site-footer > .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.site-header.container,
.site-footer.container {
  max-width: 100%;
  padding: 0;
}

#content.site-content {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 0;
}

.site-header .site-logo {
  margin-bottom: 0 !important;
}

.header-container {
  box-shadow: none;
}

@media (min-width: 768px) {
  .header-container.isStuck {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999;
  }
  .header-container.isStuck.has-bar {
    margin-top: 32px;
  }
}

.site-header .main-navigation.isStuck {
  z-index: 999;
  padding: 10px 0 !important;
  left: 0 !important;
  text-align: center !important;
  margin: 0 !important;
}

.site-header .main-navigation.isStuck ul ul.sub-menu {
  margin: 6px 0 0 !important;
}

@media (max-width: 600px) {
  .site-header .main-navigation.isStuck ul ul.sub-menu {
    margin-top: 0 !important;
  }
}

@media (max-width: 600px) {
  .site-header .main-navigation.isStuck {
    padding-top: 0 !important;
  }
  .site-header .pseudoStickyBlock {
    height: 0 !important;
  }
}

@media (max-width: 37.5em) {
  header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
            align-content: stretch;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 37.5em) and (min-width: 37.5em) {
  header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
  }
}

@media (max-width: 37.5em) {
  header.site-header .top-panel__message {
    float: none;
  }
  header.site-header .header-container {
    padding: 15px 10px;
  }
}

@media (max-width: 37.5em) and (max-width: 600px) {
  header.site-header .header-container {
    padding: 32px 5px 8px 5px;
  }
}

@media (max-width: 37.5em) {
  header.site-header .header-container .site-branding {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
        order: 2;
    padding: 0 0 15px;
  }
}

@media (max-width: 37.5em) and (max-width: 600px) {
  header.site-header .header-container .site-branding {
    padding: 0 0 25px;
  }
}

@media (max-width: 37.5em) {
  header.site-header .header-container .social-list {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    -webkit-order: 3;
    -ms-flex-order: 3;
        order: 3;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 37.5em) and (max-width: 600px) {
  header.site-header .header-container .social-list {
    padding: 15px 0 0;
    text-align: right;
    position: relative;
  }
  header.site-header .header-container .social-list .social-list__items {
    position: relative;
    z-index: 4;
  }
  header.site-header .header-container .social-list:after {
    content: '';
    width: calc(100% + 20px);
    height: 115%;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    z-index: 0;
  }
}

@media (max-width: 37.5em) {
  header.site-header .header-container .main-navigation {
    -webkit-order: 3;
    -ms-flex-order: 3;
        order: 3;
    position: relative;
    z-index: 4;
    padding: 0;
    float: none;
    width: calc(100% + 40px);
  }
}

@media (max-width: 37.5em) and (max-width: 600px) {
  header.site-header .header-container .main-navigation {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    margin: 130px 0 0 -20px !important;
  }
}

@media (max-width: 37.5em) {
  header.site-header .header-container .main-navigation .menu-toggle {
    background: none;
    display: inline-block;
    z-index: 2;
    float: left;
    border: none;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    padding: 0;
    margin: 0;
    transition: all 0.25s ease-out;
  }
  header.site-header .header-container .main-navigation .menu-toggle i {
    color: #fff;
    width: auto;
    height: auto;
    line-height: 70px;
  }
  header.site-header .header-container .main-navigation .menu-toggle i:before {
    content: "\e8ee";
    font-size: 24px;
    line-height: 1em;
  }
  header.site-header .header-container .main-navigation.toggled .menu-toggle .material-icons::before {
    content: "\e317";
  }
}

.site-header.default .header-container {
  padding: 33px 30px 22px;
}

@media (max-width: 600px) {
  .site-header.default .header-container {
    padding: 32px 5px 8px 5px;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .site-header.default .header-container .header-container_wrap {
    text-align: center;
    position: relative;
  }
}

.site-header.default .main-navigation {
  text-align: left;
  clear: both;
  padding: 0;
}

.site-header.default .main-navigation ul ul.sub-menu {
  margin: 0;
}

@media (min-width: 601px) {
  .site-header.default .main-navigation ul ul.sub-menu {
    margin-top: 22px;
  }
}

@media (min-width: 1200px) {
  .site-header.default .main-navigation {
    top: -2px;
    position: relative;
  }
}

@media (max-width: 600px) {
  .site-header.default .main-navigation {
    text-align: center;
  }
}

.site-header.default .site-branding {
  float: left;
}

.site-header.default .social-list {
  float: right;
  padding: 0;
}

@media (min-width: 992px) {
  .site-header.default .social-list {
    position: relative;
    top: 11px;
  }
}

.site-header.centered {
  text-align: center;
}

.site-header.centered .header-container {
  padding: 33px 30px 0px;
}

@media (max-width: 600px) {
  .site-header.centered .header-container {
    padding: 32px 5px 8px 5px;
  }
}

@media (max-width: 992px) {
  .site-header.centered .header-container_wrap {
    text-align: center;
    position: relative;
  }
}

.site-header.centered .site-branding {
  text-align: center;
}

.site-header.centered .social-list {
  text-align: center;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

@media (max-width: 600px) {
  .site-header.centered .social-list {
    display: inline-block;
    text-align: right;
  }
}

.site-header.centered .main-navigation {
  text-align: center;
  padding: 16px 0 26px 0;
}

.site-header.centered .main-navigation ul.menu > li:last-child {
  margin-right: 0;
}

.site-header.minimal .site-logo {
  position: relative;
  top: -6px;
}

@media (max-width: 600px) {
  .site-header.minimal .site-logo {
    top: 0;
  }
}

.site-header.minimal .social-list {
  -webkit-order: 2;
  -ms-flex-order: 2;
      order: 2;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  white-space: nowrap;
  padding: 0;
}

@media (max-width: 1199px) {
  .site-header.minimal .social-list {
    display: inline-block;
  }
}

.site-header.minimal .social-list .social-list__items {
  display: block;
}

@media (max-width: 600px) {
  .site-header.minimal .social-list .social-list__items {
    display: inline-block;
  }
}

.site-header.minimal .main-navigation {
  -webkit-order: 1;
  -ms-flex-order: 3;
      order: 3;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
  padding: 0;
}

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

@media (min-width: 600px) and (max-width: 1199px) {
  .site-header.minimal .main-navigation {
    margin: 20px 0;
  }
}

@media screen and (min-width: 37.5em) {
  .site-header.minimal .main-navigation {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 0 1 61%;
        -ms-flex: 0 1 61%;
            flex: 0 1 61%;
  }
}

@media (min-width: 37.5em) and (max-width: 62em) {
  .site-header.minimal .main-navigation {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .site-header.minimal .main-navigation ul.menu > li {
    margin-right: 40px;
  }
}

.site-header.minimal .site-branding {
  -webkit-order: 0;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0 0 0;
}

.header-container {
  padding: 36px 30px 18px;
}

.header-container__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .header-container__flex {
    display: block;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .header-container__flex {
    text-align: center;
    position: relative;
  }
}

.top-panel {
  padding: 0 30px;
}

@media (max-width: 600px) {
  .top-panel {
    text-align: center;
    padding: 0;
  }
  .top-panel .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.top-panel__wrap {
  padding: 14px 0 17px;
  position: relative;
}

@media (max-width: 600px) {
  .top-panel__wrap {
    padding: 0;
  }
}

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

.top-panel__message {
  float: left;
  font-size: 14px;
}

@media (max-width: 600px) {
  .top-panel__message {
    display: none;
  }
}

.top-panel__message .info-block {
  margin: 0 0 10px 0;
  color: #787784;
  font-size: 14px;
}

.top-panel__message .info-block span {
  color: #fff;
}

.top-panel__message .info-block:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .top-panel__message .info-block {
    float: left;
    margin-bottom: 0;
  }
}

.top-panel__menu {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .top-panel__menu {
    display: none;
  }
}

.top-panel__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-panel__menu-list li {
  display: inline-block;
  padding: 0 18px;
  margin-bottom: 0;
}

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

.top-panel .search-form__toggle {
  display: inline-block;
  width: 22px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
}

.top-panel .search-form__toggle:before, .top-panel .search-form__toggle:after {
  font-family: 'FontAwesome';
  font-size: 16px;
  transition: all 0.3s ease-out;
}

.top-panel .search-form__toggle:before {
  content: '\f002';
}

.top-panel .search-form__toggle:after {
  content: '\f00d';
}

.top-panel .search-form__toggle[data-toggle=true]:after {
  display: none;
}

.top-panel .search-form__toggle[data-none-toggle=true]:before {
  display: none;
}

.top-panel__search + .top-panel__menu {
  margin-right: 113px;
  letter-spacing: .2px;
}

@media (max-width: 600px) {
  .top-panel__search + .top-panel__menu {
    float: none;
    margin-right: 0;
  }
}

.site-logo {
  padding: 0;
  margin: 0;
}

.site-logo__link {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  display: inline-block;
  line-height: 22px;
  padding: 0 10px;
  float: right;
  text-align: center;
  border-radius: 20px;
}

.sticky__label > i {
  display: block;
  height: 2em;
  width: calc(2em - 20px);
  font-size: 21px;
  line-height: 2;
}

.posts-list .sticky__label > i {
  color: inherit;
  font-size: 21px;
  margin-right: 0;
}

.has-post-thumbnail .sticky__label {
  float: none;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 30px;
  }
}

@media (min-width: 992px) {
  .posts-list--default .sticky.posts-list__item .btn,
  .posts-list--grid-2-cols .sticky.posts-list__item .btn,
  .posts-list--grid-3-cols .sticky.posts-list__item .btn {
    width: auto;
    height: auto;
    padding: 9px 52px;
  }
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__text {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
    display: none;
  }
}

.position-two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon {
    display: inline-block;
  }
}

.position-two-sidebars .sticky.posts-list__item .btn__icon {
  display: inline-block;
}

.position-two-sidebars .sticky.posts-list__item .btn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.posts-list--masonry-2-cols .posts-list__item,
.posts-list--masonry-3-cols .posts-list__item {
  margin-top: 1.5em;
}

.posts-list--grid-2-cols .posts-list__item,
.posts-list--grid-3-cols .posts-list__item {
  -webkit-display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.posts-list__item .entry-content p {
  margin: 0;
}

.posts-list--minimal .posts-list__item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 14px;
  overflow: hidden;
}

.archive.blog-minimal .posts-list--minimal .posts-list__item {
  border-bottom: none;
  margin-bottom: 30px;
}

.posts-list--minimal .posts-list__item .entry-title {
  font-size: .9rem;
  font-weight: 400;
}

.posts-list--minimal .posts-list__item .entry-footer {
  display: none;
}

.posts-list__item .btn {
  padding: 0;
}

.posts-list__item .btn__text {
  display: none;
}

.posts-list__item .btn__icon {
  line-height: 40px;
}

@media (min-width: 992px) {
  .posts-list--default .posts-list__item .btn, .posts-list.sticky .posts-list__item .btn {
    width: auto;
    height: auto;
    padding: 9px 52px;
  }
}

@media (min-width: 992px) {
  .posts-list--default .posts-list__item .btn__text, .posts-list.sticky .posts-list__item .btn__text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .posts-list--default .posts-list__item .btn__icon, .posts-list.sticky .posts-list__item .btn__icon {
    display: none;
  }
}

.entry-meta a, .trending-posts-meta a {
  color: #a1a1a1;
}

.post .post-date__link {
  text-decoration: none;
  font-size: 13px;
}

.post .post__comments {
  display: inline-block;
  font-size: 13px;
}

.post .post__comments a {
  display: inline-block;
}

.post .post__comments:before {
  content: '\E8AF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.post .post__comments a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.post .post__comments a:after:hover:after {
  width: 100%;
}

.hentry {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  box-shadow: none;
  background: #fff;
}

@media (min-width: 992px) {
  .hentry {
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .hentry {
    margin: 0 0 30px;
    padding: 0;
  }
}

.single-post .hentry,
.page .hentry {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.entry-header.audio_wrapper {
  background: #f5f5f5;
  padding: 85px 0;
}

.entry-header .entry-title:first-child {
  margin-top: 0;
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
  margin-top: 15px;
}

.single .entry-meta span {
  margin: 0 25px 0 0;
  color: #bdbdbd;
}

.posts-list--minimal .entry-meta {
  float: left;
  margin: 0 30px 0 0;
  color: #bdbdbd;
  font-size: .9rem;
}

.archive.blog-minimal .posts-list--minimal .entry-meta {
  float: none;
  clear: both;
  margin-top: 15px;
}

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
}

@media (min-width: 768px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    display: block;
  }
}

.entry-footer {
  position: relative;
  clear: both;
  padding-bottom: 20px;
}

.single-post .entry-footer {
  padding: 18px 0 12px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 22px;
}

.single-post .entry-footer > span {
  float: right;
  margin: 1px 25px 0 0;
  font-size: .9rem;
}

@media (max-width: 992px) {
  .single-post .entry-footer > span {
    margin: 0;
    float: none;
  }
}

@media (max-width: 992px) {
  .single-post .entry-footer {
    text-align: center;
  }
}

.posts-list .entry-footer {
  margin: 0 -10px 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .posts-list .entry-footer {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.entry-footer .btn {
  float: right;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .entry-footer .btn {
    margin-top: 15px;
  }
}

.entry-footer .caption {
  padding: 15px 0 15px;
  overflow: hidden;
}

.entry-footer .social_title {
  font-weight: bold;
  float: left;
  margin: 0px 0 6px;
}

.posts-list--grid-3-cols .entry-footer .social_title, .posts-list--masonry-3-cols .entry-footer .social_title {
  float: none;
}

.post_format-post-format-link .post-thumbnail {
  margin-top: 25px;
}

.post-thumbnail__link {
  transition: all 0.4s ease-out;
}

.post-thumbnail__link.post-thumbnail--small {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .post-thumbnail__link.post-thumbnail--small {
    float: left;
    margin-right: 30px;
    text-align: left;
  }
}

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
}

.posts-list .post-thumbnail__img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  transition: none !important;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
  margin-top: 25px;
}

.post-thumbnail--fullwidth .post-thumbnail__img {
  width: 100%;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin: 0;
}

.posts-list .post-thumbnail--fullwidth:first-child img {
  border-radius: 0;
}

@media (min-width: 992px) {
  .posts-list .post-thumbnail--fullwidth {
    margin: 0 0 20px;
  }
}

.post .material-icons {
  color: #a1a1a1;
}

.no-thumb .post__cats {
  margin-bottom: 19px;
}

.post__cats a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 15px;
  margin: 0;
  text-decoration: none;
  line-height: 22px;
display:none;
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .has-post-thumbnail .post-thumbnail--small + .post__cats {
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 99;
}

@media (max-width: 992px) {
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats, .has-post-thumbnail .post-thumbnail--small + .post__cats {
    top: 15px;
    left: 15px;
  }
}

.post_format-post-format-gallery .post__cats {
  position: absolute;
  top: 21px;
  left: 21px;
  z-index: 2;
}

.single-post .post_format-post-format-gallery .post__cats {
  position: absolute;
  top: -46px;
  left: 0;
}

.post-format-wrap .post__cats {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

@media (min-width: 992px) {
  .post-format-wrap .post__cats {
    top: 21px;
    left: 21px;
  }
}

.single .post__cats {
  margin-bottom: 15px;
}

.post__date, .post__comments {
  margin-right: 30px;
}

@media (max-width: 1500px) {
  .post__date, .post__comments {
    margin-right: 15px;
  }
}

@media (min-width: 1201px) and (max-width: 1360px) {
  .post__date, .post__comments {
    display: block;
  }
}

.single-post .post__date, .single-post .post__comments {
  font-size: .9rem;
}

.post__author {
  font-size: .9rem;
  color: #bdbdbd;
}

.post-author {
  color: #a1a1a1;
}

.post__date, .post__comments, .post__tags {
  clear: both;
  font-size: .9rem;
  color: #a1a1a1;
}

.post__date a, .post__comments a, .post__tags a {
  display: inline-block;
  margin-right: 10px;
}

.post__date a i, .post__comments a i, .post__tags a i {
  color: #a1a1a1;
}

.post__date a:after, .post__comments a:after, .post__tags a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.post__date a:last-child, .post__comments a:last-child, .post__tags a:last-child {
  margin-right: 0;
}

.post__date a:hover:after, .post__comments a:hover:after, .post__tags a:hover:after {
  width: 100%;
}

.post__date .material-icons, .post__comments .material-icons, .post__tags .material-icons {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.post__tags {
  font-size: .9rem;
  border-top: 1px solid #f5f5f5;
  padding: 19px 0 0;
}

.post__tags:before {
  content: '\f02c';
  font-family: 'FontAwesome';
  font-size: .9rem;
  margin-right: 14px;
  vertical-align: middle;
}

.single-post .post__tags {
  margin-top: 14px;
  margin-bottom: 15px;
  padding-top: 0;
  border-top: none;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 12px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.position-two-sidebars #sidebar-secondary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.position-two-sidebars #primary {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.position-two-sidebars #sidebar-primary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .position-two-sidebars #sidebar-secondary {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .position-two-sidebars #primary {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .position-two-sidebars #sidebar-primary {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

#content #primary {
  padding-top: 0;
}

body.home #content #primary {
  padding-top: 60px;
}

@media (max-width: 992px) {
  body.home #content #primary {
    padding-top: 53px;
  }
}

.edit-link {
  display: none;
}

.team_wrapper {
  padding: 15px 0 0;
}

.team_wrapper figure {
  float: left;
  margin-right: 30px;
}

@media (max-width: 480px) {
  .team_wrapper figure {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.team_wrapper > div {
  margin: 0 0 20px;
}

.team_wrapper > div::after {
  content: '';
  clear: both;
  display: table;
}

.team_wrapper > div .caption {
  overflow: hidden;
  padding-top: 0;
}

.team_wrapper > div .caption h4 {
  padding: 0;
}

.team_wrapper > div .custom {
  color: #bdbdbd;
  margin-bottom: 24px;
  font-size: .9rem;
  margin-top: 0;
}

.post-author, .post__date {
  font-size: 13px;
  margin-right: 19px;
}

.post-author a, .post__date a {
  display: inline-block;
  z-index: 1;
}

.post-author a:after, .post__date a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.post-author a:hover:after, .post__date a:hover:after {
  width: 100%;
}

.post-author::before {
  content: '\E87C';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.post__date:before {
  content: '\E8DF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.home .post_format-post-format-audio .entry-header {
  min-height: 208px;
  background: #f5f5f5;
  position: relative;
}

.home .post_format-post-format-audio .entry-header .mejs-container {
  top: 50%;
  position: absolute;
  margin-top: -15px;
}

.error404 #primary {
  width: 100%;
}

.error_description {
  font-size: 44px;
  line-height: 1em;
  margin: 12px 0 68px 0;
}

.error_btn {
  padding-bottom: 33px;
}

.error_title {
  font-size: 65px;
  line-height: 1em;
  font-weight: bold;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .error_title {
    font-size: 338px;
    line-height: .9em;
  }
}

.error404 .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

.trending-posts__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.trending-posts-title {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .trending-posts__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-area .trending-posts__image {
    max-width: 100%;
  }
}

.trending-posts__image {
  float: left;
  margin-right: 18px;
  max-width: 25%;
}

.trending-posts__image .wp-image {
  display: inline-block;
  line-height: 0;
}

.trending-posts__image .wp-image img {
  transition: all 0.4s ease-out;
}

.trending-posts__image .wp-image:hover img {
  opacity: .5;
}

.trending-posts__btn {
  padding: 0;
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.5em;
  border: none;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .trending-posts-meta__cats {
    margin-top: -7px;
  }
}

.trending-posts-meta__cats a {
  font-size: 13px;
  display: inline-block;
}

.trending-posts-meta__cats a:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px auto 0 auto;
  transition: all 0.25s ease-out;
}

.trending-posts-meta__cats a:hover:after {
  width: 100%;
}

.trending-posts-meta {
  color: #bdbdbd;
  font-size: .9rem;
}

.trending-posts-meta .trending-posts-meta__author {
  text-transform: capitalize;
  margin-right: 23px;
}

.trending-posts-meta .trending-posts-meta__author::before {
  content: '\E87C';
  font-size: 14px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.trending-posts-meta .trending-posts-meta__author, .trending-posts-meta .trending-posts-meta__comments, .trending-posts-meta .post-comments-count, .trending-posts-meta .trending-posts-meta__date {
  display: inline-block;
}

.trending-posts-meta .trending-posts-meta__author:after, .trending-posts-meta .trending-posts-meta__comments:after, .trending-posts-meta .post-comments-count:after, .trending-posts-meta .trending-posts-meta__date:after {
  content: '';
  width: 0%;
  height: 1px;
  display: block;
  margin: -2px 0 0 auto;
  transition: all 0.25s ease-out;
}

.trending-posts-meta .trending-posts-meta__author:hover:after, .trending-posts-meta .trending-posts-meta__comments:hover:after, .trending-posts-meta .post-comments-count:hover:after, .trending-posts-meta .trending-posts-meta__date:hover:after {
  width: calc(100% - 14px - 10px);
}

.trending-posts-meta .post-comments-count:hover:after {
  width: 100%;
}

.trending-posts-meta .trending-posts-meta__date {
  margin-right: 23px;
}

.trending-posts-meta .trending-posts-meta__date:before {
  content: '\E8DF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.trending-posts-meta .trending-posts-meta__date:hover::before {
  color: #a1a1a1;
}

.trending-posts-meta .comments_wrap:before {
  content: '\E8AF';
  font-size: 13px;
  font-family: 'Material Icons';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.trending-posts-meta .trending-posts-meta__tags a {
  display: inline-block;
}

.trending-posts-meta .trending-posts-meta__tags a:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin: -4px auto 0 auto;
  transition: all 0.25s ease-out;
}

.trending-posts-meta .trending-posts-meta__tags a:hover:after {
  width: 0;
}

.trending_description {
  font-size: .9rem;
  float: left;
}

@media (max-width: 992px) {
  .trending_description {
    float: none;
  }
}

body.single-post .meta-rank-views {
  margin: 0 0 0 15px;
  font-size: .9rem;
}

@media (max-width: 992px) {
  body.single-post .meta-rank-views {
    float: none;
    margin-left: 0;
    display: block;
  }
}

.meta-rank-rating {
  font-size: 0;
  line-height: 0;
  margin-right: 15px;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .meta-rank-rating {
    float: none;
    margin-right: 0;
  }
}

body.single-post .entry-footer .meta-rank-rating {
  margin: 2px 0 0 15px;
  float: left;
}

.meta-rank-rating .star-rating {
  font-size: 11px;
  line-height: 1.2rem;
  margin: 0;
}

.meta-rank-rating .star-rating .star-rating_item {
  font-size: inherit;
  line-height: inherit;
  width: 17px;
}

.meta-rank-rating .star-rating .star-rating_item:before {
  color: #ffcc42;
}

body.home .site-main > .page {
  margin: 0;
  height: 0;
}

.post_wrap {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}

.post-gallery {
  margin-bottom: 24px;
}

.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: -25px;
  top: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.post-gallery .swiper-button-prev {
  left: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 52px;
}

.post-gallery .swiper-button-next {
  right: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 52px;
}

.post-gallery .material-icons {
  font-size: 1rem;
}

.post-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.post-gallery__link {
  display: block;
}

.post .post-thumbnail__format-link {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  min-height: 200px;
  position: relative;
}

.posts-list--default .post .post-thumbnail__format-link {
  min-height: 100px;
}

.post-format-link {
  display: inline-block;
  border-radius: 0;
  font-size: 21px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  margin-top: -1em;
}

.posts-list--masonry-3-cols .post-format-link {
  font-size: .9rem;
}

.blog-grid-3-cols .post-format-link, .blog-masonry-3-cols .post-format-link {
  font-size: 1rem;
}

.post .post-format-link {
  text-decoration: underline;
}

.has-thumb .post-thumbnail {
  position: relative;
}

.single-post .has-thumb .post-thumbnail {
  margin-bottom: 24px;
}

.has-thumb .post-thumbnail__format-link {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
  margin: 0;
}

@media (min-width: 992px) {
  .posts-list--default .post-format-quote {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.post-featured-content {
  border-radius: 0;
}

.format-video .post-featured-content {
  background: none;
}

.format-video .post-featured-content .post__cats {
  position: absolute;
  left: 30px;
  top: 30px;
  margin: 0;
  z-index: 1;
}

.post.format-status .post__cats {
  padding: 0 0 10px;
}

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

.floating_box {
  padding-top: 22px;
  overflow: hidden;
}

.floating_box .post__cats {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  float: none;
  margin-top: 0;
}

.posts-list--masonry-3-cols .floating_box .post__cats, .posts-list--grid-3-cols .floating_box .post__cats {
  float: none;
}

.floating_box h5 {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area {
  padding-top: 48px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .footer-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-area .widget {
    -webkit-order: 3;
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 39px;
  }
  .footer-area .widget.widget-custom-postson {
    -webkit-order: 0;
    -ms-flex-order: 0;
        order: 0;
  }
}

.footer-container {
  padding: 13px 0 5px;
  font-size: .9rem;
  margin: 0 auto;
}

footer.centered .footer-container {
  padding: 26px 0 22px;
}

@media (min-width: 1200px) {
  .footer-container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .footer-container {
    width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .footer-container {
    width: 720px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .footer-container {
    width: 100%;
    padding: 22px 0.9375rem 21px 0.9375rem;
  }
}

.site-info .footer-logo {
  margin: 0 0 11px;
}

.site-info .social-list {
  margin: 0 0 20px;
}

footer .site-info .social-list {
  margin: 0;
  padding-top: 2px;
}

.site-info__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  -webkit-align-content: stretch;
          align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .site-info__flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.site-info__flex .footer-logo {
  -webkit-order: 0;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.site-info__flex .social-list {
  -webkit-order: 1;
  -ms-flex-order: 1;
      order: 1;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .site-info__flex .social-list {
    -webkit-order: 2;
    -ms-flex-order: 2;
        order: 2;
  }
}

.site-info__flex .site-info__mid-box {
  -webkit-order: 0;
  -ms-flex-order: 0;
      order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .site-info__flex .site-info__mid-box {
    -webkit-order: 1;
    -ms-flex-order: 1;
        order: 1;
  }
}

.footer-copyright {
  line-height: 2;
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .footer-copyright span {
    display: block;
  }
}

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .site-footer.default .footer-copyright {
    display: inline-block;
  }
}

.site-footer.default .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu__items {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu {
    display: inline-block;
  }
}

.site-footer.centered {
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer.centered .footer_menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-footer.centered .footer-area {
    padding-bottom: 39px;
  }
}

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .site-footer.minimal .footer-copyright {
    display: inline-block;
  }
}

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu__items {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
## 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 {
  box-shadow: none;
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 0 10px;
}

@media (min-width: 992px) {
  .not-found {
    box-shadow: none;
  }
}

.not-found .page-title {
  margin: 33px 0 22px;
}

.not-found h4 {
  margin-bottom: 20px;
}

.not-found .btn {
  margin-bottom: 11px;
}

@media (min-width: 992px) {
  .not-found {
    padding: 30px;
    margin: 0 0 60px;
  }
}

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

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 62.33%;
  margin-bottom: 24px;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*# sourceMappingURL=style.css.map */