@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Font Awesome
# Layout
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font Awesome
--------------------------------------------------------------*/
@import "https://use.fontawesome.com/c895056382.css";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Merriweather", sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
}

h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

p {
  margin-bottom: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

a {
  color: #F56A6A;
  text-decoration: none;
}

blockquote {
  background-color: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}

blockquote::before {
  color: #ccc;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 1.5em;
  margin-right: 0.25em;
}

blockquote p {
  display: inline;
  font-size: 15px;
}

address {
  font-style: italic;
  margin: 0 0 1.5em;
}

img {
  border: 0 none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.flexia-container {
  width: 100%;
  margin: 0 auto;
}

.flexia-container.width {
  width: 90%;
}

.flexia-container.max {
  max-width: 1400px;
}

.flexia-row {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
}
.flexia-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flexia-wrapper > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.entry-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.entry-content-wrapper > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.content-area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  max-width: 100%;
}

.single-post-entry {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  max-width: 100%;
}

.flexia-sidebar-left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.flexia-sidebar-right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media all and (min-width: 768px) {
  .content-area {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0px;
        -ms-flex: 3 0px;
            flex: 3 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .single-post-entry {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0px;
        -ms-flex: 3 0px;
            flex: 3 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .flexia-sidebar-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .flexia-sidebar-right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .content-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .single-post-entry {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .flexia-sidebar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .flexia-sidebar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media all and (min-width: 960px) {
  .flexia-sidebar-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .flexia-sidebar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media all and (max-width: 480px) {
  .flexia-sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media all and (min-width: 960px) and (max-width: 1023px) {
  .sidebar-left-right .content-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-left-right .single-post-entry {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-left-right .flexia-sidebar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-left-right .flexia-sidebar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* Header widget toggle */
/* Flexia Logobar */
/* Flexia Topbar */
.site-header {
  position: relative;
  z-index: 10;
}

.flexia-header-widget-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flexia-header-widget-inner .widget {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: transparent;
  color: #fff;
  margin: 1em;
  padding: 1em;
  min-width: 250px;
}
.flexia-header-widget-inner .widget a {
  color: #F56A6A;
}

.flexia-header-widget-area {
  padding: .5em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.flexia-header-widget-area .widget-title {
  color: #fff;
}

.flexia-header-widget-area.header-widget-open {
  overflow-y: scroll;
  max-height: 100%;
  z-index: 99999;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
.flexia-header-widget-area.header-widget-open .header-widget-toggle {
  bottom: 0;
}

.header-widget-toggle {
  cursor: pointer;
  height: 40px;
  position: absolute;
  width: 40px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  bottom: -40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-widget-toggle:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.header-widget-toggle::before {
  background: #fff;
  content: '';
  height: 1px;
  left: 13px;
  position: absolute;
  top: 20px;
  width: 15px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.header-widget-toggle::after {
  background: #fff;
  content: '';
  height: 1px;
  left: 13px;
  position: absolute;
  top: 20px;
  width: 15px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.header-widget-toggle:after {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

.header-widget-toggle.toggle-collapsed {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-widget-toggle.toggle-collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.header-widget-toggle.toggle-collapsed:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.admin-bar .header-widget-toggle.toggle-collapsed {
  margin-bottom: -32px;
}

.flexia-logobar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.flexia-logobar .site-branding {
  text-align: center;
}

.flexia-logobar-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flexia-logobar-stacked + .flexia-navbar .flexia-navbar-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexia-topbar {
  position: relative;
  background-color: #262625;
}

.flexia-topbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexia-topbar-content {
  font-size: .8em;
  color: #fff;
  font-size: .8em;
  color: #fff;
  padding: .5em 0;
  text-align: center;
}
.flexia-topbar-content p {
  margin: 0;
}

@media all and (min-width: 768px) {
  .flexia-header-widget-inner .widget {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
}
@media all and (min-width: 960px) {
  .flexia-header-widget-inner .widget {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
  }
}
@media all and (max-width: 959px) {
  .header-widget-toggle:not(.toggle-collapsed) {
    top: 20px;
    bottom: auto;
  }
}
@media all and (max-width: 767px) {
  .flexia-logobar-inline {
    margin-left: 0;
  }
}
.flexia-navbar {
  width: 100%;
  color: #262625;
  z-index: 99;
  -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
          box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flexia-navbar-container {
  position: relative;
}

.flexia-navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 40px;
}

.flexia-logobar-inline {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1em;
  max-width: 450px;
  padding: 10px 0px;
}
.flexia-logobar-inline .site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.site-branding .site-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1em 0;
  font-weight: 700;
}
.site-branding .site-title a {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1em 0;
  font-weight: 700;
}
.site-branding .flexia-header-logo > img {
  max-width: 100%;
  width: 100%;
}

.site-description {
  font-size: 1em;
  color: #4d4d4d;
  font-style: italic;
  margin-top: 0;
}

.flexia-header-logo {
  display: block;
  padding: .5em;
}

.flexia-logobar-stacked .flexia-header-logo {
  margin: 0 auto;
}

.main-navigation {
  margin: 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexia-navbar.flexia-sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.flexia-navbar.flexia-navbar-transparent-top {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
}

.flexia-navbar.flexia-navbar-transparent-sticky-top:not(.flexia-sticky-navbar) {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media all and (min-width: 601px) {
  .admin-bar .flexia-navbar.flexia-sticky-navbar {
    margin-top: 32px;
  }
}
/* Site Footer */
.flexia-site-footer {
  background-color: #262625;
  padding: 0.8em 0;
}
.flexia-site-footer .site-info {
  color: #9a9a9a;
  font-size: 0.8em;
  margin-top: 0.5em;
}

.flexia-colophon-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 0;
}
.flexia-colophon-inner .widget {
  margin: 1em;
  color: #cfcfcf;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flexia-colophon-inner .widget .widget-title {
  color: #fff;
}
.flexia-colophon-inner .widget a {
  color: #cbced3;
}
.flexia-colophon-inner .widget a:hover {
  color: #ff5544;
}

.flexia-footer-widget-area {
  background-color: #313131;
  padding: 0.5em;
}
.flexia-footer-widget-area .fleixa-footer-widget-area-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.flexia-back-to-top {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.flexia-back-to-top:visited {
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.flexia-back-to-top:focus {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.flexia-back-to-top:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

@media all and (max-width: 960px) {
  .fleixa-footer-widget-area-wrap {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
}
@media all and (max-width: 768px) {
  .fleixa-footer-widget-area-wrap {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.flexia-sidebar {
  padding: 0 1em;
  width: 300px;
}

@media all and (max-width: 959px) {
  .widget.widget_search {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 100% !important;
        -ms-flex: 1 100% !important;
            flex: 1 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .flexia-sidebar {
    padding: 0 0 1.5em;
  }

  .flexia-sidebar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 .5em;
  }
  .flexia-sidebar-inner > .widget {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    margin: 1em;
    min-width: 250px;
  }

  .widget.widget_search .search-submit {
    max-width: 100px;
  }
}
.flexia-docs, .flexia-docs .flexia-wrapper > .content-area {
  background-color: #f9f9f9;
}

body.single-docs .site-content .flexia-wrapper > .content-area {
  padding: 0;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
  font-size: 1.2em;
  line-height: 1.4;
  padding: 15px 15px 15px 45px;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 a, .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 a:visited {
  color: #4B5660;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:hover, .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:visited:hover {
  color: #23527c;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
  margin: 10px;
  list-style: none;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a, .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li a:visited {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 16px;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
  margin-left: 0;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list .inside ul.wedocs-doc-sections li {
  position: relative;
  padding-left: 20px;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3::before {
  content: '\f07c';
  color: #616161;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 15px;
  left: 15px;
  pointer-events: none;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list .inside ul.wedocs-doc-sections li::before {
  content: '\f0f6';
  color: #4d4d4d;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list {
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3pt 12pt;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 3pt 12pt;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 320px;
  width: 30%;
  max-width: 50%;
  margin: 15px !important;
  border-radius: 4px;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list {
  max-width: none;
}

.wedocs-doc-link {
  display: none;
}

.wedocs-single-wrap .wedocs-single-content {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3pt 12pt;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 3pt 12pt;
  margin: 2.5em auto;
  padding: 2.5em 2em;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wedocs-single-wrap .wedocs-sidebar {
  padding: 1.5em 1.5em;
  margin: 2.5em 1em;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 400px;
  min-width: 320px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li > a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px 10px 10px 32px;
  background-color: #fff;
  position: relative;
  padding-left: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li > a::before {
  content: "\f15c";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 10px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a::before {
  content: '\f0f6';
  color: #fff;
}

.wedocs-single-wrap .wedocs-single-content a, .wedocs-single-wrap .wedocs-single-content a:visited, .wedocs-single-wrap .wedocs-sidebar a, .wedocs-single-wrap .wedocs-sidebar a:visited {
  color: #23527c;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li > a:hover {
  background: #23527c;
  color: #fff;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #23527c;
}

.wedocs-doc-nav .nav-next {
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  height: auto;
  line-height: inherit;
  text-transform: none;
  font-size: inherit;
  max-width: none;
  z-index: inherit;
  overflow: auto;
  top: auto;
  right: auto;
  -o-text-overflow: unset;
     text-overflow: unset;
}

.wedocs-doc-nav .nav-next::before {
  display: none;
}

.wedocs-single-content .article-child ul li {
  list-style: none;
}

.wedocs-single-content .article-child ul li > a {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}

.wedocs-single-content .article-child ul li > a::before {
  content: '\f0f6';
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content ul {
  margin: 0;
  padding-left: 2.5em;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content, .wedocs-single-wrap .wedocs-single-content article .entry-content p {
  font-size: 17px;
}

.wedocs-contact-modal input[type="submit"] {
  background-color: #23527c;
  color: #fff;
  padding: 13px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.wedocs-single-wrap .wedocs-single-content .wedocs-feedback-wrap a {
  color: #fff;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    width: 30%;
    max-width: none;
    min-width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .wedocs-doc-nav .nav-prev, .wedocs-doc-nav .nav-next {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list {
    height: auto !important;
  }

  .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list {
    display: block;
  }

  .flexia-docs .wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 15px auto !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
ul {
  margin: 0 0 1.5em 3em;
  list-style: disc;
}

ol {
  margin: 0 0 1.5em 3em;
  list-style: decimal;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.6em 0;
  max-width: 100%;
  width: 100%;
}
table th {
  border-top: 1px solid #efefef;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  color: #000;
}
table td {
  border-top: 1px solid #efefef;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
table caption + thead tr:first-child th {
  border-top: 0 none;
}
table caption + thead tr:first-child td {
  border-top: 0 none;
}
table colgroup + thead tr:first-child th {
  border-top: 0 none;
}
table colgroup + thead tr:first-child td {
  border-top: 0 none;
}
table thead:first-child tr:first-child th {
  border-top: 0 none;
}
table thead:first-child tr:first-child td {
  border-top: 0 none;
}
table tbody + tbody {
  border-top: 2px solid #efefef;
}
table tbody > tr:nth-child(2n+1) > td {
  background-color: #f9f9f9;
}
table tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
}
table table table {
  background-color: #fff;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #f9f9f9;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.button {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.75);
  padding: .5em 1em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.button:hover {
  background-color: #262625;
  color: #fff;
}
.button:active {
  background-color: #262625;
  color: #fff;
}
.button:focus {
  background-color: #262625;
  color: #fff;
}

.btn {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.75);
  padding: .5em 1em;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.btn:hover {
  background-color: #262625;
  color: #fff;
}
.btn:active {
  background-color: #262625;
  color: #fff;
}
.btn:focus {
  background-color: #262625;
  color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #ebebeb;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #F56A6A;
}
a:visited {
  color: #23527c;
}
a:hover, a:focus, a:active {
  color: #23527c;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.flexia-navbar-inner {
  position: relative;
}

.flexia-menu .nav-menu, .flexia-menu .nav-menu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexia-menu .nav-menu li, .flexia-menu .nav-menu li ul li {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flexia-menu .nav-menu li {
  position: relative;
  float: left;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .flexia-menu .nav-menu li.flexia-mega-menu-parent {
    position: static;
  }
}
.flexia-menu .nav-menu li > a {
  display: block;
  padding: 0 15px;
  margin: 0;
}
.flexia-menu .nav-menu li > a span {
  padding-left: 5px;
}
@media screen and (max-width: 991px) {
  .flexia-menu .nav-menu li > a span {
    display: none;
  }
}
.flexia-menu .nav-menu li.menu-item-has-children > a {
  position: relative;
}
.flexia-menu .nav-menu li ul {
  position: absolute;
  top: 100%;
  left: auto;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .flexia-menu .nav-menu li ul.flexia-mega-menu {
    left: 1em;
    right: 1em;
    width: unset;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: grid;
    grid-column-gap: 25px;
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu-4-col {
    grid-template-columns: repeat(4, 1fr);
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu-5-col {
    grid-template-columns: repeat(5, 1fr);
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu-6-col {
    grid-template-columns: repeat(6, 1fr);
  }
}
.flexia-menu .nav-menu li ul li {
  position: relative;
  float: none;
  display: block;
}
.flexia-menu .nav-menu li ul li > a {
  display: block;
  padding: 0 15px;
  margin: 0;
}
.flexia-menu .nav-menu li ul li > a span {
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 45px;
}
.flexia-menu .nav-menu li ul li ul {
  top: 0;
  left: 100%;
}
@media screen and (min-width: 992px) {
  .flexia-menu .nav-menu li ul.flexia-mega-menu li > a span {
    display: none;
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu li ul {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .flexia-menu .nav-menu li ul.flexia-mega-menu > li.menu-item-has-children > a {
    font-size: 105%;
  }
}
.flexia-menu .nav-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.flexia-menu .nav-menu li:hover > ul.flexia-mega-menu {
  visibility: visible;
  opacity: 1;
}
.flexia-menu .nav-menu li:hover > ul.flexia-mega-menu ul {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .flexia-menu .nav-menu {
    position: absolute;
    top: 100%;
    left: 5%;
    right: 5%;
    z-index: 100;
    display: none;
    padding: 20px 20px 10px;
  }
  .flexia-menu .nav-menu li {
    position: relative;
    float: none;
    display: block;
  }
  .flexia-menu .nav-menu li > a {
    display: block;
    text-align: inherit;
    margin-bottom: 10px;
  }
  .flexia-menu .nav-menu li ul {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    padding-left: 30px;
  }
  .flexia-menu .nav-menu li ul li {
    position: relative;
    display: block;
  }
  .flexia-menu .nav-menu li ul li > a {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .flexia-menu .nav-menu li ul li ul {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
  }
}
@media screen and (min-width: 992px) {
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-fade li ul {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-to-top li ul {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-to-top li:hover > ul {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-in li ul {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-in li:hover > ul {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-out li ul {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
  }
  .flexia-menu .nav-menu.flexia-menu-dropdown-animate-zoom-out li:hover > ul {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.flexia-menu .flexia-menu-toggle {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}
.flexia-menu .flexia-menu-toggle:before {
  content: "";
  position: relative;
  top: -2px;
  right: 0;
  display: block;
  height: 2px;
  width: 20px;
  background-color: #1b1f21;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexia-menu .flexia-menu-toggle:after {
  content: "";
  position: relative;
  top: 2px;
  right: 0;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #1b1f21;
  border-bottom: 2px solid #1b1f21;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flexia-menu .flexia-menu-toggle.flexia-menu-toggle-open::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.flexia-menu .flexia-menu-toggle.flexia-menu-toggle-open:after {
  top: -1px;
  border: 0;
  height: 2px;
  width: 20px;
  background-color: #1b1f21;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .flexia-menu .flexia-menu-toggle {
    display: none;
  }
}
.flexia-menu .flexia-menu-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .flexia-menu .flexia-menu-indicator {
    display: none;
  }
}
.flexia-menu .flexia-menu-indicator:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 19px;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flexia-menu .flexia-menu-indicator:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 16px;
  width: 8px;
  height: 2px;
  background: #dddddd;
}
.flexia-menu .flexia-menu-indicator:hover {
  background-color: #262625;
  border-color: #262625;
}
.flexia-menu .flexia-menu-indicator:hover:before, .flexia-menu .flexia-menu-indicator:hover:after {
  background: #ffffff;
}
.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open {
  background-color: #262625;
  border-color: #262625;
}
.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:before, .flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:after {
  background: #ffffff;
}
.flexia-menu .flexia-menu-indicator.flexia-menu-indicator-open:before {
  height: 0;
}

.main-navigation .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
}
.main-navigation .nav-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation .nav-menu li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d4d4d;
}
.main-navigation .nav-menu li:hover > a, .main-navigation .nav-menu li.current-menu-item > a, .main-navigation .nav-menu li.current-menu-ancestor > a {
  color: #1b1f21;
  background-color: #ffffff;
}
.main-navigation .nav-menu li ul {
  background-color: #ffffff;
}
.main-navigation .nav-menu li ul li > a {
  font-size: 13px;
  line-height: 21px;
  text-transform: none;
  color: #4d4d4d;
  padding: 12px 15px;
}
.main-navigation .nav-menu li ul li:hover > a, .main-navigation .nav-menu li ul li.current-menu-item > a, .main-navigation .nav-menu li ul li.current-menu-ancestor > a {
  color: #1b1f21;
  background-color: #f4f4f4;
}
@media screen and (max-width: 991px) {
  .main-navigation .nav-menu {
    display: none;
    background-color: #ffffff;
  }
  .main-navigation .nav-menu li {
    float: none;
    display: block;
  }
  .main-navigation .nav-menu li > a {
    display: block;
    line-height: 42px;
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  }
  .main-navigation .nav-menu li:hover > a, .main-navigation .nav-menu li.current-menu-item > a, .main-navigation .nav-menu li.current-menu-ancestor > a {
    color: #1b1f21;
    background-color: #ffffff;
  }
  .main-navigation .nav-menu li ul {
    background-color: #ffffff;
  }
  .main-navigation .nav-menu li ul li > a {
    line-height: 18px;
    color: #4d4d4d;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  }
  .main-navigation .nav-menu li ul li:hover > a, .main-navigation .nav-menu li ul li.current-menu-item > a, .main-navigation .nav-menu li ul li.current-menu-ancestor > a {
    color: #1b1f21;
    background-color: #ffffff;
  }
  .main-navigation .nav-menu li.flexia-header-cart {
    display: none;
  }
}
.main-navigation a.cart-contents {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-navigation a.cart-contents:hover {
  background-color: #262625 !important;
  color: #fff !important;
}
.main-navigation a.cart-contents span {
  color: #fff !important;
  padding-left: 0 !important;
}
.main-navigation .edd-cart-contents .amount,
.main-navigation .edd-cart-contents .count {
  padding-left: 5px;
}

.topbar-navigation {
  margin: 0 1em;
}
.topbar-navigation .nav-menu li > a {
  font-size: 12px;
  line-height: 42px;
  color: #cbced3;
}
.topbar-navigation .nav-menu li:hover > a, .topbar-navigation .nav-menu li.current-menu-item > a, .topbar-navigation .nav-menu li.current-menu-ancestor > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar-navigation .nav-menu li ul {
  background-color: #262625;
}
.topbar-navigation .nav-menu li ul li > a {
  font-size: 12px;
  line-height: 21px;
  color: #cbced3;
  padding: 12px 15px;
}
.topbar-navigation .nav-menu li ul li:hover > a, .topbar-navigation .nav-menu li ul li.current-menu-item > a, .topbar-navigation .nav-menu li ul li.current-menu-ancestor > a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  .topbar-navigation .nav-menu {
    margin: 0;
    background-color: #262625;
  }
  .topbar-navigation .nav-menu li > a {
    line-height: 42px;
    color: #cbced3;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .topbar-navigation .nav-menu li:hover > a, .topbar-navigation .nav-menu li.current-menu-item > a, .topbar-navigation .nav-menu li.current-menu-ancestor > a {
    color: #cbced3;
    background-color: transparent;
  }
  .topbar-navigation .nav-menu li ul {
    background-color: transparent;
  }
  .topbar-navigation .nav-menu li ul li > a {
    line-height: 18px;
    color: #cbced3;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .topbar-navigation .nav-menu li ul li:hover > a, .topbar-navigation .nav-menu li ul li.current-menu-item > a, .topbar-navigation .nav-menu li ul li.current-menu-ancestor > a {
    color: #cbced3;
    background-color: transparent;
  }
}
.topbar-navigation .flexia-menu-toggle {
  min-height: 32px;
}
.topbar-navigation .flexia-menu-toggle:before, .topbar-navigation .flexia-menu-toggle.flexia-menu-toggle-open:after {
  background-color: #cbced3;
}
.topbar-navigation .flexia-menu-toggle:after {
  border-color: #cbced3;
}
.topbar-navigation .flexia-menu-indicator {
  background-color: #262625;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar-navigation .flexia-menu-indicator:before {
  background: #dddddd;
}
.topbar-navigation .flexia-menu-indicator:after {
  background: #dddddd;
}
.topbar-navigation .flexia-menu-indicator:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
}
.topbar-navigation .flexia-menu-indicator:hover:before, .topbar-navigation .flexia-menu-indicator:hover:after {
  background: #ffffff;
}
.topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
}
.topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open:before, .topbar-navigation .flexia-menu-indicator.flexia-menu-indicator-open:after {
  background: #ffffff;
}

/* Footer Menu */
.footer-navigation {
  width: 100%;
}

.flexia-footer-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexia-footer-menu > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexia-footer-menu li {
  list-style: none;
  margin: 0.25em 0.5em;
}
.flexia-footer-menu li a {
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
## Post Pagination
--------------------------------------------------------------*/
.post-pagination-container {
  margin: 3em 0;
}

.post-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.post-pagination li {
  list-style: none;
  margin-right: 5px;
}
.post-pagination > li > a {
  position: relative;
  padding: 8px 12px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.post-pagination > li > a:hover {
  background: #F56A6A;
  color: #fff;
}
.post-pagination > li > span {
  position: relative;
  padding: 8px 12px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.post-pagination .next {
  padding: 8px 20px;
}
.post-pagination .prev {
  padding: 8px 20px;
}
.post-pagination > .active > a {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}
.post-pagination > .active > a:focus {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}
.post-pagination > .active > a:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}
.post-pagination > .active > span {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}
.post-pagination > .active > span:focus {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}
.post-pagination > .active > span:hover {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: default;
  z-index: 2;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/
.nav-links .nav-previous {
  background-color: #fff;
  border: 1px solid #e9e9ea;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: fixed;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  top: calc(50% - 25px);
  white-space: nowrap;
  width: auto;
  max-width: 500px;
  z-index: 999;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  left: 0;
  padding-left: 25px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 40px;
}
.nav-links .nav-previous a {
  outline: none;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  padding-right: 50px;
}
.nav-links .nav-previous:after {
  background-color: #fff;
  color: #e9e9ea;
  font-family: "FontAwesome";
  font-size: 36px;
  height: 60px;
  width: 40px;
  position: absolute;
  top: 0;
  content: "\f104";
  padding-left: 13px;
  right: 0;
}
.nav-links .nav-previous:hover {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
.nav-links .nav-next {
  background-color: #fff;
  border: 1px solid #e9e9ea;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: fixed;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  top: calc(50% - 25px);
  white-space: nowrap;
  width: auto;
  max-width: 500px;
  z-index: 999;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  right: 0;
  padding-right: 25px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  margin-right: 40px;
}
.nav-links .nav-next a {
  outline: none;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  padding-left: 40px;
}
.nav-links .nav-next:before {
  background-color: #fff;
  color: #e9e9ea;
  font-family: "FontAwesome";
  font-size: 36px;
  height: 60px;
  width: 40px;
  position: absolute;
  top: 0;
  content: "\f105";
  padding-left: 15px;
  left: 0;
}
.nav-links .nav-next:hover {
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

@media all and (max-width: 600px) {
  .nav-links .nav-previous {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 1em auto;
    border: none;
    padding: 0;
    height: auto;
    line-height: 2;
  }
  .nav-links .nav-previous a {
    padding-left: 25px;
    padding-right: 0;
  }
  .nav-links .nav-previous:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-links .nav-previous::after {
    padding-left: 10px;
    right: auto;
    left: 0;
    font-size: inherit;
    height: auto;
    width: auto;
  }
  .nav-links .nav-next {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 1em auto;
    border: none;
    padding: 0;
    height: auto;
    line-height: 2;
  }
  .nav-links .nav-next a {
    padding-left: 25px;
    padding-right: 0;
  }
  .nav-links .nav-next:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav-links .nav-next::before {
    padding-left: 10px;
    right: auto;
    left: 0;
    font-size: inherit;
    height: auto;
    width: auto;
  }
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.flexia-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
}
.flexia-breadcrumb .breadcrumb li {
  list-style: none;
  display: inline-block;
}
.flexia-breadcrumb .flexia-breadcrumb-item {
  color: #7e7e7e;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.flexia-breadcrumb .flexia-breadcrumb-item a {
  color: #7e7e7e;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.flexia-breadcrumb-item.current span {
  color: #222;
}

.breadcrumb li a:hover {
  color: #222;
}
.breadcrumb li a:focus {
  color: #222;
}

.breadcrumb-delimiter {
  margin: 0 7px;
  opacity: .5;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
}

.alignBaseline {
  vertical-align: baseline !important;
}

.alignBottom {
  vertical-align: bottom !important;
}

.alignMiddle {
  vertical-align: middle !important;
}

.alignTop {
  vertical-align: top !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
body.transparent .flexia-wrapper > .content-area {
  background-color: transparent !important;
}

.hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Widget Style */
.widget {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  color: #797979;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.5em;
  position: relative;
  text-align: left;
  word-wrap: break-word;
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget a {
  color: #202021;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget a:hover {
  color: #f56a6a;
}

.widget-title {
  color: #202021;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.widget ul, .widget ol {
  padding: 0;
  margin: 0;
}

.widget ul li {
  margin-bottom: .5em;
  list-style: outside none none;
}

.widget ul.children li {
  padding: .2em .5em;
}

.widget ul > li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: .8em;
}

.widget.widget_recent_entries ul > li:before {
  content: "\f044";
}

.widget.widget_recent_comments ul > li:before {
  content: "\f0e6";
}

.widget.widget_archive ul > li:before {
  content: "\f133";
}

.widget.widget_categories ul > li:before {
  content: "\f114";
}

.widget.widget_pages ul > li:before {
  content: "\f016";
}

.widget_tag_cloud .tagcloud a:before {
  content: "\f02b";
  font-family: "FontAwesome";
  padding-right: 5px;
  opacity: .8;
}

.widget li {
  font-size: 0.875em;
  line-height: 1.8;
}

.widget form {
  max-width: 100%;
}

.widget select {
  padding: 5px;
  width: 100%;
  height: 40px;
}

.widget select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget select option {
  padding: 5px;
  width: 100%;
}

.widget input, .widget select, .widget textarea {
  max-width: 100%;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

/* Menu widget */
.widget .menu .sub-menu {
  padding-left: 1em;
}

.widget .menu li a, .widget .menu .sub-menu li a {
  font-size: 14px;
}

/* Text Widget */
.widget .textwidget {
  font-size: 16px;
  padding-bottom: .5em;
}

.widget .textwidget img {
  height: auto;
  margin-top: 10px;
  max-width: 100%;
}

.widget .textwidget .wp-caption img {
  margin-top: 0;
}

/* RSS widget*/
.widget.widget_rss .rssSummary {
  font-size: 16px;
  padding-bottom: .5em;
}

.widget.widget_rss .rss-date {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 5px;
}

/* Tagcloud widget*/
.widget .tagcloud a {
  background-color: #ebebeb;
  color: #3f3f46;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0 3px 6px 0;
  padding: 1em 1.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget .tagcloud a:hover {
  background-color: #3f3f46;
  color: #fff;
}

/* Calendar Widget Style */
#wp-calendar {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: -2px;
}

#wp-calendar caption {
  color: #202021;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#wp-calendar tbody td {
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 6px;
  text-align: center;
}

#wp-calendar tbody td:hover {
  border-color: #e2e2e2;
}

#wp-calendar tbody td.pad {
  border: 0;
}

#wp-calendar tbody td#today {
  color: #47C2DC;
  border-color: #47C2DC;
}

#wp-calendar tfoot {
  display: none;
}

#wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  bottom: -9px;
  margin-bottom: 1px;
}

#wp-calendar tfoot td#prev {
  text-align: left;
}

#wp-calendar tfoot td#next {
  text-align: right;
}

#wp-calendar thead th {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  text-align: center;
  padding-bottom: 10px;
}

#wp-calendar tbody td a,
#wp-calendar tfoot td#prev a:hover,
#wp-calendar tfoot td#next a:hover {
  color: #47C2DC;
}

/* Search widget */
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.search-form .search-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
}

.search-form .search-submit {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40px;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding: 0 20px;
}

.widget .search-form .search-submit {
  max-width: 60px;
}

.search-field, .search-field:focus {
  background-color: #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  outline: none;
}

.search-submit {
  background-color: #F56A6A;
  border: 0 none;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.search-submit:hover {
  background-color: #e65a50;
  border: 0 none;
  color: #fff;
}

/* Recent Post widget */
.latest-post .media {
  margin-bottom: 30px;
}

.latest-post .media-heading a {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.media-body {
  font-size: 13px;
  line-height: 20px;
}

.latest-post img {
  height: 80px;
  width: 80px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-header {
  background-color: #28292e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.page-header::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  padding: 5em 1em;
  z-index: 1;
}

.header-content {
  color: #fff;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.header-content > .page-title {
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin: 0 auto;
  text-transform: uppercase;
}
.header-content p {
  display: block;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2;
  padding: 0.5em;
}
.header-content .blog-desc {
  display: block;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2;
  padding: 0.5em;
}
.header-content .author-bio {
  font-size: 1.5em;
  padding: 0;
  margin: 0 0 1.5em;
}
.header-content span i {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 30px transparent;
          box-shadow: 0 0 0 30px transparent;
  display: inline-block;
  font-size: 2.5em;
  padding: .5em;
  height: 2em;
  line-height: 1em;
  text-align: center;
  width: 2em;
  margin: 0 auto 1em;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-header:hover .header-content span i {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-transition: box-shadow .4s ease-in-out;
  -o-transition: box-shadow .4s ease-in-out;
  -webkit-transition: -webkit-box-shadow .4s ease-in-out;
  transition: -webkit-box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
}

.entry-header.entry-header-mini {
  padding: 1em 0;
}
.entry-header.entry-header-mini .entry-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
.entry-header.entry-header-mini .entry-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: .5em 0;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: .035em;
}
.entry-header.entry-header-mini .entry-title::after {
  display: none;
}
.entry-header.entry-header-mini .flexia-breadcrumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.entry-header.entry-header-large {
  padding: 2em 0;
}
.entry-header.entry-header-large .entry-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}
.entry-header.entry-header-large .entry-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: .5em 0;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: .035em;
  font-size: 3em;
  font-weight: 700;
}
.entry-header.entry-header-large .entry-title::after {
  display: none;
}
.entry-header.entry-header-large .flexia-breadcrumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.entry-header.entry-header-center .entry-header-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.entry-header.entry-header-center .flexia-breadcrumb {
  padding-bottom: 1em;
}

@media all and (min-width: 600px) and (max-width: 959px) {
  .header-inner {
    padding: 4em 1em;
  }
}
@media all and (max-width: 599px) {
  .header-inner {
    padding: 2em 1em;
  }
}
/* Blog Listing Page */
.paged .blog-header span, .paged .blog-header .scroll-down {
  display: none;
}
.paged .page-header.blog-header {
  max-height: 400px;
}
.paged .blog-header .header-inner {
  padding: 3em 1em;
}

.header-content .blog-desc, .header-content .archive-description > p {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
}

.blog.paged .header-content {
  padding: 0;
}

.single-page-header .header-content {
  padding-bottom: 0;
}

.header-content .flexia-blog-logo {
  max-width: 100%;
  margin: 0 auto 1.5em;
}

.transparent-top-navbar .page-header.blog-header {
  padding-top: 0 !important;
}
.transparent-top-navbar .archive-header .header-inner, .transparent-top-navbar .single-blog-header .header-inner {
  padding-top: 1em;
}

.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.8;
}

/* Single Posts */
.single-post .entry-header.single-blog-meta.single-post-meta-large {
  background-color: #fff;
}

.single-blog-header .header-content .blog-title {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 1em auto .5em;
  text-transform: uppercase;
  word-wrap: break-word;
}
.single-blog-header .header-content p {
  font-size: 1.5rem;
}

.header-content .author-avatar > img {
  width: 90px;
  border-radius: 50%;
}

.single-post .header-content .author-avatar > img {
  width: 80px;
}

.author-heading {
  text-transform: uppercase;
  font-size: 1em;
}

.single-post .single-post-meta-large .entry-meta {
  color: #bbbbbb;
  font-size: 13px;
  text-align: center;
}
.single-post .single-post-meta-large .entry-meta a {
  color: #bbbbbb;
  font-size: 13px;
  text-align: center;
}

.single-post-meta-large .entry-meta a:hover {
  color: #50626c;
}

.single-blog-meta .entry-meta i {
  color: #F54128;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
      transform: scale(1.25);
  margin-right: .3em;
}

.header-overlay {
  background-color: #161415;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

.scroll-down {
  background: url("../../img/icons/icon-arrow-down.svg") no-repeat center center/100% auto;
  bottom: 40px;
  display: block;
  height: 44px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 44px;
  outline: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: flexia-translate 1.2s .4s;
  animation: flexia-translate 1.2s .4s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
}
.scroll-down:focus {
  outline: none;
}

@-webkit-keyframes flexia-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@keyframes flexia-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}
/* Post Formats */
.flexia-wrapper > .content-area {
  background-color: #fff;
}

body.blog .flexia-wrapper > .content-area {
  background-color: transparent;
  padding: 0;
}
body.blog .flexia-wrapper > .content-area article.post {
  background-color: #fff;
  padding: 2em;
}

body.archive .flexia-wrapper > .content-area {
  background-color: transparent;
  padding: 0;
}
body.archive .flexia-wrapper > .content-area article.post {
  background-color: #fff;
  padding: 2em;
}

.flexia-wrapper.flexia-container {
  padding-top: 3em;
  overflow: hidden;
}
.flexia-wrapper.flexia-container > .content-area {
  margin: 0 1em 1.5em;
}

.single .flexia-wrapper.flexia-container {
  padding-top: 0;
}
.single .entry-date.updated {
  display: inline-block;
}
.single .entry-date.published {
  display: none;
}
.single .entry-date:only-child {
  display: inline-block;
}
.single .single-post-meta-simple .entry-meta > span {
  margin-right: 10px;
}
.single .entry-content-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 3em auto 0;
}
.single .single-post-meta-large .entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single .single-post-meta-large .entry-meta > span {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
.single .single-post-meta-large .entry-meta > span:last-child {
  border-right: none;
}
.single .single-post-meta-large .entry-meta > span.cat-links {
  max-width: 50%;
}
.single .flexia-wrapper > .content-area {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.sticky {
  position: relative;
}
.sticky:before {
  font: normal normal normal 15px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f08d";
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: #f54128;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: all .5s ease-in 0.1s;
  -o-transition: all .5s ease-in 0.1s;
  transition: all .5s ease-in 0.1s;
}
.sticky:hover:before {
  -webkit-transform: rotate(400deg);
  -ms-transform: rotate(400deg);
  transform: rotate(400deg);
}

.post-content button {
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  line-height: inherit;
  padding: 0 10px;
  background-color: #f56a6a;
  border: medium none;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-content button:hover {
  background: #E95D55;
}
.post-content input {
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  line-height: inherit;
  padding: 0 10px;
}
.post-content select {
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  line-height: inherit;
  padding: 0 10px;
}
.post-content textarea {
  font-family: inherit;
  font-size: inherit;
  height: 45px;
  line-height: inherit;
  padding: 0 10px;
}
.post-content input[type="button"] {
  background-color: #f56a6a;
  border: medium none;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-content input[type="button"]:hover {
  background: #E95D55;
}
.post-content input[type="reset"] {
  background-color: #f56a6a;
  border: medium none;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-content input[type="reset"]:hover {
  background: #E95D55;
}
.post-content input[type="submit"] {
  background-color: #f56a6a;
  border: medium none;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-content input[type="submit"]:hover {
  background: #E95D55;
}

.post-password-form input[type="submit"] {
  background-color: #f56a6a;
  border: medium none;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  height: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #E95D55;
}
.post-password-form input {
  padding: 10px;
  height: 45px;
}

.hentry {
  margin: 0 0 1.5em;
}

.entry-date.updated {
  display: none;
}

.entry-date.published {
  display: inline-block;
}

.blog .entry-meta > span {
  margin-right: 10px;
}
.blog .entry-header {
  margin-top: 0;
}
.blog .entry-content {
  margin-top: 0;
}
.blog .format-status .entry-header {
  display: none;
}
.blog .format-status .entry-footer {
  display: none;
}
.blog .format-link .entry-footer {
  display: none;
}
.blog .format-quote .entry-footer {
  display: none;
}
.blog .format-chat .entry-footer {
  display: none;
}

.archive .entry-meta > span {
  margin-right: 10px;
}
.archive .entry-header {
  margin-top: 0;
}
.archive .entry-content {
  margin-top: 0;
}
.archive .format-status .entry-header {
  display: none;
}
.archive .format-status .entry-footer {
  display: none;
}
.archive .format-link .entry-footer {
  display: none;
}
.archive .format-quote .entry-footer {
  display: none;
}
.archive .format-chat .entry-footer {
  display: none;
}

.search .entry-meta > span {
  margin-right: 10px;
}
.search .entry-content {
  margin-top: 0;
}

.entry-meta {
  color: #4d4d4d;
  font-size: 13px;
}
.entry-meta a {
  color: #4d4d4d;
  font-size: 13px;
}
.entry-meta a:hover {
  color: #F56A6A;
}

.page-content {
  margin: 0;
}

.entry-content {
  margin: 0;
  color: #4d4d4d;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}

.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-links a {
  display: inline-block;
}
.page-links .page-number {
  padding: 0;
  margin: 0 0 .3em .3em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: .8em;
  width: 2.5em;
  height: 2.5em;
  line-height: calc(2.5em - 4px);
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.entry-content.single-post-entry {
  margin: 0 1.5em 4em;
  padding: 1.5em 4em;
  background-color: #fff;
}

.entry-title {
  color: #202021;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1;
  margin: 10px auto;
  padding-bottom: 50px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.entry-title a {
  text-decoration: none;
  color: #202021;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-title a:hover {
  color: #50626c;
}
.entry-title:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 20px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
}

.single-blog-header .entry-title {
  color: #fff;
  padding-bottom: 0;
  text-align: center;
}
.single-blog-header .entry-title:after {
  display: none;
}

.single-page-header .entry-title {
  color: #fff;
  padding-bottom: 0;
  text-align: center;
}
.single-page-header .entry-title:after {
  display: none;
}

.attachment .page-header {
  display: none;
}

body:not(.single-post) .flexia-wrapper > .content-area {
  padding: 1.5em 2.5em;
}
body .flexia-wrapper.flexia-blank-container > .content-area {
  padding: 0;
}

.more-link {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: #3f3f46;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 15px auto;
  padding: 5px 50px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.more-link:hover {
  background: #3f3f46;
  color: #fff;
  border: 1px solid #3f3f46;
  border-radius: 0;
}
.more-link:hover:after {
  right: 2em;
}
.more-link:after {
  content: "\f178";
  color: #fff;
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: 400;
  right: -3em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: #fff;
}

@media all and (max-width: 600px) {
  .entry-title {
    font-size: 1.75em;
  }

  .header-content > .page-title {
    font-size: 1.75em;
  }

  body.blog .flexia-wrapper > .content-area article.post {
    padding: 1.5em;
  }

  body.archive .flexia-wrapper > .content-area article.post {
    padding: 1.5em;
  }

  .flexia-wrapper.flexia-container {
    padding-top: 2em;
  }

  .single-blog-header .header-content .blog-title {
    font-size: 1.75em;
  }

  .single-post .entry-content-wrapper {
    margin: 1em auto 0;
  }
  .single-post .single-blog-meta .entry-meta {
    display: block;
  }
  .single-post .single-post-meta-large .entry-meta > span {
    display: block;
    padding: 15px 10px;
  }
  .single-post .single-post-meta-large .entry-meta > span.cat-links {
    max-width: 100%;
  }

  .entry-content.single-post-entry {
    margin: 0 auto 2em;
    padding: 1.5em 2em;
    background-color: #fff;
  }

  .post-author {
    margin: 0 auto;
    padding: .5em;
  }

  .flexia-social-share {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin: 2em 0;
  }

  .comments-area .comments-title {
    font-size: 1em;
    margin: 1em auto;
  }
  .comments-area .comment-reply-title {
    font-size: 1em;
    margin: 1em auto;
  }
  .comments-area .comment-list li > ol {
    padding: 0;
  }
  .comments-area .comment-list li > ul {
    padding: 0;
  }
}
.post-author {
  width: 100%;
  color: #797979;
  margin: 2em auto;
  padding: 2em;
}
.post-author .author-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-author .author-avatar > .avatar-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
.post-author .author-avatar > .avatar-container .avatar {
  padding-top: 10px;
  border-radius: 50%;
}
.post-author .author-avatar > .author-body {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  color: #4d4d4d;
  padding-top: 10px;
}
.post-author .author-body > span {
  font-size: 13px;
  font-style: italic;
}
.post-author .author-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-transform: uppercase;
}
.post-author .author-heading a {
  color: #202021;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-author .author-heading a:hover {
  color: #50626c;
}
.post-author .author-bio {
  font-size: 1em;
  margin: 5px auto;
  line-height: 1.8;
  font-weight: lighter;
  text-transform: uppercase;
}

.flexia-social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: #949494;
  font-size: 13px;
  text-transform: uppercase;
  padding: 1em;
  margin: 2em 0 5em;
  letter-spacing: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexia-social-share .flexia-social-share-heading {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.flexia-social-share .flexia-social-share-heading h5 {
  font-size: 1em;
  margin: 1em 0;
}

.flexia-social-share-links {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flexia-social-share-links li {
  list-style: none;
  padding: 0 .75em;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flexia-social-share-links li a {
  color: #F56A6A;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.flexia-social-share-links li a:hover {
  color: #23527c;
}
.flexia-social-share-links li a i {
  font-size: 2em;
}

.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
.search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #060919;
}
.search__input::-moz-placeholder {
  opacity: 0.3;
  color: #060919;
}
.search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #060919;
}
.search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.icon-search-close {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: rgba(255, 255, 255, 0.75);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  background: none;
  border: 0;
  display: none;
  display: block;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.btn--search-close:hover .icon-search-close {
  fill: white;
}

.flexia-search-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(18, 23, 56, 0.9);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flexia-search-overlay::before {
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
  border: 1.5em solid #121738;
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(-15px, -15px, 0);
          transform: translate3d(-15px, -15px, 0);
}
.flexia-search-overlay::after {
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
  border: 1.5em solid #121738;
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(15px, 15px, 0);
          transform: translate3d(15px, 15px, 0);
}

.search--form-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.search__form {
  width: 100%;
  margin: 2em auto;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.search--input-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.search--input-wrapper::after {
  content: attr(data-text);
  font-size: 3rem;
  line-height: 0;
  height: 0;
  max-width: 100%;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
}
.search--input-wrapper .search__input {
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  font-size: 3rem;
  line-height: 1.8;
  border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
}
.search--input-wrapper .search__input:focus {
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  font-size: 3rem;
  line-height: 1.8;
  border-bottom: 3px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
}

.search__info {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: .035em;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
}

.search--open {
  pointer-events: auto;
  opacity: 1;
}
.search--open::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search--open::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search--open .btn--search-close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.search--open .search__form {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.search--open .search__suggestion {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.search--open .search__suggestion:nth-child(2) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.search--open .search__suggestion:nth-child(3) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.search__suggestion {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 40em) {
  .search__form {
    margin: 5em 0 1em;
  }

  .btn--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }

  .search__info {
    text-align: left;
  }

  .search__suggestion {
    font-size: 80%;
    width: 100%;
  }
  .search__suggestion:nth-child(2) {
    display: none;
  }
  .search__suggestion:nth-child(3) {
    display: none;
  }
}
.error-404.not-found {
  max-width: 700px;
  margin: 1em auto 3em;
  display: block;
}
.error-404.not-found p {
  text-align: center;
  font-size: 1.2em;
  margin: 2em auto 3em;
}

.error-404 .search-form .search-field {
  border: 1px solid #f1f1f1;
  padding: 1em;
  max-width: 450px;
}
.error-404 .search-form .search-submit {
  border: 1px solid #F56A6A;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5em;
      -ms-flex: 0 0 5em;
          flex: 0 0 5em;
  font-size: 1em;
}

.not-found .page-header {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
}
.not-found .page-header::before {
  display: none;
}
.not-found .search-form .search-field {
  border: 1px solid #f1f1f1;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/
.flexia-woocommerce-wrapper {
  background-color: #fff;
  padding: 2em;
}

.woocommerce-product-gallery figure {
  margin: 0;
}

.woocommerce div.product div.summary {
  margin: 0 0 2em;
}

.woocommerce div.product .product_title {
  text-transform: none;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 400;
  color: #484c51;
}

.woocommerce div.product .product_title::after {
  display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #484c51;
  text-align: center;
  font-size: 1.135em;
  font-weight: 400;
}

.woocommerce ul.products li.product .price {
  color: #60646c;
  font-weight: 400;
  font-size: .857em;
  text-align: center;
}

.woocommerce ul.products li.product .button {
  margin: 1em auto;
  width: 80%;
  display: block;
  text-align: center;
  background-color: transparent;
  color: #484c51;
  border: 1px solid #484c51;
  padding: .618em 1em;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.woocommerce ul.products li.product .button.add_to_cart_button::before {
  content: "\f217";
  font-family: "FontAwesome";
  padding-right: 8px;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #484c51;
  color: #fff;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  margin-right: .5407911001em;
}

.breadcrumb-separator {
  opacity: .5;
  padding: 0 .25em;
}

.woocommerce a.added_to_cart {
  display: block;
  text-align: center;
  font-size: 14px;
}

.woocommerce a.added_to_cart::after {
  content: "\f178";
  font-family: "FontAwesome";
  padding-left: .5em;
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 auto 1em;
  float: none;
}

.woocommerce .star-rating span::before {
  color: #f2b01e;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child a {
  padding-top: 6px;
  padding-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #f56a6a;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.woocommerce .woocommerce-ordering select {
  background-image: url("../../img/icons/icon-angle-down.png");
  background-size: 20px;
  background-position: 98% center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin-right: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.woocommerce .woocommerce-result-count {
  margin: .5em 0 1em;
}

.woocommerce span.onsale {
  background-color: #ff2a13;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100px;
  letter-spacing: 0;
  line-height: 160px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 200px;
  z-index: 1;
}

.woocommerce ul.products li.product .onsale, .woocommerce .product .onsale {
  left: -100px;
  top: -50px;
  right: auto;
  margin: 0;
}

/* single product page */
.woocommerce.single-product div.product {
  position: relative;
  overflow: hidden;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #60646c;
  font-size: 1.25em;
  font-weight: 400;
}

.woocommerce .quantity .qty {
  padding: 10px;
  border-radius: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  padding: 15px;
  border-radius: 0;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: black;
  color: #fff;
}

.product_meta {
  color: #60646c;
}

.product_meta > span {
  display: block;
  font-size: .875em;
  margin-bottom: 5px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: .875em;
  color: #60646c;
}

.woocommerce-breadcrumb a, a.woocommerce-review-link, .product_meta a {
  color: #92969e;
}

.woocommerce-breadcrumb a:hover, a.woocommerce-review-link:hover, .product_meta a:hover {
  color: #60646c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  outline: none;
}

.woocommerce div.product .woocommerce-tabs h2, .woocommerce div.product .related.products h2 {
  font-weight: 400;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #60646c;
}

.woocommerce-message::before, .woocommerce-info::before {
  color: #60646c;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  border-radius: 0;
  font-weight: 400;
  padding: 10px 15px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: black;
  color: #fff;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  padding: 10px;
  border-radius: 0;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

/* cart / checkout page */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 15px;
  height: auto;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 40px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f8f8f8;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #e8e8e8;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #e8e8e8;
}

.woocommerce ul.products li.product a img {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.woocommerce ul.products li.product a img:hover {
  opacity: .9;
}

/**
 * Styles
 */
.product-has-gallery {
  position: relative;
}

.product-has-gallery .onsale {
  z-index: 999999;
}

.product-has-gallery .wp-post-image {
  opacity: 1;
}

.product-has-gallery .wp-post-image--secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Product image flip */
body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link [class*="wp-post-image"] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image {
  opacity: 0;
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-LoopProduct-link:hover .wp-post-image--secondary {
  opacity: 1;
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link [class*="wp-post-image"] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image {
  opacity: 0;
}

body.woocommerce:not(.single-product) ul.products li.product-has-gallery a.woocommerce-loop-product__link:hover .wp-post-image--secondary {
  opacity: 1;
}

/* Fixes */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  max-width: none;
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
## Easy Digital Downloads
--------------------------------------------------------------*/
/* Purchase form */
.flexia-edd-product-thumb > img {
  display: block;
}

.edd-input.edd-item-quantity {
  width: 50px;
  margin-bottom: 10px;
}

.button.edd-add-to-cart {
  font-size: 1em;
}

.edd_purchase_submit_wrapper .button.edd-add-to-cart {
  font-size: 14px;
  padding: 5px 15px;
  margin-top: 5px;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit {
  background-color: #d5017d;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
  background-color: #4CB050;
  color: #fff;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:hover {
  background-color: #ff0188;
  background-color: #55C056;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:active {
  background-color: #ff0188;
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-submit:focus {
  background-color: #ff0188;
}
.edd_purchase_submit_wrapper .edd-add-to-cart.button {
  background-color: #4CB050;
  color: #fff;
}
.edd_purchase_submit_wrapper .edd-add-to-cart.button:hover {
  background-color: #55C056;
}

.edd-product-title {
  font-size: 1.5em;
  line-height: 1.2;
}

#edd_checkout_form_wrap fieldset#edd_checkout_user_info {
  padding: .5em 1.387em 1.387em;
  margin: 70px 0 21px;
}
#edd_checkout_form_wrap .edd_form legend {
  margin: -60px 0 0;
  font-size: 1.2em;
  display: block;
  font-weight: 700;
}

.edd_go_to_checkout.button.edd-submit {
  background-color: #d5017d;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}
.edd_go_to_checkout.button.edd-submit:hover {
  background-color: #ff0188;
}
.edd_go_to_checkout.button.edd-submit:active {
  background-color: #ff0188;
}
.edd_go_to_checkout.button.edd-submit:focus {
  background-color: #ff0188;
}

#edd-purchase-button {
  background-color: #d5017d;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}
#edd-purchase-button:hover {
  background-color: #ff0188;
}
#edd-purchase-button:active {
  background-color: #ff0188;
}
#edd-purchase-button:focus {
  background-color: #ff0188;
}

.edd-submit.button {
  background-color: #d5017d;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}

input.edd-submit[type="submit"] {
  background-color: #d5017d;
  color: #fff;
  padding: 15px 40px;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}
input.edd-submit[type="submit"]:hover {
  background-color: #ff0188;
}
input.edd-submit[type="submit"]:active {
  background-color: #ff0188;
}
input.edd-submit[type="submit"]:focus {
  background-color: #ff0188;
}

.edd-submit:hover {
  background-color: #ff0188;
}
.edd-submit:active {
  background-color: #ff0188;
}
.edd-submit:focus {
  background-color: #ff0188;
}

.edd-cart-added-alert {
  padding: .5em 0;
  position: relative;
  color: #55C056;
}

.edd_download_purchase_form .edd_price_options li {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.edd_download_purchase_form .edd_price_options li:hover {
  border-left: 5px solid #55C056;
}
.edd_download_purchase_form .edd_price_options input[type="radio"] {
  height: 1px;
  width: 1px;
  overflow: hidden;
  opacity: 0;
}
.edd_download_purchase_form .edd_price_options input[type="radio"]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  left: 0;
  top: 50%;
  background: #55C056;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edd_download_purchase_form .edd_price_options span.edd_price_option_name {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 30px;
}
.edd_download_purchase_form .edd_price_options span.edd_price_option_name::before {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  border: 3px solid #55C056;
  border-radius: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edd_download_purchase_form .edd_price_options label {
  cursor: pointer;
}
.edd_download_purchase_form .edd_price_options .edd_price_option_price {
  font-weight: 700;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  color: #797979;
  font-size: 17px;
  margin: 10px auto;
  padding: 1em 0;
}
.comments-area a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

ol.comment-list li {
  list-style: none;
}

.comments-area .comment-list li > ol, .comments-area .comment-list li > ul {
  padding-left: 1em;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 1.5em;
  margin: 1em auto 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.comments-area footer {
  margin-top: 0;
  text-align: left;
}

.comment-respond .comment-reply-title {
  margin-top: 2em;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list .children {
  list-style-type: none;
}
.comments-area .comment-metadata {
  margin-bottom: 1em;
}
.comments-area .comment-metadata a {
  color: #8e8e8e;
  font-size: 13px;
}
.comments-area .comment-author img {
  float: left;
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.comments-area .comment-author a {
  color: #35353c;
  text-decoration: none;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  font-size: 12px;
}
.comments-area .comment-content {
  color: #323232;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}

.comment-content > p {
  margin: 0 0 1em;
}

.comment-body {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding-top: 2em;
}

.comments-area .comment-content, .comments-area .comment-awaiting-moderation, .comments-area .reply {
  padding-left: 80px;
}
.comments-area .comment-awaiting-moderation {
  font-size: 12px;
}
.comments-area .reply {
  margin-bottom: 20px;
}
.comments-area .reply .comment-reply-link {
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
.comments-area .reply .comment-reply-link:hover {
  color: #3c3c3c;
}
.comments-area .comment-respond {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
  outline: 0 none;
}
.comments-area .comment-form-comment label {
  width: 100%;
}
.comments-area .comment-form-comment textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #808086;
  font-size: 13px;
  font-weight: 300;
  outline: 0 none;
  padding: 8px 10px;
  width: 100%;
}
.comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-url input {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #808086;
  font-size: 13px;
  font-weight: 300;
  outline: 0 none;
  padding: 8px 10px;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background-color: #3c3c3c;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-top: 20px;
  outline: 0 none;
  padding: 1em 2em;
  text-decoration: none;
  font-size: 1em;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.comments-area .comment-respond .form-submit input:hover {
  background-color: #F56A6A;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.comments-area .comment-respond .comment-form-author label, .comments-area .comment-respond .comment-form-email label, .comments-area .comment-respond .comment-form-url label {
  width: 100px;
}
.comments-area .comment-notes {
  font-weight: 300;
  margin-bottom: 30px;
}
.comments-area .comment-form label {
  color: #323232;
  font-size: 13px;
}
.comments-area .blog-img-wide.blogdetails img {
  height: auto;
  padding: 20px;
  width: 100%;
}

.edit-link {
  margin-left: 10px;
}

.entry-footer .edit-link {
  display: block;
  margin: 10px 0;
}

.post-edit-link {
  font-size: 13px;
  font-weight: normal;
}

.comment-reply-title a {
  color: #F56A6A;
}
.comment-reply-title a:hover {
  color: #f00;
  color: #f00;
}
.comment-reply-title small {
  font-size: 100%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* Older / Newer Posts Navigation (always hidden) */
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinite-scroll .posts-navigation {
  display: none;
}

.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}
