/*
Theme Name: Myna
Theme URI: http://myna.mondotheme.com/
Author: MondoTheme
Author URI: http://themeforest.net/user/mondotheme/portfolio
Description: A Masonry WordPress Blog Theme
Version: 1.2
Text Domain: myna
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 Scaffolding
3.0 Grid
4.0 Button
5.0 Form
6.0 Slick
7.0 Masonry
8.0 Header
9.0 Post
10.0 Page
11.0 Archive
12.0 Navigation
13.0 Single
14.0 Like
15.0 Author
16.0 Related post
17.0 Comment
18.0 Widget
19.0 Social links
20.0 Media feed
21.0 Footer
22.0 Search
23.0 404
24.0 Media queries
25.0 Utilities
26.0 Responsive utilities
27.0 WPCF7
28.0 Map
--------------------------------------------------------------*/
/*--------------------------------------------------------------
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-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-image:url("http://www.beholdmag.com/_img/bg.png");
  background-repeat: repeat;
  background-color: #000;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Bowlby One SC', cursive;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
	color: #fff;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  color: #2ec4b6;
  text-decoration: none;
}
a:hover {
  color: #777;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
  margin: 0 0 15px;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
blockquote {
  border-left: 3px solid #2ec4b6;
  color: #b2b2b2;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
  margin: 30px 0;
  padding: 10px 0 10px 30px;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
figure {
  margin: 0;
}
iframe,
embed {
  border: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
table {
  line-height: 1.5;
  margin: 30px 0;
  word-break: normal;
}
th,
td {
  border: 2px solid #e8e8e8;
  font-weight: 400;
  padding: 8px 12px 6px;
}
hr {
  background-color: #2ec4b6;
  border: 0;
  margin: 40px auto;
  width: 100px;
  height: 2px;
}
mark {
  background-color: #a2e9e2;
}
dl,
ul,
ol {
  margin: 20px 0;
  padding-left: 17px;
}
dl dl,
ul dl,
ol dl,
dl ul,
ul ul,
ol ul,
dl ol,
ul ol,
ol ol {
  margin: 0;
}
dl {
  padding-left: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px 0;
}
code,
pre {
  background-color: #f5f5f5;
  font-size: 13px;
}
code {
  padding: 2px;
}
pre {
  padding: 15px 20px;
}
[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: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 7px;
  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-item {
  float: left;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.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;
}
.entry-content .gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
/*--------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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: 25%;
  }
  .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: 25%;
  }
  .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%;
  }
}
/*--------------------------------------------------------------
4.0 Button
--------------------------------------------------------------*/
.button,
input[type="submit"],
button[type="submit"] {
  background-color: #2ec4b6;
  border: 0;
  xborder-radius: 20px;
  color: #fff;
  display: inline-block;
font-family: "Open Sans", sans-serif;
	font-size: 11px;
  letter-spacing: normal;
  padding: 10px 15px 8px;
  text-transform: uppercase;
  vertical-align: middle;
  -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);
}
.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #333;
}
/*--------------------------------------------------------------
5.0 Form
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
  background-color: #f5f5f5;
  border: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: 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);
}
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: #f5f5f5;
  outline: none;
}
input[type="number"] {
  line-height: 1;
  padding: 0 5px;
}
textarea {
  height: 100%;
  resize: vertical;
}
select {
  background-color: #f5f5f5;
  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: 0;
  xborder-radius: 0;
  font-style: italic;
  outline: none;
  padding: 8px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label {
  font-size: 14px;
}
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;
  xborder-radius: 0;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
}
.compact-form .compact-submit > .fa {
  line-height: 45px;
}
.compact-form .password-submit {
  top: 30px;
}
.password-form .password-submit {
  top: 26px;
}
/*--------------------------------------------------------------
6.0 Slick
--------------------------------------------------------------*/
.slick-slider {
  display: block;
  opacity: 0;
  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;
  outline: none;
}
[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: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-top: -15px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 30px;
  z-index: 10;
  -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);
}
.slick-prev:before,
.slick-next:before {
  color: #fff;
  content: "\f177";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 30px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev {
  left: 15px;
}
.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "\f178";
}
[dir='rtl'] .slick-prev {
  right: 15px;
  left: auto;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 15px;
}
/*--------------------------------------------------------------
7.0 Masonry
--------------------------------------------------------------*/
#masonry-wrapper {
  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);
}
#masonry-wrapper.initialized {
  opacity: 1;
}
/*--------------------------------------------------------------
8.0 Header
--------------------------------------------------------------*/
#navigation-bar {
  background-color: #fff;
  height: 50px;
  padding: 0 12px 0 20px;border-bottom: solid #000000 1px;
}
#navigation-bar #main-navigation {
  float: left;
}
#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: #333;
  display: block;
    font-family: 'Bowlby One SC', cursive;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 50px;
  padding: 0 10px;
  text-transform: uppercase;
}
#navigation-bar .menu-item > a:hover {
  color: #2ec4b6;
}
#navigation-bar .menu-item.current-menu-item:not(.menu-item-home) > a {
  color: #2ec4b6;
}
#navigation-bar .menu-item:first-child > a {
  padding-left: 0;
}
#navigation-bar .sub-menu {
  xdisplay: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navigation-bar .sub-menu.open {
  display: block;
}
#navigation-bar .menu-toggle {
  cursor: pointer;
  display: inline-block;
	xdisplay: none;
  float: right;
  margin-top: -20px;
  position: relative;
  top: 50%;
  width: 30px;
  height: 40px;
  z-index: 80;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#navigation-bar .burger {
  margin: -5px auto 0;
  position: relative;
  top: 50%;
  width: 14px;
  height: 10px;
}
#navigation-bar .bar {
  background-color: #333;
  width: 100%;
  height: 2px;
  -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);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#navigation-bar .bar.top {
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
#navigation-bar .bar.bottom {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
#search-wrapper {
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search-wrapper .search-toggle {
  color: #333;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  width: 30px;
  height: 40px;
}
#search-wrapper .search-toggle:hover {
  color: #2ec4b6;
}
#search-wrapper .search-form {
  display: none;
  position: absolute;
  top: 1px;
  right: 100%;
  margin-right: 10px;
}
#search-wrapper .search-field {
  background-color: #e8e8e8;
  xborder-radius: 3px;
  font-size: 13px;
  margin-bottom: 0;
  min-width: 160px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#search-wrapper .search-submit {
  display: none;
}
#branding {
  padding: 40px 0;
  text-align: center;
}
#branding .brand-logo.text {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}
#branding .brand-logo > img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}
#side-menu {
  background-color:#676767;
	 font-family: 'Bowlby One SC', cursive;
  overflow-y: scroll;
  padding: 90px 40px;
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100vh;
  z-index: 70;
  -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-menu .nav-list,
#side-menu .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#side-menu .menu-item {
  position: relative;
}
#side-menu .menu-item > a {
  border-top: 1px solid #000;
  color: #fff;
  display: block;
  padding: 13px 0 10px;
}

#side-menu a {
  color: #fff;
  font-family: "Open Sans", sans-serif; 
}

#side-menu .menu-item > a:hover {
  color: #fff;
}
#side-menu .menu-item.current-menu-item:not(.menu-item-home) > a {
  color: #fff;
}
#side-menu .menu-item.menu-item-has-children.open > .dropdown-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#side-menu .menu-item.menu-item-has-children.open > .sub-menu {
  display: block;
}
#side-menu .nav-list > .menu-item:first-child > a {
  border-top: 0;
}
#side-menu .dropdown-toggle {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 7px;
  right: -12px;
  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);
}
#side-menu .dropdown-toggle:hover {
  color: #fff;
}
#side-menu .sub-menu {
  display: none;
  padding-left: 10px;
	color: #fff;
}
.menu-opened #navigation-bar .menu-toggle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-opened #navigation-bar .bar {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-opened #navigation-bar .bar.top {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.menu-opened #navigation-bar .bar.bottom {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}
.menu-opened #side-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sticky-menu {
  padding-top: 50px;
}
.sticky-menu #navigation-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
}
#mobile-navigation {
  margin-bottom: 60px;
}
/*--------------------------------------------------------------
9.0 Post
--------------------------------------------------------------*/
.post.type-post,
.page.type-page {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  xborder: 1px solid #4b4b4b;
}
.post.type-post .entry-media,
.page.type-page .entry-media {
  margin: -30px -30px 30px;
}
.post.type-post .entry-media img,
.page.type-page .entry-media img {
  width: 100%;
}
.post.type-post .entry-gallery {
  opacity: 0;
}
.post.type-post .entry-quote {
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 50px 40px 40px;
  position: relative;
  text-align: center;
}
.post.type-post .entry-quote:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post.type-post .entry-quote .permalink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.post.type-post .entry-quote a {
  color: #fff;
}
.post.type-post .quote-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.post.type-post .quote-source {
  display: inline-block;
  margin-top: 5px;
  position: relative;
  vertical-align: middle;
}
.post.type-post .entry-meta,
.page.type-page .entry-meta {
  color: #bfbfbf;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
  text-transform:none;
}
.post.type-post .entry-meta a,
.page.type-page .entry-meta a {
  color: #bfbfbf;
}
.post.type-post .entry-meta a:hover,
.page.type-page .entry-meta a:hover {
  color: #777;
}
.post.type-post .entry-date:after {
  content: "\2022";
  padding: 0 6px;
}
.post.type-post .entry-title,
.page.type-page .entry-title {
  color: #333;
  font-size: 20px;
}
.post.type-post .entry-title > a,
.page.type-page .entry-title > a {
  color: #333;
}
.post.type-post .entry-title > a:hover,
.page.type-page .entry-title > a:hover {
  color: #2ec4b6;
}
.post.type-post .entry-content > *:first-child,
.post.type-post .entry-content > *:first-child > *:first-child,
.page.type-page .entry-content > *:first-child,
.page.type-page .entry-content > *:first-child > *:first-child {
  margin-top: 0;
}
.post.type-post .entry-content > *:last-child,
.post.type-post .entry-content > *:last-child > *:last-child,
.page.type-page .entry-content > *:last-child,
.page.type-page .entry-content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.post.type-post .entry-content h1,
.post.type-post .entry-content h2,
.post.type-post .entry-content h3,
.post.type-post .entry-content h4,
.post.type-post .entry-content h5,
.post.type-post .entry-content h6,
.page.type-page .entry-content h1,
.page.type-page .entry-content h2,
.page.type-page .entry-content h3,
.page.type-page .entry-content h4,
.page.type-page .entry-content h5,
.page.type-page .entry-content h6 {
  margin-top: 40px;
  text-align: left;
}
.post.type-post .entry-content .fluid-width-video-wrapper,
.post.type-post .entry-content iframe,
.page.type-page .entry-content .fluid-width-video-wrapper,
.page.type-page .entry-content iframe {
  margin: 30px 0 !important;
}
.post.type-post .entry-footer,
.page.type-page .entry-footer {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
}
.post.type-post .entry-footer > span,
.page.type-page .entry-footer > span {
  margin-right: 8px;
}
.post.type-post .entry-footer a,
.page.type-page .entry-footer a {
  color: #bfbfbf;
}
.post.type-post .entry-footer a:hover,
.page.type-page .entry-footer a:hover {
  color: #777;
}
.post.type-post .entry-footer > span > a > i,
.page.type-page .entry-footer > span > a > i {
  font-weight: 700;
}
.post.type-post .entry-share {
  position: relative;
}
.post.type-post .sharers {
  background-color: #333;
  xborder-radius: 5px;
  display: none;
  margin-left: 10px;
  padding: 4px;
  position: absolute;
  top: -10px;
  left: 100%;
  width: 108px;
  z-index: 80;
}
.post.type-post .sharers .popup {
  color: #fff;
  float: left;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
}
.post.type-post .sharers .popup:hover {
  color: #2ec4b6;
}
.post.type-post.format-quote,
.post.type-post.format-link {
  padding-bottom: 0;
}
.post.type-post.format-quote .entry-media,
.post.type-post.format-link .entry-media {
  margin-bottom: 0;
}
.post.type-post.format-quote .entry-header,
.post.type-post.format-link .entry-header,
.post.type-post.format-quote .entry-content,
.post.type-post.format-link .entry-content,
.post.type-post.format-quote .entry-footer,
.post.type-post.format-link .entry-footer {
  display: none;
}
.post.type-post.sticky .entry-title > a:before {
  color: #bfbfbf;
  content: "\f08d";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
/*--------------------------------------------------------------
10.0 Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.0 Archive
--------------------------------------------------------------*/
.archive-title {
  font-size: 14px;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.posts-navigation {
  margin-top: 30px;
}
.posts-navigation .nav-previous > a {
  border: 2px solid #000;
  xborder-radius: 50%;
  color: #333;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 120px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
  height: 120px;
}
.posts-navigation .nav-previous > a:hover {
  border-color: #2ec4b6;
  color: #2ec4b6;
}
/*--------------------------------------------------------------
13.0 Single
--------------------------------------------------------------*/
.single.single-post #primary,
.page #primary {
  margin: 0 auto;
  max-width: 720px;
}
.single.single-post .post.type-post,
.page .post.type-post,
.single.single-post .page.type-page,
.page .page.type-page {
  margin-bottom: 0;
  padding: 40px;
}
.single.single-post .post.type-post .entry-media,
.page .post.type-post .entry-media,
.single.single-post .page.type-page .entry-media,
.page .page.type-page .entry-media,
.single.single-post .page.type-page .entry-media,
.page .page.type-page .entry-media {
  margin: 0px -40px 40px;
}
.single.single-post .post.type-post .entry-header,
.page .post.type-post .entry-header,
.single.single-post .page.type-page .entry-header,
.page .page.type-page .entry-header {
  margin-bottom: 30px;
  text-align: center;
}
.single.single-post .post.type-post .entry-title,
.page .post.type-post .entry-title,
.single.single-post .page.type-page .entry-title,
.page .page.type-page .entry-title,
.single.single-post .page.type-page .entry-title,
.page .page.type-page .entry-title {
  font-size: 20px;
}
.single.single-post .post.type-post .entry-footer,
.page .post.type-post .entry-footer,
.single.single-post .page.type-page .entry-footer,
.page .page.type-page .entry-footer,
.single.single-post .page.type-page .entry-footer,
.page .page.type-page .entry-footer {
  margin-top: 30px;
}
/*--------------------------------------------------------------
14.0 Like
--------------------------------------------------------------*/
.like-toggle .fa.animate {
  -webkit-animation: splat 865ms linear both;
  -o-animation: splat 865ms linear both;
  animation: splat 865ms linear both;
}
.like-toggle.liking {
  pointer-events: none;
}
@-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);
  }
}
/*--------------------------------------------------------------
15.0 Author
--------------------------------------------------------------*/
#about-author {
  background-color: #f5f5f5;
  padding: 45px 40px 40px;
  position: relative;
}
#about-author .author-image {
  float: left;
  width: 90px;
  height: 90px;
}
#about-author .author-image > img {
  xborder-radius: 50%;
}
#about-author .author-info {
  margin-left: 115px;
  overflow: hidden;
}
#about-author .author-name {
  font-size: 17px;
  margin-bottom: 10px;
}
#about-author .author-name > a {
  color: #333;
}
#about-author .author-name > a:hover {
  color: #2ec4b6;
}
#about-author .author-bio {
  margin-bottom: 0;
}
#about-author .author-meta {
  margin-top: 10px;
}
#about-author .author-meta > a {
  color: #bfbfbf;
  margin: 0 3px;
}
#about-author .author-meta > a:hover {
  color: #777;
}
/*--------------------------------------------------------------
16.0 Related post
--------------------------------------------------------------*/
#related-posts {
  background-color: #fff;
  padding: 40px;
}
#related-posts #related-posts-title {
  margin-bottom: 40px;
}
#related-posts .entry-media {
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
#related-posts .entry-media:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
#related-posts .permalink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#related-posts .entry-title {
  font-size: 12px;
  margin-bottom: -1px;
}
#related-posts .entry-title > a {
  color: #333;
}
#related-posts .entry-title > a:hover {
  color: #2ec4b6;
}
#related-posts .entry-meta a {
  color: #bfbfbf;
  font-size: 12px;
}
/*--------------------------------------------------------------
17.0 Comment
--------------------------------------------------------------*/
#comments {
  background-color: #fff;
  padding: 40px;
}
#comments .comments-title,
#comments #reply-title {
  margin-bottom: 40px;
}
#comments #reply-title {
  margin-bottom: 30px;
}
#comments .comment-list,
#comments .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments .comment-list + #respond {
  margin-top: 60px;
}
#comments .children {
  padding-left: 40px;
}
#comments .comment-wrapper {
  margin-bottom: 30px;
}
#comments .comment-wrapper + #respond {
  margin: 60px 0 45px;
}
#comments .comment-author-avatar {
  float: left;
  margin-top: 3px;
}
#comments .comment-author-avatar .avatar {
  xborder-radius: 50%;
}
#comments .comment-content {
  border-bottom: 1px solid #e8e8e8;
  margin-left: 90px;
  overflow: hidden;
  padding-bottom: 30px;
}
#comments .comment-author-name {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding-left: 1px;
  text-transform: uppercase;
}
#comments .comment-author-name .fn {
  font-style: normal;
}
#comments .comment-author-name a {
  color: #333;
}
#comments .comment-author-name a:hover {
  color: #2ec4b6;
}
#comments .bypostauthor .comment-author-name > .fn:before {
  color: #bfbfbf;
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 5px;
}
#comments .comment-metadata {
  color: #bfbfbf;
  font-size: 13px;
  margin: 0 0 10px;
}
#comments .comment-metadata > span:before {
  content: "\2022";
  padding: 0 6px 0 2px;
}
#comments .comment-body > *:first-child {
  margin-top: 0;
}
#comments .comment-body > *:last-child {
  margin-bottom: 0;
}
#comments .nav-links {
  margin-top: 30px;
}
#respond .logged-in-as {
  margin-bottom: 10px;
}
#respond .logged-in-as > a:first-child {
  color: #777;
}
#respond .logged-in-as > a:first-child:hover {
  color: #2ec4b6;
}
#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;
}
/*--------------------------------------------------------------
18.0 Widget
--------------------------------------------------------------*/
.widget {
  margin-top: 60px;
  word-break: break-word;
}
.widget:first-child {
  margin-top: 0;
}
.widget .widget-title {
  margin-bottom: 30px;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-top: 1px solid #000;
}
.widget ul li > a {
  color: #777;
  display: inline-block;
  padding: 13px 0;
}
.widget ul li > a:hover {
  color: #2ec4b6;
}
.widget > ul {
  margin: -20px 0;
}
.widget > ul > li:first-child {
  border-top: 0;
}
.widget_recent_comments .recentcomments {
  padding: 13px 0;
}
.widget_recent_comments .recentcomments .comment-author-link > .url {
  color: #777;
}
.widget_recent_comments .recentcomments .comment-author-link > .url:hover {
  color: #2ec4b6;
}
.widget_recent_comments .recentcomments > a {
  color: #2ec4b6;
  display: inline;
  padding-bottom: 0;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #777;
}
.widget-with-thumbnails .thumbnails {
  margin: -1%;
}
.widget-with-thumbnails .thumbnail-link {
  display: block;
  float: left;
  margin: 1%;
  position: relative;
  width: 31.33333333%;
}
.widget-with-thumbnails .thumbnail-link:hover .mask {
  opacity: 1;
}
.widget-with-thumbnails.two-columns .thumbnails {
  margin: -1%;
}
.widget-with-thumbnails.two-columns .thumbnails .thumbnail-link {
  margin: 1%;
  width: 48%;
}
.widget-with-thumbnails .mask {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  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);
}
.widget-with-thumbnails .mask .fa {
  color: #fff;
  font-size: 25px;
  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%);
}
.widget_myna_about_widget .profile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget_myna_about_widget .profile-content {
  padding: 30px 0;
  text-align: center;
}
.widget_myna_about_widget .profile-image {
  border: 3px solid #fff;
  xborder-radius: 50%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.widget_myna_about_widget .profile-name {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.widget_myna_about_widget .profile-autograph {
  margin: 0 auto;
}
.widget_myna_about_widget .bio {
  margin-top: 15px;
}
.widget_myna_categories_widget .categories-list {
  margin-bottom: -15px;
}
.widget_myna_categories_widget .category-item > a {
  display: block !important;
  position: relative;
}
.widget_myna_categories_widget .category-item-name,
.widget_myna_categories_widget .category-item-count-container {
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
.widget_myna_categories_widget .category-item-count-container {
  float: right;
  padding-right: 0;
  padding-left: 8px;
  position: relative;
  top: -1px;
}
.widget_myna_categories_widget .category-item-count-badge {
  background-color: #777;
  xborder-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  min-width: 24px;
  padding: 1px 7px;
  text-align: center;
}
.widget_myna_social_widget .links {
  text-align: center;
}
.widget_myna_social_widget .link {
  background-color: #333;
  xborder-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -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);
}
.widget_myna_social_widget .link:hover {
  background-color: #2ec4b6;
}
.widget_myna_social_widget .fa {
  line-height: 31px;
}
.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-family: "Open Sans", sans-serif;
  font-size: 11px !important;
  letter-spacing: normal;
  margin: 0 4px 4px 0;
  padding: 5px 10px 4px;
  text-transform: uppercase;
  -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);
}
.widget_tag_cloud .tagcloud > a:hover {
  background-color: #777;
}
.widget_rss .rsswidget {
  color: #777;
  line-height: 1.5;
}
.widget_rss .rsswidget > img {
  display: inline;
  margin-top: -2px;
}
.widget_rss ul li {
  padding-top: 15px;
  padding-bottom: 30px;
}
.widget_rss ul li a {
  padding-bottom: 0;
}
.widget_rss ul li .rsswidget {
  display: block;
  font-weight: 700;
}
.widget_rss ul li .rss-date {
  font-style: italic;
  display: inline-block;
  margin: 3px 0 15px;
  width: auto;
}
.widget_rss ul li:first-child {
  padding-top: 0;
}
.widget_rss ul li:last-child {
  padding-bottom: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  margin-bottom: 5px;
}
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
  padding: 8px 6px 6px;
  text-align: center;
}
.widget_nav_menu ul li,
.widget_nav_menu ul li:first-child a {
  border-top: 0 !important;
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p {
  margin-bottom: 10px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p:last-of-type {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
19.0 Social links
--------------------------------------------------------------*/
.social-links .link {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.social-links .link:hover {
  color: #2ec4b6;
}
.social-links .fa {
  margin-right: 5px;
}
#social-top {
  float: right;
  margin-right: 10px;
}
#social-top .link {
  font-size: 14px;
  line-height: 50px;
  margin: 0 5px;
}
#social-top span {
  display: none;
}
#social-bar {
  background-color: transparent;
  margin-top: 60px;
  padding: 30px 10px;
  text-align: center;
}
/*--------------------------------------------------------------
20.0 Media feed
--------------------------------------------------------------*/
#media-feed {
  margin-top: 10px;
  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.initialized {
  opacity: 1;
}
#media-feed .feed-items {
  margin: -5px 5px;
}
#media-feed .feed-item {
  float: left;
  padding: 5px;
  position: relative;
  width: 12.5%;
}
#media-feed .feed-item:hover .mask {
  opacity: 1;
}
#media-feed .mask {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -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: 25px;
  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%);
}
/*--------------------------------------------------------------
21.0 Footer
--------------------------------------------------------------*/
#colophon .site-info {
  padding: 30px 0;
  text-align: center;
  color: #fff;
font-size: 11px;
}
/*--------------------------------------------------------------
22.0 Search
--------------------------------------------------------------*/
.search.search-results .page.type-page .entry-meta,
.search.search-results .page.type-page .entry-footer {
  display: none;
}
/*--------------------------------------------------------------
23.0 404
--------------------------------------------------------------*/
.not-found {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
/*--------------------------------------------------------------
24.0 Media queries
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .row {
    margin: 0;
  }
  .container-fluid,
  .container,
  .masonry-item {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #social-top {
    float: left;
    margin-left: -5px;
  }
  #related-posts .row > div {
    margin-bottom: 30px;
  }
  #related-posts .row > div:last-child {
    margin-bottom: 0;
  }
  #media-feed .feed-item {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #navigation-bar .menu-item:hover > .sub-menu {
    display: block;
  }
  #navigation-bar .sub-menu {
    background-color: #333;
    cursor: pointer;
    min-width: 200px;
    padding: 15px 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 90;
  }
  #navigation-bar .sub-menu .menu-item {
    float: none;
  }
  #navigation-bar .sub-menu .menu-item > a {
    color: #e8e8e8;
    font-weight: 400;
    line-height: 1.5;
    padding: 8px 20px;
  }
  #navigation-bar .sub-menu .menu-item > a:hover {
    color: #fff;
  }
  #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 {
    top: 0;
    left: 100%;
  }
}
/*--------------------------------------------------------------
25.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;
}
.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;
}
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
.bordered-title,
#comments .comments-title,
#comments #reply-title {
  font-size: 14px;
  padding-bottom: 15px;
  position: relative;
}
.bordered-title:after,
#comments .comments-title:after,
#comments #reply-title:after {
  background-color: #2ec4b6;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
}
/*--------------------------------------------------------------
26.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;
  }
}
/*--------------------------------------------------------------
27.0 WPCF7
--------------------------------------------------------------*/
div.wpcf7 img.ajax-loader {
  display: inline-block;
  margin-left: 10px;
}
div.wpcf7-response-output {
  background-color: #f5f5f5;
  border: 0;
  margin: 15px 0;
  padding: 12px 20px 10px;
}
/*--------------------------------------------------------------
28.0 Map
--------------------------------------------------------------*/
.map-container iframe {
  pointer-events: none;
}
.map-container iframe.clicked {
  pointer-events: auto;
}
