/*!
Theme Name: Tastybites
Theme URI: https://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: https://www.templatemonster.com
Description: TastyBites - Recipes blog WordPress
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tastybites
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.

Tastybites is based on Underscores https://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 https://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"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-border-radius: 0;
}

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;
  -webkit-border-radius: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

h1 {
  margin: 14px 0;
}

h5 {
  text-transform: uppercase;
}

p {
  margin: 0 0 1.5em;
}

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

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

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

address {
  margin: 0 0 1.5em;
}

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

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

code {
  padding: 2px 5px;
  background-color: #f4f4f4;
}

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

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

big {
  font-size: 125%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote, q {
  quotes: none;
}

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

blockquote {
  position: relative;
  margin: 0 0 1em;
  padding: 1em 1.5em 1em 2em;
  font-size: 31.008px;
  font-size: 1.938rem;
}

@media (max-width: 543px) {
  blockquote {
    font-size: 21.008px;
    font-size: 1.313rem;
  }
}

@media (min-width: 992px) {
  blockquote {
    padding: 1em 1.5em 1em 3.5em;
  }
}

blockquote p {
  margin: 0;
}

blockquote p + p {
  margin-top: 1em;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-style: normal;
  text-transform: uppercase;
}

blockquote cite:before {
  content: "";
}

blockquote:before {
  content: "\201C";
  position: absolute;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  top: 10px;
  left: 10px;
}

.format-quote blockquote:before {
  left: 0;
}

@media (max-width: 543px) {
  blockquote:before {
    font-size: 88px;
    font-size: 5.5rem;
    top: 10px;
  }
}

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

a, button, input {
  transition: 0.3s all ease;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

.inline-list li {
  display: inline-block;
  vertical-align: top;
}

.entry-content ul {
  margin-left: 0;
}

.entry-content ul > li {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 2px 2px 3px 12px;
}

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

.entry-content ol {
  margin-left: 0;
  counter-reset: pancakes;
}

.entry-content ol > li {
  list-style: decimal;
  list-style-type: none;
  position: relative;
  padding: 2px 2px 3px 12px;
  padding-left: 20px;
  border: none;
}

.entry-content ol > li:before {
  content: counter(pancakes) ". ";
  counter-increment: pancakes;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  position: absolute;
  left: 0;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

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

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

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

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

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

.tm-folding-cube {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  position: relative;
}

.page-preloader-cover .wrapper {
  padding-left: 1em;
  padding-right: 1em;
  margin: auto;
  display: block;
  width: 195px;
}

.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.cssload-loader {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
  content: "";
}

.cssload-loader {
  animation: cssload-animation1 1.15s infinite linear;
  -o-animation: cssload-animation1 1.15s infinite linear;
  -ms-animation: cssload-animation1 1.15s infinite linear;
  -webkit-animation: cssload-animation1 1.15s infinite linear;
  -moz-animation: cssload-animation1 1.15s infinite linear;
}

.cssload-loader:before,
.cssload-loader:after {
  content: "";
  width: 80%;
  height: 80%;
  background-color: #333333;
  top: 5%;
}

.cssload-loader:before {
  left: -5%;
  animation: cssload-animation2 1.15s infinite alternate ease-in-out;
  -o-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
  -ms-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
  -webkit-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
  -moz-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
  transform-origin: 10% 50%;
  -o-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  -webkit-transform-origin: 10% 50%;
  -moz-transform-origin: 10% 50%;
}

.cssload-loader:after {
  left: auto;
  right: -5%;
  animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
  -o-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
  -ms-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
  -webkit-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
  -moz-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
  transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform-origin: 90% 50%;
      -ms-transform-origin: 90% 50%;
          transform-origin: 90% 50%;
}

@keyframes cssload-animation1 {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(380deg);
            transform: rotate(380deg);
  }
}

@-webkit-keyframes cssload-animation1 {
  0% {
    -webkit-transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(380deg);
  }
}

@keyframes cssload-animation2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes cssload-animation2 {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 999;
  text-align: center;
}

#toTop: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;
  width: 100%;
  margin: 0;
  font-size: 16px;
  content: "\f062";
}

#toTop:focus {
  outline: none;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 2px solid;
  box-shadow: none;
}

.btn {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 2px solid;
  box-shadow: none;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

.btn-fullwidth {
  width: 100%;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 14px 20px;
  border: 0px solid #e0e0e8;
  background-color: #f4f4f4;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
}

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

select {
  -webkit-appearance: menulist;
}

::-webkit-input-placeholder {
  font-size: 13.008px;
  font-size: 0.813rem;
}

::-moz-placeholder {
  font-size: 13.008px;
  font-size: 0.813rem;
}

:-moz-placeholder {
  font-size: 13.008px;
  font-size: 0.813rem;
}

:-ms-input-placeholder {
  font-size: 13.008px;
  font-size: 0.813rem;
}

select {
  font-size: 13.008px;
  font-size: 0.813rem;
}

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

.wpcf7 .wpcf7-form-control-wrap input {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .wpcf7 .wpcf7-form-control-wrap input.wpcf7-text {
    width: 50%;
  }
}

.wpcf7 .wpcf7-submit {
  margin-top: 20px;
}

.search-form {
  margin: 0;
  padding: 0;
}

.search-form_wrap .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.not-found .search-form {
  max-width: 510px;
  margin: 0 auto;
}

.top-panel .search-form {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .top-panel .search-form {
    display: block;
  }
}

.search-form:after {
  display: block;
  clear: both;
  content: '';
}

.search-form__field[type='search'] {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 48px);
  height: 48px;
}

.top-panel .search-form__field[type='search'] {
  width: 150px;
  height: 30px;
  padding: 7px;
  border: none;
  background: none;
}

.top-panel .search-form__field[type='search']:focus {
  box-shadow: none;
}

.search-form label {
  -webkit-flex: 3 0 calc(100% - 48px);
  -ms-flex: 3 0 calc(100% - 48px);
  flex: 3 0 calc(100% - 48px);
}

.search-form .search-form__field[type='search'] {
  width: calc(100% - 10px);
  height: 48px;
  box-shadow: none;
}

.search-form__submit {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 16px;
  padding-right: 0;
  padding-left: 0;
}

.search-form__submit i.material-icons {
  line-height: 20px;
  display: block;
  height: 20px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
}

.top-panel .search-form__submit {
  width: 30px;
  padding: 5px 0;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.top-panel__search .search-form_wrap .close-btn a,
.top-panel__search .search-form_wrap .open-btn a {
  width: 48px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  height: 48px;
  display: inline-block;
  padding: 0;
}

@media (max-width: 767px) {
  .top-panel__search .search-form_wrap .close-btn a,
  .top-panel__search .search-form_wrap .open-btn a {
    border-left: 0;
  }
}

.top-panel__search .search-form_wrap .close-btn a:focus,
.top-panel__search .search-form_wrap .open-btn a:focus {
  outline: none;
}

.top-panel__search .search-form label {
  -webkit-flex: 3 0 calc(100% - 48px);
  -ms-flex: 3 0 calc(100% - 48px);
  flex: 3 0 calc(100% - 48px);
  visibility: hidden;
  transition: none;
}

.unbar .top-panel__search .search-form label {
  visibility: visible;
}

.top-panel__search .search-form__field {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: calc(100% - 10px);
  font-size: 12px;
  font-size: 0.75rem;
}

.top-panel__search .search-form__submit {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

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

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

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

@media (max-width: 767px) {
  .top-panel__search .search-form_wrap .close-btn-link {
    border: 2px solid;
    border-left: 0;
  }
}

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

@media (max-width: 767px) {
  .top-panel__search .search-form_wrap .open-btn {
    left: 0;
    width: 48px;
  }
}

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

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

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

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

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

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

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

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

.search-form__field::-webkit-input-placeholder {
  color: #777;
}

.search-form__field::-moz-placeholder {
  color: #777;
}

.search-form__field:-moz-placeholder {
  color: #777;
}

.search-form__field:-ms-input-placeholder {
  color: #777;
}

.header_search-wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .header_search-wrap {
    padding: 0;
    width: calc(100% - 48px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 48px;
    transition: none;
  }
  .header_search-wrap.unbar {
    width: 100%;
    left: 0;
    z-index: 10;
  }
  .header_search-wrap.unbar + .main-navigation {
    display: none;
  }
}

@media (min-width: 768px) {
  .header_search-wrap {
    width: auto;
  }
}

.header_search-wrap .top-panel__search {
  width: 100%;
}

.header_search-wrap .top-panel__search .active .search-form {
  border: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .header_search-wrap .top-panel__search .active .search-form {
    -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
            transform: translateX(-48px);
  }
}

.header_search-wrap .top-panel__search .search-form {
  width: calc(100% - 48px);
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

@media (max-width: 767px) {
  .header_search-wrap .top-panel__search .search-form {
    height: 48px;
    left: 48px;
    border: 2px solid;
    border-left: 0;
    z-index: 0;
  }
}

.header_search-wrap .top-panel__search .search-form .search-form__field[type='search'] {
  width: calc(100% - 10px);
  height: 48px;
  box-shadow: none;
}

.active .header_search-wrap .top-panel__search .search-form .search-form__field[type='search'] {
  border-width: 0;
}

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

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

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

.comment-form .form-submit {
  margin: 1.8em 0 0 0;
}

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

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 0.8em 0;
}

.comment-form .comment-notes {
  font-style: italic;
}

.comment-list .comment-form {
  padding-bottom: 2em;
}

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

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

.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
@media (min-width: 544px) {
  .top-panel__menu {
    float: right;
  }
}

.top-panel__menu-list {
  text-align: left;
}

.top-panel__menu-list .menu-item {
  margin: .25em;
  position: relative;
}

.top-panel__menu-list .menu-item a {
  position: relative;
  font-size: 12px;
  margin-right: 21px;
  text-decoration: none;
  color: #fff;
}

.top-panel__menu-list .menu-item a:hover {
  color: #ff6025;
}

@media (min-width: 768px) {
  .top-panel__menu-list .menu-item a {
    color: #777;
  }
  .top-panel__menu-list .menu-item a:hover {
    color: #282828;
  }
}

.top-panel__menu-list .menu-item a:focus {
  outline: none;
}

.top-panel__menu-list .menu-item::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';
  content: "fiber_manual_record";
  position: absolute;
  font-size: 5px;
  top: 11px;
  right: 0px;
  color: #fff;
}

@media (min-width: 544px) {
  .top-panel__menu-list .menu-item::after {
    color: #777;
  }
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
  text-decoration: underline;
}

.top-panel__menu-list .menu-item:last-child {
  margin-right: 0;
}

.top-panel__menu-list .menu-item:last-child a {
  margin-right: 0;
}

.top-panel__menu-list .menu-item:last-child:after {
  content: '';
  padding-right: 0;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .main-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .search-non-inclusion .main-navigation {
    border: 2px solid;
    padding-top: 44px;
  }
  .main-navigation.toggled ul#main-menu {
    width: 100%;
    padding: 22px 26px;
    border: 2px solid;
    border-top: none;
    z-index: 99999;
    position: relative !important;
    top: 0 !important;
    background-color: #fff;
    text-align: left;
  }
  .search-non-inclusion .main-navigation.toggled ul#main-menu {
    border: none;
    border-top: 2px solid;
  }
}

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

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

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

@media (max-width: 767px) {
  .main-navigation ul ul a {
    text-indent: 1.3rem;
  }
  .main-navigation ul ul ul a {
    text-indent: 2.3rem;
  }
  .main-navigation ul ul ul ul a {
    text-indent: 3.3rem;
  }
  .main-navigation ul ul ul ul ul a {
    text-indent: 4.3rem;
  }
  .main-navigation ul ul ul ul ul ul a {
    text-indent: 5.3rem;
  }
  .main-navigation.toggled ul {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-navigation ul {
    display: block;
  }
  .main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .main-navigation li > ul.in-transition {
    left: 0;
  }
  .main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
    top: -2px;
    left: 100%;
  }
  .main-navigation li li > ul.in-transition {
    left: 100%;
  }
  .main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .default .main-navigation .menu {
    display: block;
  }
  .main-navigation .menu > li {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .default .main-navigation .menu > li {
    display: inline-block;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: 120%;
    left: -999em;
    visibility: hidden;
    margin: 0;
    margin-top: 2px;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    transition: 200ms linear;
    transition-property: top, opacity, visibility;
    opacity: 0;
    background-color: #fff;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .main-navigation .sub-menu {
    background-color: #f4f4f4;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu ul {
    top: 20%;
    margin-top: -1em;
    margin-left: 1px;
  }
  .main-navigation .menu-toggle {
    display: none;
  }
}

/* Skin */
.main-navigation a {
  padding: 1em;
}

@media (min-width: 768px) {
  .main-navigation a {
    padding: 1.5em;
  }
}

.main-navigation a:focus {
  outline: none;
}

.main-navigation .menu > li:before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  border-left: 1px solid #e3e3e3;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .main-navigation .menu > li:before {
    content: none;
  }
}

.main-navigation .menu > li:first-child:before {
  content: none;
}

.main-navigation .menu > li > a {
  padding: 0.1em;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a {
    border-bottom: none;
    margin: 1em 1.15em 1.35em;
    padding: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .minimal .main-navigation .menu > li > a {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .minimal .main-navigation .menu > li > a {
    margin: 1.1em 1em 1.1em;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .minimal .main-navigation .menu > li > a {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}

.main-navigation .menu > li.menu-item-has-children::after {
  /* Marker (level 1) */
  content: '';
}

.main-navigation .menu > li:last-child > a {
  border-bottom: none;
}

.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
  /* Active and hover state (level 1) */
}

.main-navigation .menu > li[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .main-navigation .sub-menu li:last-of-type a {
    border-bottom: none;
  }
}

.main-navigation .sub-menu li.menu-item-has-children::after {
  /* Marker (level 2, 3, ..., N) */
  top: .75em;
  content: "\f105";
}

.main-navigation .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.2em;
}

@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    width: 16em;
    padding: .15em 2.2em;
  }
}

.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
  /* Active and hover state (level 2, 3, ..., N) */
}

.main-navigation li::after {
  /* Marker style */
  position: absolute;
  top: 1em;
  right: 2em;
  margin-top: -2px;
  cursor: pointer;
  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: 12px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .main-navigation .menu > li::after {
    /* Marker position (level 1) */
    top: 1.25em;
    right: 0;
  }
}

/* Menu items description */
.menu-item__desc {
  font-size: 11.008px;
  font-size: 0.688rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc {
    position: absolute;
    margin-top: -7px;
  }
}

/* Toogle button */
.menu-toggle {
  padding: .5em;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -48px;
}

.search-non-inclusion .menu-toggle {
  top: -2px;
  left: -2px;
}

.menu-toggle__icon {
  vertical-align: top;
}

/* Mobile menu lives here */
.main-navigation ul.menu > li a.sublinklink {
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pseudoStickyBlock {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-navigation {
    position: relative !important;
  }
  .main-navigation .isStuck {
    box-shadow: none;
  }
  .main-navigation ul.menu > li a {
    display: inline-block;
    width: auto;
    padding-right: 50px;
  }
  .main-navigation ul.menu > li a:before {
    display: none;
  }
  .main-navigation ul.menu > .menu-item-has-children > a {
    display: inline-block;
    width: auto;
    border: none;
  }
  .main-navigation ul.menu > .menu-item-has-children a.sublinklink {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 9999;
    text-indent: 0;
  }
  .main-navigation ul.menu > .menu-item-has-children a.sublinklink + .sub-menu {
    display: none;
  }
  .main-navigation ul.menu > .menu-item-has-children a.sublinklink + .sub-menu.active {
    display: block;
  }
  .main-navigation ul.menu > .menu-item-has-children > a.sublinklink {
    display: inline-block;
  }
  .main-navigation ul.menu > .menu-item-has-children .menu-item-has-children > .sublinklink {
    display: inline-block;
    top: 3px;
  }
  .main-navigation .sub-menu li.menu-item-has-children:after {
    display: none;
  }
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 0em 0;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 544px) {
  .footer-menu {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 992px) {
  .footer-menu {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.footer-menu__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-menu__items {
    margin-left: 1em;
  }
}

.footer-menu__items .menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media (min-width: 544px) {
  .footer-menu__items .menu-item + li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .footer-menu__items .menu-item {
    padding: 0;
  }
}

.footer-menu__items .menu-item a {
  margin-left: 21px;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  text-decoration: none;
}

.footer-menu__items .menu-item 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';
  content: "fiber_manual_record";
  position: absolute;
  font-size: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}

.footer-menu__items .menu-item:first-child a {
  margin-left: 0;
}

.footer-menu__items .menu-item:first-child a::before {
  content: '';
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em;
}

.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;
  text-decoration: none;
  white-space: nowrap;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  font-size: 20px;
  content: '\E408';
  vertical-align: top;
  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';
}

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

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

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  font-size: 20px;
  content: '\E409';
  vertical-align: top;
  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';
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 2px solid;
  box-shadow: none;
}

@media (max-width: 479px) {
  .comment-navigation .nav-previous, .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    float: none;
  }
  .comment-navigation .nav-previous + .nav-next,
  .posts-navigation .nav-previous + .nav-next,
  .post-navigation .nav-previous + .nav-next {
    margin-top: 10px;
  }
  .comment-navigation .nav-links a,
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a {
    width: 100%;
  }
}

.post-navigation {
  border-top: 1px solid;
  margin-top: 1.2em;
  padding: 3em 0;
}

.pagination {
  margin: 2.7em 0 2.4em;
}

.page-numbers {
  line-height: 2.65;
  display: inline-block;
  width: auto;
  margin: 0 8px 5px 0;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.page-numbers.dots {
  min-width: 2em;
  border: none;
  background-color: transparent;
}

.page-numbers.next, .page-numbers.prev {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 14px 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: transparent;
  border: 2px solid;
  box-shadow: none;
}

.page-numbers.next i, .page-numbers.prev i {
  vertical-align: middle;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page-links__title {
  margin-right: 5px;
}

.page-links a,
.page-links > .page-links__item {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  border: 1px solid #e0e0e8;
}

.page-links a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0.6em 0 0.5em;
}

.breadcrumbs__title {
  float: left;
  margin-right: 2em;
}

.breadcrumbs__title .page-title {
  margin: .25em 0;
}

.breadcrumbs__title .page-title::after {
  content: '\2014';
  margin-left: 2em;
}

.breadcrumbs__browse {
  float: left;
  margin-right: .5em;
}

.breadcrumbs__wrap {
  float: left;
  margin: 0;
}

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

.breadcrumbs__item {
  float: left;
}

.breadcrumbs__item-sep {
  margin: 0 .5em;
}

.breadcrumbs__item-link {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
  margin: 0;
  height: 48px;
  line-height: 48px;
}

.social-list .menu-item::before {
  display: none;
}

.social-list .menu-item > a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 13px;
}

.social-list .menu-item > a:hover {
  text-decoration: none;
}

.social-list .menu-item > a:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-list .menu-item > a[href*="vk.com"]::before {
  content: '\f189';
}

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: auto;
  margin: auto;
}

.social-list--text .social-list .menu-item > a::before {
  display: none;
}

.social-list--text .menu-item > a::before {
  display: none;
}

.invert .social-list--widget a {
  opacity: 1;
}

.social-list--widget a:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 1em;
  padding-top: 1.7em;
  border-top: 2px solid;
}

@media (min-width: 992px) {
  .comments-area {
    margin-bottom: 2em;
  }
}

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

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

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

@media (min-width: 768px) {
  .comment-list .children {
    padding-left: 35px;
  }
}

@media (min-width: 1200px) {
  .comment-list .children {
    padding-left: 50px;
  }
}

.comment-list > .comment,
.comment-list > .ping {
  margin-bottom: 0px;
}

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

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

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

.comment-body .avatar {
  float: left;
  width: 40px;
  margin: 0 15px 7px 0;
  padding-top: 6px;
}

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

.comment-body .fn {
  margin-right: 10px;
}

.comment-body .reply {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
}

.comment-reply-link {
  font-size: 25px;
}

.comment-reply-link .material-icons {
  font-size: inherit;
}

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

.comment-date:before {
  font-size: 5px;
  margin-right: 16px;
  content: 'fiber_manual_record';
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  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';
}

@media (min-width: 992px) {
  .comment-date:before {
    margin-right: 16px;
  }
}

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

.comment .comment-metadata {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.comment-respond {
  padding: 1.8em 0 1.2em;
}

.comment-respond:first-child {
  padding-top: 0;
}

.comment-list {
  border-bottom: 1px solid;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 2.2em 0 1.2em;
  border-top: 1px solid;
}

.post-author__holder {
  padding: 3.1em 0 1em;
}

.post-author__avatar {
  float: left;
  margin: 0 2em 1em 0;
}

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

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

@media (min-width: 992px) {
  .post-author__title {
    font-size: 20px;
    line-height: 1.4;
    margin: -7px 0 12px;
  }
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.share-btns__item {
  display: inline-block;
  vertical-align: top;
}

.share-btns__link {
  line-height: 2.5em;
  height: 2.5em;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin-right: 23px;
  width: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .posts-list--grid-3-cols .share-btns__link,
  .posts-list--masonry-3-cols .share-btns__link {
    margin-right: 22px;
  }
}

.share-btns__link:hover {
  opacity: 1;
}

.posts-list .entry-footer .share-btns__list {
  margin-top: 20px;
  float: right;
}

.posts-list .entry-footer .share-btns__list:last-child {
  float: left;
  margin-top: 0;
}

.posts-list .entry-footer .share-btns__list + .btn {
  margin-top: 14px;
}

@media (min-width: 1200px) {
  .posts-list--grid-3-cols .entry-footer .share-btns__list,
  .posts-list--masonry-3-cols .entry-footer .share-btns__list {
    float: left;
  }
}

/*--------------------------------------------------------------
# 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) {
  .card-deck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .home .card-deck .card.sticky {
    display: block;
    max-width: calc(100% - 3.125rem);
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .posts-list--grid-2-cols .card {
    max-width: calc(100% / 2 - 3.125rem);
    -webkit-flex: 1 0 calc(100% / 2 - 3.125rem);
        -ms-flex: 1 0 calc(100% / 2 - 3.125rem);
            flex: 1 0 calc(100% / 2 - 3.125rem);
  }
  .posts-list--grid-3-cols .card {
    max-width: calc(100% / 3 - 3.125rem);
    -webkit-flex: 1 0 calc(100% / 3 - 3.125rem);
        -ms-flex: 1 0 calc(100% / 3 - 3.125rem);
            flex: 1 0 calc(100% / 3 - 3.125rem);
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .posts-list--masonry-3-cols {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

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

@media (min-width: 768px) {
  .card-deck.two-sidebars {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .card-deck.two-sidebars .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .card-columns.two-sidebars {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .card-columns.two-sidebars .card {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--grid-3-cols {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .posts-list--grid-3-cols .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
    display: block;
  }
}

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

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.layout-boxed .top-panel .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.layout-boxed .header-container .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.layout-boxed .site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.layout-boxed .site-footer .footer-container .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.position-two-sidebars #primary {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.position-two-sidebars #sidebar-primary {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.position-two-sidebars #sidebar-secondary {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .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;
  }
  .position-two-sidebars #sidebar-secondary {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding-top: 0.8rem;
}

@media (min-width: 768px) {
  .header-container {
    padding: 1.6rem 1.5625rem 0;
  }
}

@media (min-width: 1200px) {
  .header-container {
    padding-bottom: 1.7em;
  }
}

.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;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .header-container__flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.minimal .header-container {
  padding-left: 0;
  padding-right: 0;
}

.default .header-container {
  padding-bottom: 0;
}

.centered .header-container {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .header-container {
    padding-top: 1.5em;
    border-bottom: 2px solid transparent;
  }
}

@media (min-width: 768px) {
  .header-container .isStuck {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 2px solid;
    text-align: center;
  }
}

.container .header-container {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .header-container .site-branding {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .site-header.default .main-navigation {
    padding: 0;
  }
  .site-header.default .main-navigation > ul > li:first-child a {
    margin-left: 0;
  }
}

.site-header.default .site-branding {
  margin: 0 auto 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.default .site-branding {
    text-align: left;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-bottom: 9px;
  }
}

.site-header.default .social-list {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.default .social-list {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    float: right;
    text-align: left;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.site-header.default .header_search-wrap {
  position: relative;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-width: 48px;
}

@media (min-width: 768px) {
  .site-header.default .header_search-wrap {
    margin-left: 20px;
  }
}

.site-header.default .header_search-wrap .top-panel__search {
  margin-top: 0;
}

@media (min-width: 768px) {
  .site-header.default .header_search-wrap .top-panel__search .search-form {
    width: 250px;
  }
}

.site-header.default .search-non-inclusion .header_search-wrap {
  display: none;
}

.site-header.centered {
  text-align: center;
}

@media (max-width: 767px) {
  .site-header.centered .header-container_wrap {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.centered .header_search-wrap {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-header.centered .header_search-wrap.unbar {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header.centered .header_branding-wrap {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .site-header.centered .main-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 768px) {
  .site-header.centered .main-navigation {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .site-header.centered .social-list {
    text-align: left;
    margin-top: 9px;
  }
}

@media (min-width: 992px) {
  .site-header.minimal .header-container__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.site-header.minimal .site-branding {
  padding: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.minimal .site-branding {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: left;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-bottom: 0;
    margin-bottom: 9px;
  }
}

@media (min-width: 992px) {
  .site-header.minimal .site-branding {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .site-branding {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

.site-header.minimal .social-list {
  padding: 0;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .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;
    text-align: left;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.site-header.minimal .main-navigation {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.minimal .main-navigation {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -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;
  }
  .site-header.minimal .main-navigation .menu {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1199px) {
  .site-header.minimal .main-navigation .menu > li:first-child > a {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .site-header.minimal .main-navigation {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

.site-header.minimal .main-navigation .isStuck {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header.minimal .header_search-wrap {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.site-header.minimal .header_search-wrap .top-panel__search {
  position: relative;
  left: 48px;
}

@media (min-width: 768px) {
  .site-header.minimal .header_search-wrap .top-panel__search {
    left: 0;
    min-width: 48px;
    margin-left: 20px;
  }
}

.site-header.minimal .header_search-wrap .top-panel__search .search-form_wrap {
  position: static;
}

@media (min-width: 768px) {
  .site-header.minimal .header_search-wrap .top-panel__search .search-form_wrap .search-form {
    width: 250px;
  }
}

.active .site-header.minimal .header_search-wrap .top-panel__search .search-form_wrap .search-form {
  width: calc(100% - 48px);
}

.site-header.minimal .header_search-wrap .top-panel__search .search-form_wrap .search-form .search-form__field {
  box-shadow: none;
}

.site-header.minimal .header_search-wrap.unbar .top-panel__search {
  left: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .top-panel {
    border-bottom: 1px solid;
  }
}

@media (max-width: 767px) {
  .top-panel .top-panel_inner {
    background-color: #282828;
    color: #fff;
  }
}

.container .top-panel {
  padding-right: 0;
  padding-left: 0;
}

.top-panel__wrap:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

.top-panel__message {
  display: none;
  margin: 0.25rem 0;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

@media (min-width: 544px) {
  .top-panel__message {
    display: block;
  }
}

@media (min-width: 544px) {
  .top-panel__message {
    float: left;
  }
}

.top-panel__message div {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .top-panel__message div {
    float: left;
    margin-top: 0;
    margin-right: 1.5em;
  }
}

.top-panel__message div:first-child {
  margin-top: 0;
}

.top-panel__message .material-icons {
  line-height: 2;
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 2em;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.top-panel__menu {
  padding-top: .7rem;
  padding-bottom: .7rem;
}

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

@media (min-width: 768px) {
  .top-panel__search {
    float: right;
    text-align: left;
    margin-top: 8px;
  }
  .minimal .top-panel__search {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .layout-boxed .top-panel__wrap.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-logo {
  margin: 6px 0 0;
  line-height: 0.9;
}

.site-logo__link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.site-logo__link:hover {
  text-decoration: none;
}

.site-logo__link:focus {
  outline: none;
}

.site-logo img {
  vertical-align: top;
}

.site-description {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 0.8em 0 0;
}

.single .post .entry-content {
  margin-top: 1.85em;
}

.single .post .entry-content p img {
  margin-top: 0.45em;
}

.posts-list .entry-content p:nth-last-of-type(1) {
  margin-bottom: 1em;
}

.posts-list .entry-content .btn {
  margin-top: 9px;
}

.posts-list .share-btns__list + .btn {
  margin-top: 4px;
}

.card-columns {
  padding-top: 3em;
}

/*----------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 30px;
}

.posts-list .hentry {
  padding-bottom: 30px;
}

.home .hentry {
  margin-top: 3em;
}

.single .hentry {
  margin-top: 11px;
}

.posts-list--default .hentry {
  margin-top: 2.6em;
}

@media (min-width: 768px) {
  .posts-list--default .hentry {
    border-bottom: 1px solid;
  }
}

@media (max-width: 767px) {
  .posts-list--default .hentry {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .posts-list--default .hentry:first-child {
    margin-top: 2.6em;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .posts-list--default .hentry:first-child {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .posts-list--default .hentry .entry-title {
    margin-bottom: 0;
  }
}

.posts-list--default .hentry .post-thumbnail__img {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .posts-list--default .hentry .post-thumbnail__img {
    width: 100%;
  }
}

.posts-list--grid-2-cols .hentry,
.posts-list--masonry-2-cols .hentry,
.posts-list--grid-3-cols .hentry,
.posts-list--masonry-3-cols .hentry {
  margin-top: 3em;
}

@media (max-width: 767px) {
  .posts-list--grid-2-cols .hentry,
  .posts-list--masonry-2-cols .hentry,
  .posts-list--grid-3-cols .hentry,
  .posts-list--masonry-3-cols .hentry {
    margin-top: 0;
  }
  .posts-list--grid-2-cols .hentry:first-child,
  .posts-list--masonry-2-cols .hentry:first-child,
  .posts-list--grid-3-cols .hentry:first-child,
  .posts-list--masonry-3-cols .hentry:first-child {
    margin-top: 30px;
  }
  .posts-list--grid-2-cols .hentry .entry-title,
  .posts-list--masonry-2-cols .hentry .entry-title,
  .posts-list--grid-3-cols .hentry .entry-title,
  .posts-list--masonry-3-cols .hentry .entry-title {
    margin-bottom: 0;
  }
  .posts-list--grid-2-cols .hentry .post-thumbnail__img,
  .posts-list--masonry-2-cols .hentry .post-thumbnail__img,
  .posts-list--grid-3-cols .hentry .post-thumbnail__img,
  .posts-list--masonry-3-cols .hentry .post-thumbnail__img {
    width: 100%;
  }
}

.posts-list .hentry.format-quote .post-format-quote {
  padding-top: 0;
}

.posts-list .hentry.format-quote .post-format-quote::before {
  top: -20px;
}

@media (max-width: 543px) {
  .posts-list .hentry.format-quote .post-format-quote::before {
    top: -14px;
  }
}

.posts-list .hentry:last-child {
  margin-bottom: 0;
}

.card-columns .hentry {
  margin-top: 0;
  margin-bottom: 3em;
}

.hentry.page {
  margin-top: 0px;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .hentry.page {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .search-results .hentry.page {
    margin-top: 2.6em;
  }
}

@media (max-width: 991px) {
  .breadcrumbs + .container .posts-list--grid-2-cols .hentry:first-child,
  .breadcrumbs + .container .posts-list--grid-3-cols .hentry:first-child {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .breadcrumbs + .container .posts-list--grid-2-cols .hentry:nth-child(-n+2),
  .breadcrumbs + .container .posts-list--grid-3-cols .hentry:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs + .container .posts-list--grid-2-cols .hentry:nth-child(2) {
    margin-top: 0;
  }
}

.breadcrumbs + .container .posts-list--masonry-2-cols.card-columns,
.breadcrumbs + .container .posts-list--masonry-3-cols.card-columns {
  padding-top: 0;
}

.site-main .posts-list:not(:last-child) {
  border-bottom: 1px solid;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  margin-top: 7px;
}

.entry-header .entry-title:first-child {
  margin-top: 0;
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
  margin-top: 1em;
}

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
}

@media (min-width: 768px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    display: block;
  }
}

.post-list__item .entry-summary, .post-list__item .entry-content {
  margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
  margin: 1em 0 0;
}

.entry-footer {
  position: relative;
}

.entry-footer > div:first-child {
  margin-top: 1em;
}

.entry-footer > div:first-child.share-btns__list {
  margin-top: 0.5em;
}

.entry-footer .btn {
  float: left;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.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;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
  margin-top: 43px;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 0.7em;
}

.post__cats a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  text-decoration: none;
}

.posts-list .post__cats a {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .posts-list .post__cats a {
    font-size: 14px;
  }
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
  position: static;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    top: 30px;
  }
}

.post-format-wrap .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .post-format-wrap .post__cats {
    top: 30px;
    left: 30px;
  }
}

.single .post__cats {
  margin-top: 0.5em;
}

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
  color: inherit;
}

.post__date a, .post__comments a, .post__tags a {
  text-decoration: none;
}

.post__date a, .post__comments a {
  margin-right: 20px;
  margin-left: 20px;
}

.single .post__date a, .single .post__comments a {
  margin-right: 0;
}

.post .entry-meta span:first-child a {
  margin-left: 0;
}

.post__tags a {
  margin-top: .5em;
  display: inline-block;
}

.single-post .post__tags a {
  margin-top: 0;
  margin-bottom: 30px;
}

.post span a {
  position: relative;
}

.post span a::before {
  font-size: 4px;
  position: absolute;
  top: 6px;
  left: -20px;
  content: 'fiber_manual_record';
  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';
}

.post span a.post__comments-link i {
  padding-left: 11px;
}

.post span a.post__comments-link i::before {
  content: '\f0e5';
  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;
  position: relative;
  top: 1px;
  left: -7px;
}

.post span:first-child a::before {
  content: '';
}

.post .post__tags a:first-of-type {
  position: relative;
}

.post .post__tags a:first-of-type::before {
  content: '\f097';
  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;
  position: relative;
  top: 1px;
  left: 0px;
  margin-right: 10px;
}

.post .mejs-audio span::before {
  content: '';
}

.post .entry-meta, .post .entry-footer {
  font-size: 12px;
  text-transform: uppercase;
}

.posts-list .post .entry-footer {
  text-transform: none;
  margin-top: 14px;
}

.post .entry-meta span a {
  margin-right: 9px;
  text-decoration: none;
}

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn {
  text-decoration: none;
  padding: 14px 16px;
}

.posts-list__item .btn__text {
  display: inline-block;
}

.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: inherit;
  display: none;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.sticky__label .material-icons,
.sticky__label .fa {
  width: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
  font-size: 18px;
  color: inherit;
}

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  float: none;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky.posts-list__item .btn,
  .posts-list--grid-3-cols .sticky.posts-list__item .btn {
    padding: 14px 16px;
  }
  .two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
  }
}

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

.two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon,
  .sticky.posts-list__item .btn .material-icons,
  .sticky.posts-list__item .btn .fa {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .fa,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .fa {
    display: inline-block;
  }
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
  display: inline-block;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky .entry-title,
  .posts-list--grid-3-cols .sticky .entry-title {
    font-size: 30px;
  }
}

.sticky .post-thumbnail__img {
  width: 100%;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}

.post-gallery {
  margin-bottom: 0.7em;
}

.entry-content .post-gallery {
  margin-top: 10px;
}

.post-gallery__image {
  display: block;
  margin: auto;
}

.post-gallery .swiper-button-next,
.post-gallery .swiper-button-prev {
  bottom: 0;
  top: inherit;
  margin-top: -25px;
  margin-right: -1px;
}

.post-gallery .swiper-button-prev {
  right: 48px;
  left: inherit;
}

.post-gallery .swiper-button-next {
  right: 0;
}

.post-gallery .material-icons,
.post-gallery .fa {
  font-size: 25px;
  font-weight: 700;
}

.post-gallery__slide.swiper-slide:hover:hover {
  background-color: transparent;
}

.post-gallery__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
  display: block;
}

.post-format-link {
  display: inline-block;
  margin: 10px 0;
  padding: 12px 20px 11px 11px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}

.post-format-link:before {
  display: inline-block;
  margin: 0px 19px 0 8px;
  content: "\f0c1";
  vertical-align: middle;
  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: 19.008px;
  font-size: 1.188rem;
}

.has-thumb .post-thumbnail {
  position: relative;
}

.has-thumb .post-thumbnail__format-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  overflow: hidden;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
  margin: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.posts-list .post blockquote {
  padding-left: 1.6em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}

.post-format-quote {
  background-color: transparent;
}

.post.format-quote .post-featured-content {
  margin-bottom: 0;
}

.post.format-quote .entry-content {
  margin-top: 0;
}

.post-featured-content {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-featured-content {
    margin-bottom: 1em;
  }
}

.format-video .post-featured-content {
  background: none;
}

.post-featured-content .post__cats {
  padding: 1em 0 0 1em;
}

@media (min-width: 992px) {
  .post-featured-content .post__cats {
    padding-top: 2em;
  }
}

.format-video .post-featured-content .post__cats {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
}

@media (min-width: 992px) {
  .format-video .post-featured-content .post__cats {
    margin: 30px;
  }
}

.format-video .post-featured-content .post__cats:first-child {
  position: static;
}

.post.format-status .post__cats {
  padding: 0 0 10px;
}

/* Aside */
@media (min-width: 768px) {
  .blog .format-aside .entry-title,
  .archive .format-aside .entry-title {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--grid-2-cols .post-format-quote,
  .posts-list--masonry-2-cols .post-format-quote {
    font-size: 27.008px;
    font-size: 1.688rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .posts-list--grid-3-cols .post-format-quote,
  .posts-list--masonry-3-cols .post-format-quote {
    font-size: 23.008px;
    font-size: 1.438rem;
  }
}

.posts-list .format-link.has-thumb .post-thumbnail .post-thumbnail--small + .post-thumbnail__format-link {
  bottom: 0;
  text-align: center;
}

.posts-list .format-link.has-thumb .post-thumbnail .post-thumbnail--small + .post-thumbnail__format-link .post-format-link {
  width: 350px;
  text-align: left;
}

@media (min-width: 992px) {
  .posts-list .format-link.has-thumb .post-thumbnail {
    float: left;
  }
  .posts-list .format-link.has-thumb .post-thumbnail .post-thumbnail--small + .post-thumbnail__format-link {
    bottom: 15px;
    text-align: left;
  }
  .posts-list .format-link.has-thumb .post-thumbnail .post-thumbnail--small + .post-thumbnail__format-link .post-format-link {
    width: 350px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
  padding: 18px 0;
  border-top: 2px solid;
}

.container .footer-container {
  padding-right: 0;
  padding-left: 0;
}

.footer-area-wrap {
  border-top: 2px solid transparent;
}

.footer-area-wrap .footer-area {
  padding-top: 2.7em;
}

.site-info .footer-logo {
  margin: 0 0 11px;
}

@media (min-width: 1200px) {
  .site-info .footer-logo {
    margin: 10px 0 0;
  }
}

.site-info .footer-copyright {
  font-size: 12px;
  line-height: 2;
  -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: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 544px) {
  .site-info .footer-copyright {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
  }
}

.site-info .footer-copyright > a {
  position: relative;
  margin-left: 9px;
  padding-left: 21px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 2;
  text-decoration: none;
}

.site-info .footer-copyright > 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';
  content: "fiber_manual_record";
  position: absolute;
  font-size: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}

.site-info .social-list {
  margin: 0 0 0px;
}

.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;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 992px) {
  .site-info__flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .site-info__flex {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.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: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 544px) {
  .site-info__flex .footer-logo {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 992px) {
  .site-info__flex .footer-logo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

.site-info__flex .social-list {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (min-width: 544px) {
  .site-info__flex .social-list {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}

@media (min-width: 992px) {
  .site-info__flex .social-list {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .site-info__flex .social-list {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
}

.site-info__flex .social-list .social-list__items {
  display: inline-block;
}

.site-info__flex .site-info__mid-box {
  text-align: center;
  -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;
}

@media (min-width: 768px) {
  .site-info__flex .site-info__mid-box {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .site-footer.default .footer-container {
    padding: 10px 0;
  }
}

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-copyright {
    float: left;
  }
}

.site-footer.default .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu__items {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.site-footer.centered {
  text-align: center;
}

.site-footer.centered .site-info__flex {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer.centered .site-info__flex .footer-copyright, .site-footer.centered .site-info__flex .footer-menu, .site-footer.centered .site-info__flex .social-list {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.site-footer.centered .site-info__flex .footer-menu__items {
  margin-left: 0;
}

.site-footer.centered .site-info__flex .footer-menu__items .menu-item a {
  margin-left: 0;
}

.site-footer.centered .site-info__flex .footer-menu__items .menu-item a::before {
  content: '';
}

.site-footer.centered .site-info__flex .footer-menu + .social-list {
  margin-top: 13px;
}

.site-footer.centered .site-info__flex .footer-menu + .social-list .menu-item {
  height: auto;
  line-height: 1;
}

.site-footer.centered .site-info__flex .footer-logo {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.site-footer.minimal .footer-copyright {
  vertical-align: middle;
}

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu__items {
    margin-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.not-found {
  margin-bottom: 5.7em;
  text-align: center;
}

.not-found .page-title {
  margin: 31px 0 16px;
}

.not-found h4 {
  margin: 0 0 23px;
}

.not-found .desc_404 {
  font-size: 15px;
}

.not-found a.btn {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  line-height: 1.2;
  margin: 0 0 1em 0;
  font-size: 18px;
}

.widget + .widget {
  margin-top: 1em;
}

.widget + .widget:not(.widget-banner) {
  border-top: 2px solid;
}

.footer-area .widget + .widget:not(.widget-banner) {
  border: none;
}

@media (min-width: 768px) {
  .widget + .widget {
    margin-top: 2em;
  }
}

.sidebar .widget,
.sidebar-secondary .widget,
.before-loop-area .widget,
.before-content-area .widget,
.full-width-header-area .widget,
.after-content-area .widget,
.after-loop-area .widget,
.after-content-full-width-area .widget {
  margin-top: 3.1em;
}

@media (max-width: 767px) {
  .sidebar .widget,
  .sidebar-secondary .widget,
  .before-loop-area .widget,
  .before-content-area .widget,
  .full-width-header-area .widget,
  .after-content-area .widget,
  .after-loop-area .widget,
  .after-content-full-width-area .widget {
    margin-top: 30px;
  }
}

.sidebar .widget.widget-image-grid + .widget,
.sidebar-secondary .widget.widget-image-grid + .widget,
.before-loop-area .widget.widget-image-grid + .widget,
.before-content-area .widget.widget-image-grid + .widget,
.full-width-header-area .widget.widget-image-grid + .widget,
.after-content-area .widget.widget-image-grid + .widget,
.after-loop-area .widget.widget-image-grid + .widget,
.after-content-full-width-area .widget.widget-image-grid + .widget {
  margin-top: 0;
}

.sidebar .widget:not(.widget-banner),
.sidebar-secondary .widget:not(.widget-banner),
.before-loop-area .widget:not(.widget-banner),
.before-content-area .widget:not(.widget-banner),
.full-width-header-area .widget:not(.widget-banner),
.after-content-area .widget:not(.widget-banner),
.after-loop-area .widget:not(.widget-banner),
.after-content-full-width-area .widget:not(.widget-banner) {
  padding-top: 2.9em;
}

@media (max-width: 767px) {
  .sidebar .widget:not(.widget-banner),
  .sidebar-secondary .widget:not(.widget-banner),
  .before-loop-area .widget:not(.widget-banner),
  .before-content-area .widget:not(.widget-banner),
  .full-width-header-area .widget:not(.widget-banner),
  .after-content-area .widget:not(.widget-banner),
  .after-loop-area .widget:not(.widget-banner),
  .after-content-full-width-area .widget:not(.widget-banner) {
    padding-top: 30px;
  }
}

.sidebar .widget:not(.widget-banner):first-child,
.sidebar-secondary .widget:not(.widget-banner):first-child,
.before-loop-area .widget:not(.widget-banner):first-child,
.before-content-area .widget:not(.widget-banner):first-child,
.full-width-header-area .widget:not(.widget-banner):first-child,
.after-content-area .widget:not(.widget-banner):first-child,
.after-loop-area .widget:not(.widget-banner):first-child,
.after-content-full-width-area .widget:not(.widget-banner):first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sidebar .widget:not(.widget-banner):first-child,
  .sidebar-secondary .widget:not(.widget-banner):first-child,
  .after-content-area .widget:not(.widget-banner):first-child,
  .after-loop-area .widget:not(.widget-banner):first-child,
  .after-content-full-width-area .widget:not(.widget-banner):first-child {
    padding-top: 0;
  }
}

.before-loop-area .widget,
.before-content-area .widget,
.full-width-header-area .widget,
.after-content-area .widget,
.after-loop-area .widget,
.after-content-full-width-area .widget {
  padding-bottom: 3.1em;
  margin-top: 0;
}

.before-loop-area .widget.widget-image-grid,
.before-content-area .widget.widget-image-grid,
.full-width-header-area .widget.widget-image-grid,
.after-content-area .widget.widget-image-grid,
.after-loop-area .widget.widget-image-grid,
.after-content-full-width-area .widget.widget-image-grid {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .before-loop-area .widget,
  .before-content-area .widget,
  .full-width-header-area .widget,
  .after-content-area .widget,
  .after-loop-area .widget,
  .after-content-full-width-area .widget {
    padding-bottom: 25px;
  }
}

.widget-area .widget:last-child {
  margin-bottom: 2.9em;
}

@media (min-width: 768px) {
  .full-width-header-area .widget.smart-slider {
    padding-top: 0;
  }
}

.footer-area .widget {
  padding-bottom: 2.7em;
  margin-top: 0;
}

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

.widget .entry-meta, .widget .entry-footer {
  font-size: 13.008px;
  font-size: 0.813rem;
  text-transform: uppercase;
}

.widget .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 2px solid;
}

.widget .swiper-container-horizontal > .swiper-pagination-bullets,
.widget .swiper-pagination-custom, .widget .swiper-pagination-fraction {
  margin-top: 10px;
}

.widget__date .material-icons,
.widget__date .fa, .widget__comments .material-icons,
.widget__comments .fa, .widget__tags .material-icons,
.widget__tags .fa {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.invert .widget__date .material-icons, .invert
.widget__date .fa, .invert .widget__comments .material-icons, .invert
.widget__comments .fa, .invert .widget__tags .material-icons, .invert
.widget__tags .fa {
  color: inherit;
}

.widget__date a, .widget__comments a, .widget__tags a {
  text-decoration: none;
}

.widget__date a, .widget__comments a {
  margin-right: 20px;
  margin-left: 20px;
}

.single .widget__date a, .single .widget__comments a {
  margin-right: 0;
}

.widget .entry-meta span:first-child a {
  margin-left: 0;
}

.widget__tags a {
  margin-top: .5em;
  display: inline-block;
}

.single-post .widget__tags a {
  margin-top: 0;
  margin-bottom: 30px;
}

.widget span a {
  position: relative;
}

.widget span a::before {
  font-size: 4px;
  position: absolute;
  top: 6px;
  left: -20px;
  content: 'fiber_manual_record';
  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';
}

.widget span a.post__comments-link i {
  padding-left: 11px;
}

.widget span a.post__comments-link i::before {
  content: '\f0e5';
  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;
  position: relative;
  top: 1px;
  left: -7px;
}

.widget span:first-child a::before {
  content: '';
}

.widget .post__tags a:first-of-type {
  position: relative;
}

.widget .post__tags a:first-of-type::before {
  content: '\f097';
  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;
  position: relative;
  top: 1px;
  left: 0px;
  margin-right: 10px;
}

.widget .entry-meta span a {
  margin-right: 9px;
  text-decoration: none;
}

.widget .entry-meta span:first-child a {
  margin-left: 0;
}

.before-loop-area,
.before-content-area,
.header-fullwidth-area {
  border-bottom: 2px solid;
}

.before-loop-area .widget:last-child,
.before-content-area .widget:last-child,
.header-fullwidth-area .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .single-post .sidebar .widget:first-child,
  .single-post .sidebar-secondary .widget:first-child,
  .page .sidebar .widget:first-child,
  .page .sidebar-secondary .widget:first-child,
  .archive .sidebar .widget:first-child,
  .archive .sidebar-secondary .widget:first-child {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.widget > ul > li:first-child {
  margin-top: 0;
}

.widget > ul > li > a {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget li {
  position: relative;
  margin-left: 0em;
  list-style: none;
  margin-top: .05em;
}

.widget li > ul {
  margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar .widget .btn:not(.search-form__submit),
  .sidebar-secondary .widget .btn:not(.search-form__submit) {
    padding: 13px 18px;
  }
}

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

.widget_archive li::before,
.widget_categories li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
  font-size: 6px;
  position: absolute;
  top: 1.25em;
  left: -2em;
  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';
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_calendar table th {
  font-weight: 300;
}

.widget_calendar table tbody a {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.widget_calendar table tfoot a {
  text-transform: uppercase;
}

.widget_calendar caption {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

.widget_calendar th, .widget_calendar tbody td {
  text-align: center;
  border: 1px solid;
  line-height: 33px;
}

.widget_calendar #next, .widget_calendar #prev {
  padding-top: 14px;
}

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

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tagcloud a {
  display: inline-block;
  margin: 0 0 -1px -1px;
  padding: 3px 10px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid;
}

.tagcloud a:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0;
}

.widget_recent_entries li::before {
  display: none;
}

.widget_recent_entries li + li {
  margin-top: 1em;
}

.widget_recent_entries li a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.widget_recent_entries li .post-date {
  display: block;
  margin-top: 7px;
  font-size: 13.008px;
  font-size: 0.813rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0;
  font-size: 13.008px;
  font-size: 0.813rem;
  text-transform: uppercase;
}

.widget_recent_comments li::before {
  display: none;
}

.widget_recent_comments li + li {
  margin-top: 1.8em;
  padding-top: 1.8em;
  border-top: 1px solid;
}

.widget_recent_comments li .comment-author-link a {
  text-transform: uppercase;
}

.widget_recent_comments li a {
  margin-top: 8px !important;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
}

.widget_recent_comments li a:hover {
  text-decoration: underline;
}

.widget_recent_comments li > a:last-child {
  display: block !important;
}

.widget_recent_comments ul > li > a {
  font-size: 20px;
  font-size: 1.25rem;
}

.widget .entry-header .post__cats a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
}

.widget .entry-header h4 {
  margin: 4px 0 10px;
}

.widget .entry-content {
  margin-top: 0;
}

.widget .entry-content .entry-meta {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.widget .post-inner .entry-content {
  margin-top: 0;
}

.widget .btn:not(.subscribe-block__submit) {
  margin-top: 27px;
  text-transform: none;
}

.widget .search-form .btn {
  margin-top: 0;
  font-size: 16px;
}

.widget .custom-posts__item .post-inner {
  padding-bottom: 1.55em;
}

.sidebar .widget .custom-posts__item .post-inner,
.sidebar-secondary .widget .custom-posts__item .post-inner,
.footer-area .widget .custom-posts__item .post-inner {
  border-bottom: 1px solid;
}

@media (max-width: 991px) {
  .sidebar .widget .custom-posts__item .post-inner,
  .sidebar-secondary .widget .custom-posts__item .post-inner,
  .footer-area .widget .custom-posts__item .post-inner {
    border: none;
  }
}

.widget .custom-posts__item:last-child .post-inner {
  border: none;
  padding-bottom: 0;
}

.sidebar .widget .custom-posts__item + .custom-posts__item,
.sidebar-secondary .widget .custom-posts__item + .custom-posts__item,
.footer-area .widget .custom-posts__item + .custom-posts__item {
  margin-top: 1.3em;
}

@media (max-width: 991px) {
  .sidebar .widget .custom-posts__item + .custom-posts__item,
  .sidebar-secondary .widget .custom-posts__item + .custom-posts__item,
  .footer-area .widget .custom-posts__item + .custom-posts__item {
    margin-top: 0;
  }
}

.widget .custom-posts__item .post-thumbnail a {
  display: inline-block;
  margin-bottom: 0.7em;
}

.widget .widget-about__logo {
  margin-bottom: 23px;
}

/*--------------------------------------------------------------
## About Tastybites
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top;
}

.widget-about__tagline p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
  padding: 1em;
  text-align: left;
}

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

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

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

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

.about-author_avatar {
  text-align: center;
  margin-bottom: 15px;
}

.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 1em;
  max-width: 100%;
}

@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 {
    float: left;
    max-width: 50%;
    margin: 0 1.5em 0 0;
  }
}

@media (min-width: 544px) {
  .footer-area--centered .about-author_avatar {
    float: left;
    max-width: 50%;
    margin: 0 1.5em 0 0;
  }
}

.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: 1em 0;
}

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

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative;
}

.swiper-slide:hover {
  background-color: #eef4fa;
}

.widget-carousel .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.swiper-slide .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -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-slide .entry-header h4 {
  padding: 0 20px;
}

.swiper-slide .entry-content {
  margin: 0;
  padding: 0 20px;
}

.swiper-slide .entry-content .post__excerpt {
  margin-bottom: 0;
}

.swiper-slide .entry-footer {
  padding: 0 20px;
  margin-bottom: 1.5em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .swiper-slide .entry-header h4, .sidebar .swiper-slide .entry-content, .sidebar .swiper-slide .entry-footer,
  .sidebar-secondary .swiper-slide .entry-header h4,
  .sidebar-secondary .swiper-slide .entry-content,
  .sidebar-secondary .swiper-slide .entry-footer {
    padding: 0;
  }
}

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 1s ease;
}

.swiper-slide .post__cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.swiper-pagination {
  position: static;
}

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  display: none;
  width: 48px;
  height: 48px;
  margin: -25px 0 0 0;
  background-image: none;
}

.swiper-button-next .fa,
.swiper-button-next .material-icons, .swiper-button-prev .fa,
.swiper-button-prev .material-icons {
  margin: 13px;
}

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

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

.sidebar .swiper-button-next,
.sidebar .swiper-button-prev,
.sidebar-secondary .swiper-button-next,
.sidebar-secondary .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}

.sidebar .swiper-button-next .material-icons,
.sidebar .swiper-button-next .fa,
.sidebar .swiper-button-prev .material-icons,
.sidebar .swiper-button-prev .fa,
.sidebar-secondary .swiper-button-next .material-icons,
.sidebar-secondary .swiper-button-next .fa,
.sidebar-secondary .swiper-button-prev .material-icons,
.sidebar-secondary .swiper-button-prev .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
  margin: 3px;
}

.sidebar .swiper-button-prev,
.sidebar-secondary .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  right: 30px;
  left: inherit;
}

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.widget-image-grid .row {
  margin: 0;
}

.widget-image-grid__holder {
  padding: 0;
}

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

@media (max-width: 767px) {
  .widget-image-grid__inner {
    margin-bottom: 30px !important;
  }
}

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

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

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

.widget-image-grid__title {
  display: block;
  width: 100%;
  margin-top: 0.3em;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
}

.widget-image-grid__title a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .columns-number-3 .widget-image-grid__title,
  .columns-number-4 .widget-image-grid__title,
  .sidebar .widget-image-grid__title,
  .sidebar-secondary .widget-image-grid__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
  }
}

.widget-image-grid__link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 10px 5px 0;
}

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

.widget-image-grid .post-terms {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 3px 0;
  line-height: 1.2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns-number-3 .widget-image-grid .post-terms,
  .columns-number-4 .widget-image-grid .post-terms,
  .sidebar .widget-image-grid .post-terms,
  .sidebar-secondary .widget-image-grid .post-terms {
    font-size: 13.008px;
    font-size: 0.813rem;
  }
}

@media (min-width: 992px) {
  .sidebar .widget-image-grid .columns-number-2 .widget-image-grid__content,
  .sidebar-secondary .widget-image-grid .columns-number-2 .widget-image-grid__content,
  .footer-area .widget-image-grid .columns-number-2 .widget-image-grid__content {
    padding: 7px 17px;
  }
  .sidebar .widget-image-grid .columns-number-2 .widget-image-grid__content .post-terms, .sidebar .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__title, .sidebar .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__link,
  .sidebar-secondary .widget-image-grid .columns-number-2 .widget-image-grid__content .post-terms,
  .sidebar-secondary .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__title,
  .sidebar-secondary .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__link,
  .footer-area .widget-image-grid .columns-number-2 .widget-image-grid__content .post-terms,
  .footer-area .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__title,
  .footer-area .widget-image-grid .columns-number-2 .widget-image-grid__content .widget-image-grid__link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.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
--------------------------------------------------------------*/
.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;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .instagram__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .instagram__items .instagram__item {
    -webkit-flex: 0 0 16%;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    max-width: 16%;
  }
  .sidebar .instagram__items .instagram__item,
  .sidebar-secondary .instagram__items .instagram__item {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

@media (min-width: 992px) {
  .sidebar .instagram__items,
  .sidebar-secondary .instagram__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

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

.sidebar .instagram__item,
.sidebar-secondary .instagram__item {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 992px) {
  .sidebar .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: .55;
}

.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;
  background-color: #000;
  transition: all .25s ease-out;
}

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

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
  padding: 0 4px;
}

.footer-area .widget-instagram .instagram__items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer-area .widget-instagram .instagram__items .instagram__item {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .footer-area .widget-instagram.footer-area--centered .instagram__items {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

.smart-slider__instance .sp-selected-thumbnail {
  border: 3px solid;
  border-color: #fff;
}

.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
  margin-right: 5px;
  margin-left: 5px;
}

.smart-slider__instance .sp-arrow {
  width: 48px;
  height: 48px;
}

.smart-slider__instance .sp-arrow:before {
  font-size: 24px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: 13px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: transparent;
  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';
}

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

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

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

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

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

.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: 10%;
  padding: 0;
}

.smart-slider__instance .sp-button {
  width: 12px;
  height: 12px;
  margin: 4px 4px;
}

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

.smart-slider__instance h2.sp-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  overflow: hidden;
}

@media (min-width: 544px) {
  .smart-slider__instance h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance h2.sp-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance h2.sp-title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance h2.sp-title {
    font-size: 62px;
  }
}

.smart-slider__instance .sp-slide {
  text-align: center;
}

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

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

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

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

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

.smart-slider__instance .sp-image-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
}

.slider-pro p.sp-layer {
  font-size: 20px;
  line-height: 1.2;
}

.sidebar .smart-slider__instance .sp-slide.text-wrapped h2.sp-title,
.sidebar-secondary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

.slider-pro .sp-content-wrap {
  position: absolute;
  top: 40%;
  box-sizing: border-box;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 544px) {
  .slider-pro .sp-content-wrap {
    top: 40%;
  }
}

@media (min-width: 768px) {
  .slider-pro .sp-content-wrap {
    top: 45%;
  }
}

.slider-pro .sp-title, .slider-pro .sp-content, .slider-pro div.sp-more {
  position: static !important;
  width: 100% !important;
}

.slider-pro .sp-title.sp-layer {
  margin: 0 auto;
  max-width: 460px;
}

@media (min-width: 544px) {
  .slider-pro .sp-title.sp-layer {
    max-width: 544px;
  }
}

@media (min-width: 768px) {
  .slider-pro .sp-title.sp-layer {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .slider-pro .sp-title.sp-layer {
    max-width: 975px;
  }
}

.slider-pro .sp-title.sp-layer:hover {
  overflow: visible;
}

.slider-pro .sp-title.sp-layer a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: all 0.5s ease;
}

.slider-pro .sp-content.sp-layer {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 400px;
  font-size: 18px;
}

@media (min-width: 544px) {
  .slider-pro .sp-content.sp-layer {
    max-width: 544px;
    margin-top: 10px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .slider-pro .sp-content.sp-layer {
    max-width: 62%;
    margin-top: 27px;
  }
}

@media (min-width: 1200px) {
  .slider-pro .sp-content.sp-layer {
    max-width: 51%;
  }
}

.slider-pro .sp-more.sp-layer {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .slider-pro .sp-more.sp-layer {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .slider-pro .sp-more.sp-layer {
    margin-top: 40px;
  }
}

.slider-pro .sp-more.sp-layer .btn {
  margin-top: 0;
}

.slider-pro .sp-buttons {
  bottom: 12%;
}

@media (min-width: 544px) {
  .slider-pro .sp-buttons {
    bottom: 13%;
  }
}

@media (min-width: 992px) {
  .slider-pro .sp-buttons {
    bottom: 25%;
  }
}

@media (min-width: 1200px) {
  .slider-pro .sp-buttons {
    bottom: 18%;
  }
}

.slider-pro .sp-bottom-thumbnails {
  bottom: 0;
  margin-bottom: 1%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

@media (min-width: 544px) {
  .slider-pro .sp-bottom-thumbnails {
    bottom: 0%;
    margin-bottom: 0%;
  }
}

@media (min-width: 768px) {
  .slider-pro .sp-bottom-thumbnails {
    display: block;
  }
}

@media (min-width: 992px) {
  .slider-pro .sp-bottom-thumbnails {
    bottom: 7%;
    margin-bottom: 3%;
  }
}

@media (min-width: 1200px) {
  .slider-pro .sp-bottom-thumbnails {
    bottom: 3%;
  }
}

.sp-has-buttons .sp-content-wrap {
  top: 44%;
}

@media (min-width: 768px) {
  .sp-has-buttons .sp-content-wrap {
    top: 53%;
  }
}

.sp-has-buttons .sp-buttons {
  bottom: 10%;
}

.sp-has-thumbnails .sp-content-wrap {
  top: 44%;
}

@media (min-width: 992px) {
  .sp-has-thumbnails .sp-content-wrap {
    top: 46.8%;
  }
}

@media (min-width: 768px) {
  .sp-has-thumbnails .sp-bottom-thumbnails {
    bottom: 2.5%;
  }
}

@media (min-width: 1200px) {
  .sp-has-thumbnails .sp-bottom-thumbnails {
    bottom: 2.5%;
  }
}

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.widget-taxonomy-tiles .widget-title {
  text-transform: none;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar .widget-taxonomy-tiles__holder,
  .sidebar-secondary .widget-taxonomy-tiles__holder {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

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

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

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

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

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

.widget-taxonomy-tiles__content {
  position: absolute;
  z-index: 2;
  left: 0;
  left: 10%;
  right: 10%;
  padding: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
}

.widget-taxonomy-tiles__content .post-count {
  font-size: 13.008px;
  font-size: 0.813rem;
  text-transform: uppercase;
}

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

.widget-taxonomy-tiles__title :hover {
  text-decoration: underline;
}

.widget-taxonomy-tiles .tiles-columns {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar .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 .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 .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 .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 .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 .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar .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;
  }
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
  margin: 0 0 1.5em;
}

.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.sidebar .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 .news-smart-box .news-smart-box__navigation .current-term, .sidebar-secondary .news-smart-box .news-smart-box__navigation .current-term {
  margin: 0 0 20px 0;
}

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

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

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

.news-smart-box__instance article.post .inner {
  transition: all 0.8s ease;
}

.news-smart-box__instance article.post .inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: all 0s ease;
}

.news-smart-box__instance article.post .post-thumbnail__link {
  display: block;
  margin-bottom: 10px;
}

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

.news-smart-box__instance article.post__date {
  float: left;
}

.news-smart-box__instance article.post__comments {
  float: left;
}

.news-smart-box__instance article.post__author {
  float: left;
}

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

.news-smart-box__instance.layout_type_1 .full-type {
  float: right;
  margin-bottom: 43px;
}

@media (min-width: 768px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    margin-bottom: 0;
  }
}

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

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

@media (max-width: 543px) {
  .news-smart-box__instance.layout_type_1 .mini-type {
    margin-bottom: 25px;
  }
  .news-smart-box__instance.layout_type_1 .mini-type:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .news-smart-box__instance.layout_type_1 .mini-type {
    margin-bottom: 46px;
  }
}

.news-smart-box__instance.layout_type_1 .mini-type:nth-last-child(2) {
  margin-bottom: 0;
}

.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_2 .full-type {
  margin-bottom: 43px;
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_2 .full-type .entry-title {
    font-size: 30px;
  }
}

.news-smart-box__instance.layout_type_2 article.post.mini-type .entry-header {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .news-smart-box__instance.layout_type_2 article.post.mini-type .entry-header {
    max-width: 30%;
    margin-right: 25px;
  }
}

.news-smart-box__instance.layout_type_2 article.post.mini-type .post__cats {
  margin-top: -5px;
}

.news-smart-box__instance.layout_type_3 .full-type {
  margin-bottom: 43px;
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_3 .full-type .entry-title {
    font-size: 30px;
  }
}

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

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

.news-smart-box__instance.layout_type_3 article.post.mini-type .entry-header {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .news-smart-box__instance.layout_type_3 article.post.mini-type .entry-header {
    max-width: 30%;
    margin-right: 25px;
  }
}

.news-smart-box__instance.layout_type_3 article.post.mini-type .post__cats {
  margin-top: -5px;
}

.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: 21px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .news-smart-box__navigation {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.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;
  font-size: 40px;
  line-height: 30px;
}

.news-smart-box__navigation .current-term h4 {
  margin-top: 7px;
}

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

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

.news-smart-box__navigation .terms-list .term-item span {
  display: block;
  padding: 10px 0px 0 0px;
  margin: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.news-smart-box__navigation .terms-list .term-item:before {
  width: 0%;
  height: 0px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  background-color: #000;
  opacity: 0;
  content: '';
  transition: all 0.4s ease;
}

.news-smart-box__navigation .terms-list .term-item:hover:before {
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .news-smart-box__navigation .terms-list .term-item:first-child span {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .news-smart-box__navigation .terms-list .term-item:last-child span {
    margin-right: 0;
  }
}

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

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

.nsb-spinner {
  width: 35px;
  height: 35px;
  position: absolute;
  display: none;
  top: 0;
  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);
  }
}

.news-smart-box .entry-content {
  margin-top: 1.5em;
}

.news-smart-box .entry-content .entry-title {
  margin-bottom: 9px;
}

.news-smart-box .entry-content .entry-title a {
  text-decoration: none;
}

.news-smart-box .entry-content .entry-title a:hover {
  text-decoration: underline;
}

.news-smart-box .entry-content .post__excerpt {
  margin-bottom: 7px;
}

.news-smart-box .post__comments {
  position: relative;
  padding-left: 29px;
}

.news-smart-box .post__comments::before {
  font-size: 4px;
  position: absolute;
  top: 6px;
  left: 0px;
  content: 'fiber_manual_record';
  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';
}

.news-smart-box .post__comments i::before {
  content: '\f0e5';
  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;
  position: relative;
  top: 1px;
  left: -7px;
}

.news-smart-box .post__comments:first-child::before {
  content: '';
}

.news-smart-box .post__comments:first-child i {
  padding-left: 8px;
}

.news-smart-box .mini-type .post__cats {
  margin-top: 11px;
}

.news-smart-box .mini-type .post__cats a {
  display: inline-block;
}

.news-smart-box .mini-type .entry-title {
  margin-top: 5px;
  margin-bottom: 6px;
}

.news-smart-box .post__cats a {
  font-size: 14px;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

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

.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a;
  font-size: 14px;
  font-size: 0.875rem;
}

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

.wpcf7 img.ajax-loader {
  margin-top: 37px;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 12px;
  font-size: 0.75rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-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%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.fb_iframe_widget > span {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */