/*--------------------------------------------------------------
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;
}
th {
  font-weight: 600;
}
td,
th {
  border-bottom: 1px solid #eee;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
select {
  border: 1px solid transparent;
}
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;
  letter-spacing: 0.05em;
}
p {
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: uppercase;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
  padding: 10px 15px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #dddddd;
  padding: 10px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666666;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666666;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
select {
  padding: 11px 15px;
}
select:focus {
  outline: none;
}
/*--------------------------------------------------------------
# COMBO CSS
--------------------------------------------------------------*/
.clr:before,
.clr:after {
  content: " ";
  display: table;
}
.clr:after {
  clear: both;
}
.icf,
.social .menu li a:before,
.widget_categories ul li > a:before,
.post .post-comments .comments-link:before,
.post-grid-layout .post-date:before,
.post-list-layout .post-date:before,
.post-masonry-layout .post-date:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('/wp-content/themes/site/fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('/wp-content/themes/site/fonts/Pe-icon-7-stroke.eot#iefixd7yf1v') format('embedded-opentype'), url('/wp-content/themes/site/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('/wp-content/themes/site/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('/wp-content/themes/site/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pe7sf,
.pagination.posts-pagination .prev:before,
.pagination.loop-pagination .prev:before,
.pagination.posts-pagination .next:before,
.pagination.loop-pagination .next:before,
.pagination.posts-pagination .prev:after,
.pagination.loop-pagination .prev:after,
.pagination.posts-pagination .next:after,
.pagination.loop-pagination .next:after,
.tm-instagram-pics .item .play-button:before,
.rev_slider_wrapper .tparrows.default:before,
.post.format-gallery .owl-carousel .owl-nav > div:before {
  font-family: 'Pe-icon-7-stroke';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tran,
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
a,
.categories-grid .wpb_text_column p:before,
.search-box .search-form:after,
.search-box .search-field,
.tm-instagram-pics .item .play-button,
.widget_categories ul li,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.post .entry-content .more-link a:after,
.post .entry-summary .more-link a:after,
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  -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);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
[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;
}
.container {
  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.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.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.667%;
}
.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.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .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.667%;
  }
  .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.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .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.667%;
  }
  .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.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .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.667%;
  }
  .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;
  }
}
.wpb-js-composer .row:before,
.wpb-js-composer .row:after,
.wpb-js-composer .vc_row:before,
.wpb-js-composer .vc_row:after,
.wpb-js-composer .comments-area .comment-respond .comment-form:before,
.wpb-js-composer .comments-area .comment-respond .comment-form:after {
  display: none !important;
}
body:not(.wpb-js-composer) .post {
  text-align: left !important;
}
body:not(.wpb-js-composer) .meta-center {
  text-align: left !important;
}
.scrollup {
  display: none;
}
.social {
  text-align: center;
}
.social .menu {
  margin: 0;
}
.social .menu li {
  display: inline-block;
  margin-right: 20px;
}
.social .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 li:before {
  display: none;
}
.social .menu li a {
  font-size: 0;
}
.social .menu li a:before {
  font-size: 16px;
  display: inline-block;
}
.social .menu li a[href*="facebook"]:before {
  content: "\f09a";
}
.social .menu li a[href*="twitter"]:before {
  content: "\f099";
}
.social .menu li a[href*="pinterest"]:before {
  content: "\f0d2";
}
.social .menu li a[href*="instagram"]:before {
  content: "\f16d";
}
.social .menu li a[href*="youtube"]:before {
  content: "\f16a";
}
.social .menu li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social .menu li a[href*="flickr"]:before {
  content: "\f16e";
}
.social .menu li a[href*="dribbble"]:before {
  content: "\f17d";
}
.social .menu li a[href*="foursquare"]:before {
  content: "\f180";
}
.social .menu li a[href*="linkedin"]:before {
  content: "\f0e1";
}
.social .menu li a[href*="tumblr"]:before {
  content: "\f173";
}
.social .menu li a[href*="feed"]:before {
  content: "\f09e";
}
.listing {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.listing > li {
  padding: 10px 0 !important;
}
.categories-grid .wpb_text_column p {
  position: relative;
  margin: 0;
}
.categories-grid .wpb_text_column p:before {
  content: '';
  background-color: rgba(17, 17, 17, 0.3);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.categories-grid .wpb_text_column p:hover:before {
  background-color: rgba(211, 190, 134, 0.9);
}
.categories-grid .wpb_text_column a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  display: inline-block;
  color: #fff !important;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 50%;
}
.categories-grid .wpb_text_column a:hover {
  color: #fff !important;
}
@media (max-width: 768px) {
  .categories-grid {
    margin-bottom: 0 !important;
  }
  .categories-grid .wpb_column {
    margin-bottom: 30px;
  }
}
.comments-area .comments-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.comments-area .comment-list .comment {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.comments-area .comment-list .comment .children {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.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 {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.05em;
  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 {
  font-size: 12px;
}
.comments-area .comment-list .comment .comment-content p {
  line-height: 2;
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comments-area .comment-respond {
  margin-top: 50px;
  margin-bottom: 60px;
}
.comments-area .comment-respond .comment-reply-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  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;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  width: 100%;
  margin: 15px;
}
.comments-area .comment-respond .form-submit {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.pagination.posts-pagination,
.pagination.loop-pagination {
  text-align: center;
  position: relative;
}
.pagination.posts-pagination .page-numbers,
.pagination.loop-pagination .page-numbers {
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
  margin-right: 15px;
}
.pagination.posts-pagination .prev,
.pagination.loop-pagination .prev,
.pagination.posts-pagination .next,
.pagination.loop-pagination .next {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin: 0;
}
.pagination.posts-pagination .prev:before,
.pagination.loop-pagination .prev:before,
.pagination.posts-pagination .next:before,
.pagination.loop-pagination .next:before,
.pagination.posts-pagination .prev:after,
.pagination.loop-pagination .prev:after,
.pagination.posts-pagination .next:after,
.pagination.loop-pagination .next:after {
  font-size: 26px;
  line-height: 0.5;
  display: inline-block;
  vertical-align: middle;
}
.pagination.posts-pagination .next,
.pagination.loop-pagination .next {
  right: 0;
}
.pagination.posts-pagination .next:after,
.pagination.loop-pagination .next:after {
  content: '\e684';
}
.pagination.posts-pagination .prev,
.pagination.loop-pagination .prev {
  left: 0;
}
.pagination.posts-pagination .prev:before,
.pagination.loop-pagination .prev:before {
  content: '\e686';
}
.pagination.loop-pagination {
  margin-bottom: 60px;
}
blockquote {
  padding: 30px 0;
}
blockquote:before {
  font-family: Playfair Display;
  font-weight: 600;
  content: '\201C' !important;
  line-height: 0.85em;
  display: inline-block;
  vertical-align: top;
  font-size: 90px;
  width: 20%;
  padding-right: 15px;
}
blockquote p {
  text-align: left;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.big-quote blockquote {
  padding-top: 50px;
}
.big-quote blockquote:before {
  display: block;
  font-weight: 400;
  line-height: 50px;
}
.big-quote blockquote p {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.aboutme-description p,
.contact-description p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.contact-info .contact-description {
  margin-bottom: 30px;
}
.contact-info .vc_custom_heading {
  font-style: italic;
}
.big-title {
  text-transform: uppercase;
}
.big-title .taxonomy-description {
  display: none;
}
.big-title.image-background {
  text-align: center;
  margin-bottom: 50px;
}
.big-title.color-background h1 {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .scrollup {
    display: block;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    right: 30px;
    bottom: -50px;
    padding: 0 8px;
    font-size: 0;
    color: #fff;
  }
  .scrollup i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
  }
  .scrollup.show {
    bottom: 70px;
    opacity: 0.8;
  }
  .scrollup:hover {
    color: #fff;
    font-size: 12px;
  }
  .scrollup:hover i {
    margin-right: 5px;
  }
  .uncover .header-wrapper {
    position: relative;
    z-index: 99;
  }
  .uncover .content-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .uncover .bottom-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 0;
  }
  blockquote:before {
    width: 10%;
  }
  blockquote p {
    width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .boxed {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  blockquote {
    padding-bottom: 0;
  }
  blockquote:before {
    width: 15%;
    font-size: 180px;
    line-height: 0.75;
    padding-right: 0;
  }
  blockquote p {
    width: 85%;
  }
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eee;
}
.header .middle-sm:before,
.header .middle-sm:after {
  display: none !important;
}
.site-branding {
  text-align: center;
  padding:  10px 0;
}
.search-box {
  display: table;
  margin: 0 auto;
}
.search-box .search-form {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  position: relative;
}
.search-box .search-form:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.search-box .search-form.active:after {
  width: 100%;
}
.search-box .search-submit {
  display: none;
}
.search-box .search-field {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #eee;
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.search-box .search-field:-moz-placeholder {
  color: #ffffff;
}
.search-box .search-field::-moz-placeholder {
  color: #ffffff;
}
.search-box .search-field:-ms-input-placeholder {
  color: #ffffff;
}
.search-box .search-field::-webkit-input-placeholder {
  color: #ffffff;
}
.search-box .search-field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.search-box .fa-search {
  display: table-cell;
  vertical-align: bottom;
  font-size: 15px;
  width: 15%;
  text-align: right;
}
@media (max-width: 768px) {
  .header .social {
    margin-bottom: 20px;
  }
  .header .search-box {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    text-align: left;
  }
  .header .social {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .site-branding {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .header {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .middle-sm {
    position: relative;
  }
  .headroom--not-top {
    box-shadow: 0px 1px 4px rgba(190, 190, 190, 0.46);
    border: none;
    position: fixed !important;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
  }
  .headroom--not-top .site-branding {
    display: none;
  }
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.nav {
  text-transform: uppercase;  
}
.nav .sub-menu {
  margin: 0;
}
.nav .sub-menu li {
  text-transform: none;
}
.nav .sub-menu li a {
  display: block;color:black;
}
.nav .sub-menu li .post-simple-layout .post .entry-title {
  margin-top: 15px;
}
.nav .sub-menu-toggle {
  display: none;
}
.nav .vc_row {
  margin: 0;
}
@media (max-width: 1199px) {
  .menu-link {
    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%;  
    right: 200px;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    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: 10px;
  }
  .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) {
  .menu-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .nav {
    width: 100%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav {
    width: 300px;
    right: 150px;
  }
  .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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .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 only screen and (min-width: 1200px) {
  .menu-link {
    display: none;
  }
  .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 {
    font-size: 13px;
    display: inline-block;
    padding: 20px 0;
  }
  .nav .menu > li:first-child {
    margin-left: 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.menu-item-has-children {
    position: relative;
  }
  .nav .menu > li.menu-item-has-children:hover > a:after {
    visibility: visible;
    opacity: 1;
    bottom: 0;
  }
  .nav .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;
    content: '\f107';
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -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-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .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: 100%;
    width: 250px;
    border: 1px solid transparent;
    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: 10px 20px;
    border-bottom: 1px solid #eee;
  }
  .nav .sub-menu li:last-child {
    border-bottom: none;
  }
  .nav .sub-menu li:hover > .sub-menu {
    left: 100%;
    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: 15px;
    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 a {
    font-size: 14px;
  }
  .nav .sub-menu li .post-simple-layout .post {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.bottom-wrapper {
  width: 100%;
}
.footer {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.footer > .container > .row > [class*="col-"],
.footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"] {
  position: relative;
}
.footer > .container > .row > [class*="col-"]:after,
.footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"]:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 30px);
  margin: 0 15px;
}
.footer-menu {
  text-align: center;
  padding: 23px 0;
}
.footer-menu .menu > li {
  display: inline-block;
  margin-right: 15px;
}
.footer-menu .menu > li:after {
  content: '';
  opacity: 0.5;
  height: 1em;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}
.footer-menu .menu > li:last-child:after {
  display: none;
}
.footer-menu .menu > li > a {
  font-size: 11px;
  text-transform: uppercase;
}
.video-blog {
  text-align: center;
}
.copyright {
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 1.5em;
}
@media (max-width: 768px) {
  .footer > .container > .row > [class*="col-"],
  .footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"] {
    margin-bottom: 30px;
  }
  .footer > .container > .row > [class*="col-"]:after,
  .footer > .container > .comments-area .comment-respond .comment-form > [class*="col-"]:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 70px 0;
  }
}
/*---------------------------------------------
  Thememove Shortcode
---------------------------------------------*/
/****
 Recent posts
 ****/
.recent-posts__item {
  font-size: 0;
  margin-bottom: 20px;
  clear: both;
}
.recent-posts__thumb {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  padding-right: 5px;
}
.recent-posts__info {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px);
}
.recent-posts h3 {
  line-height: 1;
  margin-top: -0.25em;
  margin-bottom: 5px;
}
.recent-posts h3 a {
  font-size: 15px;
  letter-spacing: 0.05em;
}
.recent-posts .post-date {
  display: block;
}
.recent-posts .post-meta {
  display: inline-block;
}
.recent-posts .post-meta i,
.recent-posts .post-meta .author,
.recent-posts .post-meta .post-com {
  display: none;
}
.recent-posts .post-meta .post-date {
  font-size: 11px;
  color: #666 !important;
}
/****
 Mini cart
 ****/
.tm-mini-cart__icon {
  font-size: 20px;
  margin-right: 10px;
}
.tm-mini-cart__qty {
  font-size: 14px;
  display: inline-block;
}
.tm-mini-cart__qty:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1px;
  margin: 0 10px;
}
.tm-mini-cart__link {
  display: inline-block !important;
}
@media (max-width: 1199px) {
  .tm-mini-cart {
    margin-bottom: 20px;
  }
  .tm-mini-cart__icon {
    font-size: 16px;
  }
  .tm-mini-cart__qty {
    font-size: 12px;
  }
}
/***
 Facebook
***/
.tm-facebook-page blockquote:before {
  display: none;
}
/****
 Twitter
 ****/
.tm-twitter .tm-tweets-list .tweet {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.tm-twitter .tm-tweets-list .tweet:last-child {
  border-bottom: none;
}
.tm-twitter .tm-tweets-list .username {
  font-size: 13px;
}
.tm-twitter .tm-tweets-list .tweet-text {
  font-size: 13px;
  margin-bottom: 1em;
}
.tm-twitter .tm-tweets-list .time {
  font-size: 13px;
}
.tm-twitter .tm-tweets-list .time i {
  font-size: 16px;
  line-height: 18px;
  margin-right: 8px;
}
.tm-twitter .tm-tweets-list .tweet-actions {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 25px;
  margin: 0;
}
.tm-twitter .tm-tweets-list .tweet-actions li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.tm-twitter .tm-tweets-list .tweet-actions a {
  font-size: 0;
}
.tm-twitter .tm-tweets-list .tweet-actions i {
  font-size: 16px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-header .user-profile-image {
  float: left;
  margin-right: 10px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-header .username {
  display: block;
  margin-bottom: 5px;
}
.tm-twitter .tm-tweets-list.style-1 .tweet-actions {
  bottom: auto;
  top: 0;
}
.tm-twitter .tm-tweets-list.style-2 .tweet {
  text-align: center;
}
.tm-twitter .tm-tweets-list.style-2 .user-profile-image {
  display: block;
  margin: 0 auto 10px;
}
.tm-twitter .tm-tweets-list.style-2 .username {
  display: block;
  margin-bottom: 5px;
}
.tm-twitter .tm-tweets-list.style-2 .tweet-actions {
  bottom: 10px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
/***
 Instagram
***/
.tm-instagram-pics .item {
  position: relative;
}
.tm-instagram-pics .item-info {
  display: none;
}
.tm-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%);
}
.tm-instagram-pics .item .play-button:before {
  display: inline-block;
  content: '\e624';
  font-size: 80px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tm-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);
}
.tm-instagram-follow-links {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
/***
 About me
***/
.tm-aboutme__avatar {
  text-align: center;
}
.tm-aboutme__avatar--circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tm-aboutme__description {
  text-align: center;
  margin: 20px 0;
}
.tm-aboutme__description p {
  font-size: 13px;
  line-height: 26px;
  padding: 0 25px;
  margin: 0;
}
.tm-aboutme__social {
  text-align: center;
}
.tm-aboutme__social__item {
  display: inline-block;
  vertical-align: top;
}
.tm-aboutme__social__item a {
  height: 34px;
  width: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tm-aboutme__social__item i {
  line-height: 32px;
}
.tm-aboutme__social__item--circle a,
.tm-aboutme__social__item--square a {
  color: #fff !important;
}
.tm-aboutme__social__item--circle a:hover,
.tm-aboutme__social__item--square a:hover {
  background-color: transparent !important;
}
.tm-aboutme__social__item--circle a,
.tm-aboutme__social__item--outline-circle a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tm-aboutme__social__item--outline-square a:hover,
.tm-aboutme__social__item--outline-circle a:hover {
  color: #fff !important;
}
.tm-aboutme__social__icon {
  font-size: 16px;
  display: inline-block;
}
/*---------------------------------------------
  Wordpress Widget
---------------------------------------------*/
.widget_categories ul {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.widget_categories ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #f6f6f6;
}
.widget_categories ul li:last-child {
  border-bottom: none;
}
.widget_categories ul li > a {
  font-size: 14px;
}
.widget_categories ul li > a:before {
  font-size: 12px;
  content: '\f0da';
  color: #ccc;
  margin-right: 15px;
}
.widget_categories ul li ul.children {
  border-bottom: none;
  margin: 10px 0 -10px 0 !important;
}
.widget_categories ul li ul.children li {
  border-top: 1px solid #f6f6f6;
}
.widget_categories ul li ul.children li ul.children {
  margin-left: -40px !important;
}
.widget_categories ul li ul.children li:nth-child(n+1) {
  border-top: none;
}
.widget_categories ul li ul.children li:nth-child(n+1) ul li {
  padding-left: 60px !important;
}
.widget_categories > ul > li > ul.children {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.widget_categories > ul > li > ul.children > li {
  padding-left: 40px !important;
}
.widget_archive select {
  width: 100%;
}
.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;
}
.widget_rss .widget-title img {
  display: none;
}
/*---------------------------------------------
  Essential Grid
---------------------------------------------*/
.esg-grid {
  font-family: Gotham;
}
/*---------------------------------------------
  Revolution Silder
---------------------------------------------*/
.rev_slider_wrapper .tp-revslider-slidesli .slotholder:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.rev_slider_wrapper .tp-bannertimer {
  z-index: 98;
}
.rev_slider_wrapper .tparrows.default {
  background: none;
  width: auto;
  height: auto;
}
.rev_slider_wrapper .tparrows.default:before {
  font-size: 50px;
  color: #fff;
}
.rev_slider_wrapper .tp-leftarrow.default:before {
  content: '\e687';
}
.rev_slider_wrapper .tp-rightarrow.default {
  background: none;
}
.rev_slider_wrapper .tp-rightarrow.default:before {
  content: '\e685';
}
.rev_slider_wrapper .tp-caption.lily-big-text {
  text-align: center !important;
}
.rev_slider_wrapper .tp-caption.lily-small-text {
  letter-spacing: 1px !important;
}
.rev_slider_wrapper .tp-caption.lily-small-text a {
  letter-spacing: 1px !important;
  font-size: 14px !important;
  color: #fff !important;
}
.rev_slider_wrapper .tp-caption.lily-button {
  -moz-transition-duration: 0.3s !important;
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.rev_slider_wrapper .tp-caption.lily-button a {
  font-size: 12px !important;
  color: #fff !important;
  letter-spacing: 0.1em !important;
}
.rev_slider_wrapper .tp-caption.lily-button:hover a {
  color: #ddbe86 !important;
}
/*---------------------------------------------
  MailChimp
---------------------------------------------*/
.mc4wp-form {
  text-align: center;
}
.mc4wp-form p {
  margin: 0;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.mc4wp-form input[type="submit"] {
  margin-top: 10px;
}
/*---------------------------------------------
 Magnific Popup
---------------------------------------------*/
button.mfp-close {
  background-color: transparent !important;
}
/*---------------------------------------------
 Contact Form 7
---------------------------------------------*/
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e04949;
  margin-bottom: 20px;
}
.wpcf7-form .wpcf7-validation-errors {
  color: #e04949;
  border: none;
  padding: 0 15px;
  margin: 15px 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #e04949;
}
.wpcf7-form input[type="submit"] {
  color: #ddbe86 !important;
  background-color: transparent;
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .tm-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);
  }
  .tm-instagram-pics .item:hover a.show-info:after,
  .tm-instagram-pics .item:hover .item-info {
    opacity: 1;
    visibility: visible;
  }
  .tm-instagram-pics .item:hover .show-info .play-button {
    opacity: 0;
    visibility: hidden;
  }
  .tm-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%);
  }
  .tm-instagram-pics .item-info > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding-right: 15px;
  }
  .tm-instagram-pics .item-info > li:before {
    font-family: 'Pe-icon-7-stroke';
    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;
  }
  .tm-instagram-pics .item-info > li.likes:before {
    content: '\e642';
  }
  .tm-instagram-pics .item-info > li.comments:before {
    content: '\e668';
  }
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
.widget-title,
.widgettitle {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: table;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 35px;
}
.widget-title:before,
.widgettitle:before,
.widget-title:after,
.widgettitle:after {
  border-top: 1px solid transparent;
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.widget-title:before,
.widgettitle:before {
  right: 15px;
}
.widget-title:after,
.widgettitle:after {
  left: 15px;
}
.heading-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  display: table;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 35px;
  width: 100%;
}
.heading-title:before,
.heading-title:after {
  border-top: 1px solid transparent;
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 40%;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
}
.heading-title:before {
  right: 15px;
}
.heading-title:after {
  left: 15px;
}
.heading-title:before,
.heading-title:after {
  width: 45%;
}
/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
.post {
  text-align: center;
  margin-bottom: 60px;
  /* 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 {
  font-size: 50px;
  color: #fff;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-prev:before {
  content: '\e687';
}
.post.format-gallery .owl-carousel .owl-nav .owl-next {
  right: 30px;
}
.post.format-gallery .owl-carousel .owl-nav .owl-next:before {
  content: '\e685';
}
.post.format-quote .post-quote {
  position: relative;
  text-align: left;
  text-align: center;
  border: 1px solid #eee;
  padding: 50px 80px 50px 50px;
}
.post.format-quote .post-quote h2 {
  font-style: italic;
}
.post.format-quote .post-quote .source-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 15px;
}
.post.format-quote .post-quote .source-name a:before,
.post.format-quote .post-quote .source-name span:before {
  content: '-';
  margin-right: 3px;
}
.post.format-quote .post-quote:after {
  font-family: Playfair Display;
  font-weight: 600;
  content: '\201D';
  font-size: 90px;
  position: absolute;
  right: 50px;
  top: 0;
}
.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;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #fff !important;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post .post-date {
  margin-top: 10px;
  padding-bottom: 10px;
}
.post .post-img {
  position: relative;
}
.post .post-img .fa {
  display: inline-block;
  font-size: 24px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.post .post-tags {
  text-align: left;
  margin-top: 15px;
}
.post .post-tags a {
  font-size: 13px;
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post .post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}
.post .post-comments {
  text-align: left;
}
.post .post-comments .comments-link:before {
  content: '\f0e5';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.post .post-comments a {
  font-size: 13px;
  color: #999;
}
.post .post-comments.meta-center {
  text-align: center;
}
.post .post-share-buttons {
  text-align: right;
}
.post .post-share-buttons .fa {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.post .post-share-buttons a:last-child .fa {
  margin-right: 0;
}
.post .post-share-buttons.meta-center {
  text-align: center;
}
.post .entry-title {
  line-height: 1.25;
  margin-top: 15px;
}
.post .entry-title a {
  font-size: 28px;
  letter-spacing: 0.05em;
}
.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: -15px;
  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 {
  font-size: 14px;
  line-height: 2;
}
.post .entry-content .more-link a,
.post .entry-summary .more-link a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  margin-top: 20px;
}
.post .entry-content .more-link a:after,
.post .entry-summary .more-link a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.post .entry-content .more-link a:hover:after,
.post .entry-summary .more-link a:hover:after {
  width: 100%;
}
.post blockquote p {
  font-size: 15px !important;
}
.post ul {
  text-align: left;
  list-style-type: disc;
  margin-left: 1.5em;
}
.post ul li {
  margin-bottom: 5px;
}
.post ol {
  text-align: left;
  margin-left: 1.5em;
}
.single .post {
  margin-bottom: 20px;
}
.single .post .post-date {
  margin-top: 15px;
  padding-bottom: 25px;
}
.single .post .post-tags {
  margin-bottom: 10px;
}
.single .post .entry-title {
  margin-top: 20px;
}
.single .post .entry-content {
  text-align: left;
  margin-top: 40px;
}
.single .post .entry-content:before {
  top: -30px;
}
.single .author-info {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.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: 16px;
}
.single .author-info__description {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.single .author-info__email {
  font-size: 12px;
}
.single .related-posts {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.single .related-posts h3 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/*
Post Grid Layout
**/
.post-grid-layout .post-categories a,
.post-list-layout .post-categories a,
.post-masonry-layout .post-categories a {
  color: #999 !important;
  background-color: #eee;
}
.post-grid-layout .post-meta,
.post-list-layout .post-meta,
.post-masonry-layout .post-meta {
  border-bottom: none;
  border-top: 1px solid #eee;
  padding-bottom: 0;
  padding-top: 15px;
  margin-top: 10px;
}
.post-grid-layout .post-date,
.post-list-layout .post-date,
.post-masonry-layout .post-date {
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.post-grid-layout .post-date:before,
.post-list-layout .post-date:before,
.post-masonry-layout .post-date:before {
  content: '\f017';
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.post-grid-layout .entry-title {
  margin-top: 10px;
}
.post-grid-layout .entry-content {
  padding-top: 10px;
  margin-top: 25px;
}
.post-grid-layout .entry-content:before {
  top: 0;
}
/*
Post List Layout
**/
.post-list-layout .post {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.post-list-layout .post-img {
  padding-left: 0;
}
.post-list-layout .post-img .fa {
  right: 35px;
}
.post-list-layout .list-content {
  padding-right: 0;
}
.post-list-layout .post-categories {
  margin-top: 0;
}
.post-list-layout .post-meta {
  border-top-color: #f6f6f6;
  margin-top: 15px;
}
.post-list-layout .entry-content {
  padding-top: 10px;
}
.post-list-layout .entry-content:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
/*
Post Masonry Layout
*/
.post-masonry-layout .grid-sizer,
.post-masonry-layout .post-masonry-item {
  padding: 0 15px;
}
.post-masonry-layout .post-meta {
  border-top-color: #f6f6f6;
  margin-top: 15px;
}
.post-masonry-layout .entry-content {
  padding-top: 10px;
}
.post-masonry-layout .entry-content:before {
  top: 0;
}
.post-masonry-layout .entry-footer {
  margin-top: 10px;
}
/*
Post Simple Layout
**/
.post-simple-layout .post {
  text-align: left;
}
.post-simple-layout .post .post-img .fa {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
}
.post-simple-layout .post .entry-title {
  line-height: 1;
  margin-top: 5px;
}
.post-simple-layout .post .entry-title a {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.post-simple-layout .post .post-date {
  font-size: 12px;
}
.post-simple-layout .post .post-date .byline {
  display: none;
}
/*
Post Feature Layout
**/
.featured-posts {
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  padding: 50px 50px 0 50px;
  margin-bottom: 50px;
}
.post-list-layout .featured-posts .post {
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
.post-masonry-layout .featured-posts {
  padding: 50px 15px 0 15px;
}
.post-masonry-layout .featured-posts__title {
  margin-bottom: 30px;
}
.featured-posts__title {
  display: table;
  position: relative;
  left: 50%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.featured-posts__title:before,
.featured-posts__title:after {
  content: '';
  display: table-cell;
  width: 77px;
  height: 24px;
  position: relative;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJoAAAAYCAYAAAACh+TEAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8yNC8xNUep2BcAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAH3ElEQVRoge2bwXXbOBCGP+XlbnVgLhuwtoKQFUSpIEwF4R55WuYSHaNUELmClRsI6QpWLiBcqgO5Au9hBgYEgqRsy8rmrf/39CyKQ2Aw+DGYGcKTu7s7mmoxBVbAW/ZxDeRxWmx4wQt60FSLGbAE3ni3roAsTovdK/2hBmbAuzgtJnFaTIDU3NOGXvCCDpQbtV6mDn/eIZyqASY/vn9eAnNgFqfFLtBQDbRxWmTPr/bx0FSLHCBOi+XP1uUQ/Gr6GjTVYgVEcVokgXtTYAOsXwMZsAqRTFEDnUZ+JppqUSI61cCyR/cvKhvFaZGfTLlHoKkWS+CjXnaIphOWo2OO06I8mXLjiLAebQ9xWuyaarEGslfAGRAkmU7oHCifQ8OePqdNtUiaahENiM2ReOBPAhOjuNa/H5tqkRxPw+NCdTMku+4RWyJjfYOMva+tSG03PaqSwyiBuXIlhB1wZmK0KCQRp0UZp8UsTov62NoNYAZUwGaAIBlwq9/fm23HQw5s9XvVVIvsiDoeBapTpZdbRGdfJgfe6+UtMvZQWwmyTVWIDU+COC1q5UjZIxIBGKIlJ9DpULSIQc/o8aSaBUfApf5U+kSK02ITp0UEfNL2vjXVoh7xlCeBep4a+Ibo9ilOi8jP7nVMpV5eIrFQXwWgRGx2i9jwv4IEJBlogXPgtzgt2ufsUffrt0h2ux6Qy5Dt4gy4HEpElDgrZFu50e97MacT4xiPUf6soFs9VKmXS7wYU3XN9HOBbKfZ0NxoQP4eIVkep8VqQHYO/AVcxWnRuw0fAzo3/wDbyY/vn0tk/z9Fx4Zot0iW244oWSIG3CLGrgfkp0j8kiPebgOscUjnEC7Tx9ZGbiAZehIcvWbY+GqFQzCHXEauRUg4qJdulyvEUVwiC6gdkI+Q8Z5x2vn+NPnx/fMUGdio9xhptNWv8z737tRczhDy9Mo6z0TYjMvoOph56cTNsFlaHZCZI5ObICTu9bBPgfazQsa9CvWjhElUZjNCrlJlIyTQrhHStiN6zJCFdY4s9GRkntYAGn48GJ6XjSb6ZsAYY5BsfbUendgWGyMMDcLfxtaIoUbfPijpItWh9u7N9N4hgXCrn92p3nqoflNEx+iARzZI/dKP2xL92h4S6mi/OdabdrbrgHyNncvIlx2r+Xkky+K0WE/u7u7cAZgM6EYF/EHe6ddrxBu5scUMIeuFdjAYBznbRYKQwxT3Nn11L30mQYwW6TOG5Dt93qDFBsWJ87vxdhF2ddemb+2/5QnQBTFzPgnWi7fajzt5tf6N2CehS86dflpkcdYDZFk6fRu71AzXS9348YwAB9T+a/RVk74BcJ93OQDypqAGuCeaCpZIvGbwFSGMiSVMDPQGMVrpB55K2BIbnK9R44zFQaroLk6LVr+bSYq0vWssKTqr/TFwvGSCEPgCGZuJkdoHtGPsc44de82B3ueAPlyvnWBt0mK33Y3qMj0gLDHxo9HdJB9lYMfIkHk9V5mlCQO0nRJbDwTJpEtzsUc0p8Fvnk5XiNHWWu01is3piZfUKAl2leYhYztyCbJ6zYtZ42lq7eOQrfW+nbG3Ac4WZFZ9rQQ3XjNDAtktMvYysIUYA8+RCbhC4zHHTmZcG+hu+QG9lo4+g7Iq79ovQbwRCBlMDBe0n+q3xHr/PrlS2zYcaB2SzukexvjgO6AO0RwFSmyh0IVx/+gg/C3LRxL4zWwJ7tv+QWKZgmTP+9iZ6hsxkK3pIsqxrh3E8xjZ+1XqtJtj4437cMDbZi7x4kzH+6Nj9ftchsoQXvbcap+hyZ8imXsdsEVCl3hgyRearzrwm4GZr0SvI2Rh+ejNfINEc5SOkInzGXsMbJEBrxiPNz6qfO5nbU7gOZTEZFi3f4uMafWAbXGGDZBNkdiQrzfxCbQTIZ4yx8ZsnfDDkV/RMzYl8lLH9PWAuDZDCBMiyFNxRc+OZTBINAMnjjGrLeTpQjDv7swqOji2UgPViCfoGNK7f4NMeGhruw9ekbcEvRnXiD4u2eCBJAvolWPj4U5y5cjVDI/RLMTg/YGxRNiEYaq3/PNkfbhE7LrjwPjzIKKF4NSqXEXBuuCxetAU8WbtCImCnspZ7Vv6jzitsd64Ezc8FE7tDXpqYg9sL8PGw8ECamOP2pwzboshMkboIcQBfcycwn7Ic+8oHlvYfjTRXLjZovd7hFMN9yrhNZrtBVLoGiFZb/XaKbXsZTcBveaIgZ5EiueCkneGxJVB7+hWA/ySgiNjFlWHbI43bt17TokJAhn2odnrIXj9mIecIDlBVtoW5/iKVwYxqbBPsgvg98AgzL3ekwqKrfbdSyBt+8lGek7oAhhbBGuEaNsBmQwh0gX2xLTpw5yE+Rs5MZ3EabHTzLhF5upLUy32yhbITrVuqoWZ45oDi+s+HuzRGvtSFoQMczfzcdw4wB+BtwgberZEJfDfejm41R1ztf0K6Ns1PJkMuxV3FrG7xcZpMfPu5ehhUby5UZKusfHp4KGIEF6Ni3TQIu55i7jh2lPWkOxDgGQZNs3fu6cw7n47Fk/FaXGUgu2vgliOPbUjMius1wvFUsbmF033WNUS+KCXe2f8dI4TbfuGRxxDOkqMZtDY/4ZZhhivbvocIVI00Eb72KDz/w4NTXrPrY3NgRP2HPW/345KtDE0ctjvDY9wvS84DpzQ5zoO/EPJc+FfcGKjdV+88GsAAAAASUVORK5CYII=') no-repeat;
}
.featured-posts__title:before {
  left: -15px;
  background-position: top left;
}
.featured-posts__title:after {
  right: -15px;
  background-position: top right;
}
.featured-posts .post-img {
  -webkit-flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}
.featured-posts .post-date {
  text-align: center;
  margin-top: 10px;
}
.featured-posts .post-date:before {
  display: none;
}
.featured-posts .post-featured-item {
  margin-bottom: 50px;
}
.featured-posts .post-featured-item .entry-title {
  line-height: 0.5em;
}
.featured-posts .post-featured-item .entry-title a {
  font-size: 16px;
}
.featured-posts + .post {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .post.format-quote .post-quote h2 {
    font-size: 20px;
  }
  .post .post-share-buttons {
    text-align: right;
  }
  .post .post-share-buttons .fa {
    font-size: 14px;
    margin-right: 10px;
  }
  .post .entry-title {
    line-height: 1;
  }
  .post .entry-title a {
    font-size: 20px;
  }
  .post-list-layout .post > div {
    padding: 0;
  }
  .post-list-layout .post-categories {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .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%;
  }
}
@media only screen and (min-width: 1200px) {
  .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%;
  }
  .single .comments-area .comment-list .comment .comment-author,
  .single .comments-area .comment-list .comment .comment-content {
    vertical-align: top;
    display: inline-block;
  }
  .single .comments-area .comment-list .comment .comment-author {
    padding-right: 30px;
  }
  .single .comments-area .comment-list .comment .comment-author img {
    width: 100px;
    margin: 0;
  }
  .single .comments-area .comment-list .comment .comment-content {
    width: 80%;
    width: calc(100% - 140px);
  }
  .single .comments-area .comment-list .comment .children .comment {
    padding-left: 100px !important;
  }
}
/*------------------------------------
PAGE
------------------------------------*/
/* 404 */
.error-404.not-found {
  margin-bottom: 40px;
}
/* search page */
.search .page-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*--------------------------------------------
Popup Effects
----------------------------------------------*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 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("/wp-content/themes/site/css/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: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ddd;
  margin: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dot.active {
  background-color: #000000;
}
/*# sourceMappingURL=main.css.map */
/*
     FILE ARCHIVED ON 14:10:00 Jun 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:20:37 Feb 04, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 270.187 (3)
  esindex: 0.015
  captures_list: 333.646
  CDXLines.iter: 10.449 (3)
  PetaboxLoader3.datanode: 155.189 (4)
  exclusion.robots.fetch: 46.7 (4)
  exclusion.robots: 47.15
  exclusion.robots.policy: 0.265
  RedisCDXSource: 3.785
  PetaboxLoader3.resolve: 166.564 (2)
  load_resource: 212.419
*/