/*
Theme Name: Hummingbird
Theme URI: http://hummingbird.mondotheme.com/
Author: MondoTheme
Author URI: http://themeforest.net/user/mondotheme/portfolio
Description: The Ultimate Blog Theme
Version: 1.0
Text Domain: hummingbird
Tags: two-columns, custom-colors, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
License: ThemeForest Licence
License URI: http://themeforest.net/licenses
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Grid
3.0 Utilities
4.0 Owl Carousel
5.0 Basics
6.0 WordPress Core
7.0 Button
8.0 Form
9.0 Navbar
10.0 Mega Menu
11.0 Branding
12.0 Burger Icon
13.0 Categories
14.0 Off-Canvas Menu
15.0 Mobile Menu
16.0 Search
17.0 Featured Posts
18.0 Layout
19.0 Post
20.0 Page
21.0 List Post
22.0 Grid Post
23.0 Post Like
24.0 Navigation
25.0 Pagination
26.0 Load More
27.0 Single Post
28.0 Hero
29.0 Term Bar
30.0 Author
31.0 Related Posts
32.0 Comment
33.0 Drop Cap
34.0 Widgets
34.1 Search Widget
34.2 Recent Comments Widget
34.3 Feed Widget
34.4 About Widget
34.5 Categories Widget
34.6 Social Widget
34.7 Posts List Widget
34.8 Picked Posts Widget
34.9 Newsletter Widget
34.10 Calendar Widget
34.11 RSS Widget
34.12 Tagcloud Widget
35.0 Media Feed
36.0 Footer
37.0 404
38.0 Contact Forms 7
39.0 Animations
40.0 Letter Spacing
41.0 Admin Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/*--------------------------------------------------------------
3.0 Utilities
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mask {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.permalink {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.line-sep {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.line-sep:after {
  background-color: #f6f6f6;
  content: "";
  margin-left: -20px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 40px;
  height: 3px;
}
.no-transition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/*--------------------------------------------------------------
4.0 Owl Carousel
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  background-color: #fff;
  border-radius: 50%;
  font-size: 13px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
}
.owl-carousel .owl-prev {
  left: 20px;
}
.owl-carousel .owl-next {
  right: 20px;
}
.owl-carousel .owl-dots {
  line-height: 0;
  text-align: center;
}
.owl-carousel .owl-dot {
  background-color: #bfbfbf;
  border-radius: 50%;
  display: inline-block;
  margin: 20px 5px 0;
  width: 8px;
  height: 8px;
}
.owl-carousel .owl-dot.active {
  background-color: #333;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon {
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  margin-top: -40px;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3,1.3);
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*--------------------------------------------------------------
5.0 Basics
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background-color: #fff;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #86af49;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
a:hover {
  opacity: .8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
}
p {
  margin: 0 0 15px;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
blockquote {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  margin: 30px auto;
  max-width: 600px;
  text-align: center;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote > *:first-child:before,
blockquote > *:last-child:after {
  color: #bfbfbf;
  font-family: FontAwesome;
  font-size: 14px;
}
blockquote > *:first-child:before {
  content: "\f10d";
  margin-right: 10px;
}
blockquote > *:last-child:after {
  content: "\f10e";
  margin-left: 10px;
}
blockquote cite {
  display: block;
  margin-top: 5px;
}
hr {
  background-color: #bfbfbf;
  border: 0;
  border-radius: 50%;
  margin: 30px auto;
  position: relative;
  width: 4px;
  height: 4px;
}
hr:before,
hr:after {
  background-color: #bfbfbf;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
}
hr:before {
  right: 15px;
}
hr:after {
  left: 15px;
}
table {
  border-collapse: collapse;
  margin: 0 0 15px;
  word-break: normal;
}
th,
td {
  border: 1px solid #e6e6e6;
  padding: 8px 12px;
}
ul,
ol,
dl {
  margin: 0 0 15px;
  padding-left: 30px;
}
dl {
  padding-left: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 15px 0;
}
iframe,
embed {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
figure {
  margin: 0;
}
pre {
  overflow-y: scroll;
}
/*--------------------------------------------------------------
6.0 WordPress Core
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 7px 20px 7px 0 !important;
}
.alignright {
  display: inline;
  float: right;
  margin: 7px 0 7px 20px !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto !important;
}
.alignnone {
  margin: 30px 0 !important;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.entry-content .gallery {
  margin-top: 30px;
}
.entry-content .gallery:before,
.entry-content .gallery:after {
  content: " ";
  display: table;
}
.entry-content .gallery:after {
  clear: both;
}
.entry-content .gallery:before,
.entry-content .gallery:after {
  content: " ";
  display: table;
}
.entry-content .gallery:after {
  clear: both;
}
.entry-content .gallery-item {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.entry-content .gallery-item img {
  display: inline-block;
  vertical-align: middle;
}
.entry-content .gallery-caption {
  display: block;
}
.entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry-content .gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left;
}
.entry-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry-content .gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left;
}
.entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry-content .gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left;
}
.entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry-content .gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left;
}
.entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry-content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left;
}
.entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry-content .gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left;
}
.entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry-content .gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left;
}
.entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry-content .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.page-links a {
  color: #555;
}
.page-links span {
  border: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  width: 30px;
  height: 30px;
}
/*--------------------------------------------------------------
7.0 Button
--------------------------------------------------------------*/
.button,
input[type="submit"],
button[type="submit"],
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  background-color: #000;
  border: 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 0;
  outline: none;
  padding: 18px 20px 17px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  color: #fff;
  opacity: .8;
}
.button-mini,
.comments-area .reply a,
.comments-area .edit-link a,
#cancel-comment-reply-link {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  padding: 1px 6px;
  position: relative;
  text-transform: capitalize;
  vertical-align: middle;
}
/*--------------------------------------------------------------
8.0 Form
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  margin-bottom: 10px;
  padding: 0 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #cdcdcd;
  outline: none;
}
textarea {
  line-height: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  height: 100%;
}
select {
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 38px;
  outline: none;
  padding: 0 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label {
  font-size: 13px;
}
form.inline {
  position: relative;
}
form.inline button[type="submit"] {
  background-color: transparent;
  color: #333;
  font-size: 12px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}
form.inline .fa {
  line-height: 30px;
}
/*--------------------------------------------------------------
9.0 Navbar
--------------------------------------------------------------*/
.navbar {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 70px;
  padding: 0 20px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.navbar .main-menu {
  float: right;
  margin-right: 10px;
}
.navbar .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar .menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.navbar .menu-item > a {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}
.navbar .menu-item:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.navbar .nav-list > .menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  line-height: 0;
  padding-left: 6px;
}
.navbar .sub-menu {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  list-style-type: none;
  margin: 0;
  min-width: 170px;
  opacity: 0;
  padding: 15px 0;
  pointer-events: none;
  position: absolute;
  top: 70px;
  right: 8px;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.navbar .sub-menu .menu-item {
  display: block;
}
.navbar .sub-menu .menu-item > a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 25px;
  text-transform: none;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.navbar .sub-menu .menu-item > a:hover {
  background-color: #f6f6f6;
  opacity: 1;
}
.navbar .sub-menu .menu-item-has-children > a:after {
  content: "\f104";
  float: right;
  font-family: FontAwesome;
}
.navbar .sub-menu .sub-menu {
  top: -15px;
  right: 100%;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar {
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  position: absolute;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .branding .logo.text,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .branding .logo.text,
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .nav-list > .menu-item > a,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .nav-list > .menu-item > a,
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .cart-toggle a,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .cart-toggle a,
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .search-toggle,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .search-toggle {
  color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .nav-list > .menu-item > a,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .nav-list > .menu-item > a {
  font-weight: 500;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .burger .bar,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .burger .bar {
  background-color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .main-search .search-field,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .main-search .search-field {
  background-color: transparent;
  color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .main-search .search-field::-webkit-input-placeholder,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .main-search .search-field::-webkit-input-placeholder {
  color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .main-search .search-field::-moz-placeholder,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .main-search .search-field::-moz-placeholder {
  color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .main-search .search-field:-ms-input-placeholder,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .main-search .search-field:-ms-input-placeholder {
  color: #fff;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .logo:not(.text),
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .logo:not(.text) {
  opacity: 0;
}
.navbar-transparent.with-hero:not(.hero-narrow) .navbar .logo:not(.text).contrary,
.navbar-sticky_transparent.with-hero:not(.hero-narrow):not(.navbar-sticky) .navbar .logo:not(.text).contrary {
  opacity: 1;
}
.navbar-sticky,
.navbar-sticky_transparent {
  padding-top: 70px;
}
.navbar-sticky .navbar,
.navbar-sticky_transparent .navbar {
  position: fixed !important;
}
.navbar-sticky_transparent.with-hero:not(.hero-narrow) {
  padding-top: 0;
}
/*--------------------------------------------------------------
10.0 Mega Menu
--------------------------------------------------------------*/
.navbar .menu-item-mega {
  position: static;
}
.navbar .menu-item-mega:hover .mega-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mega-menu {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 20px 0 70px;
  pointer-events: none;
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: visibility 0s linear .3s, opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mega-menu .menu-post {
  text-align: center;
  word-break: break-word;
}
.mega-menu .entry-media {
  margin-bottom: 20px;
}
.mega-menu .entry-media img {
  margin: 0 auto;
}
.mega-menu .entry-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.mega-menu .entry-title a {
  color: #333;
}
.mega-menu .entry-meta {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.mega-menu .owl-nav {
  opacity: 1;
}
.mega-menu .owl-prev,
.mega-menu .owl-next {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  line-height: 28px;
  margin-top: 0;
  top: auto;
  bottom: -50px;
  opacity: 1;
}
.mega-menu .owl-prev {
  right: 54px;
  left: auto;
}
.mega-menu .owl-next {
  right: 20px;
}
/*--------------------------------------------------------------
11.0 Branding
--------------------------------------------------------------*/
.branding {
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.branding .logo {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.branding .logo img {
  max-height: 70px;
}
.branding .logo.contrary {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.branding .logo.text {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
/*--------------------------------------------------------------
12.0 Burger Icon
--------------------------------------------------------------*/
.burger {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: -18px -8px 0 0;
  position: relative;
  top: 50%;
  width: 30px;
  height: 36px;
  z-index: 90;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.burger .bars {
  margin: -4px auto 0;
  position: relative;
  top: 50%;
  width: 12px;
  height: 8px;
}
.burger .bar {
  background-color: #555;
  width: 100%;
  height: 2px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.burger .bar.top {
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.burger .bar.bottom {
  -webkit-transform: translateY(4px) rotate(0deg);
  transform: translateY(4px) rotate(0deg);
}
.burger:hover {
  opacity: .8;
}
.burger.close {
  margin: 0;
  position: absolute;
  top: 17px;
  right: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.burger.close .bar.top {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.burger.close .bar.bottom {
  -webkit-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}
/*--------------------------------------------------------------
13.0 Categories
--------------------------------------------------------------*/
.categories {
  display: inline-block;
  margin-bottom: 5px;
}
.categories a {
  color: #bfbfbf;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.categories .gap {
  padding: 0 5px;
}
/*--------------------------------------------------------------
14.0 Off-Canvas Menu
--------------------------------------------------------------*/
.off-canvas {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  padding: 30px 40px 40px;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  z-index: 90;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
  transform: translateX(350px);
}
.side-open .off-canvas {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*--------------------------------------------------------------
15.0 Mobile Menu
--------------------------------------------------------------*/
.mobile-menu {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.mobile-menu .nav-list,
.mobile-menu .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu-item {
  position: relative;
}
.mobile-menu .menu-item > a {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 7px 0;
  text-transform: uppercase;
}
.mobile-menu .menu-item.current-menu-item:not(.menu-item-home) > a {
  color: #86af49;
}
.mobile-menu .menu-item.menu-item-has-children.open > .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu .menu-item.menu-item-has-children.open > .sub-menu {
  display: block;
}
.mobile-menu .menu-item .arrow {
  color: #555;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  top: -4px;
  right: -15px;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile-menu .menu-item .sub-menu {
  display: none;
  padding-left: 10px;
}
/*--------------------------------------------------------------
16.0 Search
--------------------------------------------------------------*/
.main-search {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-search .search-form {
  height: 100%;
}
.main-search .search-field {
  border: 0;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
}
.main-search .search-submit {
  display: none;
}
.mobile-search {
  padding-top: 40px;
}
.mobile-search .search-field {
  margin-bottom: 0;
}
.search-toggle {
  cursor: pointer;
  float: right;
  font-size: 12px;
  line-height: 36px;
  margin-top: -18px;
  position: relative;
  top: 50%;
  text-align: center;
  width: 30px;
  height: 36px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.search-toggle:hover {
  opacity: .8;
}
.search-open .main-search {
  display: block;
}
.search-open .branding,
.search-open .burger,
.search-open .search-toggle,
.search-open .cart-toggle,
.search-open .main-menu {
  display: none;
}
/*--------------------------------------------------------------
17.0 Featured Posts
--------------------------------------------------------------*/
.featured-posts {
  margin-top: 10px;
}
.featured-post {
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.featured-post:after {
  content: "";
  display: block;
  padding-top: 66.6666667%;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.featured-post .entry-label {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 0;
  padding: 12px 10px 11px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
}
.featured-post .inner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 30px 30px 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.featured-post .entry-title {
  color: #fff;
  font-size: 22px;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}
.featured-post .entry-title:after {
  background-color: #fff;
  content: "";
  margin-left: -15px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 30px;
  height: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.featured-post:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-post:hover .entry-title:after {
  margin-left: -25px;
  width: 50px;
}
.featured-posts.v2 {
  margin-top: 30px;
}
.featured-posts.v2 .featured-post:after {
  padding-top: 50%;
}
.featured-posts.v2 .featured-post .categories a {
  font-size: 12px;
}
.featured-posts.v3 {
  margin-top: 30px;
}
.featured-posts.v3 .featured-post:after {
  padding-top: 125%;
}
.featured-posts.v4 .featured-post:after {
  padding-top: 62.5%;
}
.featured-posts.v4 .featured-post .inner,
.featured-posts.v4 .featured-post .entry-label {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.featured-posts.v4 .owl-item:not(.center) .inner,
.featured-posts.v4 .owl-item:not(.center) .entry-label {
  opacity: 0;
}
@media (max-width: 767px) {
  .featured-post {
    border-radius: 0;
  }
}
/*--------------------------------------------------------------
18.0 Layout
--------------------------------------------------------------*/
.site-content {
  padding: 60px 0 90px;
}
@media (max-width: 991px) {
  .widget-area {
    margin: 90px auto 0;
    max-width: 300px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .site-content > .container > .row .col-md-9 {
    width: 71%;
  }
  .site-content > .container > .row .col-md-3 {
    width: 29%;
  }
  .site-content > .container > .row .col-md-pull-9 {
    right: 71%;
  }
  .site-content > .container > .row .col-md-push-3 {
    left: 29%;
  }
}
@media (min-width: 1200px) {
  .sidebar-none .site-content > .container {
    width: 970px;
  }
}
/*--------------------------------------------------------------
19.0 Post
--------------------------------------------------------------*/
.post,
.page:not(.woocommerce-page) .type-page {
  margin-bottom: 60px;
  word-break: break-word;
}
.post .entry-header {
  margin-bottom: 25px;
  text-align: center;
}
.post .categories a {
  border-bottom-color: #86af49;
  color: #bfbfbf;
}
.post .entry-title {
  font-size: 24px;
  margin-bottom: 0;
}
.post .entry-title > a {
  color: #333;
}
.post .entry-media {
  margin-bottom: 20px;
}
.post .entry-media img {
  margin: 0 auto;
}
.post .entry-content > *:first-child,
.post .entry-content > *:first-child > *:first-child,
.page:not(.woocommerce-page) .type-page .entry-content > *:first-child,
.page:not(.woocommerce-page) .type-page .entry-content > *:first-child > *:first-child {
  margin-top: 0;
}
.post .entry-content > *:last-child,
.post .entry-content > *:last-child > *:last-child,
.page:not(.woocommerce-page) .type-page .entry-content > *:last-child,
.page:not(.woocommerce-page) .type-page .entry-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6,
.page:not(.woocommerce-page) .type-page .entry-content h1,
.page:not(.woocommerce-page) .type-page .entry-content h2,
.page:not(.woocommerce-page) .type-page .entry-content h3,
.page:not(.woocommerce-page) .type-page .entry-content h4,
.page:not(.woocommerce-page) .type-page .entry-content h5,
.page:not(.woocommerce-page) .type-page .entry-content h6 {
  margin-top: 40px;
  margin-bottom: 12px;
}
.post .entry-content h6,
.page:not(.woocommerce-page) .type-page .entry-content h6 {
  font-weight: 400;
  text-transform: uppercase;
}
.post .entry-content h1 + iframe,
.post .entry-content h2 + iframe,
.post .entry-content h3 + iframe,
.post .entry-content h4 + iframe,
.post .entry-content h5 + iframe,
.post .entry-content h6 + iframe,
.post .entry-content p.p-margin,
.page:not(.woocommerce-page) .type-page .entry-content h1 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content h2 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content h3 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content h4 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content h5 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content h6 + iframe,
.page:not(.woocommerce-page) .type-page .entry-content p.p-margin {
  margin-top: 20px !important;
}
.post .entry-footer {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
.post .entry-footer > a:after {
  content: "\2022";
  font-family: sans-serif;
  padding: 0 3px;
}
.post .entry-footer > a:last-child:after {
  display: none;
}
.post .entry-footer a {
  color: #bfbfbf;
}
.post .entry-footer .fa {
  font-size: 10px;
  font-weight: 700;
}
.post.sticky .entry-title > a:before {
  color: #bfbfbf;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
/*--------------------------------------------------------------
20.0 Page
--------------------------------------------------------------*/
.page:not(.woocommerce-page) .type-page .entry-title {
  font-size: 24px;
}
/*--------------------------------------------------------------
21.0 List Post
--------------------------------------------------------------*/
.post.post-list .entry-media {
  float: left;
  margin-bottom: 0;
  max-width: 280px;
}
.post.post-list .entry-wrapper {
  margin-left: 310px;
  overflow: hidden;
}
.post.post-list .entry-header {
  margin-bottom: 15px;
  text-align: left;
}
.post.post-list .entry-title {
  font-size: 18px;
}
.post.post-list.no-thumbnail .entry-wrapper {
  margin-left: 0;
}
@media (max-width: 767px) {
  .post.post-list .entry-media {
    float: none;
    margin: 0 auto 20px;
    max-width: none;
  }
  .post.post-list .entry-wrapper {
    margin-left: 0;
  }
  .post.post-list .entry-header {
    text-align: center;
  }
}
/*--------------------------------------------------------------
22.0 Grid Post
--------------------------------------------------------------*/
.post-grid .entry-media {
  margin-bottom: 25px;
}
.post-grid .entry-header {
  margin-bottom: 15px;
}
.post-grid .entry-title {
  font-size: 18px;
}
.post-grid .entry-content,
.post-grid .entry-footer {
  text-align: center;
}
@media (min-width: 992px) {
  .layout-grid_big.sidebar-none:not(.paged):not(.search) .posts-wrapper > div:nth-child(3n-1) {
    clear: left;
  }
  .layout-grid_big.sidebar-none.paged .posts-wrapper > div:nth-child(3n+1),
  .layout-grid_big.sidebar-none.search .posts-wrapper > div:nth-child(3n+1),
  .layout-grid.sidebar-none .posts-wrapper > div:nth-child(3n+1) {
    clear: left;
  }
  .layout-grid_big:not(.sidebar-none):not(.paged):not(.search) .posts-wrapper > div:nth-child(even) {
    clear: left;
  }
  .layout-grid_big:not(.sidebar-none).paged .posts-wrapper > div:nth-child(odd),
  .layout-grid_big:not(.sidebar-none).search .posts-wrapper > div:nth-child(odd),
  .layout-grid:not(.sidebar-none) .posts-wrapper > div:nth-child(odd) {
    clear: left;
  }
}
/*--------------------------------------------------------------
23.0 Post Like
--------------------------------------------------------------*/
.entry-like .fa.animate {
  -webkit-animation: splat 865ms linear both;
  -o-animation: splat 865ms linear both;
  animation: splat 865ms linear both;
}
.entry-like.liking {
  pointer-events: none;
}
/*--------------------------------------------------------------
24.0 Navigation
--------------------------------------------------------------*/
.navigation .nav-links:before,
.navigation .nav-links:after {
  content: " ";
  display: table;
}
.navigation .nav-links:after {
  clear: both;
}
.navigation .nav-links:before,
.navigation .nav-links:after {
  content: " ";
  display: table;
}
.navigation .nav-links:after {
  clear: both;
}
.posts-navigation .nav-previous {
  float: right;
}
.posts-navigation .nav-next {
  float: left;
}
.posts-navigation .nav-previous a:after,
.posts-navigation .nav-next a:before {
  font-family: FontAwesome;
}
.posts-navigation .nav-previous a:after {
  content: "\f105";
  margin-left: 5px;
}
.posts-navigation .nav-next a:before {
  content: "\f104";
  margin-right: 5px;
}
.post-navigation {
  border-top: 1px solid #f6f6f6;
  margin-top: 50px;
  padding-top: 30px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
}
.post-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.post-navigation .nav-previous span,
.post-navigation .nav-next span {
  color: #bfbfbf;
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  border: 1px solid #e6e6e6;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  color: #555;
  display: block;
}
/*--------------------------------------------------------------
25.0 Pagination
--------------------------------------------------------------*/
.numeric-pagination > .page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numeric-pagination li {
  display: inline-block;
  margin: 0 3px;
}
.numeric-pagination .page-numbers:not(ul) {
  color: #555;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 25px;
  height: 35px;
}
.numeric-pagination .page-numbers:not(ul).current {
  border-bottom: 3px solid #86af49;
}
.numeric-pagination .page-numbers:not(ul) > .fa {
  font-weight: 700;
}
/*--------------------------------------------------------------
26.0 Load More
--------------------------------------------------------------*/
.load-more > a {
  border: 2px solid #86af49;
  border-radius: 50%;
  color: #bfbfbf;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 110px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  height: 110px;
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: border-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.load-more > a:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
27.0 Single Post
--------------------------------------------------------------*/
.single .post {
  margin-bottom: 0;
}
.single .post .entry-media,
.page:not(.woocommerce-page) .type-page .entry-media {
  margin-bottom: 25px;
}
.single .post .entry-footer {
  margin-top: 30px;
  text-align: center;
}
.single .post .tags {
  padding-bottom: 30px;
  position: relative;
}
.single .post .tags:after {
  background-color: #f6f6f6;
  content: "";
  margin-left: -20px;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 40px;
  height: 3px;
}
.single .post .tags a {
  padding: 0 4px;
}
.single .post .tags a:before {
  content: "#";
}
.single .post ~ .share {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.single .post ~ .share .link {
  border-radius: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin: 0 2px;
  padding: 2px 0;
  text-align: center;
  width: 60px;
}
.single .post ~ .share .link.facebook {
  background-color: #3b5999;
}
.single .post ~ .share .link.twitter {
  background-color: #55acee;
}
.single .post ~ .share .link.pinterest {
  background-color: #bd081c;
}
.single .post ~ .share .link.google {
  background-color: #dd4b39;
}
/*--------------------------------------------------------------
28.0 Hero
--------------------------------------------------------------*/
.hero {
  background-color: #f6f6f6;
  background-position: center;
  background-size: cover;
  display: flex;
  position: relative;
  height: 550px;
}
.hero:before,
.hero-slider .slider-item:before {
  background-color: #333;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.hero.initialized:before,
.hero.initialized .hero-slider .slider-item:before {
  opacity: .5;
}
.hero .categories {
  margin-bottom: 15px;
}
.hero .categories a {
  color: #fff;
  font-size: 14px;
}
.hero-content {
  margin: auto;
  max-width: 500px;
  position: relative;
  text-align: center;
}
.hero-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
}
.hero-title.line-sep {
  margin-bottom: 35px;
}
.hero-description {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.hero-narrow .hero {
  margin-top: 30px;
}
.hero-full .hero {
  height: 100vh;
}
.hero-video .hero,
.hero-audio .hero {
  height: auto !important;
}
.hero-video .hero:before,
.hero-audio .hero:before {
  opacity: 0;
  z-index: -1;
}
.hero-gallery .hero:hover .owl-nav {
  opacity: 1;
}
.hero-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-slider .slider-item {
  background-position: center;
  background-size: cover;
  display: flex;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .slider-item {
  height: 100%;
}
.navbar-regular.hero-full .hero,
.navbar-sticky.hero-full:not(.navbar-sticky_transparent) .hero {
  height: calc(100vh - 70px);
}
@media (max-width: 767px) {
  .hero {
    height: 350px;
  }
  .hero-content {
    padding: 0 70px;
  }
  .hero-title {
    font-size: 24px;
  }
  .hero-description {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    height: 450px;
  }
}
/*--------------------------------------------------------------
29.0 Term Bar
--------------------------------------------------------------*/
.term-bar {
  border-bottom: 1px solid #f6f6f6;
  background-position: center;
  background-size: cover;
  padding: 27px 15px;
  text-align: center;
}
.term-bar span {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.term-bar .term-title {
  font-size: 16px;
  margin: 3px 0 0;
}
.term-bar .term-description {
  margin: 15px auto 0;
  max-width: 550px;
}
.term-bar .term-description > *:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
30.0 Author
--------------------------------------------------------------*/
.about-author {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding: 50px 40px;
}
.about-author .author-image {
  float: left;
  width: 80px;
}
.about-author .author-image > img {
  border-radius: 50%;
}
.about-author .author-info {
  margin-left: 105px;
  overflow: hidden;
}
.about-author .author-name {
  font-size: 16px;
  margin-bottom: 10px;
}
.about-author .author-name a {
  color: #333;
}
.about-author .author-bio {
  margin-bottom: 10px;
}
.about-author .author-meta {
  font-size: 13px;
}
.about-author .author-meta a {
  color: #bfbfbf;
  padding: 0 3px;
}
.about-author .author-meta a:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .about-author .author-image {
    float: none;
    margin: 0 auto 20px;
  }
  .about-author .author-info {
    margin-left: 0;
    text-align: center;
  }
}
/*--------------------------------------------------------------
31.0 Related Posts
--------------------------------------------------------------*/
.related-posts {
  margin-top: 60px;
}
.related-posts .related-posts-title,
.comments-area .comments-title,
.comments-area #reply-title {
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.related-posts .related-post {
  text-align: center;
  word-break: break-word;
}
.related-posts .entry-media {
  margin-bottom: 20px;
}
.related-posts .entry-media img {
  margin: 0 auto;
}
.related-posts .entry-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.related-posts .entry-title a {
  color: #333;
}
.related-posts .entry-meta {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .related-post {
    margin-bottom: 20px;
  }
  .related-posts .row > div:last-child .related-post {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
32.0 Comment
--------------------------------------------------------------*/
.comments-area {
  margin-top: 60px;
}
.comments-area #reply-title {
  margin-bottom: 15px;
}
.comments-area .comment-list,
.comments-area .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comments-area .children {
  padding-left: 40px;
}
.comments-area .comment-wrapper {
  margin-bottom: 30px;
}
.comments-area .comment-wrapper + #respond {
  margin: 60px 0 45px;
}
.comments-area .comment-author-avatar {
  float: left;
  margin-top: 3px;
}
.comments-area .comment-author-avatar .avatar {
  border-radius: 50%;
}
.comments-area .comment-content {
  border-bottom: 1px solid #f6f6f6;
  margin-left: 70px;
  overflow: hidden;
  padding-bottom: 30px;
}
.comments-area .comment-author-name {
  color: #333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.comments-area .comment-author-name .fn {
  font-style: normal;
}
.comments-area .comment-author-name a {
  color: #333;
}
.comments-area .bypostauthor > .comment-wrapper .fn:before {
  color: #bfbfbf;
  content: "\f058";
  font-family: FontAwesome;
  margin: 0 5px 0 1px;
}
.comments-area .comment-metadata {
  color: #bfbfbf;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 8px 7px;
}
.comments-area .comment-body > *:first-child {
  margin-top: 0;
}
.comments-area .comment-body > *:last-child {
  margin-bottom: 0;
}
.comments-area .reply a,
.comments-area .edit-link a {
  margin-top: 10px;
}
.comments-area .comment-awaiting-moderation {
  color: #bfbfbf;
  margin: 10px 0 0;
}
.comments-area .pingback {
  margin-bottom: 10px;
}
.comments-area .pingback .edit-link {
  display: none;
}
.comments-area .pingback + .comment {
  margin-top: 40px;
}
#respond {
  margin-top: 60px;
}
#respond .logged-in-as {
  color: #bfbfbf;
  font-size: 12px;
  margin-bottom: 10px;
}
#respond .logged-in-as > a:first-child {
  color: #bfbfbf;
}
#respond .comment-author-inputs {
  margin: 0 -5px;
}
#respond .comment-author-inputs > .input {
  padding-right: 5px;
  padding-left: 5px;
}
#respond .comment-author-inputs > .input > p {
  margin-bottom: 0;
}
#respond .comment-form-comment,
#respond .form-submit {
  margin-bottom: 0;
}
#cancel-comment-reply-link {
  float: right;
  font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
33.0 Drop Cap
--------------------------------------------------------------*/
.with-dropcap.single .entry-content > p:first-child::first-letter {
  color: #333;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin: 2px 8px 0 0;
  text-transform: uppercase;
}
.dropcap-v2.single .entry-content > p:first-child::first-letter {
  border-bottom: 5px solid #86af49;
  font-size: 58px;
  margin: 2px 12px 0 0;
}
.dropcap-v3.single .entry-content > p:first-child::first-letter {
  background-color: #86af49;
  color: #fff;
  font-size: 35px;
  margin: 8px 15px 0 0;
  padding: 8px 15px;
}
/*--------------------------------------------------------------
34.0 Widgets
--------------------------------------------------------------*/
.widget {
  border-bottom: 1px solid #f6f6f6;
  padding: 40px 0;
  word-break: break-word;
}
.widget:first-child {
  padding-top: 0;
}
.widget:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget .widget-title {
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li > a {
  color: #555;
  display: inline-block;
  line-height: 1.5;
  padding: 6px 0;
}
/*--------------------------------------------------------------
34.1 Search Widget
--------------------------------------------------------------*/
.widget_search {
  border-bottom: 0;
}
.widget_search .search-field {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
34.2 Recent Comments Widget
--------------------------------------------------------------*/
.widget_recent_comments .recentcomments {
  line-height: 1.5;
  padding: 6px 0;
}
.widget_recent_comments .recentcomments .url {
  color: #555;
}
.widget_recent_comments .recentcomments > a {
  color: #86af49;
  display: inline;
}
/*--------------------------------------------------------------
34.3 Feed Widget
--------------------------------------------------------------*/
.widget-feed .thumbnail-link {
  float: left;
  margin: 1%;
  position: relative;
  width: 31.333333333%;
}
.widget-feed.two-column .thumbnail-link {
  width: 48%;
}
/*--------------------------------------------------------------
34.4 About Widget
--------------------------------------------------------------*/
.widget_hummingbird_about_widget .profile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget_hummingbird_about_widget .profile-content {
  padding: 30px 0;
  text-align: center;
}
.widget_hummingbird_about_widget .profile-image {
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
.widget_hummingbird_about_widget .profile-name {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.widget_hummingbird_about_widget .profile-autograph {
  margin: 0 auto;
}
.widget_hummingbird_about_widget .bio {
  margin-top: 15px;
  text-align: center;
}
/*--------------------------------------------------------------
34.5 Categories Widget
--------------------------------------------------------------*/
.widget_hummingbird_category_widget .category-item > a {
  display: block;
}
.widget_hummingbird_category_widget .category-item > a:before,
.widget_hummingbird_category_widget .category-item > a:after {
  content: " ";
  display: table;
}
.widget_hummingbird_category_widget .category-item > a:after {
  clear: both;
}
.widget_hummingbird_category_widget .category-item > a:before,
.widget_hummingbird_category_widget .category-item > a:after {
  content: " ";
  display: table;
}
.widget_hummingbird_category_widget .category-item > a:after {
  clear: both;
}
.widget_hummingbird_category_widget .category-count {
  background-color: #86af49;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 22px;
  min-width: 22px;
  text-align: center;
}
/*--------------------------------------------------------------
34.6 Social Widget
--------------------------------------------------------------*/
.widget_hummingbird_social_widget .links {
  text-align: center;
}
.widget_hummingbird_social_widget .link {
  color: #333;
  display: inline-block;
  font-size: 13px;
  margin: 0 7px;
  text-align: center;
}
/*--------------------------------------------------------------
34.7 Posts List Widget
--------------------------------------------------------------*/
.widget-posts .widget-title {
  margin-bottom: 30px;
}
.widget-posts .posts > li {
  margin-bottom: 15px;
}
.widget-posts .posts > li:last-child {
  margin-bottom: 0;
}
.widget-posts .thumbnail {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 64px;
  position: relative;
  text-align: center;
  width: 64px;
  height: 64px;
}
.widget-posts .thumbnail img {
  z-index: -1;
}
.widget-posts .entry-wrapper {
  margin-right: 80px;
  overflow: hidden;
}
.widget-posts .entry-title {
  font-size: 15px;
  margin-bottom: 5px;
}
.widget-posts .entry-title a {
  color: #333;
}
.widget-posts .entry-meta {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
34.8 Picked Posts Widget
--------------------------------------------------------------*/
.widget_hummingbird_picked_posts_widget .picked-post {
  background-color: #f6f6f6;
  background-position: center;
  background-size: cover;
  position: relative;
}
.widget_hummingbird_picked_posts_widget .picked-post:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.widget_hummingbird_picked_posts_widget .picked-post .inner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 40px 20px 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.widget_hummingbird_picked_posts_widget .picked-post .entry-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
34.9 Newsletter Widget
--------------------------------------------------------------*/
.widget_mc4wp_form_widget .mc4wp-form {
  background: repeating-linear-gradient(-45deg, #e6e6e6, #e6e6e6 10px, #fff 10px, #fff 20px, #86af49 20px, #86af49 30px, #fff 30px, #fff 40px);
  padding: 4px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields {
  background-color: #fff;
  padding: 60px 25px 20px;
  position: relative;
  text-align: center;
}
.widget_mc4wp_form_widget .mc4wp-form-fields:before {
  color: #333;
  content: "\f2b7";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p {
  margin-bottom: 0;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input {
  text-align: center;
}
/*--------------------------------------------------------------
34.10 Calendar Widget
--------------------------------------------------------------*/
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 5px;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  text-align: center;
}
/*--------------------------------------------------------------
34.11 RSS Widget
--------------------------------------------------------------*/
.widget_rss .widget-title .rsswidget {
  color: #bfbfbf;
}
.widget_rss .widget-title .rsswidget > img {
  display: inline;
  margin-top: -2px;
}
.widget_rss ul li {
  padding-bottom: 20px;
}
.widget_rss ul li:last-child {
  padding-bottom: 0;
}
.widget_rss ul li a {
  padding-bottom: 0;
}
.widget_rss ul li .rsswidget {
  color: #333;
  display: block;
  font-weight: 700;
}
.widget_rss ul li .rss-date,
.widget_rss ul li cite {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}
.widget_rss ul li .rssSummary {
  margin-top: 5px;
}
/*--------------------------------------------------------------
34.12 Tagcloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud .tagcloud > a {
  color: #bfbfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  margin-right: 5px;
}
.widget_tag_cloud .tagcloud > a:before {
  content: "#";
}
/*--------------------------------------------------------------
35.0 Media Feed
--------------------------------------------------------------*/
.media-feed {
  margin-top: -5px;
  margin-bottom: -5px;
}
.media-feed .feed-items {
  margin: 0 -5px;
}
.media-feed .feed-item {
  display: block;
  float: left;
  position: relative;
  width: 20%;
}
.media-feed .feed-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.media-feed .feed-item:nth-child(1) {
  width: 40%;
}
.media-feed .feed-item > a {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.media-feed .feed-item > a:hover,
.media-feed .feed-item > a:hover .mask {
  opacity: 1;
}
.media-feed .mask {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.media-feed .mask .fa {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-feed .feed-label {
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.media-v2 .media-feed {
  margin-top: 0;
  margin-bottom: 0;
}
.media-v2 .media-feed .feed-items {
  margin: 0;
}
.media-v2 .media-feed .feed-item {
  width: 12.5%;
}
.media-v2 .media-feed .feed-item > a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .media-feed {
    margin-bottom: 2px;
  }
  .media-feed .feed-items {
    margin: 0 -2px;
  }
  .media-feed .feed-item > a {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
  }
  .media-v2 .media-feed .feed-item {
    width: 25%;
  }
}
/*--------------------------------------------------------------
36.0 Footer
--------------------------------------------------------------*/
.site-footer {
  color: #bfbfbf;
  padding: 30px;
}
.site-footer .footer-container {
  display: flex;
}
.site-footer .footer-container > * {
  flex: 1;
  margin: auto;
}
.site-footer .site-info {
  font-size: 13px;
}
.social-links {
  text-align: center;
}
.social-links .link {
  color: #bfbfbf;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
}
.footer-menu {
  text-align: right;
}
.footer-menu .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu .menu-item {
  display: inline-block;
  vertical-align: middle;
}
.footer-menu .menu-item > a {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-left: 15px;
  text-transform: uppercase;
}
.footer-menu .menu-item:first-child > a {
  padding-left: 0;
}
.footer-menu .sub-menu {
  display: none;
}
@media (max-width: 991px) {
  .site-footer .footer-container {
    display: block;
  }
  .site-footer .footer-container > * {
    margin: 5px 0;
    text-align: center;
  }
  .site-footer .footer-container .social-links {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
37.0 404
--------------------------------------------------------------*/
.error404 .site-main .entry-title,
.search-no-results .site-main .entry-title,
.error404 .site-main .entry-content,
.search-no-results .site-main .entry-content {
  text-align: center;
}
.error404 .site-main .entry-title,
.search-no-results .site-main .entry-title {
  margin-bottom: 5px;
}
.error404 .site-main .search-form,
.search-no-results .site-main .search-form {
  margin: 20px auto 0;
  max-width: 500px;
}
/*--------------------------------------------------------------
38.0 Contact Forms 7
--------------------------------------------------------------*/
span.wpcf7-not-valid-tip {
  font-size: 14px;
}
div.wpcf7-response-output {
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.5;
  margin: 30px 0 0;
  padding: 10px;
  text-align: center;
}
/*--------------------------------------------------------------
39.0 Animations
--------------------------------------------------------------*/
@-webkit-keyframes splat {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.69% {
    -webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.51% {
    -webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.88% {
    -webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.03% {
    -webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.85% {
    -webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.22% {
    -webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.18% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.37% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.01% {
    -webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.05% {
    -webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.75% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.58% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.73% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.32% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.15% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.9% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.47% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes splat {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.37% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.47% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.58% {
    -webkit-transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.061, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.69% {
    -webkit-transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.321, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.41% {
    -webkit-transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.51% {
    -webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.88% {
    -webkit-transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.771, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.03% {
    -webkit-transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.982, 0, 0, 0, 0, 1.333, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.85% {
    -webkit-transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.822, 0, 0, 0, 0, 1.398, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.22% {
    -webkit-transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.672, 0, 0, 0, 0, 1.469, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.18% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.37% {
    -webkit-transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.612, 0, 0, 0, 0, 1.501, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.01% {
    -webkit-transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.763, 0, 0, 0, 0, 1.338, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.05% {
    -webkit-transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.856, 0, 0, 0, 0, 1.211, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.75% {
    -webkit-transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.923, 0, 0, 0, 0, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.58% {
    -webkit-transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.009, 0, 0, 0, 0, 0.987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.73% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.32% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.15% {
    -webkit-transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.029, 0, 0, 0, 0, 0.958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.9% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.47% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
40.0 Letter Spacing
--------------------------------------------------------------*/
.hero-title,
.post .entry-title,
.woocommerce div.product .product_title {
  letter-spacing: -1px;
}
.about-author .author-name,
blockquote,
.branding .logo.text,
.comments-area .comment-author-name,
.featured-post .entry-title,
.mega-menu .entry-title,
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.post-grid .entry-title,
.post.post-list .entry-title,
.related-posts .entry-title,
.term-bar .term-title,
.widget-posts .entry-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  letter-spacing: -0.5px;
}
.navbar .sub-menu .menu-item > a {
  letter-spacing: 0;
}
.featured-post .entry-label,
.footer-menu .menu-item > a,
.mobile-menu .menu-item > a,
.navbar .menu-item > a,
.related-posts .related-posts-title,
.widget .widget-title,
.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce-Reviews-title,
.woocommerce .related.products > h2,
.woocommerce #reply-title,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce #order_review_heading,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2,
.woocommerce-column__title,
.woocommerce .cart_totals > h2,
.comments-area .comments-title,
.comments-area #reply-title {
  letter-spacing: .5px;
}
.button,
input[type="submit"],
button[type="submit"],
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  letter-spacing: 1px;
}
/*--------------------------------------------------------------
41.0 Admin Bar
--------------------------------------------------------------*/
.admin-bar.navbar-transparent.with-hero:not(.hero-narrow) .navbar,
.admin-bar.navbar-sticky .navbar,
.admin-bar.navbar-sticky_transparent .navbar {
  top: 32px;
}
.admin-bar .off-canvas {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar.navbar-transparent.with-hero:not(.hero-narrow) .navbar,
  .admin-bar.navbar-sticky .navbar,
  .admin-bar.navbar-sticky_transparent .navbar {
    top: 46px;
  }
  .admin-bar .off-canvas {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
