@charset "UTF-8";
/*
Theme Name: Blogetti
Theme URI: http://www.templatemonster.com/wordpress-themes/53920.html
Author: TemplateMonster
Author URI: http://www.templatemonster.com/
Description: Photolab theme echoes a flat design approach and a modern clean look perfect for creating an engaging blog. Its layout inspired by the latest trends underlines visual excellence of the theme without distracting from the content. Ideal for blogs that require alluring design. Consisting of a standard set of pages, the theme is centered around its blog section. It's accessible from the Blog page and the front page presenting posts of various types: articles, quotations, photos, videos. Each type of blog content is placed in a separate block marked with a certain color bar and an icon on it. Defined by stylish design frame and responsive nature, this theme offers its viewers a pleasant user experience when working with the site on whatever handheld device.
Version: 1.1.1
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blogetti
Domain Path: /languages/
Tags: white, one-column, two-columns, fluid-layout, custom-background, custom-menu, featured-images, full-width-template, post-formats, sticky-post, translation-ready, photoblogging

This theme is licensed under the GPL v3.
All images included within theme (all in images/ folder and screenshot.png) are provided by Alexey Karaman under GNU Public License (GPL).

Photolab is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# 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;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Bootstrap 4 grids
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .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 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1200px) {
  .two-sidebars .site-content > .container > .row > div {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# 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: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #303043;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea,
#lang_sel {
  color: #303043;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 300;
}

h1,
.h1-style {
  font-size: 60px;
  line-height: 1.3em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h1,
.h1-style {
  margin: 6px 0;
}

h2,
.h2-style {
  font-size: 40px;
  line-height: 1.25em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h2,
.h2-style {
  margin: 10px 0;
}

h3,
.h3-style {
  font-size: 30px;
  line-height: 1.2em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h3,
.h3-style {
  margin: 16px 0;
}

h4,
.h4-style {
  font-size: 24px;
  line-height: 1.2em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h4,
.h4-style {
  margin: 14px 0;
}

h5,
.h5-style {
  font-size: 18px;
  line-height: 1.28em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h5,
.h5-style {
  margin: 18px 0;
}

h6,
.h6-style {
  font-size: 16px;
  line-height: 1.375em;
  font-family: "Noto Serif", serif;
  font-weight: 700;
}

h6,
.h6-style {
  margin: 19px 0;
}

p {
  margin: 0 0 1.0885em;
}

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

blockquote {
  margin: 0 1em;
}

address {
  margin: 0 0 1em;
}

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

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

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

mark, ins {
  padding: 2px 5px;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text-italic {
  font-style: italic;
}

.text-bold {
  font-weight: bolder;
}

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

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

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

@media (max-width: 1200px) {
  .site h1,
  .site .h1-style {
    font-size: 1.9rem;
  }
  .site h2,
  .site .h2-style {
    font-size: 1.7rem;
  }
  .site h3,
  .site .h3-style {
    font-size: 1.5rem;
  }
  .site h4,
  .site .h4-style,
  .site .entry-quote.entry-quote blockquote,
  .site .format-quote .post-content blockquote p {
    font-size: 1.3rem;
  }
  .site h5,
  .site .h5-style,
  .site ul.main-navigation li,
  .site button,
  .site input[type="button"],
  .site input[type="reset"],
  .site input[type="submit"],
  .site a.btn,
  .site blockquote,
  .site q,
  .site .calendar_wrap caption,
  .site .entry-thumbnail.entry-link .thumbnail,
  .site figure.entry-link.without-image {
    font-size: 1.125rem;
  }
  .site h6,
  .site .h6-style,
  .site ul.post-categories a,
  .site .navigation.pagination .nav-links a,
  .site .navigation.pagination .nav-links span,
  .site ul.main-navigation li ul li,
  .site .post-content ol li:before,
  .site .comment-content ol li:before,
  .site .calendar_wrap th,
  .site .calendar_wrap tbody td,
  .site .widget_archive ul li,
  .site .widget_categories ul li a,
  .site .entry-quote.entry-quote blockquote a,
  .site .format-quote .post-content blockquote p a,
  .site .navigation.pagination .nav-links,
  .site .search-form .search-field {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site .camera_wrap .camera-post h1,
  .site .camera_wrap .camera-post .h1-style,
  .site .camera_wrap .camera-post h2,
  .site .camera_wrap .camera-post .h2-style,
  .site .camera_wrap .camera-post h3,
  .site .camera_wrap .camera-post .h3-style,
  .site .camera_wrap .camera-post h4,
  .site .camera_wrap .camera-post .h4-style,
  .site .camera_wrap .camera-post h5,
  .site .camera_wrap .camera-post .h5-style,
  .site .camera_wrap .camera-post h6,
  .site .camera_wrap .camera-post .h6-style {
    line-height: 1.5em;
  }
  .site .camera_wrap .camera-post h1,
  .site .camera_wrap .camera-post .h1-style {
    font-size: 1.3rem;
  }
  .site .camera_wrap .camera-post h2,
  .site .camera_wrap .camera-post .h2-style {
    font-size: 1.2rem;
  }
  .site .camera_wrap .camera-post h3,
  .site .camera_wrap .camera-post .h3-style {
    font-size: 1.1rem;
  }
  .site .camera_wrap .camera-post h4,
  .site .camera_wrap .camera-post .h4-style {
    font-size: 1rem;
  }
  .site .camera_wrap .camera-post h5,
  .site .camera_wrap .camera-post .h5-style {
    font-size: 0.9rem;
  }
  .site .camera_wrap .camera-post h6,
  .site .camera_wrap .camera-post .h6-style {
    font-size: 0.8rem;
  }
}

.two-sidebars .site-content h1,
.two-sidebars .site-content .h1-style,
.main .camera_container h1,
.main .camera_container .h1-style,
.left-sidebar .camera_container h1,
.left-sidebar .camera_container .h1-style,
.right-sidebar .camera_container h1,
.right-sidebar .camera_container .h1-style {
  font-size: 1.9rem;
}

.two-sidebars .site-content h2,
.two-sidebars .site-content .h2-style,
.main .camera_container h2,
.main .camera_container .h2-style,
.left-sidebar .camera_container h2,
.left-sidebar .camera_container .h2-style,
.right-sidebar .camera_container h2,
.right-sidebar .camera_container .h2-style {
  font-size: 1.7rem;
}

.two-sidebars .site-content h3,
.two-sidebars .site-content .h3-style,
.main .camera_container h3,
.main .camera_container .h3-style,
.left-sidebar .camera_container h3,
.left-sidebar .camera_container .h3-style,
.right-sidebar .camera_container h3,
.right-sidebar .camera_container .h3-style {
  font-size: 1.5rem;
}

.two-sidebars .site-content h4,
.two-sidebars .site-content .h4-style,
.two-sidebars .site-content .entry-quote.entry-quote blockquote,
.two-sidebars .site-content .format-quote .post-content blockquote p,
.main .camera_container h4,
.main .camera_container .h4-style,
.main .camera_container .entry-quote.entry-quote blockquote,
.main .camera_container .format-quote .post-content blockquote p,
.left-sidebar .camera_container h4,
.left-sidebar .camera_container .h4-style,
.left-sidebar .camera_container .entry-quote.entry-quote blockquote,
.left-sidebar .camera_container .format-quote .post-content blockquote p,
.right-sidebar .camera_container h4,
.right-sidebar .camera_container .h4-style,
.right-sidebar .camera_container .entry-quote.entry-quote blockquote,
.right-sidebar .camera_container .format-quote .post-content blockquote p {
  font-size: 1.3rem;
}

.two-sidebars .site-content h5,
.two-sidebars .site-content .h5-style,
.two-sidebars .site-content ul.main-navigation li,
.two-sidebars .site-content button,
.two-sidebars .site-content input[type="button"],
.two-sidebars .site-content input[type="reset"],
.two-sidebars .site-content input[type="submit"],
.two-sidebars .site-content a.btn,
.two-sidebars .site-content blockquote,
.two-sidebars .site-content q,
.two-sidebars .site-content .calendar_wrap caption,
.two-sidebars .site-content .entry-thumbnail.entry-link .thumbnail,
.two-sidebars .site-content figure.entry-link.without-image,
.main .camera_container h5,
.main .camera_container .h5-style,
.main .camera_container ul.main-navigation li,
.main .camera_container button,
.main .camera_container input[type="button"],
.main .camera_container input[type="reset"],
.main .camera_container input[type="submit"],
.main .camera_container a.btn,
.main .camera_container blockquote,
.main .camera_container q,
.main .camera_container .calendar_wrap caption,
.main .camera_container .entry-thumbnail.entry-link .thumbnail,
.main .camera_container figure.entry-link.without-image,
.left-sidebar .camera_container h5,
.left-sidebar .camera_container .h5-style,
.left-sidebar .camera_container ul.main-navigation li,
.left-sidebar .camera_container button,
.left-sidebar .camera_container input[type="button"],
.left-sidebar .camera_container input[type="reset"],
.left-sidebar .camera_container input[type="submit"],
.left-sidebar .camera_container a.btn,
.left-sidebar .camera_container blockquote,
.left-sidebar .camera_container q,
.left-sidebar .camera_container .calendar_wrap caption,
.left-sidebar .camera_container .entry-thumbnail.entry-link .thumbnail,
.left-sidebar .camera_container figure.entry-link.without-image,
.right-sidebar .camera_container h5,
.right-sidebar .camera_container .h5-style,
.right-sidebar .camera_container ul.main-navigation li,
.right-sidebar .camera_container button,
.right-sidebar .camera_container input[type="button"],
.right-sidebar .camera_container input[type="reset"],
.right-sidebar .camera_container input[type="submit"],
.right-sidebar .camera_container a.btn,
.right-sidebar .camera_container blockquote,
.right-sidebar .camera_container q,
.right-sidebar .camera_container .calendar_wrap caption,
.right-sidebar .camera_container .entry-thumbnail.entry-link .thumbnail,
.right-sidebar .camera_container figure.entry-link.without-image {
  font-size: 1.125rem;
}

.two-sidebars .site-content h6,
.two-sidebars .site-content .h6-style,
.two-sidebars .site-content ul.post-categories a,
.two-sidebars .site-content .navigation.pagination .nav-links a,
.two-sidebars .site-content .navigation.pagination .nav-links span,
.two-sidebars .site-content ul.main-navigation li ul li,
.two-sidebars .site-content .post-content ol li:before,
.two-sidebars .site-content .comment-content ol li:before,
.two-sidebars .site-content .calendar_wrap th,
.two-sidebars .site-content .calendar_wrap tbody td,
.two-sidebars .site-content .widget_archive ul li,
.two-sidebars .site-content .widget_categories ul li a,
.two-sidebars .site-content .entry-quote.entry-quote blockquote a,
.two-sidebars .site-content .format-quote .post-content blockquote p a,
.two-sidebars .site-content .navigation.pagination .nav-links,
.two-sidebars .site-content .search-form .search-field,
.main .camera_container h6,
.main .camera_container .h6-style,
.main .camera_container ul.post-categories a,
.main .camera_container .navigation.pagination .nav-links a,
.main .camera_container .navigation.pagination .nav-links span,
.main .camera_container ul.main-navigation li ul li,
.main .camera_container .post-content ol li:before,
.main .camera_container .comment-content ol li:before,
.main .camera_container .calendar_wrap th,
.main .camera_container .calendar_wrap tbody td,
.main .camera_container .widget_archive ul li,
.main .camera_container .widget_categories ul li a,
.main .camera_container .entry-quote.entry-quote blockquote a,
.main .camera_container .format-quote .post-content blockquote p a,
.main .camera_container .navigation.pagination .nav-links,
.main .camera_container .search-form .search-field,
.left-sidebar .camera_container h6,
.left-sidebar .camera_container .h6-style,
.left-sidebar .camera_container ul.post-categories a,
.left-sidebar .camera_container .navigation.pagination .nav-links a,
.left-sidebar .camera_container .navigation.pagination .nav-links span,
.left-sidebar .camera_container ul.main-navigation li ul li,
.left-sidebar .camera_container .post-content ol li:before,
.left-sidebar .camera_container .comment-content ol li:before,
.left-sidebar .camera_container .calendar_wrap th,
.left-sidebar .camera_container .calendar_wrap tbody td,
.left-sidebar .camera_container .widget_archive ul li,
.left-sidebar .camera_container .widget_categories ul li a,
.left-sidebar .camera_container .entry-quote.entry-quote blockquote a,
.left-sidebar .camera_container .format-quote .post-content blockquote p a,
.left-sidebar .camera_container .navigation.pagination .nav-links,
.left-sidebar .camera_container .search-form .search-field,
.right-sidebar .camera_container h6,
.right-sidebar .camera_container .h6-style,
.right-sidebar .camera_container ul.post-categories a,
.right-sidebar .camera_container .navigation.pagination .nav-links a,
.right-sidebar .camera_container .navigation.pagination .nav-links span,
.right-sidebar .camera_container ul.main-navigation li ul li,
.right-sidebar .camera_container .post-content ol li:before,
.right-sidebar .camera_container .comment-content ol li:before,
.right-sidebar .camera_container .calendar_wrap th,
.right-sidebar .camera_container .calendar_wrap tbody td,
.right-sidebar .camera_container .widget_archive ul li,
.right-sidebar .camera_container .widget_categories ul li a,
.right-sidebar .camera_container .entry-quote.entry-quote blockquote a,
.right-sidebar .camera_container .format-quote .post-content blockquote p a,
.right-sidebar .camera_container .navigation.pagination .nav-links,
.right-sidebar .camera_container .search-form .search-field {
  font-size: 1rem;
}

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

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

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

blockquote, q {
  position: relative;
  margin: 0 0 22px;
  padding: 4px 0 0 60px;
}

blockquote:before, q:before {
  content: "“";
  font-size: 106px;
  line-height: .8;
  position: absolute;
  top: 0;
  left: -4px;
}

blockquote > p, q > p {
  margin: 0;
}

blockquote > p + p, q > p + p {
  margin: 10px 0 0;
}

blockquote > a,
blockquote > p > a,
blockquote cite, q > a,
q > p > a,
q cite {
  display: inline-block;
  font-style: italic;
  text-decoration: none;
}

blockquote > a:before,
blockquote > p > a:before,
blockquote cite:before, q > a:before,
q > p > a:before,
q cite:before {
  content: '—';
  padding: 0 2px 0 0;
}

.post-content blockquote > a,
.comment-content blockquote > a,
.entry-content blockquote > a, .post-content
blockquote > p > a,
.comment-content
blockquote > p > a,
.entry-content
blockquote > p > a, .post-content
blockquote cite,
.comment-content
blockquote cite,
.entry-content
blockquote cite, .post-content q > a,
.comment-content q > a,
.entry-content q > a, .post-content
q > p > a,
.comment-content
q > p > a,
.entry-content
q > p > a, .post-content
q cite,
.comment-content
q cite,
.entry-content
q cite {
  text-decoration: none;
}

blockquote + cite, q + cite {
  padding: 10px 0 0;
  display: inline-block;
}

hr {
  background-color: #d3d3d8;
  border: 0;
  height: 1px;
  margin: 25px 0;
  clear: both;
}

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

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

.post-content ul li:last-child,
.post-content ol li:last-child,
.comment-content ul li:last-child,
.comment-content ol li:last-child,
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 1px;
}

.post-content ul ul,
.comment-content ul ul,
.entry-content ul ul {
  padding: 0 0 0 20px;
}

.post-content ul li,
.comment-content ul li,
.entry-content ul li {
  padding: 3px 0 3px 15px;
  position: relative;
}

.post-content ul li:before,
.comment-content ul li:before,
.entry-content ul li:before {
  content: '•';
  font-size: 1rem;
  line-height: inherit;
  position: absolute;
  top: 3px;
  left: 0;
}

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

.post-content ol ol,
.comment-content ol ol,
.entry-content ol ol {
  padding: 0 0 0 20px;
}

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

.post-content ol li:before,
.comment-content ol li:before,
.entry-content ol li:before {
  content: counter(list) ".";
  counter-increment: list;
  font-size: 1rem;
  line-height: inherit;
  padding: 0 7px 0 0;
  font-style: italic;
  font-weight: bold;
}

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

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

.round {
  border-radius: 50%;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #eeeeef;
}

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

.bg-dark .form-group input {
  background-color: #ffffff;
}

.loader-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin-top: 0px;
  top: 0px;
}

.loader-wrapper #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-wrapper #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.loader-wrapper .object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.loader-wrapper .object:nth-child(2n+0) {
  margin-right: 0px;
}

.loader-wrapper #object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}

.loader-wrapper #object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
}

.loader-wrapper #object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}

.loader-wrapper #object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}

@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}

@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 11px 30px 15px;
  text-shadow: none;
  font-style: italic;
}

@media (max-width: 767px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .btn {
    padding: 10px 20px;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
  box-shadow: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.btn:active,
.btn:focus {
  box-shadow: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.btn i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  line-height: inherit;
  margin: 0px -5px 0px 3px;
  color: inherit;
}

.btn.btn-link {
  margin: 0;
  padding: 0;
  line-height: 1.375rem;
}

.btn.btn-link i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  line-height: inherit;
  margin: 0px -5px 0px 3px;
}

@media (max-width: 1200px) {
  .btn.btn-link i {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .btn.btn-link i {
    margin: 0 0 0 3px;
  }
}

.masonry-layout .btn.btn-link i,
.grid-layout .btn.btn-link i {
  margin: 0 0 0 -2px;
}

.masonry-layout .btn.btn-link em,
.grid-layout .btn.btn-link em {
  display: none;
}

.btn.btn-large {
  padding: 1.025em 2.11em 1.275em;
}

@media (max-width: 767px) {
  .btn.btn-large {
    padding: .5em 1em;
  }
}

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"],
textarea {
  max-width: 100%;
  color: #303043;
  border: 1px solid #d3d3d8;
  border-radius: 0;
  background: #f3f3f3;
}

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,
textarea:focus {
  color: #303043;
}

select {
  border: 1px solid #d3d3d8;
}

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"] {
  padding: 0 19px;
  line-height: 50px;
  height: 50px;
  padding-bottom: 1px;
}

textarea {
  padding: 10px 15px;
  width: 100%;
  resize: vertical;
}

/* Top panel */
.search-form-header {
  text-align: right;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .search-form-header {
    display: block;
  }
}

.search-form-header .search-field,
.search-form-header .search-submit {
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  height: 30px;
}

.search-form-header .search-field {
  background: none;
  border: none;
  width: 118px;
  padding: 0 10px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .search-form-header .search-field {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .search-form-header .search-field {
    width: 80px;
  }
}

.search-form-header .search-field:focus, .search-form-header .search-field:hover {
  background: #f5f5f5;
}

.search-form-header div {
  display: inline-block;
  vertical-align: middle;
}

.search-form-header .search-submit {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.search-form-header .search-submit i {
  font-size: 15px;
  line-height: inherit;
}

.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1px;
}

.search-form * {
  box-sizing: border-box;
}

.search-form label,
.search-form .search-submit {
  min-width: 1px;
}

.search-form label {
  -webkit-flex: 5 1 auto;
      -ms-flex: 5 1 auto;
          flex: 5 1 auto;
}

.search-form label input {
  width: 100%;
  text-align: left;
  font-style: italic;
}

.search-form .search-submit {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-style: italic;
  text-align: center;
}

.widget_search {
  display: block;
}

@media (min-width: 992px) {
  .widget_search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .widget_search .widget-title {
    margin: 0 30px 0 0;
  }
  .col-lg-1 .widget_search .widget-title,
  .col-lg-2 .widget_search .widget-title,
  .col-lg-3 .widget_search .widget-title,
  .col-lg-4 .widget_search .widget-title,
  .col-md-1 .widget_search .widget-title,
  .col-md-2 .widget_search .widget-title,
  .col-md-3 .widget_search .widget-title,
  .col-md-4 .widget_search .widget-title,
  .col-sm-1 .widget_search .widget-title,
  .col-sm-2 .widget_search .widget-title,
  .col-sm-3 .widget_search .widget-title,
  .col-sm-4 .widget_search .widget-title,
  .col-xs-1 .widget_search .widget-title,
  .col-xs-2 .widget_search .widget-title,
  .col-xs-3 .widget_search .widget-title,
  .col-xs-4 .widget_search .widget-title {
    margin: 0 0 25px;
  }
  .widget_search .search-form {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .col-lg-1 .widget_search,
  .col-lg-2 .widget_search,
  .col-lg-3 .widget_search,
  .col-lg-4 .widget_search,
  .col-md-1 .widget_search,
  .col-md-2 .widget_search,
  .col-md-3 .widget_search,
  .col-md-4 .widget_search,
  .col-sm-1 .widget_search,
  .col-sm-2 .widget_search,
  .col-sm-3 .widget_search,
  .col-sm-4 .widget_search,
  .col-xs-1 .widget_search,
  .col-xs-2 .widget_search,
  .col-xs-3 .widget_search,
  .col-xs-4 .widget_search {
    display: block;
  }
}

/* Comment form  */
.comment-respond {
  margin-top: 6px;
  padding: 17px 0 0;
  border-top: 1px solid #d3d3d8;
}

@media (max-width: 767px) {
  .comment-respond {
    padding: 15px 0 0;
  }
}

.comment-respond .comment-reply-title {
  margin: 0 0 13px;
}

.comment .comment-respond {
  padding: 23px 0;
}

@media (max-width: 767px) {
  .comment .comment-respond {
    padding: 15px 0;
  }
}

.comment-form div.label {
  margin: 0 0 5px;
}

.comment-form div.label em {
  font-weight: normal;
  margin: 0;
}

.comment-form .comment-form-author {
  margin: 17px 0 21px;
}

@media (max-width: 767px) {
  .comment-form .comment-form-author {
    margin: 10px 0;
  }
}

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

@media (max-width: 767px) {
  .comment-form .comment-form-email, .comment-form .comment-form-url {
    margin: 0 0 10px;
  }
}

.comment-form .comment-form-comment {
  margin: 0 0 29px;
}

@media (max-width: 767px) {
  .comment-form .comment-form-comment {
    margin: 0 0 10px;
  }
}

.comment-form .comment-form-comment textarea {
  min-height: 271px;
}

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

.comment-form input:not([type*='submit']) {
  width: 100%;
}

.comment-form input[type*='submit'] {
  margin: 0;
}

input[placeholder] {
  opacity: 1;
}

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

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

input:-ms-input-placeholder {
  opacity: 1;
}

textarea[placeholder] {
  opacity: 1;
}

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

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

textarea:-ms-input-placeholder {
  opacity: 1;
}

.theme-form label input[type="text"],
.theme-form label input[type="email"] {
  display: block;
  width: 100%;
}

.theme-form label em {
  display: inline-block;
  margin: 0 0 5px;
  font-weight: normal;
}

.theme-form_submit {
  margin: 10px 0 0;
}

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

a:visited {
  color: #fe7545;
}

a:hover, a:focus, a:active {
  color: #303043;
}

a:focus {
  outline: none;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Main menu */
@media (max-width: 1200px) {
  .menu-main_nav {
    padding: 20px 0;
  }
  .header-centered .menu-main_nav {
    padding-bottom: 0;
  }
  .header-minimal .menu-main_nav {
    padding: 0;
  }
  .menu_fixed .menu-main_nav {
    padding: 0;
  }
}

.hamburger-area .menu-main_nav {
  margin: 0 -.9375rem;
}

@media (max-width: 767px) {
  .hamburger-area .menu-main_nav {
    padding: 10px 0 20px 0;
  }
}

.menu-main_nav > ul.main-navigation {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation {
    text-align: left;
    border-bottom: 1px solid #d3d3d8;
  }
}

.header-centered .menu-main_nav > ul.main-navigation {
  padding-top: 18px;
}

@media (max-width: 1200px) {
  .header-centered .menu-main_nav > ul.main-navigation {
    padding: 0;
  }
}

.header-minimal .menu-main_nav > ul.main-navigation {
  text-align: left;
  padding: 13px 0 0;
}

@media (max-width: 1200px) {
  .header-minimal .menu-main_nav > ul.main-navigation {
    padding: 0;
  }
}

.menu-main_nav > ul.main-navigation a[href="#"] {
  cursor: default;
}

.menu-main_nav > ul.main-navigation > li {
  display: inline-block;
  float: none;
  position: relative;
  vertical-align: middle;
  z-index: 100;
  margin: 0 0 0 29px;
}

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

@media (max-width: 1600px) {
  .menu-main_nav > ul.main-navigation > li {
    margin: 0 0 0 20px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li {
    display: block;
    margin: 0;
    border-top: 1px solid #d3d3d8;
  }
}

.menu-main_nav > ul.main-navigation > li:before {
  content: '';
  position: absolute;
  left: -19px;
  width: 1px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  pointer-events: none;
  background: #8f8fb0;
}

.header-centered .menu-main_nav > ul.main-navigation > li:before,
.header-minimal .menu-main_nav > ul.main-navigation > li:before {
  top: .5em;
  margin: 0;
}

.page-layout-boxed .menu-main_nav > ul.main-navigation > li:before {
  display: none;
}

@media (max-width: 1600px) {
  .menu-main_nav > ul.main-navigation > li:before {
    display: none;
  }
}

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

.menu-main_nav > ul.main-navigation > li:first-child {
  margin: 0;
  padding-left: 21px;
}

@media (max-width: 1600px) {
  .menu-main_nav > ul.main-navigation > li:first-child {
    padding: 0;
  }
}

.header-centered .menu-main_nav > ul.main-navigation > li:first-child,
.header-minimal .menu-main_nav > ul.main-navigation > li:first-child {
  padding-left: 0;
}

.menu-main_nav > ul.main-navigation > li:first-child:before {
  display: none;
}

.menu-main_nav > ul.main-navigation > li:first-child > .sub-menu {
  margin: 0 0 0 21px;
}

@media (max-width: 1600px) {
  .menu-main_nav > ul.main-navigation > li:first-child > .sub-menu {
    margin: 0;
  }
}

.menu-main_nav > ul.main-navigation > li > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  padding: 37px 0 41px;
}

.menu_fixed .menu-main_nav > ul.main-navigation > li > a {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .menu_fixed .menu-main_nav > ul.main-navigation > li > a {
    padding: 15px 20px;
  }
}

.header-centered .menu-main_nav > ul.main-navigation > li > a {
  padding: 0 0 35px;
}

@media (max-width: 1200px) {
  .header-centered .menu-main_nav > ul.main-navigation > li > a {
    padding: 0 0 5px;
  }
}

.header-minimal .menu-main_nav > ul.main-navigation > li > a {
  padding: 0 0 36px;
}

@media (max-width: 1200px) {
  .header-minimal .menu-main_nav > ul.main-navigation > li > a {
    padding: 0 0 5px;
  }
}

@media (max-width: 1200px) {
  .menu-main_nav > ul.main-navigation > li > a {
    padding: 0 0 5px;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li > a {
    display: block;
    padding: 15px 20px;
  }
}

.menu-main_nav > ul.main-navigation > li > a.sf-with-ul:after {
  right: 0;
  margin-top: 0;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li > a.sf-with-ul:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li > a[title] {
    position: relative;
    padding-right: 180px;
    overflow: hidden;
  }
  .menu-main_nav > ul.main-navigation > li > a[title]:after {
    content: attr(title);
    display: block;
    font-weight: normal;
    font-size: .8em;
    margin: 5px 0 0;
    color: #000;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 150px;
    height: auto;
    margin: 0;
    text-align: right;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu-main_nav > ul.main-navigation > li > .title-attributes {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
  font-weight: normal;
  font-size: .7em;
}

.header-minimal .menu-main_nav > ul.main-navigation > li > .title-attributes,
.header-centered .menu-main_nav > ul.main-navigation > li > .title-attributes {
  vertical-align: top;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li > .title-attributes {
    display: none;
  }
}

.menu-main_nav > ul.main-navigation > li.sfHover {
  z-index: 1000;
}

.menu-main_nav > ul.main-navigation > li ul li {
  font-style: italic;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li ul li {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation > li ul li a {
    display: block;
    padding: 15px 20px;
  }
}

.menu-main_nav > ul.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 13.75rem;
  max-width: 300px;
  top: 100%;
  border-bottom: 1px solid #4d4d64;
}

.top-panel_container .menu-main_nav > ul.main-navigation ul {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .menu-main_nav > ul.main-navigation ul {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul {
    border-bottom: none;
    display: block !important;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
}

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

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul li {
    border-top: 1px solid #d3d3d8;
  }
}

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

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul li:hover > ul,
  .menu-main_nav > ul.main-navigation ul li.focus > ul {
    left: 0;
  }
}

.menu-main_nav > ul.main-navigation ul a {
  display: block;
  width: auto;
  padding: 15px 20px;
  border-top: 1px solid #4d4d64;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul a {
    padding: 0;
    display: inline-block;
    border: none;
  }
}

.menu-main_nav > ul.main-navigation ul a.sf-with-ul:after {
  content: '\e5cc';
  font: 1.25em/1.2em "Material Icons";
  border: none;
  margin: -10px 0 0;
  right: 15px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul a.sf-with-ul:after {
    display: none;
  }
}

.menu-main_nav > ul.main-navigation ul ul {
  float: left;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: -999em;
  z-index: 99999;
}

.menu_fixed .menu-main_nav > ul.main-navigation ul ul {
  padding: 0;
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul ul {
    float: none;
    display: block !important;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0;
    margin: 0;
    max-width: none;
    width: 100%;
    left: 0;
  }
}

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul ul li a {
    padding-left: 40px;
  }
}

.menu-main_nav > ul.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

@media (max-width: 767px) {
  .menu-main_nav > ul.main-navigation ul li:hover > ul,
  .menu-main_nav > ul.main-navigation ul li.focus > ul {
    left: 0;
  }
}

/* Top panel menu */
.menu-top_nav .menu {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .menu-top_nav .menu {
    display: block;
    padding-bottom: 20px;
  }
}

.menu-top_nav ul,
.top-panel_container .menu ul,
.menu-footer_nav ul,
.site-footer .menu ul {
  text-align: left;
  line-height: 1;
}

.menu-top_nav ul li,
.top-panel_container .menu ul li,
.menu-footer_nav ul li,
.site-footer .menu ul li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .menu-top_nav ul li,
  .top-panel_container .menu ul li,
  .menu-footer_nav ul li,
  .site-footer .menu ul li {
    margin: 5px 5px 5px 0;
  }
}

@media (max-width: 767px) {
  .menu-top_nav ul li,
  .top-panel_container .menu ul li,
  .menu-footer_nav ul li,
  .site-footer .menu ul li {
    display: block;
    margin: 0;
    padding: 20px 0 0;
  }
  .menu-top_nav ul li:first-child,
  .top-panel_container .menu ul li:first-child,
  .menu-footer_nav ul li:first-child,
  .site-footer .menu ul li:first-child {
    padding: 0;
  }
}

.menu-top_nav ul li:not(:empty):before,
.top-panel_container .menu ul li:not(:empty):before,
.menu-footer_nav ul li:not(:empty):before,
.site-footer .menu ul li:not(:empty):before {
  content: '•';
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 0 8px;
  color: #8F8FB0;
}

@media (max-width: 1200px) {
  .menu-top_nav ul li:not(:empty):before,
  .top-panel_container .menu ul li:not(:empty):before,
  .menu-footer_nav ul li:not(:empty):before,
  .site-footer .menu ul li:not(:empty):before {
    display: none;
  }
}

.menu-top_nav ul li:first-child:before,
.top-panel_container .menu ul li:first-child:before,
.menu-footer_nav ul li:first-child:before,
.site-footer .menu ul li:first-child:before {
  display: none;
}

/* Footer menu */
.menu-footer_nav ul,
.site-footer .menu ul {
  text-align: center;
}

@media (max-width: 767px) {
  .menu-footer_nav ul,
  .site-footer .menu ul {
    margin: 30px 0 0;
  }
}

.footer-style-3 .menu-footer_nav ul, .footer-style-3
.site-footer .menu ul {
  text-align: left;
}

@media (max-width: 767px) {
  .footer-style-3 .menu-footer_nav ul, .footer-style-3
  .site-footer .menu ul {
    text-align: center;
  }
}

/* Social menu */
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-style-2 .social-list,
.footer-style-3 .social-list {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-style-2 .social-list,
  .footer-style-3 .social-list {
    text-align: center;
  }
}

.social-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 5px 11px;
}

.social-list li a {
  text-decoration: none;
}

.social-list.list-header {
  text-align: right;
  padding-right: 2px;
}

.header-minimal .social-list.list-header {
  text-align: right;
}

.menu_fixed .social-list.list-header {
  display: none;
}

@media (max-width: 1200px) {
  .social-list.list-header {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .social-list.list-header {
    text-align: left;
    margin: 20px 0;
  }
}

.social-list.list-header li {
  margin: 5px 0 5px 22px;
}

@media (max-width: 767px) {
  .social-list.list-header li {
    margin: 5px 22px 5px 0;
  }
}

.navigation.pagination {
  margin: 30px 0;
}

.search .navigation.pagination {
  margin: 0;
}

.navigation.pagination .nav-links {
  margin-bottom: -5px;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 0;
  line-height: 3.125rem;
  min-height: 3.125rem;
  min-width: 3.125rem;
  text-align: center;
  vertical-align: middle;
  margin: 5px 6px 5px 0;
  font-style: italic;
}

.navigation.pagination .nav-links .page-numbers i {
  font-size: 1.375rem;
  vertical-align: top;
  height: inherit;
  line-height: 3.125rem;
}

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

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

.two-sidebars .alignleft {
  float: none;
  margin: 0 0 20px;
  display: block;
}

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

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

.two-sidebars .alignright {
  float: none;
  margin: 0 0 20px;
  display: block;
}

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

.alignnone.size-large {
  margin: 8px 0 4px;
}

img.size-full {
  margin-top: 23px;
  margin-bottom: 22px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  padding: 36px 40px;
  background: white;
  /* Make sure select elements fit in widgets. */
}

.widget:last-child {
  margin: 0;
}

.two-sidebars .widget,
.page-layout-sidebar-width-1__4 .widget {
  padding: 20px;
}

@media (max-width: 1201px) {
  .widget {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .widget {
    padding: 40px;
  }
}

@media (max-width: 481px) {
  .widget {
    padding: 20px 10px;
    margin: 10px 0;
  }
}

.widget.widget_monster_categories_tiles_widget {
  padding: 0;
  background: none;
}

.content-sidebar .widget.widget_monster_posts_carousel_widget {
  margin: 0;
  padding: 0;
  background: none;
}

.widget.widget_monster_posts_slider_widget {
  padding: 0;
}

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

@media (max-width: 767px) {
  .right-sidebar .widget {
    margin: 10px 0;
  }
}

.widget > h4,
.widget .widget-title {
  margin-top: 0;
}

/* Interval widgets */
.main .widget {
  margin: 0 0 30px;
}

.main .widget:last-child {
  margin: 0;
}

.right-sidebar,
.left-sidebar {
  margin: 0 0 30px;
}

@media (max-width: 993px) {
  .right-sidebar,
  .left-sidebar {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .right-sidebar,
  .left-sidebar {
    margin: 10px 0;
  }
}

.content-sidebar .widget {
  margin: 30px 0 0;
}

.content-sidebar .widget:first-child {
  margin: 0;
}

.site-footer .widget {
  background: none;
  padding: 0;
  margin: 30px 0 0;
}

.site-footer .widget:first-child {
  margin: 0;
}

.content-sidebar-0 {
  margin-top: 30px;
}

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

.footer-style-2 .footer-widgets .widget-title {
  margin: 0 0 16px;
}

.footer-widgets .text-center {
  text-align: left;
}

.footer-widgets .widget.widget_monster_subscribe_and_social_widget {
  background: none;
}

.right-sidebar .widget.widget_calendar {
  padding: 30px 35px 10px;
}

.two-sidebars .right-sidebar .widget.widget_calendar,
.page-layout-sidebar-width-1__4 .right-sidebar .widget.widget_calendar {
  padding: 20px 15px;
}

@media (max-width: 1201px) {
  .right-sidebar .widget.widget_calendar {
    padding: 20px 15px;
  }
}

@media (max-width: 993px) {
  .right-sidebar .widget.widget_calendar {
    padding: 30px 35px 10px;
  }
}

@media (max-width: 481px) {
  .right-sidebar .widget.widget_calendar {
    padding: 20px 5px;
  }
}

.right-sidebar .widget.widget_calendar .widget-title {
  padding: 0 4px;
  margin-bottom: 25px;
}

.calendar_wrap table {
  border-collapse: separate;
  border-spacing: 4px;
}

.calendar_wrap caption {
  padding: 13px 10px;
  font-style: italic;
  margin: 0 4px 15px;
}

.calendar_wrap th,
.calendar_wrap tbody td {
  text-align: center;
  font-style: italic;
  padding: 8px 2px;
}

.calendar_wrap th:not(.pad),
.calendar_wrap tbody td:not(.pad) {
  background: #f3f3f3;
}

.calendar_wrap tbody td {
  position: relative;
}

.calendar_wrap tbody td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 2px;
  background: transparent;
}

.calendar_wrap tbody td {
  font-weight: normal;
}

.calendar_wrap #prev,
.calendar_wrap #next {
  padding: 15px 0 0;
}

.calendar_wrap #prev {
  text-align: left;
}

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

.calendar_wrap td:empty {
  visibility: hidden;
}

/* TM Subscribe widget */
@media (max-width: 1200px) {
  .tm-subscribe-and-share-widget {
    text-align: center;
  }
}

.tm-subscribe-and-share-widget > h4 {
  margin: 0 0 20px;
}

.tm-subscribe-and-share-widget > p {
  width: 80%;
  margin: 0 auto 23px;
}

.tm-subscribe-and-share-widget .btn-primary:before {
  display: none;
}

.tm-subscribe-and-share-widget * {
  box-sizing: border-box;
}

.tm-subscribe-and-share-widget .form-group {
  position: relative;
  display: block;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .tm-subscribe-and-share-widget .form-group {
    width: 100%;
  }
}

.tm-subscribe-and-share-widget .form-group label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .tm-subscribe-and-share-widget .form-group label {
    display: block;
  }
}

.tm-subscribe-and-share-widget .form-group input[type="email"],
.tm-subscribe-and-share-widget .form-group .btn-wrap {
  margin: 0;
  height: 50px;
  min-width: 1px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .tm-subscribe-and-share-widget .form-group input[type="email"],
  .tm-subscribe-and-share-widget .form-group .btn-wrap {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.tm-subscribe-and-share-widget .form-group input[type="email"] {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-weight: normal;
  text-align: left;
  background: white;
  padding-bottom: 5px;
}

@media (min-width: 1201px) {
  .tm-subscribe-and-share-widget .form-group input[type="email"] {
    border-right: 0;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .tm-subscribe-and-share-widget .form-group input[type="email"] {
    border-bottom: 0;
  }
}

.tm-subscribe-and-share-widget .form-group .btn-wrap button {
  width: 100%;
  height: 50px;
}

.tm-subscribe-and-share-widget .form-group select,
.tm-subscribe-and-share-widget .form-group textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 22px 15px 15px;
  line-height: 18px;
  color: #303043;
  background: #ffffff;
  border: none;
  border: 1px solid #d3d3d8;
  border-radius: 1px;
}

.tm-subscribe-and-share-widget .form-group textarea {
  resize: none;
  overflow: auto;
  height: 270px;
  border: 1px solid #d3d3d8;
}

.tm-subscribe-and-share-widget .form-group > label {
  width: 100%;
  font-weight: 400;
}

.tm-subscribe-and-share-widget .form-group .mfInfo {
  margin: 10px 0;
}

.tm-subscribe-and-share-widget .form-group .msg {
  position: relative;
}

.tm-subscribe-and-share-widget .form-group .message {
  position: relative;
  width: 100%;
  font-size: .75rem;
  margin: 0 0 10px;
  display: block;
  text-align: center;
}

.tm-subscribe-and-share-widget .form-group .message.success_message {
  color: #387038;
}

.tm-subscribe-and-share-widget .form-group .message.failed_message {
  color: #CC0000;
}

.tm-subscribe-and-share-widget .form-group .message.warning_message {
  color: #d39323;
}

.tm-subscribe-and-share-widget .form-group:first-child {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget .form-group:first-child {
    width: 76%;
  }
}

.tm-subscribe-and-share-widget .form-group.textarea {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}

.tm-subscribe-and-share-widget .form-group input:-moz-placeholder,
.tm-subscribe-and-share-widget .form-group select:-moz-placeholder,
.tm-subscribe-and-share-widget .form-group textarea:-moz-placeholder {
  color: #303043;
  opacity: 1;
  font-style: italic;
}

.tm-subscribe-and-share-widget .form-group input::-webkit-input-placeholder,
.tm-subscribe-and-share-widget .form-group select::-webkit-input-placeholder,
.tm-subscribe-and-share-widget .form-group textarea::-webkit-input-placeholder {
  color: #303043;
  opacity: 1;
  font-style: italic;
}

.tm-subscribe-and-share-widget .form-group input::-moz-placeholder,
.tm-subscribe-and-share-widget .form-group select::-moz-placeholder,
.tm-subscribe-and-share-widget .form-group textarea::-moz-placeholder {
  color: #303043;
  opacity: 1;
  font-style: italic;
}

.tm-subscribe-and-share-widget .form-group input:-ms-input-placeholder,
.tm-subscribe-and-share-widget .form-group select:-ms-input-placeholder,
.tm-subscribe-and-share-widget .form-group textarea:-ms-input-placeholder {
  color: #303043;
  opacity: 1;
  font-style: italic;
}

.tm-subscribe-and-share-widget form + .social-title {
  margin: 30px 0 0;
}

.tm-subscribe-and-share-widget .social-list {
  margin: 20px 0 0;
}

.footer-widgets .tm-subscribe-and-share-widget .social-list {
  text-align: left;
}

.footer-widgets .tm-subscribe-and-share-widget .social-list li {
  margin: 5px 20px 5px 0;
}

@media (min-width: 991px) {
  .page-layout-sidebar-width-1__4 .left-sidebar .tm-subscribe-and-share-widget .form-group label,
  .two-sidebars .left-sidebar .tm-subscribe-and-share-widget .form-group label, .page-layout-sidebar-width-1__4
  .right-sidebar .tm-subscribe-and-share-widget .form-group label,
  .two-sidebars
  .right-sidebar .tm-subscribe-and-share-widget .form-group label {
    display: block;
  }
}

@media (min-width: 991px) {
  .two-sidebars .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
  .page-layout-sidebar-width-1__4 .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"], .two-sidebars
  .left-sidebar .tm-subscribe-and-share-widget .form-group .btn-wrap,
  .page-layout-sidebar-width-1__4
  .left-sidebar .tm-subscribe-and-share-widget .form-group .btn-wrap, .two-sidebars
  .right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
  .page-layout-sidebar-width-1__4
  .right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"], .two-sidebars
  .right-sidebar .tm-subscribe-and-share-widget .form-group .btn-wrap,
  .page-layout-sidebar-width-1__4
  .right-sidebar .tm-subscribe-and-share-widget .form-group .btn-wrap {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.two-sidebars .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
.page-layout-sidebar-width-1__4 .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"], .two-sidebars
.right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
.page-layout-sidebar-width-1__4
.right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"] {
  border-right: 1px solid #d3d3d8;
}

@media (min-width: 991px) {
  .two-sidebars .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
  .page-layout-sidebar-width-1__4 .left-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"], .two-sidebars
  .right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"],
  .page-layout-sidebar-width-1__4
  .right-sidebar .tm-subscribe-and-share-widget .form-group input[type="email"] {
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget .form-group.btn-wr {
    margin-left: -5px;
  }
}

.tm-subscribe-and-share-widget .form-group.btn-wr {
  vertical-align: top;
}

@media (max-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-1 {
    text-align: center;
  }
}

+ .tm-subscribe-and-share-widget--mod-1 {
  margin-top: 30px;
}

.tm-subscribe-and-share-widget--mod-1 .form-group:first-child {
  width: 100%;
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-1 .form-group:first-child {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-1 .form-group.btn-wr {
    margin-left: -5px;
  }
}

+ .tm-subscribe-and-share-widget--mod-2 {
  margin-top: 30px;
}

.tm-subscribe-and-share-widget--mod-2 .form-group:first-child {
  width: 100%;
}

.tm-subscribe-and-share-widget--mod-2 .form-group:first-child input {
  background-color: #f3f3f3;
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-2 .form-group:first-child {
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-2 .form-group.btn-wr {
    margin-left: -5px;
  }
}

.tm-subscribe-and-share-widget--mod-3 .form-group:first-child {
  width: 100%;
}

.tm-subscribe-and-share-widget--mod-3 .form-group:first-child input {
  background-color: #f3f3f3;
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-3 .form-group:first-child {
    width: 87%;
  }
}

.tm-subscribe-and-share-widget--mod-4 .form-group:first-child {
  width: 100%;
}

@media (min-width: 1200px) {
  .tm-subscribe-and-share-widget--mod-4 .form-group:first-child {
    width: 85%;
  }
}

.tm-subscribe-and-share-widget--mod-5 .form-group:not(:last-child) {
  width: 100%;
}

.tm-subscribe-and-share-widget--mod-5 .form-group + .form-group:not(.btn-wr):not(.textarea) {
  margin-left: 0;
}

.tm-subscribe-and-share-widget--mod-5 .form-group + + .form-group {
  margin-top: 20px;
}

/* Full size sidebar */
.full-width-sidebar .full-width > * {
  margin: 0 0 30px;
}

.full-width-sidebar .full-width > *:last-child {
  margin: 0;
}

/* Author widget */
.widget_monster_about_author_widget img.round {
  max-width: 220px;
  width: 100%;
  margin: 0 0 12px;
}

.widget_monster_about_author_widget p {
  margin: 0 0 27px;
}

.widget_monster_about_author_widget a {
  margin: 0;
}

.full-width-sidebar .widget_monster_about_author_widget .text-center {
  text-align: left;
}

/* Categories & archive */
.widget_archive ul,
.widget_categories ul {
  margin: 25px 0 0;
}

.widget_archive ul li,
.widget_categories ul li {
  border-top: 1px solid #ccc;
  margin-top: 14px;
  padding-top: 13px;
  font-style: italic;
  font-weight: bold;
}

.widget_categories ul li {
  text-align: right;
  font-style: normal;
  font-weight: 300;
}

.widget_categories ul li:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.widget_categories ul li a {
  float: left;
  font-style: italic;
  display: block;
  font-weight: bold;
  text-align: left;
}

.widget_categories ul li .children {
  padding: 0 0 0 10px;
}

.widget_categories ul li .children ul ul {
  padding: 0;
}

.tm-grid-2x2-widget .col-xs-6 {
  margin: 0 0 28px 0;
}

/*========================================================
                      Contact Form
========================================================*/
.right-sidebar .widget.widget_monster_subscribe_and_social_widget {
  background: #eeeeef;
}

.right-sidebar .widget_text {
  padding: 36px 30px;
}

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

.widgets-in-column .widget.widget_text {
  text-align: left;
}

.widget blockquote {
  margin: 0;
  font-style: normal;
  padding: 0;
  font-style: italic;
  display: inline-block;
}

.widget blockquote:before {
  display: none;
}

.widget blockquote q {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.widget blockquote q:before {
  display: none;
}

.widget blockquote p + p {
  margin-top: 13px;
}

.widget blockquote * + cite {
  margin-top: 12px;
}

/* Advertisement widget */
.banner {
  overflow: hidden;
  position: relative;
}

.banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-img img {
  width: 100%;
}

.banner-img:before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #303043;
  opacity: 0.6;
}

.banner-overlay {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-overlay p {
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  font-style: italic;
}

.right-sidebar .widget {
  background: #fff;
}

.widget.widget_monster_subscribe_and_social_widget {
  background: #eeeeef;
}

/* Custom posts ( Yummies ) */
.latest-post h5 {
  margin-top: 0;
}

.footer-widgets .latest-post {
  border-color: #8f8fb0;
}

.latest-post .media .media-left {
  float: left;
  margin: 5px 20px 10px 0;
}

@media (max-width: 767px) {
  .latest-post .media .media-left {
    float: none;
    margin: 0 0 20px;
  }
}

.latest-post .media .media-left:after {
  content: '';
  height: 0px;
  display: block;
  clear: both;
}

.latest-post .media .media-left img {
  width: 105px;
}

.latest-post .media .media-left + .media-body {
  overflow: hidden;
}

.latest-post .latest-post-meta {
  margin-top: 14px;
}

.latest-post .latest-post-meta:before {
  content: '';
  display: block;
  clear: both;
}

.latest-post-meta {
  font-family: 'Noto Serif', serif;
  color: #fe7545;
  font-style: italic;
}

.latest-post-meta p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.two-sidebars .latest-post-meta p {
  display: block;
}

.latest-post-meta p:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #C2C2C2;
  position: relative;
  margin: 0 10px 0 7px;
}

.two-sidebars .latest-post-meta p:before {
  display: none;
}

.latest-post-meta p:first-child:before {
  display: none;
}

.latest-post-meta a:hover {
  color: #303043;
}

.tags * + .btn-group {
  margin-top: 21px;
}

.tags .btn {
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}

.right-sidebar .widget.widget_monster_advertisement_widget {
  padding: 0;
  background: transparent;
}

/*
*  Youtube
*/
.youtube {
  position: relative;
}

.youtube .channel-name {
  border-bottom: 1px solid #d3d3d8;
  position: relative;
  margin: 15px 0 30px;
  padding: 0 50px 0 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal;
}

.youtube .channel-name h5 {
  margin: 0;
}

.youtube .channel-name p {
  margin: 5px 0 26px;
}

.youtube .icon {
  position: absolute;
  right: 3px;
  top: 5px;
  max-width: 50px;
  font-size: 2.5em;
  color: #cc181e;
}

.youtube .btn-md {
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  width: calc(100% - 115px);
}

.youtube .btn-md i {
  margin: 0 5px 0 0;
}

.youtube .button-cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1px;
}

.youtube-cnt,
.youtube .btn {
  height: 50px;
  line-height: 50px;
}

.youtube .btn {
  padding: 0;
  text-align: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.youtube .btn i {
  margin: 0;
}

.two-sidebars .youtube .btn i {
  display: none;
}

.youtube-cnt {
  position: relative;
  -webkit-flex: 0 0 92px;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
  margin: 0 0 0 20px;
  text-align: center;
  background-color: #f3f3f3;
}

.youtube-cnt:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 243, 243, 0);
  border-right-color: #f3f3f3;
  border-width: 8px;
  margin-top: -8px;
}

.icon-secondary {
  color: #cc181e;
}

/* Text */
.text-muted {
  color: #1a1a26;
}

.text-primary {
  color: #fe7545;
}

.text-success {
  color: #63cd54;
}

.text-info {
  color: #4acad5;
}

.text-warning {
  color: #d8c860;
}

.text-danger {
  color: #f44236;
}

.txt-heading {
  font-style: italic;
  font-family: 'Noto Serif', serif;
}

.tagcloud {
  font-size: 0;
}

.tagcloud a {
  border: none;
  padding: 6px 23px 7px;
  font-size: 1rem;
  line-height: 1.75;
  background-color: #f3f3f3;
  font-style: italic;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  display: inline-block;
  margin: 0 3px 3px 0;
}

.tagcloud a:hover,
.tagcloud a:active {
  background-color: #303043;
  color: #ffffff;
}

.widget.widget_recent_comments {
  font-family: 'Noto Serif', serif;
}

.widget.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.widget.widget_recent_comments li.recentcomments span a {
  font-weight: 700;
  font-style: italic;
}

.widget.widget_recent_comments li.recentcomments {
  font-weight: 300;
  font-style: italic;
}

.widget.widget_recent_comments li.recentcomments a {
  font-weight: 700;
  font-style: normal;
}

.widget.widget_recent_comments li + li {
  margin-top: 23px;
  padding-top: 25px;
  border-top: 1px solid #d3d3d8;
}

/* FB widget */
.widget_monster_facebook_page_widget .widget-title {
  margin: 0 0 33px;
}

/*instagram-widget*/
.widget_monster_instagram_widget {
  text-align: center;
}

.widget_monster_instagram_widget .none {
  display: block;
}

.widget_monster_instagram_widget .instagram-images li {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
}

.widget_monster_instagram_widget .instagram-images li img {
  width: 100%;
}

.widget_monster_instagram_widget .instagram-images .instagram-img {
  display: inline-block;
  position: relative;
}

.widget_monster_instagram_widget .instagram-images .instagram-img .inst-overlay {
  background-color: #fe7545;
  opacity: 0;
  transition: 0.25s all ease;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
}

.widget_monster_instagram_widget .instagram-images .instagram-img .inst-overlay:after {
  content: '\e8f4';
  font-family: 'Material Icons';
  font-size: 22px;
  line-height: 1.27272727;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.25s all ease;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
      -ms-transform: translateX(-50%) translateY(-50%) scale(5);
          transform: translateX(-50%) translateY(-50%) scale(5);
}

.widget_monster_instagram_widget .instagram-images .instagram-img:hover .inst-overlay {
  background-color: rgba(254, 117, 69, 0.8);
  opacity: 1;
}

.widget_monster_instagram_widget .instagram-images .instagram-img:hover .inst-overlay:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}

@media only screen and (min-width: 1200px) {
  .page-layout-sidebar-width-1__3 .left-sidebar .instagram-images li.col-lg-2,
  .page-layout-sidebar-width-1__4 .left-sidebar .instagram-images li.col-lg-2, .page-layout-sidebar-width-1__3
  .right-sidebar .instagram-images li.col-lg-2,
  .page-layout-sidebar-width-1__4
  .right-sidebar .instagram-images li.col-lg-2 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media only screen and (min-width: 1200px) {
  .two-sidebars .left-sidebar .instagram-images li.col-lg-2, .two-sidebars
  .right-sidebar .instagram-images li.col-lg-2 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Tile widget */
.widget_monster_categories_tiles_widget .tm-line-3-widget .col-xs-12:nth-child(n+4) {
  padding-top: 30px;
}

@media (max-width: 544px) {
  .widget_monster_categories_tiles_widget .tm-line-3-widget .col-xs-12:nth-child(n+2) {
    padding-top: 20px;
  }
}

@media (min-width: 767px) {
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .row,
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .row {
    display: block;
  }
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .row:after,
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .row:after {
    content: '';
    clear: both;
    display: block;
  }
}

.widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4:nth-child(n+3),
.widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4:nth-child(n+3) {
  padding-top: 30px;
}

@media (min-width: 767px) {
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4,
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4 {
    float: left;
    width: 33.33333%;
    height: 250px;
    overflow: hidden;
    max-width: none;
  }
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4 a,
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4 a {
    height: 100%;
    position: relative;
  }
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4 a .background-image,
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4 a .background-image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
  }
}

@media (min-width: 767px) {
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4:nth-child(3n+1) {
    width: 66.66667%;
    height: 500px;
    overflow: hidden;
  }
  .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4:nth-child(3n+1):not(:nth-child(3n+1)), .widget_monster_categories_tiles_widget .tm-grid-1-2-widget .col-md-4:nth-child(2n+1):not(:nth-child(3n+1)) {
    width: 33.333335%;
  }
}

@media (min-width: 767px) {
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4:nth-child(6n+1) {
    width: 66.66667%;
    height: 500px;
    overflow: hidden;
  }
  .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4:nth-child(3n+1):not(:nth-child(6n+1)), .widget_monster_categories_tiles_widget .tm-grid-1-5-widget .col-md-4:nth-child(2n+1):not(:nth-child(6n+1)) {
    width: 33.333335%;
  }
}

/* Widget responsive columns */
#recentcomments li {
  padding-top: 0;
}

#recentcomments li:after {
  margin: 26px auto 0;
}

#recentcomments li:nth-child(n+4) {
  padding-top: 21px;
}

@media (max-width: 993px) {
  #recentcomments li:nth-child(n+3) {
    padding-top: 21px;
  }
}

@media (max-width: 481px) {
  #recentcomments li:after {
    margin: 10px auto 0;
  }
  #recentcomments li:nth-child(n+2) {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-content .col-lg-3 #recentcomments li:nth-child(n+2),
  .site-content .col-lg-4 #recentcomments li:nth-child(n+2),
  .site-content .col-md-3 #recentcomments li:nth-child(n+2),
  .site-content .col-md-4 #recentcomments li:nth-child(n+2) {
    padding-top: 10px;
  }
}

.widget_categories ul li,
.widget_archive ul li {
  padding-top: 0;
}

.widget_categories ul li:after,
.widget_archive ul li:after {
  margin: 15px auto 0;
}

.widget_categories ul li:nth-child(n+4),
.widget_archive ul li:nth-child(n+4) {
  padding-top: 12px;
}

@media (max-width: 993px) {
  .widget_categories ul li:nth-child(n+3),
  .widget_archive ul li:nth-child(n+3) {
    padding-top: 12px;
  }
}

@media (max-width: 481px) {
  .widget_categories ul li:after,
  .widget_archive ul li:after {
    margin: 10px auto 0;
  }
  .widget_categories ul li:nth-child(n+2),
  .widget_archive ul li:nth-child(n+2) {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-content .col-lg-3 .widget_categories ul li:nth-child(n+2),
  .site-content .col-lg-4 .widget_categories ul li:nth-child(n+2),
  .site-content .col-md-3 .widget_categories ul li:nth-child(n+2),
  .site-content .col-md-4 .widget_categories ul li:nth-child(n+2), .site-content .col-lg-3
  .widget_archive ul li:nth-child(n+2),
  .site-content .col-lg-4
  .widget_archive ul li:nth-child(n+2),
  .site-content .col-md-3
  .widget_archive ul li:nth-child(n+2),
  .site-content .col-md-4
  .widget_archive ul li:nth-child(n+2) {
    padding-top: 12px;
  }
}

ul.latest-post-row li {
  padding-top: 0;
}

ul.latest-post-row li:after {
  margin: 25px auto 0;
}

ul.latest-post-row li:nth-child(n+2) {
  padding-top: 25px;
}

@media (max-width: 993px) {
  ul.latest-post-row li:nth-child(n+3) {
    padding-top: 25px;
  }
}

@media (max-width: 481px) {
  ul.latest-post-row li:after {
    margin: 10px auto 0;
  }
  ul.latest-post-row li:nth-child(n+2) {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-content .col-lg-3 ul.latest-post-row li:nth-child(n+2),
  .site-content .col-lg-4 ul.latest-post-row li:nth-child(n+2),
  .site-content .col-md-3 ul.latest-post-row li:nth-child(n+2),
  .site-content .col-md-4 ul.latest-post-row li:nth-child(n+2) {
    padding-top: 25px;
  }
}

#recentcomments,
.widget_categories ul,
.widget_archive ul,
ul.latest-post-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}

#recentcomments li,
.widget_categories ul li,
.widget_archive ul li,
ul.latest-post-row li {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
  border-top: none;
  border-left: 1px solid #d3d3d8;
}

#recentcomments li:after,
.widget_categories ul li:after,
.widget_archive ul li:after,
ul.latest-post-row li:after {
  content: '';
  width: auto;
  height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  background: #d3d3d8;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#recentcomments li:nth-child(3n+1),
.widget_categories ul li:nth-child(3n+1),
.widget_archive ul li:nth-child(3n+1),
ul.latest-post-row li:nth-child(3n+1) {
  border-left: none;
}

#recentcomments li:nth-last-child(1):after, #recentcomments li:nth-last-child(2):after, #recentcomments li:nth-last-child(3):after,
.widget_categories ul li:nth-last-child(1):after,
.widget_categories ul li:nth-last-child(2):after,
.widget_categories ul li:nth-last-child(3):after,
.widget_archive ul li:nth-last-child(1):after,
.widget_archive ul li:nth-last-child(2):after,
.widget_archive ul li:nth-last-child(3):after,
ul.latest-post-row li:nth-last-child(1):after,
ul.latest-post-row li:nth-last-child(2):after,
ul.latest-post-row li:nth-last-child(3):after {
  display: none;
}

@media (min-width: 992px) {
  #recentcomments:nth-child(1), #recentcomments:nth-child(2), #recentcomments:nth-child(3),
  .widget_categories ul:nth-child(1),
  .widget_categories ul:nth-child(2),
  .widget_categories ul:nth-child(3),
  .widget_archive ul:nth-child(1),
  .widget_archive ul:nth-child(2),
  .widget_archive ul:nth-child(3),
  ul.latest-post-row:nth-child(1),
  ul.latest-post-row:nth-child(2),
  ul.latest-post-row:nth-child(3) {
    padding-top: 0;
  }
}

@media (max-width: 993px) {
  #recentcomments li,
  .widget_categories ul li,
  .widget_archive ul li,
  ul.latest-post-row li {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  #recentcomments li:nth-child(3n+1),
  .widget_categories ul li:nth-child(3n+1),
  .widget_archive ul li:nth-child(3n+1),
  ul.latest-post-row li:nth-child(3n+1) {
    border-left: 1px solid #d3d3d8;
  }
  #recentcomments li:nth-child(2n+1),
  .widget_categories ul li:nth-child(2n+1),
  .widget_archive ul li:nth-child(2n+1),
  ul.latest-post-row li:nth-child(2n+1) {
    border-left: none;
  }
  #recentcomments li:nth-last-child(3):after,
  .widget_categories ul li:nth-last-child(3):after,
  .widget_archive ul li:nth-last-child(3):after,
  ul.latest-post-row li:nth-last-child(3):after {
    display: block;
  }
}

@media (max-width: 481px) {
  #recentcomments li,
  .widget_categories ul li,
  .widget_archive ul li,
  ul.latest-post-row li {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
  }
  #recentcomments li:nth-last-child(2):after,
  .widget_categories ul li:nth-last-child(2):after,
  .widget_archive ul li:nth-last-child(2):after,
  ul.latest-post-row li:nth-last-child(2):after {
    display: block;
  }
}

@media (min-width: 992px) {
  .col-lg-3 #recentcomments li,
  .col-lg-4 #recentcomments li,
  .col-md-3 #recentcomments li,
  .col-md-4 #recentcomments li,
  .col-md-5 #recentcomments li,
  .col-md-6 #recentcomments li, .col-lg-3
  .widget_categories ul li,
  .col-lg-4
  .widget_categories ul li,
  .col-md-3
  .widget_categories ul li,
  .col-md-4
  .widget_categories ul li,
  .col-md-5
  .widget_categories ul li,
  .col-md-6
  .widget_categories ul li, .col-lg-3
  .widget_archive ul li,
  .col-lg-4
  .widget_archive ul li,
  .col-md-3
  .widget_archive ul li,
  .col-md-4
  .widget_archive ul li,
  .col-md-5
  .widget_archive ul li,
  .col-md-6
  .widget_archive ul li, .col-lg-3
  ul.latest-post-row li,
  .col-lg-4
  ul.latest-post-row li,
  .col-md-3
  ul.latest-post-row li,
  .col-md-4
  ul.latest-post-row li,
  .col-md-5
  ul.latest-post-row li,
  .col-md-6
  ul.latest-post-row li {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-left: none;
  }
  .col-lg-3 #recentcomments li:nth-last-child(2):after, .col-lg-3 #recentcomments li:nth-last-child(3):after,
  .col-lg-4 #recentcomments li:nth-last-child(2):after,
  .col-lg-4 #recentcomments li:nth-last-child(3):after,
  .col-md-3 #recentcomments li:nth-last-child(2):after,
  .col-md-3 #recentcomments li:nth-last-child(3):after,
  .col-md-4 #recentcomments li:nth-last-child(2):after,
  .col-md-4 #recentcomments li:nth-last-child(3):after,
  .col-md-5 #recentcomments li:nth-last-child(2):after,
  .col-md-5 #recentcomments li:nth-last-child(3):after,
  .col-md-6 #recentcomments li:nth-last-child(2):after,
  .col-md-6 #recentcomments li:nth-last-child(3):after, .col-lg-3
  .widget_categories ul li:nth-last-child(2):after, .col-lg-3
  .widget_categories ul li:nth-last-child(3):after,
  .col-lg-4
  .widget_categories ul li:nth-last-child(2):after,
  .col-lg-4
  .widget_categories ul li:nth-last-child(3):after,
  .col-md-3
  .widget_categories ul li:nth-last-child(2):after,
  .col-md-3
  .widget_categories ul li:nth-last-child(3):after,
  .col-md-4
  .widget_categories ul li:nth-last-child(2):after,
  .col-md-4
  .widget_categories ul li:nth-last-child(3):after,
  .col-md-5
  .widget_categories ul li:nth-last-child(2):after,
  .col-md-5
  .widget_categories ul li:nth-last-child(3):after,
  .col-md-6
  .widget_categories ul li:nth-last-child(2):after,
  .col-md-6
  .widget_categories ul li:nth-last-child(3):after, .col-lg-3
  .widget_archive ul li:nth-last-child(2):after, .col-lg-3
  .widget_archive ul li:nth-last-child(3):after,
  .col-lg-4
  .widget_archive ul li:nth-last-child(2):after,
  .col-lg-4
  .widget_archive ul li:nth-last-child(3):after,
  .col-md-3
  .widget_archive ul li:nth-last-child(2):after,
  .col-md-3
  .widget_archive ul li:nth-last-child(3):after,
  .col-md-4
  .widget_archive ul li:nth-last-child(2):after,
  .col-md-4
  .widget_archive ul li:nth-last-child(3):after,
  .col-md-5
  .widget_archive ul li:nth-last-child(2):after,
  .col-md-5
  .widget_archive ul li:nth-last-child(3):after,
  .col-md-6
  .widget_archive ul li:nth-last-child(2):after,
  .col-md-6
  .widget_archive ul li:nth-last-child(3):after, .col-lg-3
  ul.latest-post-row li:nth-last-child(2):after, .col-lg-3
  ul.latest-post-row li:nth-last-child(3):after,
  .col-lg-4
  ul.latest-post-row li:nth-last-child(2):after,
  .col-lg-4
  ul.latest-post-row li:nth-last-child(3):after,
  .col-md-3
  ul.latest-post-row li:nth-last-child(2):after,
  .col-md-3
  ul.latest-post-row li:nth-last-child(3):after,
  .col-md-4
  ul.latest-post-row li:nth-last-child(2):after,
  .col-md-4
  ul.latest-post-row li:nth-last-child(3):after,
  .col-md-5
  ul.latest-post-row li:nth-last-child(2):after,
  .col-md-5
  ul.latest-post-row li:nth-last-child(3):after,
  .col-md-6
  ul.latest-post-row li:nth-last-child(2):after,
  .col-md-6
  ul.latest-post-row li:nth-last-child(3):after {
    display: block;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 30px;
}

@media (max-width: 480px) {
  .hentry {
    margin: 0 0 10px;
  }
}

.single .hentry {
  margin-bottom: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

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

/* Posts */
.post.type-post,
.page.type-page,
.not-found_content-wrap {
  background: white;
  padding: 40px 40px 30px;
}

@media (max-width: 1201px) {
  .post.type-post,
  .page.type-page,
  .not-found_content-wrap {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .post.type-post,
  .page.type-page,
  .not-found_content-wrap {
    padding: 40px;
  }
}

@media (max-width: 481px) {
  .post.type-post,
  .page.type-page,
  .not-found_content-wrap {
    padding: 20px 10px;
  }
}

.two-sidebars .post.type-post, .two-sidebars
.page.type-page, .two-sidebars
.not-found_content-wrap {
  padding: 20px;
}

.single .post.type-post, .single
.page.type-page, .single
.not-found_content-wrap {
  background: none;
  padding: 0;
}

.grid-layout .post.type-post {
  min-height: 557px;
}

.grid-layout .post.type-post .post-content {
  display: none;
}

.page.type-page {
  padding: 34px 40px 30px 46px;
  margin: 0;
}

@media (max-width: 1201px) {
  .page.type-page {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .page.type-page {
    padding: 40px;
  }
}

@media (max-width: 481px) {
  .page.type-page {
    padding: 20px 10px;
  }
}

.two-sidebars .page.type-page {
  padding: 20px;
}

.archive .page.type-page,
.search .page.type-page {
  margin: 0 0 30px;
}

.masonry-layout {
  margin: 0 -15px;
}

.masonry-layout .brick {
  padding: 0 15px;
}

.single-post-content {
  background: white;
  padding: 40px 40px 30px;
  margin: 0 0 30px;
}

@media (max-width: 1201px) {
  .single-post-content {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .single-post-content {
    padding: 40px;
  }
}

@media (max-width: 481px) {
  .single-post-content {
    padding: 20px 10px;
  }
}

.two-sidebars .single-post-content {
  padding: 20px;
}

.single-post-content .photolab-gallery,
.single-post-content .mejs-container {
  margin: 0 0 21px;
}

.single-post-content .photolab-gallery .owl-item:before {
  display: none;
}

.entry-wrapper .featured-post-icon {
  display: none;
  margin: 0 0 20px;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
}

.entry-wrapper .featured-post-icon i {
  font-size: 2rem;
  line-height: 1.5em;
}

.has-post-thumbnail .entry-wrapper .featured-post-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.single .has-post-thumbnail .entry-wrapper .featured-post-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.entry-wrapper.featured {
  position: relative;
}

.entry-wrapper.featured .featured-post-icon {
  display: block;
  position: absolute;
}

.entry-thumbnail {
  position: relative;
  margin: 0 0 20px;
}

.entry-thumbnail .thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 2000px;
}

.entry-thumbnail .thumbnail img.size-post-image {
  width: 100%;
}

.grid-layout .entry-thumbnail .thumbnail {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.grid-layout .entry-thumbnail .thumbnail img {
  position: absolute;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
}

.grid-layout .entry-thumbnail .thumbnail img.size-post-image {
  width: auto;
}

.entry-thumbnail .thumbnail .popup-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.media.video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 52.6%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.grid-layout .media.video {
  padding-bottom: 90%;
}

.media.video embed, .media.video iframe, .media.video object, .media.video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.media.video + p {
  margin-top: 21px;
}

.entry-title {
  margin: 0 0 16px;
}

.masonry-layout .entry-title,
.grid-layout .entry-title {
  font-size: 1.5rem;
  line-height: 1.2em;
}

.single .entry-title {
  padding: 0 80px 0 0;
}

ul.post-categories {
  margin: 0 0 16px;
  padding: 0;
  font-size: 0;
}

.single ul.post-categories {
  padding: 0 80px 0 0;
}

ul.post-categories li {
  font-size: 1rem;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

ul.post-categories li:nth-child(3) + li {
  visibility: hidden;
}

.single ul.post-categories li:nth-child(3) + li {
  visibility: visible;
}

ul.post-categories a {
  padding: 2px 9px 4px;
  display: block;
  margin: 0 0 3px 0;
  font-style: italic;
}

.entry-media,
.entry-thumbnail,
.entry-quote {
  position: relative;
}

.entry-media .post-categories,
.entry-thumbnail .post-categories,
.entry-quote .post-categories {
  position: absolute;
  padding: 0 70px 0 0;
  margin: 0;
  top: 20px;
  left: 20px;
}

.masonry-layout .entry-media .post-categories, .masonry-layout
.entry-thumbnail .post-categories, .masonry-layout
.entry-quote .post-categories {
  top: 10px;
  left: 10px;
}

@media (max-width: 480px) {
  .entry-media .post-categories,
  .entry-thumbnail .post-categories,
  .entry-quote .post-categories {
    top: 10px;
    left: 10px;
  }
}

.entry-media .featured-post-icon,
.entry-thumbnail .featured-post-icon,
.entry-quote .featured-post-icon {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
}

.masonry-layout .entry-media .featured-post-icon, .masonry-layout
.entry-thumbnail .featured-post-icon, .masonry-layout
.entry-quote .featured-post-icon {
  top: 10px;
  right: 10px;
}

@media (max-width: 480px) {
  .entry-media .featured-post-icon,
  .entry-thumbnail .featured-post-icon,
  .entry-quote .featured-post-icon {
    top: 10px;
    right: 10px;
  }
}

.entry-media.entry-link .thumbnail,
.entry-thumbnail.entry-link .thumbnail,
.entry-quote.entry-link .thumbnail {
  position: relative;
}

.entry-media.entry-link .thumbnail .link,
.entry-thumbnail.entry-link .thumbnail .link,
.entry-quote.entry-link .thumbnail .link {
  position: absolute;
  width: 375px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  color: white;
  font-style: italic;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.8);
  transition: 200ms all;
}

.entry-media.entry-link .thumbnail .link-image-background,
.entry-thumbnail.entry-link .thumbnail .link-image-background,
.entry-quote.entry-link .thumbnail .link-image-background {
  min-height: 388px;
  background-size: cover;
}

.entry-media.entry-link .thumbnail a:hover .link,
.entry-thumbnail.entry-link .thumbnail a:hover .link,
.entry-quote.entry-link .thumbnail a:hover .link {
  background: black;
  text-decoration: none;
}

.entry-media.entry-quote .quote,
.entry-thumbnail.entry-quote .quote,
.entry-quote.entry-quote .quote {
  position: relative;
  min-height: 388px;
}

.entry-media.entry-quote .quote blockquote,
.entry-thumbnail.entry-quote .quote blockquote,
.entry-quote.entry-quote .quote blockquote {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  padding: 0;
}

.entry-media.entry-quote .quote blockquote:before,
.entry-thumbnail.entry-quote .quote blockquote:before,
.entry-quote.entry-quote .quote blockquote:before {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1rem;
  top: 2px;
  left: 6px;
}

.entry-media.entry-quote .quote blockquote p:first-child,
.entry-thumbnail.entry-quote .quote blockquote p:first-child,
.entry-quote.entry-quote .quote blockquote p:first-child {
  margin-top: 17px;
}

.entry-media.entry-quote .quote blockquote a,
.entry-thumbnail.entry-quote .quote blockquote a,
.entry-quote.entry-quote .quote blockquote a {
  margin: 6px 0 0;
}

.entry-media.entry-quote .quote blockquote a:before,
.entry-thumbnail.entry-quote .quote blockquote a:before,
.entry-quote.entry-quote .quote blockquote a:before {
  margin-left: 13px;
}

.entry-gallery .owl-carousel {
  margin: 0;
}

.entry-gallery .owl-carousel .owl-item:before {
  display: none;
}

.post-meta {
  margin: 0 0 15px;
}

.single .post-meta {
  margin: 0 0 24px;
}

.post-meta span {
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
}

.masonry-layout .post-meta span {
  display: block;
}

.post-meta span:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #C2C2C2;
  margin: 0 7px 0 10px;
}

.masonry-layout .post-meta span:after {
  display: none;
}

.post-meta span:last-child:after {
  display: none;
}

.post-meta span.meta-tags {
  display: inline;
}

@media (max-width: 480px) {
  .post-meta span.meta-author {
    display: none;
  }
}

.grid-layout .post-meta span.meta-author, .grid-layout .post-meta span.meta-tags {
  display: none;
  visibility: hidden;
}

.grid-layout .post-meta span.meta-comments:after {
  display: none;
}

.entry-footer {
  padding: 18px 0 0;
  margin: 25px 0 0;
  border-top: 1px solid #d3d3d8;
}

@media (max-width: 767px) {
  .entry-footer {
    padding: 20px 0 15px;
    margin: 25px 0 0;
  }
}

.grid-layout .entry-footer .row > div:first-child,
.masonry-layout .entry-footer .row > div:first-child {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid-layout .entry-footer .row > div:last-child,
.masonry-layout .entry-footer .row > div:last-child {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 480px) {
  .post-content .entry-content {
    display: none;
  }
}

.post-content .entry-content > *:last-child {
  margin-bottom: 0;
}

.post-content + .social-share {
  margin: 19px 0 0;
}

.format-quote .post-content .quote {
  position: relative;
  min-height: 388px;
  margin: 0 0 21px;
}

.format-quote .post-content .quote blockquote {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  padding: 0;
}

.format-quote .post-content .quote blockquote:before {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1rem;
  top: 2px;
  left: 6px;
}

.format-quote .post-content .quote blockquote p:first-child {
  margin-top: 17px;
}

.format-quote .post-content .quote blockquote a {
  margin: 6px 0 0;
}

.format-quote .post-content .quote blockquote a:before {
  margin-left: 13px;
}

figure.entry-link.without-image {
  text-align: center;
  padding: 10px;
}

.author-description {
  margin: 23px 0;
  padding: 40px 40px 36px;
}

.two-sidebars .author-description {
  padding: 20px;
}

@media (max-width: 1201px) {
  .author-description {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .author-description {
    padding: 40px;
  }
}

@media (max-width: 481px) {
  .author-description {
    padding: 20px 10px;
  }
}

.author-description_avatar {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .author-description_avatar {
    margin-bottom: 20px;
  }
}

.author-description_avatar img {
  border-radius: 50%;
  margin-top: 4px;
}

.author-description_content *:last-child {
  margin-bottom: 0;
}

.author-description_content h4 {
  margin-top: -4px;
}

.social-post-code {
  padding: 30px;
  text-align: center;
  margin: 0 0 21px;
}

@media (max-width: 1200px) {
  .social-post-code {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .social-post-code {
    margin: 0 -10px 30px;
  }
}

.social-post-code.facebook-code {
  background: #5b74b3;
}

.social-post-code.twitter-code {
  background: #55acee;
}

.social-post-code.twitter-code .twitter-tweet {
  margin: 0 auto !important;
}

/* Social share */
.social-share {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-share li {
  display: inline-block;
  margin: 5px 21px 5px 0;
}

.social-share li a {
  color: #aeaebe;
}

.social-share li a:hover {
  color: #303043;
}

/* Single pages */
.entry-content.page img.size-large {
  width: 100%;
}

.entry-content.page .social-share li {
  padding: 0;
}

.entry-content.page .social-share li:before {
  display: none;
}

.entry-content.page > *:first-child {
  margin-top: 0;
}

.entry-content.page > *:first-child img {
  margin-top: 0;
}

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

.popup-link,
.popup-gallery-link {
  position: relative;
  display: block;
}

.popup-link:before,
.popup-gallery-link:before {
  content: '';
  background-color: #fe7545;
  opacity: 0;
  transition: 0.25s all ease;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

.popup-link:after,
.popup-gallery-link:after {
  content: '\e8f4';
  font-family: 'Material Icons';
  font-size: 22px;
  line-height: 1.27272727;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  opacity: 0;
  transition: 0.25s all ease;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
      -ms-transform: translateX(-50%) translateY(-50%) scale(5);
          transform: translateX(-50%) translateY(-50%) scale(5);
  z-index: 100;
}

.popup-link:hover:before,
.popup-gallery-link:hover:before {
  opacity: .5;
}

.popup-link:hover:after,
.popup-gallery-link:hover:after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Masonry layout */
.brick {
  float: left;
}

.brick.brick-2 {
  width: 50%;
}

@media (max-width: 992px) {
  .brick.brick-2 {
    width: 100%;
  }
}

.brick.brick-3 {
  width: 33.33333333333%;
}

@media (max-width: 992px) {
  .brick.brick-3 {
    width: 100%;
  }
}

/* Not found page */
.not-found_content-wrap {
  margin: 20px 0 0;
  padding-top: 20px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.breadcrumbs {
  margin: -6px 0 26px;
}

.breadcrumbs_page-title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  margin: 0;
}

@media (max-width: 767px) {
  .breadcrumbs_page-title {
    display: block;
  }
}

.breadcrumbs_page-title + .breadcrumbs_list {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .breadcrumbs_page-title + .breadcrumbs_list {
    display: block;
  }
}

.breadcrumbs_list li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs_list li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

@media (max-width: 767px) {
  .breadcrumbs_list li:before {
    display: none;
  }
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area .comments-title {
  margin: 0;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list ol.children {
  padding: 0 0 0 100px;
  margin: 0;
}

@media (max-width: 1200px) {
  .comments-area .comment-list ol.children {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 480px) {
  .comments-area .comment-list ol.children {
    padding: 0;
  }
}

.two-sidebars .comments-area .comment-list ol.children {
  padding: 0 0 0 20px;
}

.comments-area .comment-list ol.children > li,
.comments-area .comment-list > li {
  border-top: 1px dashed #d3d3d8;
}

.comments-area .comment-list > li:first-child {
  border: none;
}

.comment.parent > .comment-body {
  padding: 25px 40px 7px 0;
}

.comment-body {
  position: relative;
  padding: 25px 40px 26px 0;
}

@media (max-width: 480px) {
  .comment-body {
    padding-right: 0;
  }
}

.comment-body + .children .comment-body {
  padding: 27px 40px 27px 0;
}

.comment-body .comment-author {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .comment-body .comment-author {
    margin-bottom: 30px;
  }
}

.comment-body .comment-author img {
  border-radius: 50%;
}

.comment-body .comment-meta {
  font-weight: normal;
  margin: -5px 0 17px;
}

.comment-body .comment-meta a {
  text-decoration: none;
}

.comment-body .comment-meta > span {
  display: inline-block;
}

.depth-3 .comment-body .comment-meta > span,
.depth-4 .comment-body .comment-meta > span {
  display: block;
}

@media (max-width: 480px) {
  .comment-body .comment-meta > span {
    display: block;
  }
}

.comment-body .comment-meta > span:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #C2C2C2;
  margin: 0 10px 0 7px;
}

.depth-3 .comment-body .comment-meta > span:before,
.depth-4 .comment-body .comment-meta > span:before {
  display: none;
}

@media (max-width: 480px) {
  .comment-body .comment-meta > span:before {
    display: none;
  }
}

.comment-body .comment-meta > span:first-child:before {
  display: none;
}

.comment-body .comment-text > *:last-child {
  margin: 0;
}

.comment-body .comment-content {
  overflow: hidden;
}

.comment-body .comment-content p {
  margin: 0 0 .7em;
}

.comment-body .reply {
  position: absolute;
  right: -4px;
  top: 21px;
}

@media (max-width: 1200px) {
  body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
  }
}

body,
a,
input,
button,
textarea {
  outline: none;
}

body:focus,
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

a,
input,
button,
textarea {
  transition: 300ms all;
}

a {
  text-decoration: none;
}

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

.inline-blocks > * {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .inline-blocks > * {
    display: block;
  }
}

.page-layout-boxed #site-wrapper {
  margin: 0 auto;
}

/* Header */
@media (max-width: 1200px) {
  .site-header {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .menu_fixed .site-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .menu_fixed .site-header {
    position: relative;
    margin-top: 0 !important;
  }
  .menu_fixed .site-header .pseudoStickyBlock {
    height: 0 !important;
  }
}

.site-header .container-fluid {
  padding: 0 1.875rem;
}

@media (max-width: 767px) {
  .site-header .container-fluid {
    padding: 0 .9375rem;
  }
}

@media (max-width: 1199px) {
  .site-header {
    text-align: center;
  }
}

.site-header .header-centered {
  padding-top: 11px;
}

@media (max-width: 767px) {
  .site-header .header-centered {
    padding: 0;
  }
}

.site-header .header-minimal {
  padding-top: 16px;
}

@media (max-width: 1200px) {
  .site-header .header-minimal {
    padding: 0;
  }
}

.menu_fixed.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 767px) {
  .menu_fixed.admin-bar .site-header {
    top: 0;
  }
}

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

body.page-layout-boxed.menu_fixed .site-header {
  left: 50%;
}

@media (max-width: 1200px) {
  body.page-layout-boxed.menu_fixed .site-header {
    width: 940px;
    margin-left: -470px;
  }
}

@media (max-width: 992px) {
  body.page-layout-boxed.menu_fixed .site-header {
    width: 720px;
    margin-left: -360px;
  }
}

/* Top panel */
.top-panel_container {
  position: relative;
  z-index: 100;
  padding: 9px 0 11px;
}

.top-panel_container .container-fluid {
  padding: 0 1.875rem;
}

@media (max-width: 767px) {
  .top-panel_container .container-fluid {
    padding: 0 .9375rem;
  }
}

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

.top-panel_first-col > *, .top-panel_second-col > * {
  display: inline-block;
  vertical-align: middle;
}

.top-panel_first-col > div {
  margin-right: 25px;
}

.top-panel_second-col > div {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .top-panel_second-col > div {
    display: block;
    margin: 10px 0;
  }
}

.top-panel_second-col > div:not(:first-child):not(:empty):before {
  content: '';
  margin: 0 10px 0 25px;
  width: 1px;
  height: 22px;
  background: #d3d3d8;
  display: inline-block;
  vertical-align: baseline;
}

@media (max-width: 1200px) {
  .top-panel_second-col > div:not(:first-child):not(:empty):before {
    display: none;
  }
}

.top-panel_second-col .disclaimer em {
  font-weight: normal;
  margin: 0;
}

/* Hamburger area */
.hamburger-toggle a {
  font-size: 1.375rem;
  line-height: 1em;
}

.hamburger-toggle a i {
  vertical-align: middle;
  display: inline-block;
}

.hamburger-area {
  width: 100% !important;
  opacity: 1 !important;
}

/* Logo */
.site-branding {
  font-style: italic;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .site-branding {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .menu_fixed .site-branding {
    display: none;
  }
}

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

.header-minimal .site-branding {
  text-align: left;
  padding: 8px 0 0;
}

@media (max-width: 767px) {
  .header-minimal .site-branding {
    text-align: center;
    padding: 0;
  }
}

.site-branding > * {
  display: inline-block;
  vertical-align: baseline;
}

.header-centered .site-branding > * {
  display: block;
}

@media (max-width: 767px) {
  .site-branding > * {
    display: block;
  }
}

.site-branding .site-title {
  margin: 0 2px 8px 0;
}

@media (max-width: 1200px) {
  .site-branding .site-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .site-branding .site-title {
    margin: 0;
  }
}

.site-branding .site-title a:hover, .site-branding .site-title a:active, .site-branding .site-title a:focus {
  color: inherit;
}

.site-branding .site-description {
  font-weight: normal;
  margin: 0;
}

.header-centered .site-branding .site-description {
  margin: -5px 0 0;
}

.site-title {
  margin: 0;
}

.site-title a {
  text-decoration: none;
}

.site-title a:hover, .site-title a:active, .site-title a:focus {
  color: inherit;
}

/* Content */
.site-content {
  padding: 1.875rem 0;
  overflow: hidden;
}

.page-layout-boxed .site-content > .container {
  /*padding: 0;*/
}

.left-sidebar-wrap {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .left-sidebar-wrap {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1200px) {
  .two-sidebars .left-sidebar-wrap {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.content-wrap {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  .content-wrap {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 1200px) {
  .two-sidebars .content-wrap {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.right-sidebar-wrap {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.sect-404 {
  padding: 40px;
}

/* Footer */
.site-footer > div {
  padding: 47px 0 65px;
}

@media (max-width: 480px) {
  .site-footer > div {
    padding: 10px 0 30px;
  }
}

.site-footer > div.footer-style-2 {
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .site-footer > div.footer-style-2 {
    padding: 10px 0;
  }
}

.site-footer > div.footer-style-3 {
  padding: 50px 0;
}

@media (max-width: 480px) {
  .site-footer > div.footer-style-3 {
    padding: 10px 0;
  }
}

.footer-widgets {
  padding: 26px 0;
}

.footer-style-1 .footer-widgets {
  padding: 17px 0;
}

.footer-style-2 .footer-widgets {
  padding: 16px 0;
}

@media (max-width: 480px) {
  .footer-widgets {
    padding: 10px 0;
  }
}

.footer-content-area {
  padding: 0;
}

.footer-style-2 .footer-content-area {
  padding: 44px 0 0;
}

.footer-style-2 .footer-content-area .container > .row {
  padding: 21px 0 0;
}

.footer-content-area .hr {
  border-top: 1px solid #8f8fb0;
}

.footer-content-area .social-list {
  margin: 15px 0 0;
}

.footer-style-3 .footer-content-area .social-list {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-style-3 .footer-content-area .social-list {
    margin: 20px 0 0;
  }
}

.footer-content-area .footer-copyright-menu-wrap {
  margin: 25px 0 0;
}

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

.footer-style-2 .footer-logo {
  text-align: left;
}

.footer-logo > * {
  display: inline-block;
  vertical-align: baseline;
}

.footer-logo a {
  margin: 5px 5px 5px 0;
}

.footer-logo a:hover, .footer-logo a:active, .footer-logo a:focus {
  color: inherit;
}

.footer-logo .site-description {
  font-weight: normal;
  margin: 0;
}

.footer-copyright-menu-wrap .site-info {
  margin: 0;
}

.footer-copyright-menu-wrap .menu {
  display: inline-block;
  vertical-align: top;
}

.footer-copyright-menu-wrap > *:not(:first-child):before {
  content: '•';
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 0 8px;
  color: #8F8FB0;
}

@media (max-width: 1200px) {
  .footer-copyright-menu-wrap > *:not(:first-child):before {
    display: none;
  }
}

.footer-panel_logo .footer-logo a:hover, .footer-panel_logo .footer-logo a:active, .footer-panel_logo .footer-logo a:focus {
  color: inherit;
}

.site-info {
  color: #8f8fb0;
}

.footer-style-2 .site-info {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer-style-3 .site-info {
    text-align: center;
  }
}

/* WPML lang switcher */
.lang-switcher #lang_sel {
  vertical-align: middle;
  height: auto;
}

.lang-switcher #lang_sel > ul {
  display: inline-block;
  vertical-align: middle;
}

.lang-switcher #lang_sel li {
  width: auto;
}

.lang-switcher #lang_sel ul ul {
  border: none;
  left: auto;
  right: -5px;
}

.lang-switcher #lang_sel ul ul li {
  float: none;
  display: block;
}

.lang-switcher #lang_sel ul ul li a {
  padding: 5px 10px;
  background: white;
}

.lang-switcher #lang_sel img.iclflag {
  vertical-align: middle;
}

.lang-switcher #lang_sel a {
  border: none;
  font-size: 1rem;
  padding: 0;
  transition: 200ms all;
}

.lang-switcher #lang_sel a.lang_sel_sel {
  background: none;
}

.lang-switcher #lang_sel a.lang_sel_sel:after {
  content: '\e5cf';
  color: #80809e;
  font: 22px/1 "Material Icons";
  padding: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  transition: 200ms all;
}

.lang-switcher #lang_sel a.lang_sel_sel:visited, .lang-switcher #lang_sel a.lang_sel_sel:active, .lang-switcher #lang_sel a.lang_sel_sel:focus, .lang-switcher #lang_sel a.lang_sel_sel:hover {
  background: none;
}

.lang-switcher #lang_sel_list.lang_sel_list_horizontal {
  padding: 10px 0 0;
}

.lang-switcher #lang_sel_list.lang_sel_list_horizontal ul {
  border: none;
}

#back-top {
  position: fixed;
  visibility: hidden;
  margin: 0 30px 30px 0;
  right: 0;
  bottom: -100px;
  overflow: hidden;
  z-index: 100;
  transition: 200ms all;
}

#back-top a {
  display: block;
  border-radius: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
}

#back-top a i {
  line-height: 50px;
  font-size: 30px;
}

#back-top.show-totop {
  visibility: visible;
  bottom: 0px;
}

#back-top.mobile-back-top {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  margin: 0 2px 1px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Custom styles
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */