/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
}
dl {
  margin-bottom: 20px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0;
  }
  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em;
  }
}
.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/*--------------------------------------------
Initial Setup
----------------------------------------------*/
a {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
img,
video,
figure {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
audio,
canvas,
video {
  display: inline;
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
body {
  line-height: 1.6;
}
p {
  margin-bottom: 1.5em;
}
[class*="col-"] {
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
}
.top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 47.9375rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
.container {
  max-width: 21.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.row,
.comments-area .comment-respond .comment-form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row.reverse,
.comments-area .comment-respond .comment-form.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.666%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 48rem) {
  .container {
    max-width: 46.875rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    max-width: 60.625rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75rem) {
  .container {
    max-width: 73.125rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*--------------------------------------------
Combo CSS
----------------------------------------------*/
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf,
.social-menu .menu li a:before,
.widget_nav_menu ul li > a:before,
.widget_archive ul li > a:before,
.widget_categories ul li > a:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a,
.search-box i,
.search-box i:before,
.search-box i:after,
.search-box input[type="search"],
.search-box .search-form,
.site-footer .footer-menu li,
.site-footer .menu-footer .menu li,
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.zk-instagram-pics .item .play-button,
.post-layout .entry-footer .post-share-buttons,
input,
select,
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
.boxed {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.content-wrapper {
  padding-top: 60px;
}
.site {
  background-color: #FFF;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.site-content {
  max-width: 1170px;
  margin: auto;
}
.content-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
.row:before,
.container:before,
.row:after,
.container:after,
.comments-area .comment-respond .comment-form:before,
.comments-area .comment-respond .comment-form:after {
  display: none !important;
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.screen-reader-text {
  display: none;
}
/*Entry Content*/
blockquote,
q {
  margin: 15px;
}
blockquote p,
q p {
  padding: 25px 30px;
  background: #F8F8F8;
  text-align: left;
  border-left: 1px solid transparent;
  font-style: italic;
}
ul {
  list-style: none;
}
ol {
  margin-left: 1.5em;
}
/*Comment*/
.comments-area {
  background: #FFF;
  /*Comment Area*/
}
.comments-area .comments-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.comments-area .comment-list {
  padding-bottom: 50px;
}
.comments-area .comment-list .comment {
  padding: 40px 0;
  border-bottom: 1px solid #F8F8F8;
}
.comments-area .comment-list .comment .children {
  margin-top: 40px;
  margin-left: 0;
  border-top: 1px solid #F8F8F8;
}
.comments-area .comment-list .comment .children .comment {
  padding-bottom: 0;
  border-bottom: none;
}
.comments-area .comment-list .comment .comment-author img {
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.comments-area .comment-list .comment .comment-content {
  position: relative;
}
.comments-area .comment-list .comment .comment-content cite.fn,
.comments-area .comment-list .comment .comment-content cite.fn a,
.comments-area .comment-list .comment .comment-content cite {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-content cite.fn .date,
.comments-area .comment-list .comment .comment-content cite.fn a .date,
.comments-area .comment-list .comment .comment-content cite .date {
  font-size: 12px;
}
.comments-area .comment-list .comment .comment-content p {
  margin-top: 17px;
  margin-bottom: 0;
  line-height: 2;
}
.comments-area .comment-list .comment .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comments-area .comment .comment-respond {
  padding: 30px 20px 40px;
}
.comments-area .comment-respond {
  padding: 0 20px 40px;
}
.comments-area .comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.comments-area .comment-respond .comment-reply-title a {
  font-size: 16px;
  text-transform: none;
}
.comments-area .comment-respond .comment-reply-title small {
  text-transform: none;
  float: right;
}
.comments-area .comment-respond .comment-form {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-form input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #EEE;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  width: 100%;
  margin: 15px;
}
.comments-area .comment-respond .form-submit {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding: 0 5px;
}
/*Pagination*/
.pagination {
  width: 100%;
  padding: 20px 0 45px;
  text-align: center;
}
.pagination .page-numbers {
  position: relative;
  display: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: inline-block;
  padding: 0 15px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
  display: inline-block;
  padding: 0 4px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pagination .page-numbers.prev:before {
  content: "\f104";
}
.pagination .page-numbers.prev:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  display: inline-block;
  padding: 0;
  width: 1px;
  height: 20px;
  background: #AAA;
}
.pagination .page-numbers.next:after {
  content: "\f105";
  right: 0;
}
/*Scroll up*/
.scrollup {
  display: block;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 10px;
  bottom: -50px;
  padding: 0 8px;
  font-size: 0;
  color: #FFF;
}
.scrollup:hover {
  color: #FFF;
}
.scrollup i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}
.scrollup.show {
  bottom: 10px;
  opacity: 0.8;
}
@media (min-width: 48rem) {
  blockquote,
  q {
    margin: 40px;
  }
  .comments-area .comment-respond {
    padding: 0 60px 40px;
  }
  .comments-area .comment .comment-respond {
    padding: 50px 60px 40px;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    padding: 0 25px;
  }
  .scrollup {
    right: 30px;
  }
  .scrollup.show {
    bottom: 70px;
  }
}
@media (min-width: 75rem) {
  .comments-area {
    margin-top: 40px;
    padding-top: 50px;
  }
  .comments-area .comment-list .comment .comment-author,
  .comments-area .comment-list .comment .comment-content {
    vertical-align: top;
    display: inline-block;
  }
  .comments-area .comment-list .comment .comment-author {
    padding-left: 40px;
    padding-right: 30px;
  }
  .comments-area .comment-list .comment .comment-author img {
    width: 100px;
    margin: 0;
  }
  .comments-area .comment-list .comment .metadata .date {
    color: #AAA;
    font-size: 12px;
    font-style: italic;
  }
  .comments-area .comment-list .comment .children .comment {
    padding-left: 140px !important;
  }
  .comments-area .comment-list .comment .children .comment-author {
    padding-left: 0;
  }
  .comments-area .comment-list .comment .children .comment-content {
    width: calc(100% - 200px);
  }
  .comments-area .comment-list .comment .comment-content {
    width: 80%;
    width: calc(100% - 240px);
  }
  .comments-area .pingback,
  .comments-area .no-comments {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header .social {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0 11px;
}
.site-header .social .social-menu {
  vertical-align: middle;
  margin-right: 25px;
}
.site-header .social .text a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-branding {
  position: relative;
  z-index: 1;
  text-align: center;
}
.main-nav {
  position: relative;
}
.main-nav > .container {
  padding: 0;
}
.main-nav.fixed-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.search-box {
  position: relative;
  z-index: 9999;
  display: inline-block;
}
.search-box i {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #EEE;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.search-box i:before,
.search-box i:after {
  position: absolute;
}
.search-box i:before {
  top: 0;
  left: 17px;
}
.search-box i:after {
  content: '\f00d';
  top: 100%;
  left: 17px;
}
.search-box label span,
.search-box input[type="submit"] {
  display: none;
}
.search-box input[type="search"] {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 100%;
  right: 0;
  border: none;
  padding: 10px;
  background-color: #FFF;
  border-top: 3px solid transparent;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.search-box .search-form {
  position: absolute;
  right: 0;
  width: 300px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.search-box .search-form:before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.search-box .search-form.open {
  opacity: 1;
  visibility: visible;
}
.search-box .search-form.open + i:before {
  top: -100%;
}
.search-box .search-form.open + i:after {
  top: 0;
}
/*Header 02*/
.header02 .site-header {
  padding-bottom: 0;
}
.header02 .site-header .social {
  position: relative;
}
.header02 .site-header .social:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 20px;
  background: #DDD;
}
.header02 .site-header .social .social-menu {
  margin-right: 20px;
}
.header02 .site-header .social .text {
  display: none !important;
}
.header02 .nav {
  display: inline-block;
  float: left;
}
.site-header.fixed-header-02 .main-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #DDD;
}
.header05 .search-box i,
.header06 .search-box i {
  background: #333;
}
@media (max-width: 74.9375rem) {
  .site-branding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 62rem) {
  .site-top .social-menu {
    display: inline-block;
    position: relative;
  }
  .site-top .social-menu ul {
    position: relative;
    z-index: 2;
  }
  .site-header .social .text {
    display: inline-block !important;
  }
}
@media (max-width: 74.9375rem) {
  .main-nav > .container {
    position: relative;
  }
}
@media (min-width: 75rem) {
  .header02 .nav .menu > li {
    margin: 0 15px;
  }
  .header02 .nav .menu > li:first-child {
    margin-left: 30px;
  }
  .header02 .site-branding img {
    padding: 0 80px 0 0;
  }
  .header05 .main-nav.fixed-header,
  .header06 .main-nav.fixed-header {
    border: none;
  }
  .header08 .nav .menu > li {
    margin: 0 25px;
  }
  .header08 .nav .menu > li:last-child {
    margin-right: 30px;
  }
  .header08 .search-box i {
    background: none;
  }
  .site-header.fixed-header-02 .site-branding {
    padding: 5px 0;
  }
}
/*--------------------------------------------
Footer
----------------------------------------------*/
.site-footer .social-menu {
  padding: 22px 0;
  text-align: center;
}
.site-footer .social-menu .menu li a:before {
  font-size: 16px;
}
.site-footer .widget {
  margin: 0;
}
.site-footer .widget ul li {
  margin-bottom: 0;
}
.site-footer .footer-menu,
.site-footer .menu-footer .menu {
  text-align: center;
}
.site-footer .footer-menu li,
.site-footer .menu-footer .menu li {
  vertical-align: top;
  list-style-type: none;
  display: inline-block;
}
.site-footer .footer-menu li a,
.site-footer .menu-footer .menu li a {
  position: relative;
  padding: 0 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-footer .footer-menu li a:after,
.site-footer .menu-footer .menu li a:after {
  content: "|";
  position: absolute;
  right: -4px;
}
.site-footer .footer-menu li:last-child a:after,
.site-footer .menu-footer .menu li:last-child a:after {
  display: none;
}
.site-footer .logo-footer {
  margin-bottom: 25px;
  text-align: center;
}
.copyright {
  overflow: hidden;
  line-height: 1;
  padding: 23px 0;
}
.copyright .center {
  line-height: 20px;
}
@media (min-width: 62rem) {
  .site-footer .social-menu .menu li {
    position: relative;
    margin-left: 0;
    padding: 0 60px;
  }
  .site-footer .social-menu .menu li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #EEE;
  }
  .site-footer .social-menu .menu li:last-child:after {
    display: none;
  }
  .site-footer .social-menu .menu li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
}
/*--------------------------------------------
Navigation
----------------------------------------------*/
.nav {
  text-transform: uppercase;
  text-align: left;
}
.nav .sub-menu {
  margin: 0;
}
.nav .sub-menu li {
  padding: 10px 0;
  text-transform: none;
  border-bottom: 1px solid #EEE;
}
.nav .sub-menu li a {
  display: inline-block;
  padding: 0 20px;
  border-bottom: none;
}
.nav .sub-menu li .post-simple-layout .post .entry-title {
  margin-top: 15px;
}
.nav .sub-menu-toggle {
  display: none;
}
.social-menu .menu {
  display: block;
  overflow: hidden;
}
.social-menu .menu li {
  display: inline-block;
  width: auto !important;
}
.social-menu .menu li:hover {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}
.social-menu .menu li:before {
  display: none;
}
.social-menu .menu li a {
  font-size: 0;
}
.social-menu .menu li a:before {
  font-size: 14px;
  display: inline-block;
  padding: 10px;
}
.social-menu .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social-menu .menu li a[href*="pinterest"]:before {
  content: "\f0d2";
}
.social-menu .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social-menu .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social-menu .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.social-menu .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-menu .menu li a[href*="flickr"]:before {
  content: "\f16e";
}
.social-menu .menu li a[href*="dribbble"]:before {
  content: "\f17d";
}
.social-menu .menu li a[href*="foursquare"]:before {
  content: "\f180";
}
.social-menu .menu li a[href*="linkedin"]:before {
  content: "\f0e1";
}
.social-menu .menu li a[href*="tumblr"]:before {
  content: "\f173";
}
.social-menu .menu li a[href*="vimeo"]:before {
  content: "\f194";
}
.social-menu .menu li a[href*="feed"]:before {
  content: "\f09e";
}
@media (max-width: 74.9375rem) {
  .menu-link {
    position: absolute;
    bottom: 22px;
    left: 0;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-link.active {
    border-color: transparent;
    box-shadow: none;
  }
  .menu-link.active .lines {
    background-color: transparent;
  }
  .menu-link.active .lines:before,
  .menu-link.active .lines:after {
    top: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
  }
  .menu-link.active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
  }
  .menu-link.active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
  }
  .menu-link .lines {
    display: inline-block;
    width: 20px;
    height: 3px;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .menu-link .lines:before,
  .menu-link .lines:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .menu-link .lines:before {
    top: 7px;
  }
  .menu-link .lines:after {
    top: -7px;
  }
  .nav {
    width: 500px;
    position: absolute;
    top: 120%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    background: #FFF;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .nav li {
    position: relative;
  }
  .nav li > a {
    display: block;
    border-bottom: 1px solid #EEE;
    padding: 10px 20px;
  }
  .nav li .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .nav li.menu-item-has-children > .sub-menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    outline: 0;
  }
  .nav li.menu-item-has-children > .sub-menu-toggle:before {
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav li.expand > .sub-menu-toggle:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .nav li.mega-menu .sub-menu {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  .nav {
    width: 100%;
    text-align: left;
    background: #FFF;
    left: 0;
    padding: 0 20px;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .nav {
    width: 300px;
  }
  .nav .sub-menu li .post-simple-layout > .row > [class*="col"],
  .nav .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .nav .sub-menu li .post-simple-layout > .row > [class*="col"],
  .nav .sub-menu li .post-simple-layout > .comments-area .comment-respond .comment-form > [class*="col"] {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 75rem) {
  .menu-link {
    display: none;
  }
  .nav {
    display: inline-block;
  }
  .nav .menu {
    font-size: 0;
  }
  .nav .menu > li {
    letter-spacing: 0.03em;
    position: relative;
    display: inline-block;
    margin: 0 20px;
    /*Mega menu*/
  }
  .nav .menu > li > a {
    display: inline-block;
    padding: 20px 0;
  }
  .nav .menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .nav .menu > li.mega-menu {
    position: static;
  }
  .nav .menu > li.mega-menu > a {
    position: relative;
  }
  .nav .menu > li.mega-menu > .sub-menu {
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
  }
  .nav .menu > li.mega-menu > .sub-menu li {
    padding: 15px 0;
  }
  .nav .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 107%;
    width: 250px;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    z-index: -1;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav .sub-menu li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
  }
  .nav .sub-menu li:last-child {
    border-bottom: none;
  }
  .nav .sub-menu li:hover > .sub-menu {
    left: 101%;
    opacity: 1;
    visibility: visible;
  }
  .nav .sub-menu li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    content: '\f105';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .nav .sub-menu li .sub-menu {
    left: 120%;
    top: -21px;
  }
  .nav .sub-menu li .post-simple-layout .post {
    margin-bottom: 10px;
  }
}
@media (min-width: 1250px) {
  .nav .menu > li:first-child {
    margin-left: 0;
  }
}
/*--------------------------------------------
Sidebar
----------------------------------------------*/
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget ul {
  list-style: none;
}
.sidebar .widget-title {
  position: relative;
  z-index: 3;
  padding: 10px 0 15px 5px;
}
.sidebar .widget-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  background: #EEE;
  z-index: -1;
}
/*Newsletter*/
.mc4wp-form {
  margin: 0;
}
.widget .mc4wp-form {
  position: relative;
  z-index: 3;
  padding: 35px 13px 20px;
  background: #FFF;
  text-align: center;
}
.widget .mc4wp-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #EEE;
  z-index: -1;
}
.widget .mc4wp-form h3 {
  padding-bottom: 15px;
}
.widget .mc4wp-form span {
  padding: 0 5px;
  line-height: 2;
}
.widget .mc4wp-form input {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.widget .mc4wp-form input[type=submit] {
  width: 100%;
  padding: 12px 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.widget.widget-special:before {
  height: 10px;
}
/*Dropdown Type*/
.widget_archive select,
.widget_categories select {
  padding: 11px 15px;
}
/*List Type*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_entries ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #EEE;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child {
  border-bottom: none;
}
.widget_archive ul li ul.children,
.widget_categories ul li ul.children,
.widget_recent_entries ul li ul.children {
  border-bottom: none;
  margin: 10px 0 -10px 0 !important;
}
.widget_archive ul li ul.children li,
.widget_categories ul li ul.children li,
.widget_recent_entries ul li ul.children li {
  border-top: 1px solid #EEE;
}
.widget_archive ul li ul.children li ul.children,
.widget_categories ul li ul.children li ul.children,
.widget_recent_entries ul li ul.children li ul.children {
  margin-left: -40px !important;
}
.widget_archive ul li ul.children li:nth-child(n+1),
.widget_categories ul li ul.children li:nth-child(n+1),
.widget_recent_entries ul li ul.children li:nth-child(n+1) {
  border-top: none;
}
.widget_archive ul li ul.children li:nth-child(n+1) ul li,
.widget_categories ul li ul.children li:nth-child(n+1) ul li,
.widget_recent_entries ul li ul.children li:nth-child(n+1) ul li {
  padding-left: 60px !important;
}
.widget_archive > ul > li > ul.children,
.widget_categories > ul > li > ul.children,
.widget_recent_entries > ul > li > ul.children {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.widget_archive > ul > li > ul.children > li,
.widget_categories > ul > li > ul.children > li,
.widget_recent_entries > ul > li > ul.children > li {
  padding-left: 20px !important;
}
.widget_nav_menu ul li > a,
.widget_archive ul li > a,
.widget_categories ul li > a {
  font-size: 14px;
}
.widget_nav_menu ul li > a:before,
.widget_archive ul li > a:before,
.widget_categories ul li > a:before {
  font-size: 12px;
  content: '\f0da';
  color: #CCC;
  margin-right: 12px;
}
/*Text*/
.textwidget {
  text-align: center;
}
/*About Us*/
.about-widget {
  text-align: center;
}
.about-widget-name {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.about-widget-information {
  margin-bottom: 13px;
  color: #AAA;
  font-size: 12px;
  font-style: italic;
}
.about-widget-description {
  line-height: 2;
}
/*Instagram*/
.zk-instagram {
  position: relative;
}
.zk-instagram-pics {
  margin: auto 0;
}
.zk-instagram-pics .item {
  position: relative;
  overflow: hidden;
}
.zk-instagram-pics .item-info {
  display: none;
}
.zk-instagram-pics .item .play-button {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.zk-instagram-pics .item .play-button:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  content: "\f04b";
  font-size: 80px;
  color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.zk-instagram-pics .item.video a:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.zk-instagram-badge {
  display: none;
}
.zk-instagram .special-layout .item:nth-child(n+2) {
  width: 30.79%;
  margin-top: 10px;
}
.zk-instagram .special-layout .item:nth-child(3) {
  margin-left: 10px;
  margin-right: 10px;
}
/*Twitter*/
.zk-twitter {
  text-align: center;
  margin: 0 10px;
}
.zk-twitter .tweet {
  text-align: left;
}
.zk-twitter .tweet-header .username {
  margin-right: 10px;
}
.zk-twitter .style-1 .user-profile-image {
  float: left;
  margin-right: 10px;
}
.zk-twitter .style-2 .user-profile-image {
  display: block;
  margin: 0 auto 10px;
}
.zk-twitter .tweet-text {
  margin: 5px 0 5px;
}
.zk-twitter .time {
  color: #AAA;
  font-style: italic;
  font-size: 12px;
}
.zk-twitter .time i {
  padding-right: 5px;
}
.zk-twitter .tweet-actions .action {
  display: inline-block;
  padding-right: 10px;
}
.zk-twitter .tweet-nav {
  margin-top: 18px;
}
.zk-twitter .tweet-nav span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #EEE;
  line-height: 24px;
  cursor: pointer;
}
.zk-twitter .tweet-nav span:hover {
  color: #FFF;
}
.zk-twitter .tweet-nav span:first-child {
  margin-right: 10px;
}
/*Social Icon*/
.zk-social-widget {
  text-align: center;
}
.zk-social-widget a {
  display: inline-block;
}
.zk-social-widget a:nth-child(n+7) {
  margin-top: 15px;
}
.zk-social-widget a i {
  padding: 5px 13px;
  font-size: 16px;
}
/*Recent Post*/
.widget_recent_entries-item,
.zk-recent-entries-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.widget_recent_entries a,
.zk-recent-entries a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
}
.widget_recent_entries .zk-recent-entries-item-text,
.zk-recent-entries .zk-recent-entries-item-text {
  overflow: hidden;
}
.widget_recent_entries .post-date,
.zk-recent-entries .post-date,
.widget_recent_entries .zk-recent-entries-item-meta,
.zk-recent-entries .zk-recent-entries-item-meta {
  color: #AAA;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
}
.widget_recent_entries-image,
.zk-recent-entries-image {
  float: left;
  margin-right: 15px;
}
/*Tag Cloud*/
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #EEE;
  color: #666;
  margin-right: 5px;
  margin-bottom: 5px;
}
/*RSS*/
.widget_rss .widget-title img {
  display: none;
}
@media (min-width: 62rem) {
  .zk-instagram {
    position: relative;
  }
  .zk-instagram-badge {
    position: absolute;
    top: calc(50% - 65px);
    left: calc(50% - 243px);
    display: inline-block;
    width: 486px;
    height: 130px;
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .zk-instagram-badge > p {
    margin-bottom: 0;
  }
  .zk-instagram-follow-text {
    color: #AAA;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.6;
    padding-bottom: 5px;
  }
  .zk-instagram-follow-link {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 75rem) {
  .zk-instagram-pics .item a.show-info:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .zk-instagram-pics .item:hover a.show-info:after,
  .zk-instagram-pics .item:hover .item-info {
    opacity: 1;
    visibility: visible;
  }
  .zk-instagram-pics .item:hover .show-info .play-button {
    opacity: 0;
    visibility: hidden;
  }
  .zk-instagram-pics .item-info {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .zk-instagram-pics .item-info > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    padding-right: 15px;
  }
  .zk-instagram-pics .item-info > li:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .zk-instagram-pics .item-info > li.likes:before {
    content: "\f08a";
  }
  .zk-instagram-pics .item-info > li.comments:before {
    content: "\f0e5";
  }
}
/*--------------------------------------------------------------
Page
--------------------------------------------------------------*/
/*Common*/
.page-template-page-features .entry-content,
.page-template-default .entry-content {
  margin-top: 0;
}
.page-template-page-features .entry-content p,
.page-template-default .entry-content p {
  padding-right: 30px;
  padding-left: 30px;
  line-height: 2;
}
.page-template-page-features .page-follow,
.page-template-default .page-follow {
  position: relative;
  text-align: center;
  padding-top: 70px;
}
.page-template-page-features .page-follow:before,
.page-template-default .page-follow:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 70px;
  height: 1px;
  background: #EEE;
}
.page-template-page-features .page-follow-title,
.page-template-default .page-follow-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.page-template-page-features .page-follow .text,
.page-template-default .page-follow .text {
  display: none;
}
.page-template-default .site-main {
  margin-bottom: 30px;
}
.page-template-default .entry-content {
  background: #FFF;
  padding: 30px;
}
.page-template-default .comments-area {
  background: #FFF;
}
.page-template-default .comments-area .comment-respond {
  padding: 0 40px 40px;
}
/*Featured Slideshow*/
.featured-area {
  width: 100%;
}
.featured-area .featured-item {
  width: 100%;
  height: 178px;
  text-align: center;
  padding: 6% 0;
}
.featured-area .featured-overlay {
  position: relative;
  display: inline-block;
  z-index: 999;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.featured-area .featured-overlay .featured-meta {
  text-transform: uppercase;
  color: #AAA;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.featured-area .featured-overlay .featured-meta span {
  padding: 0 5px;
}
.featured-area .featured-overlay .featured-meta a {
  color: #AAA;
}
.featured-area .featured-overlay .entry-title {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1;
}
.featured-area .featured-overlay .read-more {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
}
.featured-area .owl-controls {
  padding: 5px;
}
.featured-area .owl-controls .owl-dot {
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #AAA;
}
.featured-area.featured-area-3-post {
  padding: 0 5px;
}
.featured-area.featured-area-3-post .featured-item {
  position: relative;
  height: auto;
}
.featured-area.featured-area-3-post .featured-item .featured-overlay {
  position: absolute;
  width: 90%;
  bottom: 15%;
  left: 5%;
  min-height: 113px;
}
.featured-area.featured-area-3-post .featured-item img {
  height: auto;
}
/*404 Page*/
.not-found {
  padding: 60px 0;
}
/*Contact Page*/
.page .page-title {
  font-size: 30px;
}
.page .page-description {
  margin: 40px 0;
  line-height: 2;
}
.page-contact .site-main {
  margin-bottom: 30px;
}
.page-contact .entry-content {
  margin: 0;
  padding: 50px 30px;
}
.page-contact.full-width .entry-content {
  margin: 0;
  padding: 50px 30px;
}
/*About Page*/
.page-about .entry-content {
  margin: 0;
  padding: 0 0 70px 0;
  background: #FFF;
}
.page-about .about-top {
  padding: 80px 0;
  text-align: center;
}
.page-about .page-about-content {
  padding: 85px 110px 0 110px;
}
.page-about .about-hello {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-about .page-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.page-about .about-desc {
  font-size: 14px;
  font-style: italic;
  color: #AAA;
}
.page-about .about-info {
  display: inline-block;
  padding: 30px 70px 20px 70px;
  background: #FFF;
}
@media (min-width: 62rem) {
  .featured-area .featured-item {
    height: 569px;
    padding-top: 35%;
  }
  .featured-area .featured-overlay {
    width: 486px;
    padding: 44px 55px;
  }
  .featured-area .featured-overlay .entry-title {
    margin-top: 15px;
  }
  .featured-area .owl-controls {
    padding: 15px;
  }
  /* Page*/
  .page-template-page-features .site-main,
  .page-template-default .site-main {
    margin-bottom: 100px;
    background: #FFF;
  }
  .page-template-page-features .entry-content,
  .page-template-default .entry-content {
    padding-bottom: 70px;
  }
  /* 404 Page*/
  .not-found .search-field {
    max-width: 96%;
  }
  /*Contact Page*/
  .page-contact .entry-content {
    margin: 0;
    padding: 115px 30px 70px;
  }
  .page-contact.full-width .entry-content {
    margin: 0;
    padding: 115px 150px 70px;
  }
}
@media (min-width: 75rem) {
  .featured-area .featured-item {
    height: 650px;
  }
  .featured-area .owl-controls {
    padding: 40px;
  }
  .featured-area.featured-area-3-post .owl-controls {
    padding: 30px 0;
  }
  .featured-area.featured-area-3-post .featured-item {
    padding: 0;
  }
  .featured-area.featured-area-3-post .featured-item .featured-overlay {
    bottom: 60px;
    min-height: 181px;
  }
}
/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
/*Common*/
.entry-title {
  line-height: 1.2;
  text-transform: uppercase;
}
.entry-title a {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.post {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
  /* Post Audio format */
  /* Post Gallery format */
  /* Post Quote format */
  /* Post Chat format */
  /* Common style */
}
.post.format-audio .post-audio iframe {
  width: 100%;
  height: 145px;
}
.post.format-gallery .owl-carousel {
  position: relative;
}
.post.format-gallery .owl-carousel .owl-nav {
  font-size: 0;
}
.post.format-gallery .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.post.format-gallery .owl-carousel .owl-nav > div:before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 22px;
  line-height: 60px;
  color: #888;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.post.format-gallery .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.post.format-quote .post-quote {
  position: relative;
  text-align: center;
  border: 1px solid #EEE;
  padding: 115px 30px 65px;
}
.post.format-quote .post-quote h2,
.post.format-quote .post-quote p {
  color: #FFF;
  font-size: 18px;
  margin-bottom: 25px;
}
.post.format-quote .post-quote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.post.format-quote .post-quote .source-name {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.post.format-quote .post-quote .source-name a:before,
.post.format-quote .post-quote .source-name span:before {
  content: '-';
  margin-right: 5px;
}
.post.format-quote .post-quote:after {
  font-weight: 600;
  content: '\201D';
  font-size: 70px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 42px;
}
.post.format-chat .entry-content {
  text-align: left;
}
.post .post-categories {
  margin-top: 30px;
}
.post .post-categories a {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding: 10px 0 12px 5px;
}
.post .post-date {
  margin-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  color: #AAA;
}
.post .post-date .updated:not(.published) {
  display: none;
}
.post .post-img {
  position: relative;
}
.post .post-img .fa {
  display: inline-block;
  font-size: 20px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.post .post-tags {
  text-align: left;
  margin-top: 15px;
}
.post .post-tags .entry-utility-prep-tag-links {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.post .post-tags a {
  display: inline-block;
  text-transform: capitalize;
}
.post .post-meta {
  padding-bottom: 10px;
  margin-top: 30px;
}
.post .post-meta .col-sm-6 {
  text-align: right;
}
.post .post-meta .col-sm-6:first-child {
  text-align: left;
}
.post .post-meta .col-sm-6 .post-author,
.post .post-meta .col-sm-6 .post-comments {
  display: inline-block;
}
.post .post-comments {
  text-align: right;
}
.post .post-comments .comments-link:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f086";
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.post .post-comments.meta-center {
  text-align: center;
}
.post .post-author span,
.post .jm-post-like,
.post .comments-link {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.post .post-author span:after,
.post .jm-post-like:after,
.post .comments-link:after {
  position: absolute;
  top: -2px;
  left: -1px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #EEE;
}
.post .share-group {
  position: relative;
}
.post .post-share-buttons {
  text-align: left;
  display: inline-block;
}
.post .post-share-buttons span {
  margin-right: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.post .post-share-buttons .fa {
  padding: 5px 8px;
  font-size: 14px;
}
.post .post-share-buttons a:last-child .fa {
  margin-right: 0;
}
.post .post-share-buttons.meta-center {
  text-align: center;
}
.post .entry-title {
  margin-top: 15px;
}
.post .entry-content,
.post .entry-summary {
  margin-top: 20px;
  position: relative;
}
.post .entry-content:before,
.post .entry-summary:before {
  content: '';
  height: 1px;
  width: 70px;
  display: block;
  position: absolute;
  left: 50%;
  top: -20px;
  background-color: #EEE;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.post .entry-content p,
.post .entry-summary p {
  line-height: 2;
}
.post .entry-content .more-link,
.post .entry-summary .more-link {
  margin-bottom: 40px;
  text-align: center;
}
.post .entry-content .more-link a,
.post .entry-summary .more-link a {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
  margin-top: 20px;
}
.single .site-main {
  margin-bottom: 50px;
}
.single .post {
  margin-bottom: 30px;
  background: #FFF;
}
.single .post .entry-content {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
.single .post .entry-content:before {
  top: -30px;
}
.single .post .post-date {
  margin-top: 10px;
  padding-bottom: 20px;
}
.single .post .entry-footer > div {
  padding-left: 40px;
  padding-right: 40px;
}
.single .post .post-tags {
  padding: 20px;
  border-top: 1px solid transparent;
  border-color: #F8F8F8;
}
.single .post .post-meta {
  margin-top: 0;
  padding: 20px;
  border-top: 1px solid transparent;
  border-color: #F8F8F8;
}
.single .post .entry-title {
  margin-top: 0;
  font-size: 20px;
}
.single .post .entry-header,
.single .post .entry-content {
  padding: 0 40px;
}
.single .author-info {
  border-left: 2px solid transparent;
  padding: 35px 30px;
  background: #FFF;
  text-align: left;
}
.single .author-info img {
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.single .author-info__name {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.single .author-info__description {
  line-height: 1.6;
  margin-bottom: 0;
  padding: 10px 0 12px;
}
.single .author-info__email:hover {
  text-decoration: underline;
}
.single .related-posts {
  margin-top: 45px;
}
.single .related-posts h3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/*Post Layout Common*/
.post-layout .post {
  background: #FFF;
}
.post-layout .post .post-categories {
  margin-top: 25px;
}
.post-layout .post .entry-title {
  margin-top: 0;
}
.post-layout .entry-header,
.post-layout .entry-content {
  padding-left: 27px;
  padding-right: 27px;
}
.post-layout .entry-footer {
  border-top: 1px solid #EEE;
  position: relative;
}
.post-layout .entry-footer .post-meta {
  border-bottom: none;
  padding: 20px 0;
  margin-top: 0;
}
.post-layout .entry-footer .col-sm-6 .post-author,
.post-layout .entry-footer .col-sm-6 .post-comments {
  display: inline-block;
}
.post-layout .entry-footer .share-buttons {
  padding: 0 15px;
}
.post-layout .entry-footer .share-buttons:hover {
  cursor: pointer;
}
.post-layout .entry-footer .post-share-buttons {
  display: none;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 999;
  background: #FFF;
}
.post-layout .entry-footer .post-share-buttons.active {
  display: inline-block;
  width: 120px;
  padding: 5px 13px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
}
.post-layout .entry-footer .post-share-buttons.active:before,
.post-layout .entry-footer .post-share-buttons.active:after {
  bottom: -19px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.post-layout .entry-footer .post-share-buttons.active:before {
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #E8E8E8;
  border-width: 9px;
  margin-left: -8px;
}
.post-layout .entry-footer .post-share-buttons.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 10px;
  margin-left: -9px;
}
.post-layout .entry-footer span {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.post-layout .entry-footer span i {
  margin-right: 7px;
  color: black;
}
/*
Post Standard Layout
*/
.post-standard-layout .post .post-categories {
  margin-top: 35px;
}
.post-standard-layout .post .entry-title {
  margin-top: 10px;
}
.post-standard-layout .post .entry-title a {
  font-size: 20px;
}
.post-standard-layout .post .post-date {
  margin-top: 20px;
  padding-bottom: 20px;
}
.post-standard-layout .post .entry-content .more-link,
.post-standard-layout .post .entry-summary .more-link {
  margin-top: 27px;
}
.post-standard-layout .entry-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.post-standard-layout .entry-footer .col-sm-6 > div {
  display: inline-block;
}
.post-standard-layout .entry-footer .share-buttons {
  padding-right: 5px;
}
.post-standard-layout .entry-footer .post-share-buttons {
  display: inline-block;
  position: static;
  margin-right: 5px;
}
/*
Post Grid Layout
**/
.post-grid-layout .post.format-quote .post-quote {
  padding: 100px 40px 50px;
}
.post-grid-layout .post.format-quote .post-quote:after {
  top: 22px;
}
.post-grid-layout .post.format-quote .post-quote p {
  margin-bottom: 20px;
}
.post-grid-layout .entry-title {
  margin-top: 10px;
}
.post-grid-layout .entry-content,
.post-masonry-layout .entry-content {
  padding-top: 20px;
  margin-top: 17px;
}
.post-grid-layout .entry-content:before,
.post-masonry-layout .entry-content:before {
  top: 0;
}
/*
Post List Layout
**/
.post-list-layout .post-list-item {
  position: relative;
}
.post-list-layout .post {
  text-align: center;
  margin-bottom: 30px;
}
.post-list-layout .post:last-child {
  margin-bottom: 40px;
}
.post-list-layout .post .post-date {
  padding-bottom: 25px;
}
.post-list-layout .post-img {
  position: relative;
  z-index: 9;
  padding-left: 0;
  text-align: left;
}
.post-list-layout .post-img .fa {
  right: 25px;
}
.post-list-layout .list-content {
  position: relative;
  padding-right: 0;
}
.post-list-layout .entry-footer {
  border-top: none;
}
.post-list-layout .entry-footer .post-meta {
  position: relative;
}
.post-list-layout .entry-footer .post-meta:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  display: inline-block;
  width: 300%;
  height: 1px;
  background: #EEE;
}
/*
Post Masonry Layout
*/
.post-masonry-layout .grid-sizer,
.post-masonry-layout .post-masonry-item {
  padding: 0;
}
.post-masonry-layout .post.format-quote .post-quote {
  padding: 100px 40px 50px;
}
.post-masonry-layout .post.format-quote .post-quote:after {
  top: 22px;
}
.post-masonry-layout .post.format-quote .post-quote p {
  font-size: 20px;
  margin-bottom: 20px;
}
.post-masonry-layout .entry-footer {
  margin-top: 10px;
}
/*
Post Combined Layout
**/
.post-combined-layout > article .entry-footer .post-meta {
  padding-left: 15px;
  padding-right: 15px;
}
.post-combined-layout > article .entry-footer .post-share-buttons {
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/*
Post Static Featured
**/
.post-static-featured .stamp > article .entry-footer .post-share-buttons {
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/*
Post Simple Layout
**/
.post-simple-layout .post {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  background: inherit;
  text-align: center;
}
.post-simple-layout .post .post-img .fa {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  right: 17px;
}
.post-simple-layout .post .entry-header {
  padding: 0;
}
.post-simple-layout .post .entry-title {
  line-height: 1.4;
  margin-top: 5px;
}
.post-simple-layout .post .entry-title a {
  font-size: 12px;
  letter-spacing: 0.2em;
}
.post-simple-layout .post .post-date {
  margin-top: 0;
  padding-bottom: 0;
  color: #AAA;
  font-size: 12px;
  font-style: italic;
}
.post-simple-layout .post .post-date .byline {
  display: none;
}
/* Post Like System */
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icon-like:before {
  content: "\f004";
}
.icon-unlike:before {
  content: "\f08a";
}
.icon-gear:before {
  content: "\f013";
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
a.jm-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #111;
}
.comments-area {
  text-align: left;
}
@media (max-width: 47.9375rem) {
  .post.format-quote .post-quote h2 {
    font-size: 20px;
  }
  .post .post-share-buttons {
    text-align: right;
  }
  .post .post-share-buttons .fa {
    font-size: 14px;
  }
  .post .entry-title {
    line-height: 1;
  }
  .post .entry-title a {
    font-size: 20px;
  }
  .post-standard-layout .entry-footer .col-sm-6,
  .post-combined-layout .entry-footer .col-sm-6,
  .post-static-featured .entry-footer .col-sm-6 {
    text-align: center !important;
  }
  .post-standard-layout .entry-footer .col-sm-6:first-child,
  .post-combined-layout .entry-footer .col-sm-6:first-child,
  .post-static-featured .entry-footer .col-sm-6:first-child {
    margin-bottom: 10px;
  }
  .post-standard-layout .entry-footer .col-sm-6 .post-author span:after,
  .post-combined-layout .entry-footer .col-sm-6 .post-author span:after,
  .post-static-featured .entry-footer .col-sm-6 .post-author span:after,
  .post-standard-layout .entry-footer .col-sm-6 .comments-link:after,
  .post-combined-layout .entry-footer .col-sm-6 .comments-link:after,
  .post-static-featured .entry-footer .col-sm-6 .comments-link:after {
    display: none;
  }
  .post-standard-layout .entry-footer .col-sm-6 .post-author,
  .post-combined-layout .entry-footer .col-sm-6 .post-author,
  .post-static-featured .entry-footer .col-sm-6 .post-author {
    padding-right: 10px;
  }
  .post-list-layout .post > div {
    padding: 0;
  }
  .post-list-layout .post-categories {
    margin-top: 20px;
  }
}
@media (min-width: 48rem) {
  .col-sm-9 .post-list-layout .post .post-img {
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .col-sm-9 .post-list-layout .post .list-content {
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }
  .post .post-author span,
  .post .jm-post-like,
  .post .comments-link {
    padding: 0 5px;
  }
}
@media (min-width: 62rem) {
  .post.format-quote .post-quote {
    padding: 115px 115px 65px;
  }
  .post-simple-layout .post {
    text-align: left;
  }
  .post-standard-layout .entry-footer .col-sm-6:first-child {
    text-align: left !important;
  }
  .post-standard-layout .entry-footer .col-sm-6:last-child {
    text-align: right !important;
  }
  .post-combined-layout > article {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 75rem) {
  .post.format-gallery .grid-thumb-sizer,
  .post.format-gallery .thumb-masonry-item {
    width: 30%;
    width: calc(33.33% - 20px);
  }
  .post.format-gallery .thumb-masonry-item {
    margin-bottom: 10px;
  }
  .post blockquote {
    padding-bottom: 0;
  }
  .post blockquote:before {
    width: 12%;
  }
  .post .post-author span,
  .post .jm-post-like,
  .post .comments-link {
    padding: 0 15px;
  }
  .post-standard-layout .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single .site-main {
    margin-bottom: 100px;
  }
  .post-list-layout.full-width .post {
    text-align: left;
  }
  .post-list-layout.full-width .post.format-quote .post-quote {
    margin-right: 68px;
  }
  .post-list-layout.full-width .post .post-categories a {
    padding: 10px 0 12px 1px;
  }
  .post-list-layout.full-width .post .entry-title {
    margin-top: 5px;
  }
  .post-list-layout.full-width .post .post-date {
    margin-top: 20px;
  }
  .post-list-layout.full-width .post .entry-content:before,
  .post-list-layout.full-width .post .entry-summary:before {
    left: 35px;
  }
  .post-list-layout.full-width .post .col-sm-6.post-img {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .post-list-layout.full-width .post .col-sm-7.list-content {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .post-list-layout.full-width .post .entry-content .more-link,
  .post-list-layout.full-width .post .entry-summary .more-link {
    text-align: left;
  }
  .post-list-layout.full-width .post-img {
    padding-right: 0;
  }
  .post-list-layout.full-width .post-img .fa {
    right: 77px;
  }
  .post-list-layout.full-width .list-content {
    margin-left: -18px;
    padding-left: 0;
  }
  .post-list-layout.full-width .entry-header,
  .post-list-layout.full-width .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
  .post-list-layout.full-width .entry-footer {
    width: 660px;
  }
  .post-list-layout.full-width .entry-footer .center {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .post-list-layout.full-width .entry-footer .share-buttons {
    padding: 0 15px;
  }
  .post-list-layout.full-width .entry-footer .share-buttons i {
    display: none;
  }
  .post-list-layout.full-width .entry-footer .post-share-buttons {
    display: inline-block;
    position: static;
  }
  .post-list-layout.full-width .entry-footer .post-author,
  .post-list-layout.full-width .entry-footer .post-comments {
    display: inline-block;
    float: right;
  }
  .post-list-layout .post.format-quote .post-quote {
    max-width: 420px;
    z-index: 999;
    padding: 165px 40px 120px;
  }
  .post-list-layout .post.format-quote .post-quote:after {
    top: 82px;
  }
  .post-list-layout .post.format-quote .post-quote p {
    font-size: 20px;
  }
  .post-list-layout .entry-footer {
    position: absolute;
    bottom: 0;
    width: 90%;
  }
}
/*--------------------------------------------
Typo
----------------------------------------------*/
.widget-title,
.mc4wp-form h3 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
/*--------------------------------------------
Breadcrumb
----------------------------------------------*/
.breadcrumb {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.tm_bread_crumb {
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
}
.tm_bread_crumb li {
  display: inline-block;
  margin-right: 6px;
}
.tm_bread_crumb li a:after {
  content: "/";
  margin-left: 8px;
}
.tm_bread_crumb li:last-child {
  margin: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  position: relative;
  z-index: 99;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #FFF;
}
/*--------------------------------------------
Mobile Menu
----------------------------------------------*/
#open-left {
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.snap-drawers {
  background-color: #FFF;
}
@media (min-width: 62rem) {
  .snap-drawers {
    display: none;
  }
}
.mobile-menu > ul {
  padding: 20px;
}
.mobile-menu > ul li {
  display: block;
}
.mobile-menu > ul li a {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.mobile-menu > ul li:last-child {
  border: none;
}
.mobile-menu > ul li li {
  margin-left: 20px;
}
/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
select,
textarea,
input {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #DDD;
}
textarea {
  resize: vertical;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
}
input,
select,
textarea {
  box-shadow: none;
  color: #888;
  padding: 13px 15px;
  width: 100%;
}
textarea {
  height: 200px;
}
input:focus,
textarea:focus {
  outline: none;
  background-color: #FFF;
  color: #888;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #333;
  border: none;
  color: #FFF;
  cursor: pointer;
  padding: 11px 20px;
  width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  color: #FFF;
}
/*--------------------------------------------
Contact Form
----------------------------------------------*/
.wpcf7-form .row,
.wpcf7-form .comments-area .comment-respond .comment-form {
  margin: 0 -10px;
}
.wpcf7-form [class*='col-'] {
  padding: 0 10px;
}
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 20px;
}
.wpcf7-form textarea {
  height: 110px;
}
.form1 select,
.form1 textarea,
.form1 input {
  background-color: #65656F;
  color: #FFF;
  border: none;
}
.form1 select:focus,
.form1 textarea:focus,
.form1 input:focus {
  background-color: #FFF;
  color: #888;
}
.form1 input:-moz-placeholder,
.form1 textarea:-moz-placeholder {
  color: #FFF;
}
.form1 input::-moz-placeholder,
.form1 textarea::-moz-placeholder {
  color: #FFF;
}
.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #FFF;
}
.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #FFF;
}
/*Comment Form*/
.comment-form .row,
.comment-form .comments-area .comment-respond .comment-form {
  margin: 0 -5px;
}
.comment-form [class*='col-'] {
  padding: 0 5px;
}
/*Social Menu*/
.social-menu .menu .text {
  display: none;
}
/*# sourceMappingURL=main.css.map */