/*
Theme Name: Lark
Theme URI: http://lark.mondotheme.com/
Author: MondoTheme
Author URI: http://themeforest.net/user/mondotheme
Description: WordPress Magazine & Blog Theme
Version: 1.1
Tags: two-columns, three-columns, responsive-layout, 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 Scaffolding
3.0 Layout
4.0 Grid
5.0 Form
6.0 Button
7.0 Slick
8.0 Navbar
9.0 Hero
10.0 Square posts
11.0 Post
12.0 Page
13.0 Like
14.0 Category
15.0 Tag
16.0 Single
17.0 Review
18.0 Author
19.0 Related posts
20.0 Comment
21.0 Navigation
22.0 Explore
23.0 Social links
24.0 Post pagination
25.0 Widget
26.0 Media feed
27.0 Footer
28.0 Search
29.0 Contact Forms 7
30.0 Utilities
31.0 Responsive utilities
32.0 Media queries
33.0 Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
2.0 Scaffolding
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  color: #526071;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin: 0 0 10px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 12px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
p {
  margin: 0 0 20px;
}
blockquote {
  color: #b2b2b2;
  font-size: 18px;
  margin: 40px 0;
  padding-left: 40px;
  position: relative;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
a {
  color: #2ecc71;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #526071;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe,
embed {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
table {
  margin-bottom: 20px;
}
th,
td {
  border: 2px solid #e8e8e8;
  padding: 8px 12px 6px;
}
dl,
ul,
ol {
  margin: 20px 0;
  padding-left: 30px;
}
dl dl,
ul dl,
ol dl,
dl ul,
ul ul,
ol ul,
dl ol,
ul ol,
ol ol {
  margin: 0;
}
dl {
  padding-left: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px 0;
}
hr {
  background-color: #e8e8e8;
  border: 0;
  margin: 40px auto;
  width: 100px;
  height: 2px;
}
code,
pre {
  background-color: #f9f9f9;
  border: 1px solid #e8e8e8;
}
code {
  padding: 2px;
}
pre {
  padding: 15px 20px;
}
pre code {
  border: 0;
}
mark {
  background-color: #a8ebc4;
}
[role="button"] {
  cursor: pointer;
}
.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 img[class*="wp-image-"] {
  margin: 0 auto;
}
.wp-caption-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  margin-top: 7px;
  text-align: center;
}
.gallery {
  margin-top: 30px;
}
.gallery-item {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.gallery-item img {
  display: inline-block;
}
.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;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}
.navbar-sticky {
  padding-top: 60px;
}
#content {
  padding-top: 60px;
  padding-bottom: 90px;
}
#secondary {
  padding-left: 30px;
}
.left-column #secondary {
  padding-right: 30px;
  padding-left: 0;
}
/*--------------------------------------------------------------
4.0 Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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: 33.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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: 33.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*--------------------------------------------------------------
5.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: 2px solid #e8e8e8;
  display: block;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
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 {
  background-color: #f9f9f9;
  outline: none;
}
input[type="number"] {
  padding: 0 5px;
}
textarea {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}
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: 2px solid #e8e8e8;
  border-radius: 0;
  outline: none;
  padding: 8px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label {
  font-size: 12px;
}
button:focus,
input[type="submit"]:focus {
  outline: none;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.compact-form {
  position: relative;
}
.compact-form .compact-submit {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.compact-form .password-submit {
  top: 30px;
}
/*--------------------------------------------------------------
6.0 Button
--------------------------------------------------------------*/
.button,
input[type="submit"],
button[type="submit"],
.nav-links .nav-previous > a,
.nav-links .nav-next > a {
  background-color: #2ecc71;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.nav-links .nav-previous > a:hover,
.nav-links .nav-next > a:hover {
  background-color: #526071;
}
/*--------------------------------------------------------------
7.0 Slick
--------------------------------------------------------------*/
.slick-slider {
  display: block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick-slider.slick-initialized {
  opacity: 1 !important;
  position: relative !important;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  background: transparent;
  border: 2px solid #fff;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  z-index: 10;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.slick-prev:before,
.slick-next:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #bfbfbf;
  color: transparent;
  outline: none;
}
.slick-prev {
  left: 40px;
}
.slick-next {
  right: 40px;
}
.slick-next:before {
  content: "\f054";
}
[dir='rtl'] .slick-prev {
  right: 40px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 40px;
}
/*--------------------------------------------------------------
8.0 Navbar
--------------------------------------------------------------*/
#navigation-bar {
  background-color: #fff;
  border-bottom: 2px solid #e8e8e8;
  height: 62px;
  padding: 0 20px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation-bar.up {
  top: -62px !important;
}
#navigation-bar .brand-logo {
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#navigation-bar .brand-logo.light {
  opacity: 0;
}
#navigation-bar .brand-logo.text {
  color: #526071;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#navigation-bar .brand-logo.text.light {
  color: #fff;
}
#navigation-bar .social-links {
  float: right;
  margin-left: 10px;
  top: 15px;
}
#navigation-bar #main-navigation {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#navigation-bar .nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation-bar .menu-item {
  float: left;
  position: relative;
}
#navigation-bar .menu-item > a {
  color: #526071;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 60px;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
}
#navigation-bar .sub-menu {
  display: none;
  list-style-type: none;
}
#navigation-bar .sub-menu.open {
  display: block;
}
#navigation-bar.transparent {
  background-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
}
#navigation-bar.transparent .brand-logo.dark {
  opacity: 0;
}
#navigation-bar.transparent .brand-logo.light {
  opacity: 1;
}
#navigation-bar.transparent .social-links li > a {
  border-color: #fff;
  color: #fff;
}
#navigation-bar.sticky,
#navigation-bar.sticky-transparent {
  position: fixed;
}
/*--------------------------------------------------------------
9.0 Hero
--------------------------------------------------------------*/
#hero {
  background-color: #526071;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}
#hero #hero-mask {
  background-color: #526071;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#hero.initialized #hero-mask {
  opacity: .4;
}
#hero .hero-content {
  color: #fff;
  max-width: 600px;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}
#hero .hero-thumbnail {
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
#hero .hero-title {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#hero .hero-title .fa-calendar-o {
  min-width: 32px;
}
#hero .hero-description {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 10px;
}
#hero .hero-description .fa {
  margin-right: 3px;
}
#hero .author-website {
  margin-left: 15px;
}
#hero .author-website a {
  color: #fff;
}
#hero .author-website a:hover {
  color: #2ecc71;
}
#hero .cat-links {
  display: inline-block;
  margin-top: 20px;
  vertical-align: middle;
}
#hero .cat-links > a {
  background-color: #2ecc71;
}
#hero .cat-links > a:hover {
  background-color: #333;
}
/*--------------------------------------------------------------
10.0 Square posts
--------------------------------------------------------------*/
.square-posts {
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.square-posts .square-post {
  background-color: #526071;
  background-position: center;
  background-size: cover;
  margin: 10px;
  outline: none;
  position: relative;
  width: 100%;
  word-break: break-word;
}
.square-posts .square-post:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  padding-top: 100%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.square-posts .square-post:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.square-posts .permalink {
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.square-posts .entry-content {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
}
.square-posts .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}
.square-posts .entry-title > a {
  color: #fff;
}
/*--------------------------------------------------------------
11.0 Post
--------------------------------------------------------------*/
.post {
  margin-bottom: 60px;
}
.post .entry-media {
  margin-bottom: 25px;
  position: relative;
}
.post .entry-media > img {
  width: 100%;
}
.post .entry-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
}
.post .entry-icon > .fa {
  position: relative;
}
.post.format-video .entry-icon > .fa {
  left: 2px;
}
.post.format-audio .entry-icon > .fa {
  font-size: 17px;
  top: 1px;
}
.post .entry-content,
.type-page .entry-content,
.search-results .page .entry-content,
.search-results .product .entry-content {
  font-family: "Merriweather", serif;
}
.post .entry-content > *:last-child,
.post .entry-content > *:last-child > *:last-child,
.type-page .entry-content > *:last-child,
.type-page .entry-content > *:last-child > *:last-child,
.search-results .page .entry-content > *:last-child,
.search-results .page .entry-content > *:last-child > *:last-child,
.search-results .product .entry-content > *:last-child,
.search-results .product .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,
.type-page .entry-content h1,
.type-page .entry-content h2,
.type-page .entry-content h3,
.type-page .entry-content h4,
.type-page .entry-content h5,
.type-page .entry-content h6,
.search-results .page .entry-content h1,
.search-results .page .entry-content h2,
.search-results .page .entry-content h3,
.search-results .page .entry-content h4,
.search-results .page .entry-content h5,
.search-results .page .entry-content h6,
.search-results .product .entry-content h1,
.search-results .product .entry-content h2,
.search-results .product .entry-content h3,
.search-results .product .entry-content h4,
.search-results .product .entry-content h5,
.search-results .product .entry-content h6 {
  font-family: "Ubuntu", sans-serif;
  margin: 30px 0 15px;
}
.post .entry-content .fluid-width-video-wrapper,
.type-page .entry-content .fluid-width-video-wrapper,
.search-results .page .entry-content .fluid-width-video-wrapper,
.search-results .product .entry-content .fluid-width-video-wrapper {
  margin: 30px 0;
}
.post .entry-meta {
  color: #bfbfbf;
  margin-bottom: 20px;
}
.post .entry-meta .avatar {
  border-radius: 50%;
  float: left;
  width: 35px;
}
.post .entry-meta .right {
  float: left;
  margin-left: 7px;
}
.post .entry-meta .right > span {
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
}
.post .entry-meta .author-name a,
.post .entry-meta .entry-date a {
  color: #bfbfbf;
}
.post .entry-meta .author-name a:hover,
.post .entry-meta .entry-date a:hover {
  color: #2ecc71;
}
.post .entry-meta .separator {
  padding: 0 5px 0 1px;
}
.post .entry-like {
  margin-left: 5px;
}
.post .entry-like .like-toggle {
  color: #bfbfbf;
}
.post .entry-share {
  margin-left: 5px;
  position: relative;
}
.post .entry-share > .fa {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.post .entry-share > .fa:hover {
  color: #2ecc71;
}
.post .entry-share .popup {
  min-width: 78px;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 22px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post .entry-share .popup.open {
  opacity: 1;
}
.post .entry-share .popup > a {
  border-radius: 50%;
  color: #fff;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 24px;
  margin-left: 3px;
  text-align: center;
  width: 24px;
  height: 24px;
}
.post .entry-share .popup > a:first-child {
  margin-left: 0;
}
.post .entry-share .popup > a.twitter {
  background-color: #55acee;
}
.post .entry-share .popup > a.facebook {
  background-color: #3b5998;
}
.post .entry-share .popup > a.google {
  background-color: #dc4e41;
}
.post .entry-title,
.search-results .page .entry-title,
.search-results .product .entry-title {
  font-size: 20px;
}
.post .entry-title > a,
.search-results .page .entry-title > a,
.search-results .product .entry-title > a {
  color: #526071;
}
.post .entry-title > a:hover,
.search-results .page .entry-title > a:hover,
.search-results .product .entry-title > a:hover {
  color: #2ecc71;
}
.post .entry-footer {
  margin-top: 15px;
}
.post.sticky .entry-title > a:before {
  color: #bfbfbf;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 1px;
}
.post.format-gallery .entry-gallery {
  opacity: 0;
}
.post.format-gallery .gallery-image {
  outline: none;
}
/*--------------------------------------------------------------
12.0 Page
--------------------------------------------------------------*/
.page-title {
  margin-bottom: 40px !important;
}
/*--------------------------------------------------------------
13.0 Like
--------------------------------------------------------------*/
.like-toggle .fa {
  font-weight: 700;
}
.like-toggle .fa.animate {
  -webkit-animation: splat 865ms linear both;
  -o-animation: splat 865ms linear both;
  animation: splat 865ms linear both;
}
.like-toggle.loving {
  pointer-events: none;
}
.like-toggle:hover .fa:before {
  content: "\f004";
}
@-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);
  }
}
/*--------------------------------------------------------------
14.0 Category
--------------------------------------------------------------*/
.cat-links {
  display: block;
}
.cat-links:before,
.cat-links:after {
  content: " ";
  display: table;
}
.cat-links:after {
  clear: both;
}
.cat-links a {
  background-color: #bfbfbf;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: 700;
  margin: 0 4px 4px 0;
  padding: 3px 12px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cat-links a:hover {
  background-color: #526071;
}
/*--------------------------------------------------------------
15.0 Tag
--------------------------------------------------------------*/
.tag-links {
  margin-top: 10px;
}
.tag-links .fa {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.tag-links a {
  color: #526071;
}
.tag-links a:hover {
  color: #2ecc71;
}
/*--------------------------------------------------------------
16.0 Single
--------------------------------------------------------------*/
.single .type-post,
.page .type-page {
  margin-bottom: 0;
}
.single .type-post .entry-meta,
.page .type-page .entry-meta {
  margin-bottom: 30px;
}
.single .type-post .entry-header,
.page .type-page .entry-header {
  display: none;
}
.single .type-post .entry-footer,
.page .type-page .entry-footer {
  margin-top: 40px;
}
.single .type-post.featured .entry-media,
.page .type-page.featured .entry-media,
.single .type-post.format-audio .entry-media,
.page .type-page.format-audio .entry-media,
.single .type-post.format-video .entry-media,
.page .type-page.format-video .entry-media,
.single .type-post.format-gallery .entry-media,
.page .type-page.format-gallery .entry-media {
  margin-bottom: 40px;
}
.single .type-post.featured .entry-header,
.page .type-page.featured .entry-header {
  display: block;
}
/*--------------------------------------------------------------
17.0 Review
--------------------------------------------------------------*/
.entry-review {
  margin-top: 60px;
}
.entry-review .total-score {
  background-color: #526071;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 30px;
  line-height: 80px;
  margin-right: 30px;
  text-align: center;
  width: 80px;
  height: 80px;
}
.entry-review .bars {
  overflow: hidden;
  position: relative;
  top: -9px;
}
.entry-review .bar {
  margin-bottom: 15px;
}
.entry-review .bar:last-child {
  margin-bottom: 0;
}
.entry-review .bar-score {
  float: right;
}
.entry-review .bar-track {
  background-color: #e8e8e8;
  height: 3px;
  margin-top: 2px;
}
.entry-review .bar-progress {
  background-color: #2ecc71;
  height: 100%;
}
.entry-score {
  background-color: #2ecc71;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 40px;
  height: 40px;
}
/*--------------------------------------------------------------
18.0 Author
--------------------------------------------------------------*/
#about-author {
  background-color: #f9f9f9;
  margin-top: 100px;
  padding: 70px 40px 40px;
  position: relative;
}
#about-author .author-image {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -45px;
  padding: 4px;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 90px;
  height: 90px;
}
#about-author .author-image > img {
  border-radius: 50%;
}
#about-author .author-name {
  margin-bottom: 15px;
}
#about-author .author-name > a {
  color: #526071;
}
#about-author .author-bio {
  margin-bottom: 0;
}
#about-author .author-meta {
  margin-top: 15px;
}
#about-author .author-meta > span {
  color: #bfbfbf;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 5px;
}
#about-author .author-meta a {
  color: #bfbfbf;
}
#about-author .author-meta a:hover {
  color: #2ecc71;
}
#about-author .author-meta .fa {
  margin-right: 2px;
}
/*--------------------------------------------------------------
19.0 Related posts
--------------------------------------------------------------*/
#related-posts {
  margin-top: 60px;
}
#related-posts .entry-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#related-posts .entry-media:before {
  background-color: #526071;
  content: "";
  display: block;
  padding-bottom: 60%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#related-posts .entry-media.with-bg:before {
  background-color: rgba(51, 51, 51, 0.4);
}
#related-posts .entry-media:hover:before {
  background-color: #3d4753;
}
#related-posts .entry-media.with-bg:hover:before {
  background-color: rgba(51, 51, 51, 0.6);
}
#related-posts .permalink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#related-posts .cat-links,
#related-posts .entry-title {
  position: absolute;
  right: 20px;
  left: 20px;
}
#related-posts .cat-links {
  top: 20px;
}
#related-posts .cat-links > a {
  background-color: #2ecc71;
}
#related-posts .entry-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  bottom: 20px;
}
/*--------------------------------------------------------------
20.0 Comment
--------------------------------------------------------------*/
#comments {
  margin-top: 60px;
}
#comments .comments-title {
  text-transform: uppercase;
}
#comments .comment-list,
#comments .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments .children {
  padding-left: 40px;
}
#comments .comment-wrapper {
  margin-bottom: 15px;
}
#comments .comment-author-avatar {
  float: left;
}
#comments .comment-author-avatar .avatar {
  border-radius: 50%;
}
#comments .comment-content {
  margin-left: 90px;
  overflow: hidden;
}
#comments .comment-author-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#comments .comment-author-name .fn {
  font-style: normal;
}
#comments .comment-author-name a {
  color: #526071;
}
#comments .bypostauthor .comment-author-name > .fn:before {
  color: #bfbfbf;
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 3px;
}
#comments .comment-metadata {
  color: #bfbfbf;
  font-size: 13px;
  margin: -2px 0 10px;
}
#comments .comment-metadata > span:before {
  content: "\2022";
  padding: 0 6px 0 2px;
}
#comments .comment-body {
  font-size: 14px;
}
#comments .comment-body > *:first-child {
  margin-top: 0;
}
#comments .nav-links {
  margin-top: 30px;
}
#respond {
  margin-top: 60px;
}
#respond .logged-in-as {
  font-size: 13px;
  margin-bottom: 10px;
}
#respond .logged-in-as > a:first-child {
  color: #526071;
}
#respond .logged-in-as > a:first-child:hover {
  color: #2ecc71;
}
#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 {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
21.0 Navigation
--------------------------------------------------------------*/
.nav-links {
  margin-top: 90px;
}
.nav-links:before,
.nav-links:after {
  content: " ";
  display: table;
}
.nav-links:after {
  clear: both;
}
.nav-links .nav-previous {
  float: right;
}
.nav-links .nav-next {
  float: left;
}
/*--------------------------------------------------------------
22.0 Explore
--------------------------------------------------------------*/
.page-template-page-explore .explore-category {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.page-template-page-explore .explore-category:first-child {
  margin-top: 0;
}
.page-template-page-explore .explore-category:after {
  margin-left: -10px;
  left: 50%;
}
.page-template-page-explore .entry-title {
  font-size: 16px;
}
.page-template-page-explore .square-posts {
  margin: 0 -10px;
  padding: 0;
}
.page-template-page-explore .slick-arrow {
  bottom: 30px;
}
.page-template-page-explore .slick-prev {
  left: 30px;
}
.page-template-page-explore .slick-next {
  right: 30px;
}
/*--------------------------------------------------------------
23.0 Social links
--------------------------------------------------------------*/
.social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.social-links li {
  float: left;
}
.social-links li > a {
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  color: #bfbfbf;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin-left: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-links li > a:hover {
  background-color: #bfbfbf;
  color: #fff;
}
/*--------------------------------------------------------------
24.0 Post pagination
--------------------------------------------------------------*/
.page-links {
  margin-top: 15px;
}
.page-links .page {
  background-color: #bfbfbf;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 3px;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-links .page:hover {
  background-color: #526071;
}
.page-links > .page {
  background-color: #526071;
}
/*--------------------------------------------------------------
25.0 Widget
--------------------------------------------------------------*/
.widget {
  font-size: 14px;
  margin-bottom: 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li > a {
  color: #526071;
  display: inline-block;
  padding-bottom: 5px;
}
.widget ul li > a:hover {
  color: #2ecc71;
}
.widget > ul {
  margin-bottom: -5px;
}
.widget .widget-title {
  border-bottom: 2px solid #e8e8e8;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.widget .widget-title:after {
  background-color: #526071;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.widget:hover .widget-title:after {
  width: 26px;
}
.widget-posts-list .posts > li {
  margin-bottom: 20px;
}
.widget-posts-list .posts > li:last-child {
  margin-bottom: 0;
}
.widget-posts-list .thumbnail-link {
  background-color: #bfbfbf;
  color: #fff;
  display: block;
  float: left;
  font-size: 25px;
  line-height: 60px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.widget-posts-list .thumbnail-link:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.widget-posts-list .thumbnail-link.no-thumbnail:hover {
  background-color: #526071;
}
.widget-posts-list .thumbnail-link > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.widget-posts-list .entry-content {
  margin: -3px 0 0 75px;
}
.widget-posts-list .entry-title {
  font-size: 14px;
  margin-bottom: 0;
}
.widget-posts-list .entry-title > a {
  color: #526071;
}
.widget-posts-list .entry-title > a:hover {
  color: #2ecc71;
}
.widget-posts-list .entry-meta {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 700;
}
.widget-with-thumbnails .thumbnails {
  margin: 0 -0.66666667%;
}
.widget-with-thumbnails .thumbnail-link {
  display: inline-block;
  float: left;
  line-height: 0;
  margin: 0.66666667%;
  width: 32%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.widget-with-thumbnails .thumbnail-link .thumbnail {
  width: 100%;
}
.widget-with-thumbnails .thumbnail-link:hover {
  opacity: .8;
}
.widget-with-thumbnails.two-columns .thumbnails {
  margin: 0 -1%;
}
.widget-with-thumbnails.two-columns .thumbnails .thumbnail-link {
  margin: 1%;
  width: 48%;
}
.widget_lark_categories_widget .categories-list {
  margin-bottom: -10px;
}
.widget_lark_categories_widget .category-item > a {
  display: block !important;
  padding-bottom: 10px;
  position: relative;
}
.widget_lark_categories_widget .category-item > a:after {
  border-top: 1px dashed #bfbfbf;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
}
.widget_lark_categories_widget .category-item-name,
.widget_lark_categories_widget .category-item-count-container {
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
.widget_lark_categories_widget .category-item-count-container {
  float: right;
  padding-right: 0;
  padding-left: 8px;
}
.widget_lark_categories_widget .category-item-count-badge {
  background-color: #2ecc71;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  min-width: 22px;
  padding: 0 7px;
  text-align: center;
}
.widget_recent_comments .recentcomments {
  padding-bottom: 5px;
}
.widget_recent_comments .recentcomments .comment-author-link > .url {
  color: #526071;
}
.widget_recent_comments .recentcomments .comment-author-link > .url:hover {
  color: #2ecc71;
}
.widget_recent_comments .recentcomments > a {
  color: #2ecc71;
  display: inline;
  padding-bottom: 0;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #526071;
}
.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;
}
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
  content: " ";
  display: table;
}
.widget_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud > a {
  background-color: #bfbfbf;
  color: #fff;
  float: left;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 4px 4px 0;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud > a:hover {
  background-color: #526071;
}
.widget_rss .rsswidget {
  color: #526071;
}
.widget_rss .rsswidget > img {
  display: inline;
  margin-top: -2px;
}
.widget_rss ul li {
  padding-bottom: 20px;
}
.widget_rss ul li a {
  padding-bottom: 0;
}
.widget_rss ul li .rsswidget {
  font-weight: 700;
}
.widget_rss ul li .rss-date {
  color: #bfbfbf;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.widget_rss ul li:last-child {
  padding-bottom: 0;
}
/*--------------------------------------------------------------
26.0 Media feed
--------------------------------------------------------------*/
#media-feed {
  margin-bottom: 90px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#media-feed.initialized {
  opacity: 1;
}
#media-feed .thumbnails {
  margin-right: -10px;
  margin-bottom: -10px;
  position: relative;
}
#media-feed .thumbnail {
  display: block;
  margin: -5px;
  position: absolute;
  width: 20%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#media-feed .thumbnail img {
  width: 100%;
}
#media-feed .thumbnail:hover {
  opacity: .8;
}
#media-feed .thumbnail-3 {
  width: 40%;
  left: 20%;
}
#media-feed .thumbnail-4,
#media-feed .thumbnail-5 {
  left: 60%;
}
#media-feed .thumbnail-6,
#media-feed .thumbnail-7 {
  left: 80%;
}
#media-feed .thumbnail-2,
#media-feed .thumbnail-5,
#media-feed .thumbnail-7 {
  top: 50%;
}
#media-feed .thumbnail-inner {
  display: block;
  margin: 5px;
}
/*--------------------------------------------------------------
27.0 Footer
--------------------------------------------------------------*/
#colophon {
  background-color: #333;
  color: #bfbfbf;
}
#colophon a {
  color: #2ecc71;
}
#colophon .column {
  padding-right: 30px;
  padding-left: 30px;
}
#colophon > .row {
  margin: 0;
  padding: 60px 30px;
}
#colophon > .row.bottom {
  background-color: #2e2e2e;
  padding: 30px 45px;
  text-align: center;
}
#colophon .widget {
  margin-bottom: 0;
}
#colophon .widget > ul {
  margin: -8px 0;
}
#colophon .widget li {
  border-bottom: 1px solid #3b3b3b;
  padding: 8px 15px 8px 0;
  position: relative;
}
#colophon .widget li:after {
  content: "\f054";
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#colophon .widget li:last-child {
  border-bottom: 0;
}
#colophon .widget li > a {
  color: #bfbfbf;
  padding-bottom: 0;
}
#colophon .widget li > a:hover {
  color: #2ecc71;
}
#colophon .widget .widget-title:after {
  display: none;
}
#colophon .widget_calendar th,
#colophon .widget_calendar td {
  border-color: #3b3b3b;
}
#colophon .widget_tag_cloud .tagcloud > a {
  background-color: #3b3b3b;
  color: #bfbfbf;
}
#colophon .widget_tag_cloud .tagcloud > a:hover {
  background-color: #2e2e2e;
}
#colophon .widget-title {
  border-bottom: 0;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 0;
}
#colophon .widget-title a {
  color: #fff;
}
#colophon input[type="text"],
#colophon input[type="password"],
#colophon input[type="email"],
#colophon input[type="search"],
#colophon textarea {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
#colophon select {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
#colophon .button:hover,
#colophon input[type="submit"]:hover,
#colophon button[type="submit"]:hover,
#colophon input[type="submit"]:hover,
#colophon button[type="submit"]:hover,
#colophon .nav-links .nav-previous > a:hover,
#colophon .nav-links .nav-next > a:hover {
  background-color: #2e2e2e;
}
#colophon .bottom-bottom .social-links li > a {
  color: #bfbfbf;
  margin-top: 15px;
}
#colophon .bottom-bottom .social-links li > a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
28.0 Search
--------------------------------------------------------------*/
#search-fill {
  background-color: #fff;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#search-fill .search-form {
  margin: 20% auto 0;
  width: 50%;
}
#search-fill .search-field {
  font-size: 20px;
  height: 60px;
}
#search-fill .search-submit {
  font-size: 20px;
  width: 60px;
  height: 60px;
}
#search-fill .search-toggle {
  color: #bfbfbf;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
}
#search-fill .search-toggle:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-results .page,
.search-results .product {
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
29.0 Contact Forms 7
--------------------------------------------------------------*/
.wpcf7 {
  font-family: "Ubuntu", sans-serif;
}
div.wpcf7 img.ajax-loader {
  display: inline-block;
  margin-left: 10px;
}
div.wpcf7-response-output {
  background-color: #bfbfbf;
  border: 0;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px 20px;
}
/*--------------------------------------------------------------
30.0 Utilities
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bordered-title,
#comments #reply-title {
  font-size: 14px;
  margin: 0 0 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.bordered-title:after,
#comments #reply-title:after {
  background-color: #bfbfbf;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
}
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
/*--------------------------------------------------------------
31.0 Responsive utilities
--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
32.0 Media queries
--------------------------------------------------------------*/
@media (max-width: 767px) {
  #media-feed .thumbnails {
    margin-right: -4px;
    margin-bottom: -4px;
  }
  #media-feed .thumbnail {
    margin: -2px;
  }
  #media-feed .thumbnail-inner {
    margin: 2px;
  }
}
@media (max-width: 991px) {
  #navigation-bar #mobile-nav-open {
    cursor: pointer;
    float: right;
    margin: 24px 0 0 20px;
  }
  #navigation-bar #mobile-nav-open .bar {
    background-color: #526071;
    display: block;
    margin-bottom: 3px;
    width: 20px;
    height: 2px;
  }
  #navigation-bar #main-navigation {
    background-color: #333;
    overflow-y: scroll;
    padding: 50px 30px 30px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 320px;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
  }
  #navigation-bar #main-navigation.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #navigation-bar #mobile-nav-close {
    color: #bfbfbf;
    cursor: pointer;
    font-size: 17px;
    position: absolute;
    top: 21px;
    right: 23px;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  #navigation-bar #mobile-nav-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #navigation-bar .nav-list .menu-item {
    float: none;
  }
  #navigation-bar .nav-list .menu-item > a {
    color: #bfbfbf;
    line-height: 40px;
  }
  #navigation-bar .nav-list .menu-item > a:hover {
    color: #fff;
  }
  #navigation-bar .sub-menu {
    padding-left: 15px;
  }
  #navigation-bar .dropdown-toggle {
    color: #bfbfbf;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 12px;
  }
  #navigation-bar .dropdown-toggle:hover {
    color: #fff;
  }
  #navigation-bar .search-form {
    margin-top: 15px;
    padding: 0 12px;
  }
  #navigation-bar .search-field {
    background-color: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
  }
  #navigation-bar .search-submit {
    display: none;
  }
  #navigation-bar.transparent #mobile-nav-open .bar {
    background-color: #fff;
  }
  #related-posts .related-post {
    margin-bottom: 30px;
  }
  #related-posts .column:last-child .related-post {
    margin-bottom: 0;
  }
  #secondary {
    margin-top: 90px !important;
    padding: 0 !important;
  }
  #colophon .widget {
    margin-bottom: 60px;
  }
  #colophon .top .column:last-child .widget {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .post-list:not(.featured) .entry-media {
    float: left;
    margin-bottom: 0;
    width: 230px;
  }
  .post-list:not(.featured) .entry-wrapper {
    margin-left: 260px;
    overflow: hidden;
  }
  .post-list:not(.featured).no-image .entry-wrapper {
    margin-left: 0;
  }
  .layout-grid-right-sidebar #main > .row > div:nth-child(2n+1),
  .layout-grid-left-sidebar #main > .row > div:nth-child(2n+1),
  .layout-grid #main > .row > div:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  #navigation-bar.transparent {
    padding: 0 30px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
  #navigation-bar.transparent .nav-list > .menu-item > a {
    color: #fff;
    padding-bottom: 15px;
  }
  #navigation-bar.transparent .sub-menu {
    top: 75px;
  }
  #navigation-bar .nav-list > .menu-item > a:hover {
    color: #2ecc71;
  }
  #navigation-bar .sub-menu {
    background-color: #fff;
    border-top: 2px solid #526071;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 60px;
    left: -10px;
    z-index: 90;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #navigation-bar .sub-menu .menu-item {
    float: none;
  }
  #navigation-bar .sub-menu .menu-item > a {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 12px 20px;
    text-transform: initial;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  #navigation-bar .sub-menu .menu-item > a:hover {
    background-color: #f9f9f9;
  }
  #navigation-bar .sub-menu .menu-item:last-child > a {
    border-bottom: 0;
  }
  #navigation-bar .sub-menu .menu-item-has-children > a:before,
  #navigation-bar .sub-menu .menu-item-has-children > a:after {
    content: "\f105";
    float: right;
    font-family: FontAwesome;
  }
  #navigation-bar .sub-menu .menu-item-has-children > a:before {
    content: "\f105";
    display: none;
    float: left;
  }
  #navigation-bar .sub-menu .sub-menu {
    border-top: 0;
    top: 0;
    left: 100%;
  }
  #navigation-bar .menu-item-cart .sub-menu {
    right: -10px;
    left: auto;
  }
  .layout-full-width .site-content.container,
  .layout-grid.search-results .site-content.container,
  .layout-grid.single.single-post .site-content.container,
  .layout-grid.page:not(.page-template-page-explore) .site-content.container {
    width: 750px;
  }
  .layout-grid #main > .row > div:nth-child(2n+1) {
    clear: none;
  }
  .layout-grid #main > .row > div:nth-child(3n+1) {
    clear: left;
  }
}
/*--------------------------------------------------------------
33.0 Animations
--------------------------------------------------------------*/
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}