@charset "UTF-8";
@font-face {
  font-family: "flexslider-icon";
  src: url(css/flexslider/flexslider-icon.eot);
  src: url(css/flexslider/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(css/flexslider/flexslider-icon.woff) format("woff"), url(css/flexslider/flexslider-icon.ttf) format("truetype"), url(css/flexslider/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a .flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* MUST HAVE
----------------------------------------------- */
.says,
.screen-reader-text,
.updated:not(.published),
.post-navigation h2 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.hide {
  display: none !important;
}

.text-transform-none {
  text-transform: none !important;
}

.text-transform-uppercase,
.uppercase {
  text-transform: uppercase !important;
}

.text-transform-lowercase,
.lowercase {
  text-transform: lowercase !important;
}

.text-transform-capitalize,
.capitalize {
  text-transform: capitalize !important;
}

/* TYPOGRAPHY
----------------------------------------------- */
.wi-button {
  display: table;
  margin: 0 auto;
  width: 50%;
}
.wi-button .wi-btn {
  text-align: center;
}

/* BUTTON
-------------------- */
.fox-button {
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  touch-action: manipulation;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fox-button.button-align {
  display: block;
}
.fox-button.button-align .fox-btn {
  display: inline-block;
}
.fox-button.button-center {
  text-align: center;
}
.fox-button.button-left {
  text-align: left;
}
.fox-button.button-right {
  text-align: right;
}
.fox-button.button-block {
  display: block;
}
.fox-button.button-block .fox-btn {
  display: block;
  margin: 0 auto;
  min-width: 240px;
}
.fox-button.button-block-half .fox-btn {
  width: 50%;
}
.fox-button.button-block-third .fox-btn {
  width: 33.33%;
}

.fox-btn {
  display: block;
  text-align: center;
  line-height: 48px;
  padding: 0 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9em;
  border: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.fox-btn:focus {
  outline: 0;
}
.fox-btn i {
  margin-left: 8px;
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
}

/* ----- Shapes ----- */
.btn-round {
  border-radius: 3px;
}

.btn-pill {
  border-radius: 50px;
}

/* ----- Size ----- */
.btn-tiny {
  line-height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.8em;
}
.btn-tiny.btn-outline, .btn-tiny.btn-fill {
  line-height: 26px;
}

.btn-small {
  line-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-small.btn-outline, .btn-small.btn-fill {
  line-height: 36px;
}

.btn-normal {
  line-height: 48px;
  padding-left: 28px;
  padding-right: 28px;
}
.btn-normal.btn-outline, .btn-normal.btn-fill {
  line-height: 46px;
}

.btn-medium {
  line-height: 58px;
  padding-left: 38px;
  padding-right: 38px;
}
.btn-medium.btn-outline, .btn-medium.btn-fill {
  line-height: 56px;
}

.btn-large {
  line-height: 68px;
  padding-left: 48px;
  padding-right: 48px;
}
.btn-large.btn-outline, .btn-large.btn-fill {
  line-height: 66px;
}

/* ----- Styles ----- */
.fox-btn.btn-outline, .fox-btn.btn-fill {
  background: none;
  color: black;
  border: 1px solid;
}
.fox-btn.btn-fill:hover {
  color: white;
  background: black;
  border-color: black;
}
.fox-btn.btn-black {
  color: white;
  background: black;
}
.fox-btn.btn-primary {
  color: white;
  background: var(--accent-color);
}

/* COMMON CLASSES
-------------------- */
.warning {
  background: #fff7cb;
  border: 1px solid #ffe40f;
  color: #956824;
}

.error {
  border: 1px solid #e1c4c4;
  color: #bb6a6a;
  background: #fff4f2;
}

.success {
  border: 1px solid #bdddbd;
  color: #71a971;
  background: #ebffeb;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.small-heading {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}

.post-thumbnail {
  margin: 0;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-none {
  text-transform: none;
}

/* BACKGROUND IMG
---------------------------------------- */
.fox-background-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.fox-background-img .height-element {
  display: block;
  padding-bottom: 100%;
}
.fox-background-img .wrap-link,
.fox-background-img .bg-element {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fox-background-img .wrap-link {
  z-index: 30;
  color: inherit;
  text-decoration: none;
  border: 0;
}
.fox-background-img .wrap-link:focus {
  outline: 0;
}
.fox-background-img .bg-element {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

/* FOX GENERAL GRID
 * for multi-purpose: gallery, posts etc
---------------------------------------- */
.fox-grid-container {
  overflow: hidden;
}

.fox-grid-gallery {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
}

.fox-grid {
  margin: -16px -8px 0;
}

.fox-grid-item {
  display: block;
  padding: 16px 8px 0;
}

.fox-grid.column-1 .fox-grid-item {
  width: 100%;
}
.fox-grid.column-2 .fox-grid-item {
  width: 50%;
}
@media only screen and (max-width: 420px) {
  .fox-grid.column-2 .fox-grid-item {
    width: 100%;
  }
}
.fox-grid.column-3 .fox-grid-item {
  width: 33.33%;
}
@media only screen and (max-width: 420px) {
  .fox-grid.column-3 .fox-grid-item {
    width: 100%;
  }
}
.fox-grid.column-4 .fox-grid-item {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .fox-grid.column-4 .fox-grid-item {
    width: 50%;
  }
}
.fox-grid.column-5 .fox-grid-item {
  width: 20%;
}
@media only screen and (max-width: 600px) {
  .fox-grid.column-5 .fox-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  .fox-grid.column-5 .fox-grid-item {
    width: 33.33%;
  }
}
.fox-grid.column-6 .fox-grid-item {
  width: 16.66%;
}
@media only screen and (max-width: 840px) {
  .fox-grid.column-6 .fox-grid-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  .fox-grid.column-6 .fox-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  .fox-grid.column-6 .fox-grid-item {
    width: 33.33%;
  }
}
.fox-grid.column-7 .fox-grid-item {
  width: 14.28%;
}
@media only screen and (max-width: 840px) {
  .fox-grid.column-7 .fox-grid-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 600px) {
  .fox-grid.column-7 .fox-grid-item {
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  .fox-grid.column-7 .fox-grid-item {
    width: 33.33%;
  }
}
.fox-grid.column-8 .fox-grid-item {
  width: 12.5%;
}
@media only screen and (max-width: 840px) {
  .fox-grid.column-8 .fox-grid-item {
    width: 25%;
  }
}
.fox-grid.column-9 .fox-grid-item {
  width: 11.11%;
}
@media only screen and (max-width: 840px) {
  .fox-grid.column-9 .fox-grid-item {
    width: 33.33%;
  }
}
.fox-grid.column-10 .fox-grid-item {
  width: 10%;
}
@media only screen and (max-width: 840px) {
  .fox-grid.column-10 .fox-grid-item {
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .fox-grid.column-10 .fox-grid-item {
    width: 25%;
  }
}

.fox-grid-item-main {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.fox-grid-item-main img {
  display: block;
  width: 100%;
}

/* Masonry Problem
---------------------------------------- */
.fox-masonry {
  min-height: 200px;
  position: relative;
}
.fox-masonry .fox-masonry-item {
  float: left;
}

.fox-loading-element {
  display: block;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: -20px 0 0 -20px;
  font-size: 24px;
  z-index: 200;
  transition: opacity 0.3s, visibility 0.3s;
}
.fox-loading-element i {
  display: block;
  line-height: inherit;
}

.loaded .fox-loading-element {
  opacity: 0;
  visibility: hidden;
}

.masonry-animation-element {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 5px);
  transition: all 0.3s ease-out;
}
.masonry-animation-element + .masonry-animation-element {
  transition-delay: 0.15s;
}

.fox-masonry-item.inview .masonry-animation-element {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* Metro
---------------------------------------- */
.fox-metro .fox-metro-item {
  float: left;
  width: 33.33%;
}
.fox-metro .fox-metro-item:nth-child(6n+1) {
  clear: left;
}
.fox-metro .fox-metro-item:nth-child(6n+1), .fox-metro .fox-metro-item:nth-child(6n+4) {
  width: 66.66%;
}
.fox-metro .fox-metro-item:nth-child(6n+4) {
  float: right;
  clear: right;
}

/* Grid Spacing
none, tiny, small, normal, wide, wider
---------------------------------------- */
.spacing-none {
  margin: 0;
}
.spacing-none .fox-grid-item,
.spacing-none .post-item,
.spacing-none .main-stream-ad {
  padding: 0;
}
.spacing-none .post-item-body {
  padding-left: 0.8em;
  padding-right: 0.8em;
}

.spacing-tiny {
  margin: -40px -5px 0;
}
.spacing-tiny .fox-grid-item {
  padding: 40px 5px 0;
}

.spacing-small {
  margin: -40px -10px 0;
}
.spacing-small .fox-grid-item {
  padding: 40px 10px 0;
}

.spacing-normal {
  margin: -32px -16px 0;
}
.spacing-normal .fox-grid-item {
  padding: 32px 16px 0;
}

.spacing-medium {
  margin: -48px -24px 0;
}
.spacing-medium .fox-grid-item {
  padding: 48px 24px 0;
}

.spacing-wide {
  margin: -64px -32px 0;
}
.spacing-wide .fox-grid-item {
  padding: 64px 32px 0;
}

.spacing-wider {
  margin: -80px -40px 0;
}
.spacing-wider .fox-grid-item {
  padding: 80px 40px 0;
}

/* ---- vertical spacing ---- */
.v-spacing-none .post-list + .post-list {
  margin-top: 0;
}
.v-spacing-none .post-list-sep {
  padding-top: 0;
}

.v-spacing-tiny .post-list + .post-list {
  margin-top: 0.5em;
}
.v-spacing-tiny .post-list-sep {
  padding-top: 0.5em;
}

.v-spacing-small .post-list + .post-list {
  margin-top: 1em;
}
.v-spacing-small .post-list-sep {
  padding-top: 1em;
}

.v-spacing-normal .post-list + .post-list {
  margin-top: 2em;
}
.v-spacing-normal .post-list-sep {
  padding-top: 2em;
}

.v-spacing-medium .post-list + .post-list {
  margin-top: 3.2em;
}
.v-spacing-medium .post-list-sep {
  padding-top: 3.2em;
}

.v-spacing-large .post-list + .post-list {
  margin-top: 5em;
}
.v-spacing-large .post-list-sep {
  padding-top: 5em;
}

@media (max-width: 1023px) {
  .spacing-wider,
  .spacing-wide,
  .spacing-medium {
    margin: -32px -16px 0;
  }
  .spacing-wider .fox-grid-item,
  .spacing-wide .fox-grid-item,
  .spacing-medium .fox-grid-item {
    padding: 32px 16px 0;
  }
  .spacing-small {
    margin: -10px -5px 0;
  }
  .spacing-small .fox-grid-item {
    padding: 10px 5px 0;
  }
  .v-spacing-medium .post-list + .post-list {
    margin-top: 2em;
  }
  .v-spacing-medium .post-list-sep {
    padding-top: 2em;
  }
  .v-spacing-large .post-list + .post-list {
    margin-top: 3em;
  }
  .v-spacing-large .post-list-sep {
    padding-top: 3em;
  }
}
@media (max-width: 600px) {
  .spacing-wider,
  .spacing-wide,
  .spacing-medium,
  .spacing-normal,
  .spacing-small {
    margin: -10px -5px 0;
  }
  .spacing-wider .fox-grid-item,
  .spacing-wide .fox-grid-item,
  .spacing-medium .fox-grid-item,
  .spacing-normal .fox-grid-item,
  .spacing-small .fox-grid-item {
    padding: 10px 5px 0;
  }
}
@media (max-width: 600px) {
  .fox-grid.column-3 .fox-grid-item, .fox-grid.column-4 .fox-grid-item, .fox-grid.column-5 .fox-grid-item, .fox-grid.column-6 .fox-grid-item {
    width: 50%;
  }
}
/* 
 * Primary, Secondary and layout
 * Padding
 * we'll use padding of #wi-content wrapper
 * so that we can control it via page CSS
 *
 * .primary is the element that brings padding right when we have sidebar
-------------------------------------- */
.wi-content {
  padding: 20px 0 60px;
}
@media only screen and (max-width: 840px) {
  .wi-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .wi-content {
    padding-bottom: 30px;
  }
}

.home.blog .wi-content {
  overflow: hidden;
  padding-top: 10px;
}
@media only screen and (max-width: 840px) {
  .home.blog .wi-content {
    padding-top: 0 !important;
  }
}

/*
why??
.home.blog.paged .wi-content {
    padding-bottom: 60px;
    padding-top: 40px;
}
*/
/* ???
@media (max-width:1023px) {
    body .wi-content {
        padding-top:0;
    }
}
*/
.archive .wi-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

.primary,
.secondary {
  display: block;
  min-height: 1px;
  position: relative;
  z-index: 20;
}

.has-sidebar .primary,
.has-sidebar .secondary {
  float: left;
}
.has-sidebar .primary {
  padding-right: 40px;
}

.has-sidebar .primary,
.section-has-sidebar .section-primary {
  width: 74%;
}
@media only screen and (max-width: 840px) {
  .has-sidebar .primary,
  .section-has-sidebar .section-primary {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .has-sidebar .primary,
  .section-has-sidebar .section-primary {
    width: 100%;
    float: none;
  }
}

.secondary,
.section-secondary {
  width: 26%;
  min-width: 100px;
}
@media only screen and (max-width: 840px) {
  .secondary,
  .section-secondary {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .secondary,
  .section-secondary {
    width: 100%;
    float: none;
  }
}

.sidebar-left .primary {
  padding-left: 40px;
  padding-right: 0;
  float: right;
}

@media only screen and (max-width: 840px) {
  .section-has-sidebar .section-primary,
  .has-sidebar .primary,
  .secondary,
  .section-secondary {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-left .primary,
  .section-sidebar-left .section-primary {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .secondary,
  .section-secondary {
    margin-top: 2em;
  }
  /* hide it on ipad while ppl don't need to see sidebar for many times */
  .partial-content .secondary {
    display: none !important;
  }
}
@media (max-width: 782px) and (min-width: 450px) {
  /**
   * sidebar secondary on mobile
   * @since 4.3
   */
  .secondary .widget-area,
  .section-secondary .widget-area {
    margin: -30px -15px 0;
  }
  .secondary .widget-area .widget,
  .section-secondary .widget-area .widget {
    width: 50%;
    padding: 30px 15px 0;
    margin: 0;
    display: block;
    float: left;
  }
  .secondary .gutter-sidebar,
  .section-secondary .gutter-sidebar {
    width: 50%;
  }
  .js .secondary .widget-area,
  .js .section-secondary .widget-area {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
  }
  .js .secondary .widget-area.loaded,
  .js .section-secondary .widget-area.loaded {
    opacity: 1;
    visibility: visible;
  }
}
/* Flexslider
------------------------------------- */
.flexslider,
.slides {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.slides {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.fox-flexslider .flex-direction-nav a {
  margin: 0;
}
.fox-flexslider .flex-direction-nav a:before {
  display: none;
}

/* NAVI STYLES
-------------------------------------------------------------------------------------- */
.flex-disabled {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  a.flex-prev {
    display: none !important;
  }
}

.flex-direction-nav a {
  padding: 0;
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  text-align: center;
  transition: all 0.15s ease;
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav a:hover {
  border-color: #fff;
  background: none;
}
.flex-direction-nav a i {
  display: block;
  margin: 0;
  line-height: inherit;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 420px) {
  .flex-direction-nav a {
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
  text-align: center !important;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px;
  text-align: center;
}

/* CIRCLE 1
-------------------- */
.style--slider-nav-circle-1 .flex-direction-nav a {
  margin: 0;
  box-shadow: none !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border-width: 2px;
  background: none;
  border: 2px solid white;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.style--slider-nav-circle-1 .flex-direction-nav a i {
  line-height: 28px;
  text-shadow: none;
}
@media only screen and (max-width: 840px) {
  .style--slider-nav-circle-1 .flex-direction-nav a {
    opacity: 1;
    visibility: visible;
  }
}
.style--slider-nav-circle-1:hover .flex-direction-nav a {
  opacity: 1;
  visibility: visible;
}

/* SQUARE 1 (3px thick + white + shadow)
-------------------- */
.style--slider-nav-square-1 .flex-direction-nav a {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 840px) {
  .style--slider-nav-square-1 .flex-direction-nav a {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .style--slider-nav-square-1 .flex-direction-nav a {
    width: 32px;
    height: 32px;
  }
}

/* SQUARE 2 (gray background + white arrow)
-------------------- */
.style--slider-nav-square-2 .flex-direction-nav a {
  width: 40px;
  height: 80px;
  line-height: 80px;
  border: 0;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  font-size: 20px;
}
.style--slider-nav-square-2 .flex-direction-nav a:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 840px) {
  .style--slider-nav-square-2 .flex-direction-nav a {
    width: 30px;
    height: 50px;
    line-height: 50px;
  }
}
.style--slider-nav-square-2 .flex-direction-nav .flex-next,
.style--slider-nav-square-2 .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.style--slider-nav-square-2 .flex-direction-nav .flex-prev,
.style--slider-nav-square-2 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}

/* SQUARE 3 (white tall arrow)
-------------------- */
.style--slider-nav-square-3 .flex-direction-nav a {
  width: 40px;
  height: 120px;
  line-height: 120px;
  border: 2px solid;
  color: white;
  background: none;
  border-radius: 0;
  font-size: 32px;
  opacity: 1;
  visibility: visible;
  text-shadow: none;
}
.style--slider-nav-square-3 .flex-direction-nav a:hover {
  background: none;
}
@media only screen and (max-width: 840px) {
  .style--slider-nav-square-3 .flex-direction-nav a {
    width: 30px;
    height: 90px;
    line-height: 90px;
  }
}
.style--slider-nav-square-3 .flex-direction-nav .flex-next,
.style--slider-nav-square-3 .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.style--slider-nav-square-3 .flex-direction-nav .flex-prev,
.style--slider-nav-square-3 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* TEXT
-------------------- */
.style--slider-nav-text .flex-direction-nav a {
  transform: none;
  top: 0;
  width: 100px;
  opacity: 1 !important;
  visibility: visible;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  background: black;
  height: auto;
  line-height: 28px;
  padding: 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.style--slider-nav-text .flex-direction-nav a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}
.style--slider-nav-text .flex-direction-nav a:hover {
  background: #db4a37;
  text-shadow: none;
  box-shadow: none;
}
.style--slider-nav-text .flex-direction-nav .flex-next,
.style--slider-nav-text .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.style--slider-nav-text .flex-direction-nav .flex-next i,
.style--slider-nav-text .flexslider:hover .flex-direction-nav .flex-next i {
  margin-left: 6px;
}
.style--slider-nav-text .flex-direction-nav .flex-prev,
.style--slider-nav-text .flexslider:hover .flex-direction-nav .flex-prev {
  right: 100px;
  left: auto;
}
.style--slider-nav-text .flex-direction-nav .flex-prev i,
.style--slider-nav-text .flexslider:hover .flex-direction-nav .flex-prev i {
  margin-right: 6px;
}

/* DOTS
-------------------- */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 999;
  margin: 0;
}

.flex-control-paging li a {
  color: white;
  background: none;
  border: 1px solid white;
  transition: all 0.15s ease;
  text-shadow: none;
  box-shadow: none !important;
  outline: 0 !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.flex-control-paging li a:hover {
  background: white;
}
.flex-control-paging li a.flex-active {
  background: white;
}

.style--slider-dot-small .flex-control-paging li a {
  border-radius: 50%;
}

.style--slider-dot-square-small .flex-control-paging li a {
  border-radius: 0;
}

.style--slider-dot-big .flex-control-paging li a {
  width: 20px;
  height: 20px;
}

.style--slider-dot-square-big .flex-control-paging li a {
  border-radius: 0;
  width: 20px;
  height: 20px;
}

/* User Posts
 * since 5.4
---------------------------------------------------- */
.user-item-posts {
  display: block;
  margin: 10px 0 0;
  border-top: 1px solid;
  padding-top: 10px;
}
.user-item-posts ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.user-item-posts a {
  color: inherit;
  outline: 0;
  display: block;
}
.user-item-posts a:hover {
  color: inherit;
  text-decoration: underline;
}
.user-item-posts li + li {
  margin-top: 2px;
}

/* IMAGEBOX
-------------------------------------------------------------------------------------- */
.elementor-image-box-title {
  margin-top: 0;
}

/* Blog Elements
----------------------------------------------------------------------------------------------------------------------- */
.post-item {
  position: relative;
  z-index: 20;
}

/* Thumbnail
------------------------------------ */
.post-item-thumbnail {
  display: block;
  overflow: hidden;
  margin: 0 0 1em;
  position: relative;
  border: 0px solid;
}
.post-item-thumbnail a {
  outline: 0;
  display: block;
}
.post-item-thumbnail figcaption a {
  display: inline;
}
.post-item-thumbnail img {
  display: block;
  width: 100%;
  background: white;
}
.post-item-thumbnail .fox-figcaption {
  text-align: right;
  margin-top: 4px;
}

.thumbnail-inner {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.image-element {
  display: block;
  position: relative;
}
.image-element .height-element {
  display: block;
  padding-bottom: 100%;
}

.thumbnail-round .thumbnail-inner {
  border-radius: 6px;
}

.thumbnail-circle .thumbnail-inner {
  border-radius: 50%;
}

.thumbnail-index,
.thumbnail-score {
  display: block;
  position: absolute;
  font-size: 2.4em;
  line-height: 1;
  color: #fff;
  bottom: 6px;
  right: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 30;
}

.thumbnail-score {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  line-height: 60px;
  text-align: center;
  background: black;
}

.thumbnail-view {
  background: black;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  z-index: 40;
}

.custom-thumbnail {
  position: relative;
  display: block;
  max-width: 100%;
}
.custom-thumbnail .image-element img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.custom-thumbnail-contain .image-element img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.post-item-thumbnail,
.wi-thumbnail,
.fox-thumbnail {
  position: relative;
}

.post-item-thumbnail img {
  display: block;
  width: 100%;
}

.post-format-indicator {
  display: block;
  position: absolute;
  top: 9px;
  right: 8px;
  color: white;
  z-index: 40;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* VIDEO FORMAT INDICATOR */
.video-format-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  display: block;
}
.video-format-indicator i {
  display: block;
  line-height: inherit;
  margin: 0 !important;
}

.video-indicator-solid {
  background: black;
  transition: all 0.1s;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-shadow: none;
}
@media only screen and (max-width: 600px) {
  .video-indicator-solid {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}

.post-item-thumbnail:hover .video-indicator-solid {
  background: #db4a37;
}

.video-indicator-outline {
  width: 48px;
  height: 48px;
  line-height: 42px;
  font-size: 14px;
  color: white;
  border: 4px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-out;
}

.post-item-thumbnail:hover .video-indicator-outline {
  background: rgba(0, 0, 0, 0.2);
  border-color: white;
  color: white;
}

/* Thumbnail Hover Effect
------------------------------------ */
.hover-fade .post-link {
  transition: all 0.2s ease-out;
}
.hover-fade .post-link:hover {
  opacity: 0.8;
}

.hover-grayscale img {
  transition: all 0.4s ease-out;
}
.hover-grayscale img:hover {
  filter: grayscale(100%);
}

.hover-sepia img {
  transition: all 0.4s ease-out;
}
.hover-sepia img:hover {
  filter: sepia(100%);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background: black;
  display: none;
}

.hover-dark .image-overlay {
  display: block;
}
.hover-dark .post-link:hover .image-overlay {
  opacity: 0.4;
  visibility: visible;
}

.hover-zoomin img {
  display: block;
  transition: all 0.3s ease-out;
}
.hover-zoomin .post-link:hover img {
  transform: scale(1.05);
}

.image-letter {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: block;
  z-index: 30;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: white;
  position: absolute;
  font-size: 5em;
}
.image-letter .main-letter {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  transform: scale(0.9);
  font-weight: 100;
}

.hover-letter .post-link:hover .image-overlay {
  opacity: 0.7;
}
.hover-letter .post-link:hover .l-cross {
  height: 60px;
}
.hover-letter .post-link:hover .main-letter {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.l-cross {
  position: absolute;
  display: block;
  border-left: 1px solid;
  height: 0;
  transition: all 0.3s ease-out;
  opacity: 0.8;
}
.l-cross.l-left {
  transform: rotate(45deg);
  transform-origin: 0 0;
  top: 100%;
  right: 100%;
}
.l-cross.l-right {
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  bottom: 100%;
  left: 100%;
}

.fox-figure .image-logo {
  display: block;
  width: 40%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
}
.fox-figure .image-logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  background: none !important;
  position: static !important;
}

.hover-logo .image-logo {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -45%);
}
.hover-logo .post-link:hover .image-logo {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

/*
this is pretty inappropriate
// hide for post formats
.format-video,
.format-audio,
.format-gallery {
    .image-logo,
    .image-overlay {
        display: none;
    }
}
*/
/* Thumbnail Loading Effect
------------------------------------ */
.js .fox-thumbnail.thumbnail-loading.effect-fade .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-fade .image-element {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  transition-delay: 0.1s;
}
.js .fox-thumbnail.thumbnail-loading.effect-fade.inview .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-fade.inview .image-element {
  opacity: 1;
  visibility: visible;
}
.js .fox-thumbnail.thumbnail-loading.effect-slide .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-slide .image-element {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 40px);
  transition: all 0.3s ease-out;
}
.js .fox-thumbnail.thumbnail-loading.effect-slide.inview .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-slide.inview .image-element {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.js .fox-thumbnail.thumbnail-loading.effect-popup .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-popup .image-element {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js .fox-thumbnail.thumbnail-loading.effect-popup.inview .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-popup.inview .image-element {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.js .fox-thumbnail.thumbnail-loading.effect-zoomin .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-zoomin .image-element {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.3);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js .fox-thumbnail.thumbnail-loading.effect-zoomin.inview .image-element,
.js .blog-thumbnail-loading .fox-thumbnail.effect-zoomin.inview .image-element {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Post Align
------------------------------------ */
.post-align-left {
  text-align: left;
}

.post-align-center {
  text-align: center;
}

.post-align-right {
  text-align: right;
}

/* Custom Color Post
------------------------------------ */
.custom-color h1:not(.custom-color), .custom-color h2:not(.custom-color), .custom-color h3:not(.custom-color), .custom-color h4:not(.custom-color), .custom-color p:not(.custom-color), .custom-color a:not(.fox-btn):not(.custom-color), .custom-color .post-item-title a:not(.custom-color), .custom-color .post-item-title a:hover:not(.custom-color), .custom-color .title56 a:not(.custom-color), .custom-color .title56 a:hover:not(.custom-color), .custom-color a.more:not(.custom-color), .custom-color a.more:hover:not(.custom-color), .custom-color .post-item-meta:not(.custom-color), .custom-color .post-item-meta a:not(.custom-color), .custom-color .post-item-meta a:hover:not(.custom-color),
.custom-color .standalone-categories a:not(.custom-color), .custom-color .post-item-excerpt:not(.custom-color),
.blog-custom-color h1:not(.custom-color),
.blog-custom-color h2:not(.custom-color),
.blog-custom-color h3:not(.custom-color),
.blog-custom-color h4:not(.custom-color),
.blog-custom-color p:not(.custom-color),
.blog-custom-color a:not(.fox-btn):not(.custom-color),
.blog-custom-color .post-item-title a:not(.custom-color),
.blog-custom-color .post-item-title a:hover:not(.custom-color),
.blog-custom-color .title56 a:not(.custom-color),
.blog-custom-color .title56 a:hover:not(.custom-color),
.blog-custom-color a.more:not(.custom-color),
.blog-custom-color a.more:hover:not(.custom-color),
.blog-custom-color .post-item-meta:not(.custom-color),
.blog-custom-color .post-item-meta a:not(.custom-color),
.blog-custom-color .post-item-meta a:hover:not(.custom-color),
.blog-custom-color .standalone-categories a:not(.custom-color),
.blog-custom-color .post-item-excerpt:not(.custom-color),
.post-custom-color h1:not(.custom-color),
.post-custom-color h2:not(.custom-color),
.post-custom-color h3:not(.custom-color),
.post-custom-color h4:not(.custom-color),
.post-custom-color p:not(.custom-color),
.post-custom-color a:not(.fox-btn):not(.custom-color),
.post-custom-color .post-item-title a:not(.custom-color),
.post-custom-color .post-item-title a:hover:not(.custom-color),
.post-custom-color .title56 a:not(.custom-color),
.post-custom-color .title56 a:hover:not(.custom-color),
.post-custom-color a.more:not(.custom-color),
.post-custom-color a.more:hover:not(.custom-color),
.post-custom-color .post-item-meta:not(.custom-color),
.post-custom-color .post-item-meta a:not(.custom-color),
.post-custom-color .post-item-meta a:hover:not(.custom-color),
.post-custom-color .standalone-categories a:not(.custom-color),
.post-custom-color .post-item-excerpt:not(.custom-color) {
  color: inherit !important;
}
.custom-color .post-list-sep,
.blog-custom-color .post-list-sep,
.post-custom-color .post-list-sep {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Lazy Load
------------------------------------ */
.lazyload-figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.lazyload-figure img {
  filter: blur(10px);
  transition: filter 0.4s ease-out;
}
.lazyload-figure.loaded img {
  filter: blur(0);
}

.pure-lazyload {
  display: block;
  width: 100%;
}

/* Post Header
------------------------------------ */
.post-header-section + .post-header-section {
  margin-top: 0.8em;
}
.post-header-section + .post-header-section.post-item-title {
  margin-top: 0.4em;
}
@media only screen and (max-width: 840px) {
  .post-header-section + .post-header-section {
    margin-top: 0.6em;
  }
}

.post-header-align-left .post-header {
  text-align: left;
}

.post-header-align-center .post-header {
  text-align: center;
}

.post-header-align-right .post-header {
  text-align: right;
}

.post-item-meta + .post-item-title {
  margin-top: 0.4em;
}

.post-item-header + .post-item-excerpt {
  margin-top: 1em;
}

.post-item-header .title56 {
  margin-bottom: 0;
}

.post-item-header + .excerpt56 {
  margin-top: 5px;
}

.post-item-header + .breadcrumbs {
  margin: 1em 0 0;
}

.post-item-meta + .post-item-excerpt {
  margin-top: 1em;
}

.post-item-excerpt + .post-item-meta {
  margin-top: 1.4em;
}

.post-item-header + .post-item-meta {
  margin-top: 20px;
}

/* Title
------------------------------------ */
.post-item-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.625em;
  margin: 0;
}
.post-item-title a {
  color: inherit;
  transition: color 0.3s ease-out;
}
.post-item-title a:focus {
  outline: 0;
}
.post-item-title a:hover {
  color: inherit;
}

.post-item-title.size-supertiny,
.title56.size-supertiny {
  font-size: 1em;
}
.post-item-title.size-tiny,
.title56.size-tiny {
  font-size: 1.1em;
}
.post-item-title.size-small,
.title56.size-small {
  font-size: 1.3em;
}
.post-item-title.size-normal,
.title56.size-normal {
  font-size: 1.625em;
}
.post-item-title.size-medium,
.title56.size-medium {
  font-size: 2.1em;
}
.post-item-title.size-large,
.title56.size-large {
  font-size: 2.8em;
}
.post-item-title.size-extra,
.title56.size-extra {
  font-size: 3.45em;
}
.post-item-title.weight-300,
.title56.weight-300 {
  font-weight: 300;
}
.post-item-title.weight-400,
.title56.weight-400 {
  font-weight: 400;
}
.post-item-title.weight-700,
.title56.weight-700 {
  font-weight: 700;
}
.post-item-title.weight-900,
.title56.weight-900 {
  font-weight: 900;
}
@media only screen and (max-width: 840px) {
  .post-item-title.size-small,
  .title56.size-small {
    font-size: 1.2em;
  }
  .post-item-title.size-normal,
  .title56.size-normal {
    font-size: 1.4em;
  }
  .post-item-title.size-medium,
  .title56.size-medium {
    font-size: 1.8em;
  }
  .post-item-title.size-large,
  .title56.size-large {
    font-size: 2.3em;
  }
  .post-item-title.size-extra,
  .title56.size-extra {
    font-size: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .post-item-title.size-large, .post-item-title.size-medium,
  .title56.size-large,
  .title56.size-medium {
    font-size: 1.625em;
  }
  .post-item-title.size-extra,
  .title56.size-extra {
    font-size: 2.2em;
  }
  .post-item-title.size-normal,
  .title56.size-normal {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 420px) {
  .post-item-title.size-large, .post-item-title.size-medium, .post-item-title.size-normal, .post-item-title.size-small,
  .title56.size-large,
  .title56.size-medium,
  .title56.size-normal,
  .title56.size-small {
    font-size: 1.3em;
  }
  .post-item-title.size-extra,
  .title56.size-extra {
    font-size: 1.5em;
  }
}

/* Meta
------------------------------------ */
.post-item-meta {
  font-size: 0.9em;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-item-meta > * {
  display: inline-block;
  vertical-align: middle;
}
.post-item-meta > * + *:before {
  content: "·";
  margin: 0 4px;
  opacity: 0.4;
}
.post-item-meta a {
  color: inherit;
  transition: all 0.15s ease-out;
}
.post-item-meta .sep {
  margin: 0 4px;
}
.post-item-meta .in-word {
  display: none;
}
@media only screen and (max-width: 600px) {
  .post-item-meta {
    font-size: 0.85em;
  }
}

.entry-categories {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.fox-meta-author {
  display: inline-flex !important;
  align-items: center;
}
.byline + .meta-author-avatar,
.byline + .byline {
  margin-left: 10px;
}

.meta-author-avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  margin-right: 10px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .meta-author-avatar {
    max-width: 28px;
  }
}
.meta-author-avatar img {
  display: block;
  margin: 0;
  width: 100%;
}
.comment-icon {
  opacity: 0.3;
  font-size: 0.9em;
  margin-left: 4px;
}

/* Standalone categories
------------------------------------ */
.standalone-categories {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.85em;
}
.standalone-categories .sep {
  margin: 0 4px;
  opacity: 0.5;
}
.standalone-categories a {
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease-out;
}
.standalone-categories a:hover {
  border-bottom-color: currentColor;
}
@media only screen and (max-width: 420px) {
  .standalone-categories {
    font-size: 0.8em;
  }
}

.categories-box a {
  display: inline-block;
  border: 2px solid;
  padding: 4px 6px;
}

.categories-solid a {
  display: inline-block;
  padding: 2px 4px;
  border: 0;
}

/* Excerpt
------------------------------------ */
.post-item-excerpt {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-item-excerpt p {
  margin: 0;
}

.post-item-excerpt.excerpt-size-small,
.excerpt56.excerpt-size-small {
  font-size: 0.85em;
}
.post-item-excerpt.excerpt-size-medium,
.excerpt56.excerpt-size-medium {
  font-size: 1.1em;
}

.readmore {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.2em 0 0;
  display: inline-block;
}
.readmore.fox-btn {
  margin-top: 1.5em;
  display: table;
}
.readmore.minimal-link {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 90%;
  display: inline-block;
  margin-top: 1.5em;
  position: relative;
}
.readmore.minimal-link:hover {
  color: inherit;
}
.readmore.minimal-link:focus {
  outline: 0;
}
.readmore.minimal-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  display: block;
  border-top: 2px solid;
  content: "";
}
.readmore.minimal-link:hover:after {
  transform: scale(1, 1);
}

.post-standard .readmore.minimal-link {
  display: table;
}

.post-align-center .readmore.fox-btn,
.align-center .readmore.fox-btn {
  margin-left: auto;
  margin-right: auto;
}

.post-align-right .readmore.fox-btn,
.align-right .readmore.fox-btn {
  margin-left: auto;
}

/* Blog Standard
----------------------------------------------------------------------------------------------------------------------- */
.blog-standard .post-standard.fox-grid-item,
.blog-list .post-standard.fox-grid-item {
  padding: 0;
}

.standard-spacing-normal .post-standard + .post-standard {
  margin-top: 3.4em;
}
@media only screen and (max-width: 840px) {
  .standard-spacing-normal .post-standard + .post-standard {
    margin-top: 2em;
  }
}

.standard-spacing-small .post-standard + .post-standard {
  margin-top: 2.2em;
}
@media only screen and (max-width: 840px) {
  .standard-spacing-small .post-standard + .post-standard {
    margin-top: 1.6em;
  }
}

.standard-spacing-tiny .post-standard + .post-standard {
  margin-top: 1em;
}
@media only screen and (max-width: 840px) {
  .standard-spacing-tiny .post-standard + .post-standard {
    margin-top: 0.8em;
  }
}

/* Layout
------------------------------------ */
.post-standard {
  position: relative;
}
.post-standard.fox-grid-item {
  width: 100% !important;
}
.post-standard + .post-standard .post-sep {
  display: block;
}

.post-sep {
  display: none;
  border: 0 solid #c0c1c0;
  border-width: 1px 0 0;
  padding-top: 3em;
}
.post-sep::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: ipad) {
  .post-sep {
    padding-top: 1.8em;
  }
}

.post-standard .fox-share {
  margin-top: 2em;
}
.post-thumbnail + .post-content, .post-thumbnail + .post-standard-text-outer {
  margin-top: 2em;
}

.blog-card-normal .post-thumbnail + .post-standard-text-outer {
  margin-top: 0;
}

/* Meta
------------------------------------ */
.post-standard-meta > * {
  display: inline-block;
}
.post-standard-meta > * + *:before {
  content: "·";
  margin: 0 4px;
}
.post-standard-meta a {
  color: inherit;
}
/* Header
------------------------------------ */
.post-standard .post-header {
  margin: 0 0 2.2em;
}

.post-thumbnail + .post-header {
  margin-top: 2.2em;
}

/* More Link
------------------------------------ */
.p-readmore {
  margin: 1.2em 0 0;
}

.post-standard .readmore {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .post-standard .readmore {
    margin-top: 20px;
  }
}

a.more-link {
  clear: both;
  border-bottom: 0 !important;
  text-decoration: none !important;
  display: table;
  margin: 0 auto;
  color: white;
  background: black;
  padding: 0 12px;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 4px;
  transition: all 0.15s ease-out;
}
a.more-link:hover {
  background: #db4a37;
  color: white;
}

.standard-more-align-center .readmore {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.standard-more-align-right .readmore {
  display: table;
  margin-left: auto;
}

/* Related Area
------------------------------------ */
.related-area {
  margin-top: 20px;
}
.related-area .blog-related-heading {
  margin-bottom: 0.8em;
}

.blog-related {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  padding-top: 20px;
  border: 0 solid #c0c1c0;
  border-width: 1px 0 0;
}
@media only screen and (max-width: 600px) {
  .blog-related {
    margin: 0 -5px;
  }
}

.blog-related .line {
  position: absolute;
  top: 0;
  left: 33.33%;
  display: block;
  bottom: 0;
  content: "";
  border: 0 solid #c0c1c0;
  border-width: 0 0 0 1px;
}
@media only screen and (max-width: 600px) {
  .blog-related .line {
    display: none;
  }
}

.blog-related .line2 {
  left: 66.66%;
}

.single-heading.blog-related-heading {
  text-align: center;
  font-size: 22px;
  border: 0;
  padding-top: 0 !important;
}
.single-heading.blog-related-heading span:before,
.single-heading.blog-related-heading span:after {
  display: none !important;
}

/* post related */
.post-related {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 10px !important;
}
@media only screen and (max-width: 600px) {
  .post-related {
    padding: 0 5px;
  }
}

.related-thumbnail {
  display: block;
  float: left;
  width: 72px;
  margin: 0 12px 8px 0 !important;
}
@media only screen and (max-width: 600px) {
  .related-thumbnail {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
}

.blog-card-normal .post-item-body.related-body {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .related-body {
    margin-top: 0.5em;
  }
}
.related-thumbnail .format-sign {
  display: none;
}

.related-title {
  margin-bottom: 8px;
  font-size: 22px;
  clear: none;
}
.related-title a {
  transition: all 0.3s ease-out;
}
.related-title a:hover {
  color: #db4a37;
}
@media only screen and (max-width: 600px) {
  .related-title {
    margin: 0;
    font-weight: normal;
    font-size: 0.8em;
    font-family: inherit;
  }
}

.related-excerpt {
  font-size: 0.85em;
  line-height: 1.5;
}
.related-excerpt p {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .related-excerpt {
    display: none;
  }
}

/* Newspaper
----------------------------------------------------------------------------------------------------------------------- */
.post-newspaper .post-sep {
  display: block;
  padding-top: 1em;
}
.post-newspaper .fox-share {
  margin-top: 1em;
}
.post-newspaper .share-label {
  display: none;
}
.post-newspaper .fox-share.share-style-2b a span {
  display: none;
}
.post-newspaper .post-header + .newspaper-thumbnail {
  margin-top: 20px !important;
}

.post-newspaper:nth-child(1) .post-sep {
  display: none;
}

@media (min-width: 768px) {
  .post-newspaper:nth-child(2) .post-sep {
    display: none;
  }
}
.newspaper-header {
  margin-bottom: 1em;
}

.newspaper-content {
  font-size: 0.9em;
}
.newspaper-content .carousel-item img {
  height: 250px;
}

/* related */
.newspaper-related {
  margin-left: -10px;
  margin-right: -10px;
}

.post-newspaper .post-related {
  padding-left: 14px;
  padding-right: 14px;
}

.single-heading.newspaper-related-heading {
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.post-newspaper .related-thumbnail {
  float: none;
  display: block;
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  background: #db4a37;
}

.post-newspaper .related-title {
  margin: 0;
  font-weight: inherit;
  font-size: 0.8em;
  font-family: inherit;
  clear: none;
}

.post-newspaper .related-excerpt {
  display: none;
}

@media (max-width: 1023px) {
  .blog-newspaper {
    display: block;
    margin: 0 !important;
  }
  .blog-newspaper .post-newspaper {
    width: 100% !important;
    float: none;
    padding: 0 !important;
  }
  .blog-newspaper .post-newspaper::after {
    clear: both;
    content: "";
    display: table;
  }
  .blog-newspaper .post-newspaper + .post-newspaper {
    margin-top: 2em;
  }
}
@media (max-width: 600px) {
  .newspaper-related {
    margin-left: -6px;
    margin-right: -6px;
  }
  .post-newspaper .post-related {
    padding-left: 6px;
    padding-right: 6px;
  }
  a.more-link {
    letter-spacing: 3px;
  }
}
/* Card Layout
----------------------------------------------------------------------------------------------------------------------- */
.blog-card-normal {
  align-items: stretch !important;
}
.blog-card-normal .post-sep {
  display: none !important;
}
.blog-card-normal .post-item-thumbnail {
  margin: 0;
}
.blog-card-normal .post-item-body {
  padding: 30px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 600px) {
  .blog-card-normal .post-item-body {
    padding: 20px;
  }
}
.blog-card-normal .post-item-inner {
  height: 100%;
  background: white;
  transition: all 0.2s ease-out;
}
.blog-card-normal .list-thumbnail + .post-body,
.blog-card-normal .post-thumbnail-align-right .list-thumbnail + .post-body {
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .blog-card-normal .list-thumbnail + .post-body,
  .blog-card-normal .post-thumbnail-align-right .list-thumbnail + .post-body {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-card-normal .post-thumbnail-align-left .list-thumbnail + .post-body,
  .blog-card-normal .post-thumbnail-align-right .list-thumbnail + .post-body {
    padding: 20px !important;
  }
}
.blog-card-normal .post-header,
.blog-card-normal .post-standard-text {
  margin: 0;
  padding: 32px;
}
.blog-card-normal .post-standard-text .post-header {
  padding: 0;
}
.blog-card-normal.blog-card-has-shadow .post-item-inner {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.blog-card-overlap .post-sep {
  display: none !important;
}
.blog-card-overlap .post-item-thumbnail {
  margin: 0;
}
.blog-card-overlap .post-thumbnail + .post-content,
.blog-card-overlap .post-thumbnail + .post-standard-text-outer {
  margin-top: 0;
}
.blog-card-overlap .post-standard-inner > .post-header {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .blog-card-overlap .post-grid-body,
  .blog-card-overlap .post-masonry-body {
    padding: 18px;
  }
}
.blog-card-overlap .post-grid-body .post-body-inner,
.blog-card-overlap .post-masonry-body .post-body-inner {
  width: 90%;
  background: white;
  padding: 30px;
  transition: background 0.2s ease-out;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  margin-top: -36px;
  z-index: 30;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .blog-card-overlap .post-grid-body .post-body-inner,
  .blog-card-overlap .post-masonry-body .post-body-inner {
    padding: 18px;
  }
}
.blog-card-overlap.blog-list .post-list .post-body {
  overflow: visible;
}
.blog-card-overlap.blog-list .post-list-inner {
  align-items: center;
  overflow: visible;
}
@media only screen and (max-width: 840px) {
  .blog-card-overlap.blog-list .post-list-inner {
    align-items: flex-start;
  }
}
.blog-card-overlap.blog-list .post-body-inner {
  margin-left: -120px;
  z-index: 30;
  position: relative;
  padding: 30px;
  background: white;
}
@media only screen and (max-width: 840px) {
  .blog-card-overlap.blog-list .post-body-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    background: none;
    box-shadow: none !important;
  }
}
@media only screen and (max-width: 840px) {
  .blog-card-overlap.blog-list .post-item-inner {
    background: white;
  }
  .blog-card-overlap.blog-list .list-thumbnail + .post-body,
  .blog-card-overlap.blog-list .post-thumbnail-align-right .list-thumbnail + .post-body {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .blog-card-overlap.blog-list .list-thumbnail + .post-body,
  .blog-card-overlap.blog-list .post-thumbnail-align-right .list-thumbnail + .post-body {
    padding: 0 !important;
  }
}
.blog-card-overlap.blog-list .post-thumbnail-align-right .post-body-inner {
  margin-left: auto;
  margin-right: -120px;
}
.blog-card-overlap .post-standard-text-outer {
  padding: 0 32px;
}
@media only screen and (max-width: 600px) {
  .blog-card-overlap .post-standard-text-outer {
    padding: 0 20px;
  }
}
.blog-card-overlap .post-standard-text {
  margin-top: -36px;
  z-index: 30;
  position: relative;
  background: white;
  padding: 32px;
}
@media only screen and (max-width: 600px) {
  .blog-card-overlap .post-standard-text {
    margin-top: -20px;
    padding: 20px;
  }
}
.blog-card-overlap.blog-card-has-shadow .post-body-inner {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

/* Blog Grid
----------------------------------------------------------------------------------------------------------------------- */
.blog-container {
  overflow: hidden;
}

.blog-container-grid,
.blog-container-masonry {
  position: relative;
}
.blog-container-grid:after,
.blog-container-masonry:after {
  content: "";
  display: table;
  clear: both;
}

.blog-container-grid {
  overflow: hidden;
}

.blog-container-has-border {
  overflow: hidden;
}

/* layout */
.blog-grid {
  position: relative;
  z-index: 20;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-items: stretch; /* for the item inner background */
}

.blog-container-grid .post-grid .post-item-inner {
  height: 100%; /* for the item inner background */
}

/** 
 * first blog item takes 2 spots
 * since 5.4
 */
.has-first-double.column-2 .post-grid:first-child {
  width: 100%;
}
.has-first-double.column-3 .post-grid:first-child {
  width: 66.66%;
}
.has-first-double.column-4 .post-grid:first-child {
  width: 50%;
}
.has-first-double.column-5 .post-grid:first-child {
  width: 40%;
}
.has-first-double.column-6 .post-grid:first-child {
  width: 33.33%;
}

/* thumbnail */
.grid-thumbnail + .grid-body,
.masonry-thumbnail + .masonry-body {
  margin-top: 1em;
}

.post--thumbnail-after .grid-body,
.post--thumbnail-after .masonry-body {
  margin-bottom: 1em;
}

/* grid-content */
.grid-content,
.masonry-content,
.list-content {
  font-size: 0.9em;
}

/* Grid Border
 * @since 4.4.2
------------------------------------ */
.grid-lines {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  margin: 0;
}

.grid-line:nth-child(n+2) {
  border-left: 1px solid;
}

@media (max-width: 600px) {
  .blog-grid,
  .blog-masonry {
    display: block;
  }
  .grid-lines {
    display: none !important;
  }
  .post-grid,
  .post-masonry {
    width: 100% !important;
  }
  .post-grid + .post-grid,
  .post-masonry + .post-masonry {
    margin-top: 1em;
  }
}
.blog-grid.column-4 .thumbnail-index,
.blog-grid.column-4 .thumbnail-score,
.blog-grid.column-5 .thumbnail-index,
.blog-grid.column-5 .thumbnail-score {
  font-size: 2em;
}

/* Blog Masonry
----------------------------------------------------------------------------------------------------------------------- */
.masonry-featured-post {
  background: white;
  padding-bottom: 30px;
}

.blog-card-overlap .masonry-featured-post,
.blog-card-normal .masonry-featured-post {
  background: none;
}

.fox-grid.column-2 .masonry-featured-post {
  width: 100%;
}
.fox-grid.column-3 .masonry-featured-post {
  width: 66.66%;
}
.fox-grid.column-4 .masonry-featured-post {
  width: 50%;
}
.fox-grid.column-5 .masonry-featured-post {
  width: 40%;
}

@media (max-width: 600px) {
  .fox-grid.column-2 .masonry-featured-post,
  .fox-grid.column-3 .masonry-featured-post,
  .fox-grid.column-4 .masonry-featured-post,
  .fox-grid.column-5 .masonry-featured-post {
    width: 100%;
  }
}
/* creative masonry, since 4.7 */
.blog-item-creative .ratio-portrait {
  float: left;
  width: 50%;
  margin: 0 20px 5px 0 !important;
  z-index: 999;
}
.blog-item-creative .ratio-portrait + .masonry-body {
  margin-top: 0;
}

/* Blog List
----------------------------------------------------------------------------------------------------------------------- */
/* column, since v5.4 */
.blog-list.columnized {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-list.columnized .post-list {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-list.columnized .post-list .post-list-inner {
  height: 100%;
}
.blog-list.columnized .post-list {
  margin-top: 0 !important;
}

.blog-list.column-2 .post-list {
  width: 50%;
}

.blog-list.column-3 .post-list {
  width: 33.33%;
}

.blog-list.column-4 .post-list {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  .blog-list.columnized {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .post-list {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.post-list {
  position: relative;
}
.post-list::after {
  clear: both;
  content: "";
  display: table;
}
.post-list:after {
  display: table;
  clear: both;
  content: "";
}
.post-list + .post-list {
  margin-top: 2em;
}
.post-list + .post-list .post-list-sep {
  display: block;
}

.post-standard + .post-list {
  margin-top: 2em;
}
.post-standard + .post-list .post-list-sep {
  display: block;
}

/* valign */
.post-valign-middle .post-list-inner {
  display: flex;
  align-items: center;
}

.post-valign-bottom .post-list-inner {
  display: flex;
  align-items: flex-end;
}

.post-list-sep {
  display: none;
  width: 100%;
  border: 0 solid #c0c1c0;
  border-width: 1px 0 0;
  padding-top: 2em;
}

.post-list-inner {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.post-list-count {
  font-weight: bold;
  margin: 0;
  display: block;
  font-size: 1em;
  float: left;
  width: 40px;
}

.list-thumbnail {
  flex: none;
  display: block;
  margin: 0;
  width: 360px;
  max-width: 70%;
  position: relative;
}
.list-thumbnail + .post-body {
  padding-left: 4.8%;
}

.post-thumbnail-align-right .post-body {
  order: 1;
}
.post-thumbnail-align-right .list-thumbnail {
  order: 2;
  margin-left: auto !important;
}
.post-thumbnail-align-right .list-thumbnail + .post-body {
  padding-left: 0;
  padding-right: 4.8%;
}

.post-list .post-body {
  overflow: hidden;
}

@media (max-width: 600px) {
  /**
   * List is still list on mobile
   */
  .list-mobile-layout-list .list-thumbnail {
    width: 120px;
    max-width: 200px;
  }
  .list-mobile-layout-list .list-thumbnail + .post-body {
    padding-left: 1em;
  }
  .list-mobile-layout-list.post-thumbnail-align-right .list-thumbnail + .post-body {
    padding-left: 0;
    padding-right: 1em;
  }
  .list-mobile-layout-list .post-item-excerpt.excerpt-size-medium {
    font-size: 1em;
  }
  /**
   * when list falls into grid on mobile
   * @since 4.0
   */
  .list-mobile-layout-grid .post-list-inner {
    display: block;
  }
  .list-mobile-layout-grid .list-thumbnail {
    width: 100% !important;
    max-width: 100%;
    float: none;
  }
  .list-mobile-layout-grid .list-thumbnail + .post-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1em;
  }
}
/* Blog Vertical
----------------------------------------------------------------------------------------------------------------------- */
.post-vertical .post-body {
  display: block;
}
.post-vertical + .post-vertical {
  margin-top: 2em;
}
.post-vertical + .post-vertical .post-list-sep {
  display: block;
}

.post-vertical-inner {
  display: flex;
  align-items: center;
}

.vertical-thumbnail {
  display: block;
  width: 52%;
  flex: none;
  margin: 0;
}
.vertical-thumbnail img {
  display: block;
  width: 100%;
}
.vertical-thumbnail figcaption {
  text-align: right;
  font-size: 0.85em;
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
}

.vertical-thumbnail + .post-body {
  padding-left: 4%;
}

.post-vertical-title a {
  color: inherit;
}
.post-vertical-title a:focus {
  outline: 0;
}

.post-vertical .more-link {
  float: none;
  display: inline;
}

@media (max-width: 767px) {
  .post-vertical-inner {
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .vertical-thumbnail {
    width: 40%;
  }
  .vertical-thumbnail figcaption {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 600px) {
  .post-vertical-inner {
    display: block;
  }
  .vertical-thumbnail {
    margin: 0;
    width: 100%;
  }
  .vertical-thumbnail figcaption {
    text-align: inherit;
  }
  .post-vertical .post-body {
    width: 100%;
  }
  .vertical-thumbnail + .post-body {
    padding-left: 0;
    margin-top: 2em;
  }
}
/* POST VERTICAL THUMBNAIL RIGHT */
.post-vertical.post-thumbnail-align-right .vertical-thumbnail {
  order: 2;
}
.post-vertical.post-thumbnail-align-right .post-vertical .post-body {
  order: 1;
}
.post-vertical.post-thumbnail-align-right .vertical-thumbnail + .post-body {
  padding-left: 0;
  padding-right: 4%;
}

/* Blog Big
----------------------------------------------------------------------------------------------------------------------- */
.post-big {
  position: relative;
}
.post-big::after {
  clear: both;
  content: "";
  display: table;
}
.post-big + .post-big {
  margin-top: 4em;
}

.post-big .post-thumbnail {
  margin-bottom: 0;
  position: relative;
}
.post-big .post-thumbnail .post-thumbnail-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  padding: 5px 0 0 5px;
  background: white;
}
.post-big .post-thumbnail img {
  display: block;
  width: 100%;
}

.big-body {
  position: relative;
}

.post-align-center .big-body.container {
  width: 940px;
}

.big-content {
  font-size: 1.3em;
  margin: 1.2em 0 0;
}

.post-item-title.big-title,
.title56.big-title {
  padding-top: 0.15em;
  margin-bottom: 0.3em;
  line-height: 1.15;
  margin-top: 10px;
}
.post-item-title.big-title:last-child,
.title56.big-title:last-child {
  margin-bottom: 0;
}
.post-item-title.big-title a,
.title56.big-title a {
  color: inherit;
}

.big-meta {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  padding-top: 3px;
  border-top: 2px solid;
}
.big-meta .meta-author-avatar {
  width: 24px;
  height: 24px;
}
.big-meta > * {
  display: inline;
}
.big-meta > * + *:before {
  content: "/";
  margin: 0 6px;
}
.big-meta a {
  color: inherit;
}
.big-meta a:hover {
  text-decoration: underline;
}

.format-video .big-meta,
.format-audio .big-meta,
.format-gallery .big-meta {
  border-top: none;
  padding-top: 0;
}

.has-thumbnail .big-meta {
  position: absolute;
  height: 28px;
  background: #fff;
  top: -27px;
  line-height: 28px;
  padding: 0 6px;
  left: 0;
  border: none;
  z-index: 40;
}

.has-thumbnail.post-align-center .big-meta {
  left: 50%;
  transform: translate(-50%, 0);
}
.has-thumbnail.post-align-center a.more-link {
  margin-left: auto;
  margin-right: auto;
}

.has-thumbnail.post-align-right .big-meta {
  left: auto;
  right: 0;
}

.post-big a.more-link {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: inherit;
  float: none;
  padding: 0;
  background: none;
  font-size: inherit;
}
.post-big a.more-link:hover {
  text-decoration: underline;
  background: none;
  color: inherit;
}

@media (max-width: 1023px) {
  .big-content {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .big-content {
    font-size: 1.1em;
  }
  .big-meta {
    letter-spacing: 1px;
    font-size: 13px;
  }
  .post-big a.more-link {
    letter-spacing: 2px;
  }
}
@media (max-width: 600px) {
  .big-content {
    font-size: 1em;
  }
  .big-meta {
    letter-spacing: 0;
    font-size: 12px;
  }
  .post-big a.more-link {
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .has-thumbnail .big-meta {
    margin-top: 0.5em;
    position: static !important;
    transform: none !important;
  }
}
/* Blog Slider
----------------------------------------------------------------------------------------------------------------------- */
.blog-slider {
  min-height: 300px;
  position: relative;
}
.blog-slider .flexslider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.3s;
}
.blog-slider.loaded .flexslider {
  opacity: 1;
  visibility: visible;
}

/* Navigation Text Style
------------------------------ *
.blog-slider {
    .flex-direction-nav {

    }
}
.style--slider-navtext {
    .flex-direction-nav {
        position: absolute;
        top: 0;
        right: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        z-index: 40;

        li {
            display: block;
            float: left;
        }
        a {

            text-shadow: none;
            box-shadow: none;

            position: static !important;
            border: 0;

            top: 0;
            opacity: 1 !important;

            color: #fff;
            background: black;
            background: rgba(0,0,0,.85);

            width: auto;
            height: 28px;
            line-height: 28px;

            padding: 0 10px;
            margin: 0;

            font-family: $heading;
            font-weight: normal;
            font-size: .75em;
            letter-spacing: 2px;

            @include transition( all .3s ease-out );
            @include transform(none);

            i {
                display: inline-block;
                font-size: 10px;
            }

            &.flex-next i {
                margin-left: 6px;
            }
            &.flex-prev i {
                margin-right: 6px;
            }

            &:hover {
                background: $accent;

                text-shadow: none;
                box-shadow: none;
            }

            &.flex-disabled {
                display: none !important;
            }

        }
    }
}

/* Navigation Arrow Style
 * Just like regular slider
------------------------------ */
/* Post Slider
------------------------------ */
.slider-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: white;
}

.slider-table {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.slider-cell {
  padding-bottom: 60px;
  color: #fff;
}

/* vertical alignment - since 5.1 */
.post-slide-valign-top .slider-table {
  align-items: flex-start;
}
.post-slide-valign-top .slider-cell {
  padding-top: 60px;
  padding-bottom: 0;
}

.post-slide-valign-middle .slider-table {
  align-items: center;
}
.post-slide-valign-middle .slider-cell {
  padding-bottom: 0;
}

.slider-header {
  padding-left: 10px;
  max-width: 660px;
}

.style--title-has-background .slider-header .slider-title {
  padding: 0 10px;
  background: black;
  text-shadow: none;
  line-height: 1.3;
}
.style--title-has-background .slider-excerpt {
  margin-left: 10px;
}

.slider-title {
  margin-bottom: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  display: inline;
  color: inherit;
}
.slider-title a,
.slider-title a:hover {
  color: inherit;
}
.slider-title.post-item-title a:hover, .slider-title.title56 a:hover {
  color: inherit;
}

.slider-meta + .slider-excerpt-text:before {
  content: "—";
  margin: 0 5px;
}

.slider-excerpt {
  display: inline-block;
  max-width: 440px;
  padding: 8px;
  background: black;
  color: white;
  font-size: 0.9em;
}
.slider-excerpt > *,
.slider-excerpt div,
.slider-excerpt p {
  display: inline;
}
.slider-excerpt p {
  margin: 0;
}
.slider-excerpt .readmore {
  letter-spacing: 1px;
  font-weight: bold;
}
.slider-excerpt .readmore:hover {
  text-decoration: underline;
}

/* ALIGNMENT */
.post-slide-align-center .slider-cell {
  width: 100%;
  text-align: center;
}
.post-slide-align-center .slider-header,
.post-slide-align-center .slider-excerpt {
  margin-left: auto;
  margin-right: auto;
}

.post-slide-align-right .slider-cell {
  width: 100%;
  text-align: right;
}
.post-slide-align-right .slider-header,
.post-slide-align-right .slider-excerpt {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .slider-cell {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-slider .custom-thumbnail .height-element {
    padding-bottom: 0 !important;
    min-height: 360px;
  }
  .slider-excerpt {
    font-size: 0.8em;
  }
}
@media (max-width: 600px) {
  .slider-excerpt {
    display: none;
  }
  .slider-cell {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    background: black;
    padding: 10px;
  }
  .slider-header {
    margin-left: auto;
    margin-right: auto;
  }
  .slider-header .slider-title {
    color: inherit;
    padding-left: 0;
    background: none;
    line-height: 1.5;
  }
}
/* Post Group 1
----------------------------------------------------------------------------------------------------------------------- */
.blog-container-group-1,
.blog-container-group-2 {
  overflow: hidden;
}

/**
 * Special CSS for group 1 > small column > layout grid 1 column
 * since v5.4
 */
.post-group-col-small .post-grid + .post-grid {
  border-top: 0 solid;
}

.post-group-col-small .blog-grid.column-1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.post-group-col-small .blog-grid.column-1 .post-grid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.post-group-col-small .blog-grid.column-1 .post-grid + .post-grid {
  padding-top: 10px;
  margin-top: 10px;
}

/**
 * Group 1 Layout
 */
.post-group-row {
  display: flex;
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
  /**
   * on iPad
   */
}
.post-group-row.big-post-ratio-1-2 .post-group-col-big {
  width: 50%;
}
.post-group-row.big-post-ratio-1-2 .post-group-col-small {
  width: 50%;
}
.post-group-row.big-post-ratio-2-3 .post-group-col-big {
  width: 66.66%;
}
.post-group-row.big-post-ratio-2-3 .post-group-col-small {
  width: 33.33%;
}
.post-group-row.big-post-ratio-3-4 .post-group-col-big {
  width: 75%;
}
.post-group-row.big-post-ratio-3-4 .post-group-col-small {
  width: 25%;
}
.post-group-row.big-post-right .post-group-col-big {
  order: 2;
}
.post-group-row.big-post-right .post-group-col-small {
  order: 1;
}
.post-group-row .sep-border {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: currentColor;
  color: #d0d0d0;
}
.post-group-row.big-post-ratio-3-4 .sep-border {
  left: 75%;
}
.post-group-row.big-post-ratio-3-4.big-post-right .sep-border {
  left: 25%;
}
.post-group-row.big-post-ratio-2-3 .sep-border {
  left: 66.66%;
}
.post-group-row.big-post-ratio-2-3.big-post-right .sep-border {
  left: 33.33%;
}
.post-group-row.big-post-ratio-1-2 .sep-border {
  left: 50%;
}
@media only screen and (max-width: 840px) {
  .post-group-row {
    display: block;
  }
  .post-group-row .post-group-col-big,
  .post-group-row .post-group-col-small {
    display: block;
    width: 100% !important;
  }
  .post-group-row .sep-border {
    display: none;
  }
}

.post-group-col {
  display: block;
  padding: 0 20px;
  flex: none;
}

/**
 * group spacing
 * since 4.6.8
 */
.post-group-spacing-small {
  margin: 0 -10px;
}
.post-group-spacing-small .post-group-col {
  padding: 0 10px;
}

.post-group-spacing-tiny {
  margin: 0 -5px;
}
.post-group-spacing-tiny .post-group-col {
  padding: 0 5px;
}

/* Post Group 2
----------------------------------------------------------------------------------------------------------------------- */
.blog-group-2 {
  /**
   * on iPad
   */
}
.blog-group-2 .post-group-col-big {
  width: 60%;
}
.blog-group-2 .post-group-col-small,
.blog-group-2 .post-group-col-tall {
  width: 20%;
}
.blog-group-2.group2-ratio-2 .post-group-col-big {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .blog-group-2.group2-ratio-2 .post-group-col-big {
    width: 100%;
  }
}
.blog-group-2.group2-ratio-2 .post-group-col-small,
.blog-group-2.group2-ratio-2 .post-group-col-tall {
  width: 25%;
}
@media only screen and (max-width: 840px) {
  .blog-group-2.group2-ratio-2 .post-group-col-small,
  .blog-group-2.group2-ratio-2 .post-group-col-tall {
    width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .blog-group-2 .post-group-col-big {
    width: 100%;
  }
  .blog-group-2 .post-group-col-small,
  .blog-group-2 .post-group-col-tall {
    width: 100%;
  }
  .blog-group-2 .sep-border {
    display: none;
  }
}

.big-order-1 .post-group-col-big {
  order: 1;
}

.big-order-2 .post-group-col-big {
  order: 2;
}

.big-order-3 .post-group-col-big {
  order: 3;
}

.small-order-1 .post-group-col-small {
  order: 1;
}

.small-order-2 .post-group-col-small {
  order: 2;
}

.small-order-3 .post-group-col-small {
  order: 3;
}

.tall-order-1 .post-group-col-tall {
  order: 1;
}

.tall-order-2 .post-group-col-tall {
  order: 2;
}

.tall-order-3 .post-group-col-tall {
  order: 3;
}

.big-order-1 .line1 {
  left: 60%;
}
.big-order-1 .line2 {
  left: 80%;
}

.big-order-2 .line1 {
  left: 80%;
}
.big-order-2 .line2 {
  left: 20%;
}

.big-order-3 .line1 {
  left: 40%;
}
.big-order-3 .line2 {
  left: 20%;
}

.group2-ratio-2.big-order-1 .line1 {
  left: 50%;
}
.group2-ratio-2.big-order-1 .line2 {
  left: 75%;
}
.group2-ratio-2.big-order-2 .line1 {
  left: 75%;
}
.group2-ratio-2.big-order-2 .line2 {
  left: 25%;
}
.group2-ratio-2.big-order-3 .line1 {
  left: 50%;
}
.group2-ratio-2.big-order-3 .line2 {
  left: 25%;
}

/* Article Big
------------------------------ */
.article-big {
  padding: 0;
}
.article-big + .article-big {
  margin-top: 2em;
}
.article-big .readmore.fox-btn {
  margin-top: 1.5em;
  line-height: 24px;
  padding: 0 24px;
}
@media only screen and (max-width: 840px) {
  .article-big .readmore {
    letter-spacing: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .article-big .readmore {
    letter-spacing: 0;
  }
}
.article-big.post-align-center .post-item-body {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.article-tall + .article-tall {
  margin-top: 2em;
}
.article-tall .post-item-excerpt {
  line-height: 1.5;
}

.article-small-grid,
.article-tall {
  padding: 0;
  border: 0 solid #c0c1c0;
}
@media only screen and (max-width: 840px) {
  .article-small-grid,
  .article-tall {
    margin-top: 20px;
    padding-top: 20px;
    /* removed since 5.4.1
    border-width: 1px 0 0; */
  }
  .article-small-grid .post-item-inner,
  .article-tall .post-item-inner {
    display: flex;
    align-items: flex-start;
  }
  .article-small-grid .post-item-thumbnail,
  .article-tall .post-item-thumbnail {
    display: block;
    width: 150px;
    flex: none;
    margin-bottom: 0;
  }
  .article-small-grid .post-item-thumbnail + .post-item-body,
  .article-tall .post-item-thumbnail + .post-item-body {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .article-small-grid .post-item-thumbnail,
  .article-tall .post-item-thumbnail {
    width: 120px;
  }
  .article-small-grid .post-item-thumbnail + .post-item-body,
  .article-tall .post-item-thumbnail + .post-item-body {
    margin-top: 0 !important;
    padding-left: 10px;
  }
}

/* Article Small
------------------------------ */
.article-small-list {
  border: 0 solid #c0c1c0;
}
.article-small-list .list-thumbnail {
  width: 120px;
}
@media only screen and (max-width: 840px) {
  .article-small-list .post-item-title.size-small {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 600px) {
  .article-small-list .post-item-title.size-small {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 840px) {
  .article-small-list {
    margin-top: 20px;
    padding-top: 20px;
    border-width: 1px 0 0;
    /*
    .post-item-title.size-small {
        font-size: 1.4em;
    }
    .post-item-excerpt.excerpt-size-small {
        font-size: 1em;
    }
    */
  }
  .article-small-list .post-list-sep {
    display: none !important;
  }
}

.article-col-small .article-small-grid + .article-small-grid {
  margin-top: 2em;
}
@media only screen and (max-width: 840px) {
  .article-col-small .article-small-grid + .article-small-grid {
    margin-top: 20px;
  }
}

@media (max-width: 1279px) {
  .post-group-col-small .post-thumbnail-align-left .list-thumbnail + .post-body {
    padding-left: 1em;
  }
  .post-group-col-small .post-thumbnail-align-right .list-thumbnail + .post-body {
    padding-right: 1em;
  }
}
/* Pagination
----------------------------------------------------------------------------------------------------------------------- */
.wi-pagination a.page-numbers {
  display: inline-block;
}
.wi-pagination span.page-numbers {
  display: inline-block;
}

/* Style 1 (Minimal + Border Around)
-------------------------------------- */
.pagination-1 {
  padding: 3em 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.pagination-1 .pagination-inner {
  display: inline-block;
  /**
   * removed since v5.4
   */
}
.pagination-1 a.page-numbers {
  color: inherit;
  padding: 0 6px;
  transition: all 0.3s ease-out;
}
.pagination-1 a.page-numbers:hover {
  color: #db4a37;
}
.pagination-1 span.page-numbers {
  opacity: 0.4;
  padding: 0 6px;
}

/* Style 2 (Border Square)
-------------------------------------- */
.pagination-2 {
  padding: 3em 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.pagination-2 .pagination-inner {
  display: inline-block;
}
.pagination-2 a.page-numbers {
  color: inherit;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid;
  transition: all 0.2s ease-out;
}
.pagination-2 a.page-numbers:hover {
  background: black;
  border-color: black;
  color: white;
}
.pagination-2 span.page-numbers {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid transparent;
  color: inherit;
}
.pagination-2 a.next,
.pagination-2 a.prev {
  width: auto;
  padding: 0 10px;
}

/* Style 3 (Gray Square)
-------------------------------------- */
.pagination-3 {
  padding: 3em 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.pagination-3 .pagination-inner {
  display: inline-block;
}
.pagination-3 a.page-numbers {
  color: inherit;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}
.pagination-3 a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pagination-3 span.page-numbers {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: inherit;
}
.pagination-3 a.next,
.pagination-3 a.prev {
  width: auto;
  padding: 0 10px;
  background: none;
}
.pagination-3 a.next:hover,
.pagination-3 a.prev:hover {
  background: none;
  opacity: 0.7;
}

/* Style 4 (Circle + Accent)
-------------------------------------- */
.pagination-4 {
  padding: 3em 0 1.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.pagination-4 .pagination-inner {
  display: inline-block;
}
.pagination-4 a.page-numbers {
  color: inherit;
  width: 32px;
  height: 32px;
  line-height: 32px;
  transition: all 0.2s ease-out;
}
.pagination-4 a.page-numbers:hover {
  color: #db4a37;
}
.pagination-4 span.page-numbers:not(.dots) {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #db4a37;
  border-radius: 50%;
}
.pagination-4 a.next,
.pagination-4 a.prev {
  width: auto;
  border-radius: 0;
  background: none;
}

/* MAILCHIMP since 2.4
 * @since 4.2 we have subscribe form block
-------------------------------------------------------------------------------------- */
.mc4wp-form-fields p {
  margin-bottom: 10px;
}
.mc4wp-form-fields input[type=color], .mc4wp-form-fields input[type=date], .mc4wp-form-fields input[type=datetime], .mc4wp-form-fields input[type=datetime-local], .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=month], .mc4wp-form-fields input[type=number], .mc4wp-form-fields input[type=password], .mc4wp-form-fields input[type=search], .mc4wp-form-fields input[type=tel], .mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=time], .mc4wp-form-fields input[type=url], .mc4wp-form-fields input[type=week], .mc4wp-form-fields input:not([type]), .mc4wp-form-fields textarea {
  width: 100%;
}
.mc4wp-form-fields input[type=color]::-webkit-input-placeholder, .mc4wp-form-fields input[type=date]::-webkit-input-placeholder, .mc4wp-form-fields input[type=datetime]::-webkit-input-placeholder, .mc4wp-form-fields input[type=datetime-local]::-webkit-input-placeholder, .mc4wp-form-fields input[type=email]::-webkit-input-placeholder, .mc4wp-form-fields input[type=month]::-webkit-input-placeholder, .mc4wp-form-fields input[type=number]::-webkit-input-placeholder, .mc4wp-form-fields input[type=password]::-webkit-input-placeholder, .mc4wp-form-fields input[type=search]::-webkit-input-placeholder, .mc4wp-form-fields input[type=tel]::-webkit-input-placeholder, .mc4wp-form-fields input[type=text]::-webkit-input-placeholder, .mc4wp-form-fields input[type=time]::-webkit-input-placeholder, .mc4wp-form-fields input[type=url]::-webkit-input-placeholder, .mc4wp-form-fields input[type=week]::-webkit-input-placeholder, .mc4wp-form-fields input:not([type])::-webkit-input-placeholder, .mc4wp-form-fields textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.mc4wp-form-fields input[type=color]::-moz-placeholder, .mc4wp-form-fields input[type=date]::-moz-placeholder, .mc4wp-form-fields input[type=datetime]::-moz-placeholder, .mc4wp-form-fields input[type=datetime-local]::-moz-placeholder, .mc4wp-form-fields input[type=email]::-moz-placeholder, .mc4wp-form-fields input[type=month]::-moz-placeholder, .mc4wp-form-fields input[type=number]::-moz-placeholder, .mc4wp-form-fields input[type=password]::-moz-placeholder, .mc4wp-form-fields input[type=search]::-moz-placeholder, .mc4wp-form-fields input[type=tel]::-moz-placeholder, .mc4wp-form-fields input[type=text]::-moz-placeholder, .mc4wp-form-fields input[type=time]::-moz-placeholder, .mc4wp-form-fields input[type=url]::-moz-placeholder, .mc4wp-form-fields input[type=week]::-moz-placeholder, .mc4wp-form-fields input:not([type])::-moz-placeholder, .mc4wp-form-fields textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.mc4wp-form-fields input[type=color]:-moz-placeholder, .mc4wp-form-fields input[type=date]:-moz-placeholder, .mc4wp-form-fields input[type=datetime]:-moz-placeholder, .mc4wp-form-fields input[type=datetime-local]:-moz-placeholder, .mc4wp-form-fields input[type=email]:-moz-placeholder, .mc4wp-form-fields input[type=month]:-moz-placeholder, .mc4wp-form-fields input[type=number]:-moz-placeholder, .mc4wp-form-fields input[type=password]:-moz-placeholder, .mc4wp-form-fields input[type=search]:-moz-placeholder, .mc4wp-form-fields input[type=tel]:-moz-placeholder, .mc4wp-form-fields input[type=text]:-moz-placeholder, .mc4wp-form-fields input[type=time]:-moz-placeholder, .mc4wp-form-fields input[type=url]:-moz-placeholder, .mc4wp-form-fields input[type=week]:-moz-placeholder, .mc4wp-form-fields input:not([type]):-moz-placeholder, .mc4wp-form-fields textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.mc4wp-form-fields input[type=color]:-ms-input-placeholder, .mc4wp-form-fields input[type=date]:-ms-input-placeholder, .mc4wp-form-fields input[type=datetime]:-ms-input-placeholder, .mc4wp-form-fields input[type=datetime-local]:-ms-input-placeholder, .mc4wp-form-fields input[type=email]:-ms-input-placeholder, .mc4wp-form-fields input[type=month]:-ms-input-placeholder, .mc4wp-form-fields input[type=number]:-ms-input-placeholder, .mc4wp-form-fields input[type=password]:-ms-input-placeholder, .mc4wp-form-fields input[type=search]:-ms-input-placeholder, .mc4wp-form-fields input[type=tel]:-ms-input-placeholder, .mc4wp-form-fields input[type=text]:-ms-input-placeholder, .mc4wp-form-fields input[type=time]:-ms-input-placeholder, .mc4wp-form-fields input[type=url]:-ms-input-placeholder, .mc4wp-form-fields input[type=week]:-ms-input-placeholder, .mc4wp-form-fields input:not([type]):-ms-input-placeholder, .mc4wp-form-fields textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.mc4wp-form-fields button, .mc4wp-form-fields input[type=button], .mc4wp-form-fields input[type=reset], .mc4wp-form-fields input[type=submit] {
  width: 100%;
}

.fox-form {
  display: block;
  clear: both;
}

.form-inline .mc4wp-form-fields {
  display: inline-flex;
  align-items: center;
}
.form-inline .mc4wp-form-fields > * {
  margin: 0;
}
.form-inline .mc4wp-form-fields > * + * {
  margin-left: 5px;
}
.form-inline p {
  margin: 0;
}
.form-inline input[type=color], .form-inline input[type=date], .form-inline input[type=datetime], .form-inline input[type=datetime-local], .form-inline input[type=email], .form-inline input[type=month], .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=search], .form-inline input[type=tel], .form-inline input[type=text], .form-inline input[type=time], .form-inline input[type=url], .form-inline input[type=week], .form-inline input:not([type]), .form-inline textarea {
  width: 260px;
}

@media (max-width: 767px) {
  .form-inline .mc4wp-form-fields {
    display: block;
  }
  .form-inline .mc4wp-form-fields > * + * {
    margin-left: 0;
    margin-top: 1em;
  }
  .form-inline input[type=color], .form-inline input[type=date], .form-inline input[type=datetime], .form-inline input[type=datetime-local], .form-inline input[type=email], .form-inline input[type=month], .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=search], .form-inline input[type=tel], .form-inline input[type=text], .form-inline input[type=time], .form-inline input[type=url], .form-inline input[type=week], .form-inline input:not([type]), .form-inline textarea,
  .form-inline button, .form-inline input[type=button], .form-inline input[type=reset], .form-inline input[type=submit] {
    width: 100%;
  }
}
.fox-form-inline-wrapper {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  .fox-form-inline-wrapper {
    display: block;
  }
}

.fox-form-inline {
  display: flex;
  align-content: center;
  align-items: center;
}
.fox-form-inline input[type=color], .fox-form-inline input[type=date], .fox-form-inline input[type=datetime], .fox-form-inline input[type=datetime-local], .fox-form-inline input[type=email], .fox-form-inline input[type=month], .fox-form-inline input[type=number], .fox-form-inline input[type=password], .fox-form-inline input[type=search], .fox-form-inline input[type=tel], .fox-form-inline input[type=text], .fox-form-inline input[type=time], .fox-form-inline input[type=url], .fox-form-inline input[type=week], .fox-form-inline input:not([type]), .fox-form-inline textarea {
  width: 300px;
}
@media only screen and (max-width: 840px) {
  .fox-form-inline input[type=color], .fox-form-inline input[type=date], .fox-form-inline input[type=datetime], .fox-form-inline input[type=datetime-local], .fox-form-inline input[type=email], .fox-form-inline input[type=month], .fox-form-inline input[type=number], .fox-form-inline input[type=password], .fox-form-inline input[type=search], .fox-form-inline input[type=tel], .fox-form-inline input[type=text], .fox-form-inline input[type=time], .fox-form-inline input[type=url], .fox-form-inline input[type=week], .fox-form-inline input:not([type]), .fox-form-inline textarea {
    width: 100%;
  }
}
.fox-form-inline > * + * {
  margin-left: 10px;
}
.fox-form-inline > * + *:last-child {
  margin-left: -1px;
}
.fox-form-inline button {
  background: none;
  padding: 0;
  height: 44px;
  text-decoration: none;
}
.fox-form-inline button:hover {
  background: none;
  color: inherit;
}
.fox-form-inline button .long-arrow {
  width: 50px;
}
@media only screen and (max-width: 840px) {
  .fox-form-inline {
    display: block;
  }
  .fox-form-inline > * + * {
    margin-left: 0;
  }
}

.mc4wp-form-fields .fox-form-inline p {
  margin-bottom: 0;
}
@media only screen and (max-width: 840px) {
  .mc4wp-form-fields .fox-form-inline p {
    margin-bottom: 10px;
  }
}

.form-title {
  margin: 0;
}

.form-subtitle {
  margin: 5px 0 0;
  font-size: 0.9em;
}

/* ELEMENTOR SECTION
---------------------------------------- */
/* eliminate padding 10px *
.elementor-section:not(.elementor-section-stretched) {
    .elementor-container {

        &.elementor-column-gap-default {
            margin:-10px !important;
            // width: calc(100% + 20px);
        }
        &.elementor-column-gap-narrow {
            margin:-5px !important;
            width: calc(100% + 10px);
        }

        &.elementor-column-gap-extended {
            margin:-15px !important;
            width: calc(100% + 30px);
        }   

        &.elementor-column-gap-wide {
            margin:-20px !important;
            width: calc(100% + 40px);
        }

        &.elementor-column-gap-wider {
            margin:-30px !important;
            width: calc(100% + 60px);
        }
    }
}

// hide it until it's untilized
.elementor-section-stretched {

    // opacity: 0;
    // visibility: hidden;

    // note
    // transition: opacity .2s ease, visibility .2s ease, background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
}
.elementor-section-stretched[style] {
    // opacity: 1;
    // visibility: visible;
}
*/
/* STICKY SIDEBAR
 * since 5.0
--------------------------------------------------------------------------------------------------------------------- */
.elementor-section.sticky-sidebar-effect .elementor-container {
  align-items: flex-start !important;
}

/* SOCIAL LIST
-------------------------------------------------------------------------------------- */
.social-list {
  /**
   * spacing
   */
  /**
   * Size problem
   */
}
.social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social-list.align-center ul {
  justify-content: center;
}
.social-list.align-right ul {
  justify-content: flex-end;
}
.social-list li {
  display: block;
}
.social-list li + li {
  margin-left: 3px;
}
.social-list.icon-spacing-normal li + li {
  margin-left: 10px;
}
.social-list.icon-spacing-big li + li {
  margin-left: 20px;
}
.social-list a {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-out;
  position: relative;
  border: 0 solid;
  font-size: 16px;
}
.social-list a:focus {
  outline: 0;
}
.social-list a i {
  display: block;
  line-height: inherit;
}
.social-list a span {
  display: none;
}
.social-list.style-outline a i {
  display: block;
  position: absolute;
  top: 50%;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  left: 0;
  right: 0;
  z-index: 10;
}
.social-list.shape-circle a {
  border-radius: 100%;
}
.social-list.shape-square a {
  border-radius: 0;
}
.social-list.shape-round a {
  border-radius: 5px;
}
.social-list.style-black a, .social-list.style-color a, .social-list.style-outline a, .social-list.style-fill a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.social-list.style-outline a, .social-list.style-fill a {
  line-height: 28px;
  color: inherit;
  border: 1px solid;
  background: none;
}
.social-list.style-black a {
  background: black;
  color: white;
}
.social-list.style-black a:hover {
  background: #db4a37;
}
.social-list.style-fill a:hover {
  background: black;
  color: white;
  border-color: black;
}
.social-list.style-plain a {
  line-height: 24px;
  padding: 0 5px;
  background: none;
}
.social-list.style-plain:not(.style-text_color) a {
  color: inherit;
}
.social-list.style-plain:not(.style-text_color) a:hover {
  color: #db4a37;
}
.social-list.style-color a {
  color: white;
  transition: all 0.3s ease-out;
}
.social-list.style-color a:hover {
  color: white;
  opacity: 0.9;
}
.social-list.icon-size-small a {
  font-size: 14px;
}
.social-list.icon-size-small.style-black a, .social-list.icon-size-small.style-color a, .social-list.icon-size-small.style-outline a, .social-list.icon-size-small.style-fill a {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.social-list.icon-size-small.style-outline a, .social-list.icon-size-small.style-fill a {
  line-height: 22px;
}
.social-list.icon-size-bigger a {
  font-size: 17px;
}
.social-list.icon-size-bigger.style-black a, .social-list.icon-size-bigger.style-color a, .social-list.icon-size-bigger.style-outline a, .social-list.icon-size-bigger.style-fill a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social-list.icon-size-bigger.style-outline a, .social-list.icon-size-bigger.style-fill a {
  line-height: 28px;
}
.social-list.icon-size-medium a, .social-list.icon-size-medium_plus a {
  font-size: 18px;
}
.social-list.icon-size-medium.style-black a, .social-list.icon-size-medium.style-color a, .social-list.icon-size-medium.style-outline a, .social-list.icon-size-medium.style-fill a, .social-list.icon-size-medium_plus.style-black a, .social-list.icon-size-medium_plus.style-color a, .social-list.icon-size-medium_plus.style-outline a, .social-list.icon-size-medium_plus.style-fill a {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.social-list.icon-size-medium.style-outline a, .social-list.icon-size-medium.style-fill a, .social-list.icon-size-medium_plus.style-outline a, .social-list.icon-size-medium_plus.style-fill a {
  line-height: 34px;
}
.social-list.icon-size-medium_plus a {
  font-size: 21px;
}

/* AUTHORS
-------------------------------------------------------------------------------------- */
.fox-authors-wrapper {
  overflow: hidden;
  position: relative;
}

/* grid */
.fox-authors-grid {
  display: flex;
  flex-flow: row wrap;
  margin: -60px -30px 0;
  position: relative;
}
.fox-authors-grid .line {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c0c0c0;
}
.fox-authors-grid .fox-user-item {
  flex: none;
  width: 100%;
  padding: 60px 30px 0;
}
.fox-authors-grid.column-2 .fox-user-item {
  width: 50%;
}
.fox-authors-grid.column-2 .line-1 {
  left: 50%;
}
.fox-authors-grid.column-3 .fox-user-item {
  width: 33.33%;
}
.fox-authors-grid.column-3 .line-1 {
  left: 33.33%;
}
.fox-authors-grid.column-3 .line-2 {
  left: 66.66%;
}
.fox-authors-grid.column-4 .fox-user-item {
  width: 25%;
}
.fox-authors-grid.column-4 .line-1 {
  left: 25%;
}
.fox-authors-grid.column-4 .line-2 {
  left: 50%;
}
.fox-authors-grid.column-4 .line-3 {
  left: 75%;
}
.fox-authors-grid.column-5 {
  margin: -40px -10px 0;
}
.fox-authors-grid.column-5 .fox-user-item {
  width: 20%;
  padding: 40px 10px 0;
}
.fox-authors-grid.column-5 .line-1 {
  left: 20%;
}
.fox-authors-grid.column-5 .line-2 {
  left: 40%;
}
.fox-authors-grid.column-5 .line-3 {
  left: 60%;
}
.fox-authors-grid.column-5 .line-4 {
  left: 80%;
}
.fox-authors-grid .user-item-avatar {
  margin: 0 0 1em;
}

/* authors list */
.fox-authors-list {
  /*
  .line {
      @include clearfix;
      margin-top: 2em;
      margin-bottom: 2em;
      display: block;
      background: #c0c0c0;
      height: 1px;
      position: static;

      &:first-child {
          display: none;
      }
  }
  */
}
.fox-authors-list .fox-user-item {
  overflow: hidden;
}
.fox-authors-list .fox-user-item + .fox-user-item {
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.fox-authors-list.has-border .fox-user-item + .fox-user-item {
  border-top: 1px solid #c0c0c0;
}
.fox-authors-list .user-item-avatar {
  float: left;
  margin: 4px 2em 0 0;
  max-width: 30%;
}
.fox-authors-list .user-item-body {
  overflow: hidden;
}
.fox-authors-list.valign-middle .fox-user-item {
  display: flex;
  align-items: center;
}
.fox-authors-list.valign-middle .fox-user-item .user-item-avatar {
  flex: none;
  margin-top: 0;
}
.fox-authors-list.valign-bottom .fox-user-item {
  display: flex;
  align-items: flex-end;
}
.fox-authors-list.valign-bottom .fox-user-item .user-item-avatar {
  flex: none;
  margin-top: 0;
}

.style--description-size-small .user-item-description {
  font-size: 0.9em;
}

.fox-user-item {
  display: block;
}

.user-item-avatar {
  display: block;
}
.user-item-avatar a {
  display: block;
  text-decoration: none;
  border: 0;
}
.user-item-avatar a:focus {
  outline: 0;
}
.user-item-avatar img {
  display: inline-block;
  margin: 0;
  width: 120px;
}
.user-item-avatar.avatar-round img {
  border-radius: 6px;
}
.user-item-avatar.avatar-circle img {
  border-radius: 50%;
}

.user-item-header {
  margin: 0 0 0.5em;
}

.user-item-name-wrapper {
  display: inline-flex;
  align-items: center;
  flex-flow: row wrap;
}
.user-item-name-wrapper .user-item-name-meta {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
.user-item-name-wrapper .user-item-name-meta:before {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  border-left: 1px solid;
  opacity: 0.2;
  content: "";
}

.user-item-name {
  font-size: 1.3em;
  margin: 0;
}
.user-item-name a {
  color: inherit;
}
.user-item-name a:focus {
  outline: 0;
}
.user-item-name a:hover {
  color: inherit;
}

.user-item-description {
  line-height: 1.5;
}
.user-item-description p {
  margin: 0;
}

.user-item-social {
  margin: 0.5em 0 0;
}
.user-item-social ul {
  display: inline-flex;
}
.user-item-social.style-plain a {
  font-size: 18px;
  transition: all 0.15s ease-out;
}
@media only screen and (max-width: 420px) {
  .user-item-social.style-plain a {
    font-size: 15px;
    margin-right: 2px;
  }
}
.user-item-social.style-plain a:hover {
  color: inherit;
  opacity: 1;
}

@media (max-width: 1023px) {
  .user-item-name {
    font-size: 1.1em;
  }
  .fox-authors-grid.column-4 .fox-user-item, .fox-authors-grid.column-5 .fox-user-item {
    width: 50%;
  }
  .fox-authors-grid.column-4 .line-1, .fox-authors-grid.column-5 .line-1 {
    left: 50%;
  }
  .fox-authors-grid.column-4 .line-2,
  .fox-authors-grid.column-4 .line-3,
  .fox-authors-grid.column-4 .line-4, .fox-authors-grid.column-5 .line-2,
  .fox-authors-grid.column-5 .line-3,
  .fox-authors-grid.column-5 .line-4 {
    display: none;
  }
}
@media (max-width: 600px) {
  .fox-authors-grid.column-2 .fox-user-item, .fox-authors-grid.column-3 .fox-user-item, .fox-authors-grid.column-4 .fox-user-item, .fox-authors-grid.column-5 .fox-user-item {
    width: 100%;
  }
  .fox-authors-grid.column-2 .line-1,
  .fox-authors-grid.column-2 .line-2,
  .fox-authors-grid.column-2 .line-3,
  .fox-authors-grid.column-2 .line-4, .fox-authors-grid.column-3 .line-1,
  .fox-authors-grid.column-3 .line-2,
  .fox-authors-grid.column-3 .line-3,
  .fox-authors-grid.column-3 .line-4, .fox-authors-grid.column-4 .line-1,
  .fox-authors-grid.column-4 .line-2,
  .fox-authors-grid.column-4 .line-3,
  .fox-authors-grid.column-4 .line-4, .fox-authors-grid.column-5 .line-1,
  .fox-authors-grid.column-5 .line-2,
  .fox-authors-grid.column-5 .line-3,
  .fox-authors-grid.column-5 .line-4 {
    display: none;
  }
}/*# sourceMappingURL=v55.css.map */