@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Icon Font */
@font-face {
  font-family: "pixelt";
  src: url("../fonts/pixelt.eot");
  src: url("../fonts/pixelt.eot#iefix") format("embedded-opentype"), url("../fonts/pixelt.ttf") format("truetype"), url("../fonts/pixelt.woff") format("woff"), url("../fonts/pixelt.svg#pixelt") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pixelt-icon {
  font-family: "pixelt" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pixelt-icon-arrow-up:before {
  content: "";
}

.pixelt-icon-arrow-down:before {
  content: "";
}

.pixelt-icon-arrow-right:before {
  content: "";
}

.pixelt-icon-arrow-left:before {
  content: "";
}

.pixelt-icon-hamburger:before {
  content: "";
}

.pixelt-icon-times:before {
  content: "";
}

.pixelt-icon-clock:before {
  content: "";
}

.pixelt-icon-cart:before {
  content: "";
}

.pixelt-icon-basket:before {
  content: "";
}

.pixelt-icon-caret-up:before {
  content: "";
}

.pixelt-icon-caret-down:before {
  content: "";
}

.pixelt-icon-caret-right:before {
  content: "";
}

.pixelt-icon-caret-left:before {
  content: "";
}

.pixelt-icon-facebook:before {
  content: "";
}

.pixelt-icon-twitter:before {
  content: "";
}

.pixelt-icon-google:before {
  content: "";
}

.pixelt-icon-youtube:before {
  content: "";
}

.pixelt-icon-pinterest:before {
  content: "";
}

.pixelt-icon-linkedin:before {
  content: "";
}

.pixelt-icon-vimeo:before {
  content: "";
}

.pixelt-icon-soundcloud:before {
  content: "";
}

.pixelt-icon-yelp:before {
  content: "";
}

.pixelt-icon-instagram:before {
  content: "";
}

.pixelt-icon-search:before {
  content: "";
}

.pixelt-icon-bag:before {
  content: "";
}

/* Container */
.pixelt-container {
  max-width: 1200px;
  padding: 0 20px;
}

.pixelt-container-center {
  margin-left: auto;
  margin-right: auto;
}

.pixelt-container:before,
.pixelt-container:after {
  content: "";
  display: table;
}

.pixelt-container:after {
  clear: both;
}

.pixelt-clearfix:before {
  content: "";
  display: table-cell;
}

.pixelt-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Floats */
.pixelt-float-left {
  float: left;
}

.pixelt-float-right {
  float: right;
}

[class*=pixelt-float-] {
  max-width: 100%;
}

/* Buttons */
.pixelt-button, input[type=submit] {
  -webkit-appearance: none;
  text-align: center;
  padding: 14px 16px;
  background: #e9ecef;
  outline: 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #6d7680;
  transition: all 0.2s;
  line-height: 1;
  font-weight: 700;
}

.pixelt-button:hover, input[type=submit]:hover {
  background: #e0e5e9;
  color: #6d7680;
}

.pixelt-button-primary {
  background: #3500cc;
  color: #fff;
}

.pixelt-button-primary:hover {
  background: #551aff;
  color: #fff;
}

.pixelt-button-small {
  padding: 10px 12px;
}

.pixelt-button-large {
  padding: 18px 20px;
}

.pixelt-button-full {
  display: block;
}

/* Form */
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

textarea,
select,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=datetime] {
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e5e9;
  padding: 13px 15px;
  outline: none;
  line-height: 1;
}

form ::placeholder {
  color: #3e4349;
  opacity: 0.5;
}

form [placeholder]:focus::placeholder {
  color: #3e4349;
  opacity: 0.7;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select::-ms-expand {
  display: none;
}

select {
  background-image: url(img/arrow-down.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

/* Notices */
.pixelt-notice {
  background: #f8f9fa;
  border: 2px solid #e0e5e9;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.pixelt-notice-warning {
  background: rgba(232, 187, 26, 0.15);
  border-color: #e8bb1a;
  color: #e8bb1a;
}

.pixelt-notice-error {
  background: rgba(255, 99, 71, 0.15);
  border-color: tomato;
  color: tomato;
}

.pixelt-notice-success {
  background: rgba(79, 225, 144, 0.15);
  border-color: #4fe190;
  color: #4fe190;
}

/* Table */
table,
.pixelt-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e0e5e9;
  margin-bottom: 20px;
}

table th,
table td,
.pixelt-table th,
.pixelt-table td {
  padding: 8px;
  border: 1px solid #e0e5e9;
}

table th,
.pixelt-table th {
  text-align: left;
  background: #f8f9fa;
}

table thead th,
.pixelt-table thead th {
  vertical-align: bottom;
}

.pixelt-table-striped tr:nth-of-type(odd) {
  background: #f8f9fa;
}

.pixelt-table-small th,
.pixelt-table-small td {
  padding: 4px 8px;
}

.pixelt-table-large th,
.pixelt-table-large td {
  padding: 15px;
}

.pixelt-table-hover tbody tr {
  transition: background-color 0.2s;
}

.pixelt-table-hover tbody tr:hover {
  background: #f8f9fa;
}

/* Grid */
.pixelt-grid {
  margin-left: -35px;
  display: flex;
  flex-wrap: wrap;
}

.pixelt-grid > * {
  width: 100%;
  padding-left: 35px;
}

.pixelt-grid > .pixelt-grid {
  margin-left: 0;
  padding-left: 0;
}

.pixelt-grid + .pixelt-grid {
  margin-top: 35px;
}

.pixelt-grid-xlarge {
  margin-left: -45px;
}

.pixelt-grid-xlarge > * {
  padding-left: 45px;
}

.pixelt-grid-xlarge + .pixelt-grid-xlarge {
  margin-top: 45px;
}

.pixelt-grid-large {
  margin-left: -35px;
}

.pixelt-grid-large > * {
  padding-left: 35px;
}

.pixelt-grid-large + .pixelt-grid-large {
  margin-top: 35px;
}

.pixelt-grid-medium {
  margin-left: -25px;
}

.pixelt-grid-medium > * {
  padding-left: 25px;
}

.pixelt-grid-medium + .pixelt-grid-medium {
  margin-top: 25px;
}

.pixelt-grid-small {
  margin-left: -15px;
}

.pixelt-grid-small > * {
  padding-left: 15px;
}

.pixelt-grid-small + .pixelt-grid-small {
  margin-top: 15px;
}

.pixelt-grid-collapse {
  margin-left: 0;
}

.pixelt-grid-collapse > * {
  padding-left: 0;
}

.pixelt-grid-collapse + .pixelt-grid-collapse,
.pixelt-grid-collapse > * {
  margin-top: 0;
}

.pixelt-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}

.pixelt-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}

.pixelt-grid-divider > [class*=pixelt-1-]:not(.pixelt-1-1):nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-2-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-3-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-4-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-5-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-6-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-7-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-8-]:nth-child(n+2),
.pixelt-grid-divider > [class*=pixelt-9-]:nth-child(n+2) {
  border-left: 1px solid #e0e5e9;
}

/* Grid Cells */
.pixelt-grid > * {
  float: left;
}

.pixelt-grid-1-1 > * {
  width: 100%;
}

.pixelt-grid-1-2 > * {
  width: 50%;
}

.pixelt-grid-1-3 > * {
  width: 33.333%;
}

.pixelt-grid-1-4 > * {
  width: 25% !important;
}

.pixelt-grid-1-5 > * {
  width: 20%;
}

.pixelt-grid-1-6 > * {
  width: 16.666%;
}

.pixelt-grid-1-10 > * {
  width: 10%;
}

.pixelt-1-1 {
  width: 100%;
}

.pixelt-1-2,
.pixelt-2-4,
.pixelt-3-6,
.pixelt-5-10 {
  width: 50%;
}

.pixelt-1-3,
.pixelt-2-6 {
  width: 33.333%;
}

.pixelt-2-3,
.pixelt-4-6 {
  width: 66.666%;
}

.pixelt-1-4 {
  width: 25%;
}

.pixelt-3-4 {
  width: 75%;
}

.pixelt-1-5,
.pixelt-2-10 {
  width: 20%;
}

.pixelt-2-5,
.pixelt-4-10 {
  width: 40%;
}

.pixelt-3-5,
.pixelt-6-10 {
  width: 60%;
}

.pixelt-4-5,
.pixelt-8-10 {
  width: 80%;
}

.pixelt-1-6 {
  width: 16.666%;
}

.pixelt-5-6 {
  width: 83.333%;
}

.pixelt-1-10 {
  width: 10%;
}

.pixelt-3-10 {
  width: 30%;
}

.pixelt-7-10 {
  width: 70%;
}

.pixelt-9-10 {
  width: 90%;
}

.pixelt-grid:before,
.pixelt-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}

.pixelt-grid:after {
  clear: both;
}

/* Text Modifier */
.pixelt-text-left {
  text-align: left;
}

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

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

.pixelt-text-justify {
  text-align: justify;
}

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

.pixelt-inline-block {
  display: inline-block;
}

/* Utility */
.pixelt-reset-line-height {
  line-height: 0;
}

.pixelt-image,
.pixelt-img {
  width: 100%;
  height: auto;
}

.pixelt-hidden {
  display: none;
}

/* Margins */
.pixelt-margin-xlarge {
  margin-top: 120px;
  margin-bottom: 120px;
}

.pixelt-margin-xlarge-top {
  margin-top: 120px;
}

.pixelt-margin-xlarge-bottom {
  margin-bottom: 120px;
}

.pixelt-margin-xlarge-left {
  margin-left: 120px;
}

.pixelt-margin-xlarge-right {
  margin-right: 120px;
}

.pixelt-margin-large {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pixelt-margin-large-top {
  margin-top: 80px;
}

.pixelt-margin-large-bottom {
  margin-bottom: 80px;
}

.pixelt-margin-large-left {
  margin-left: 80px;
}

.pixelt-margin-large-right {
  margin-right: 80px;
}

.pixelt-margin-medium {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pixelt-margin-medium-top {
  margin-top: 40px;
}

.pixelt-margin-medium-bottom {
  margin-bottom: 40px;
}

.pixelt-margin-medium-left {
  margin-left: 40px;
}

.pixelt-margin-medium-right {
  margin-right: 40px;
}

.pixelt-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pixelt-margin-top {
  margin-top: 20px;
}

.pixelt-margin-bottom {
  margin-bottom: 20px;
}

.pixelt-margin-left {
  margin-left: 20px;
}

.pixelt-margin-right {
  margin-right: 20px;
}

.pixelt-margin-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pixelt-margin-small-top {
  margin-top: 10px;
}

.pixelt-margin-small-bottom {
  margin-bottom: 10px;
}

.pixelt-margin-small-left {
  margin-left: 10px;
}

.pixelt-margin-small-right {
  margin-right: 10px;
}

.pixelt-margin-none,
.pixelt-remove-margin {
  margin: 0 !important;
}

.pixelt-margin-top-none {
  margin-top: 0 !important;
}

.pixelt-margin-bottom-none {
  margin-bottom: 0 !important;
}

/* Paddings */
.pixelt-padding-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pixelt-padding-xlarge-top {
  padding-top: 120px;
}

.pixelt-padding-xlarge-bottom {
  padding-bottom: 120px;
}

.pixelt-padding-xlarge-left {
  padding-left: 120px;
}

.pixelt-padding-xlarge-right {
  padding-right: 120px;
}

.pixelt-padding-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pixelt-padding-large-top {
  padding-top: 80px;
}

.pixelt-padding-large-bottom {
  padding-bottom: 80px;
}

.pixelt-padding-large-left {
  padding-left: 80px;
}

.pixelt-padding-large-right {
  padding-right: 80px;
}

.pixelt-padding-medium {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pixelt-padding-medium-top {
  padding-top: 40px;
}

.pixelt-padding-medium-bottom {
  padding-bottom: 40px;
}

.pixelt-padding-medium-left {
  padding-left: 40px;
}

.pixelt-padding-medium-right {
  padding-right: 40px;
}

.pixelt-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pixelt-padding-top {
  padding-top: 20px;
}

.pixelt-padding-bottom {
  padding-bottom: 20px;
}

.pixelt-padding-left {
  padding-left: 20px;
}

.pixelt-padding-right {
  padding-right: 20px;
}

.pixelt-padding-small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pixelt-padding-small-top {
  padding-top: 10px;
}

.pixelt-padding-small-bottom {
  padding-bottom: 10px;
}

.pixelt-padding-small-left {
  padding-left: 10px;
}

.pixelt-padding-small-right {
  padding-right: 10px;
}

.pixelt-padding-none,
.pixelt-remove-padding {
  padding: 0 !important;
}

.pixelt-padding-top-none {
  padding-top: 0 !important;
}

.pixelt-padding-bottom-none {
  padding-bottom: 0 !important;
}

/* Typography */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: #6d7680;
  font-size: 16px;
  line-height: 1.7;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 16px;
}

textarea {
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  color: #3e4349;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Reset */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p,
figure {
  margin: 0;
  padding: 0;
}

button {
  line-height: 1.7;
  border: none;
  background: transparent;
}

/* Defaults */
pre {
  background: #f8f9fa;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
  overflow: auto;
}

code {
  background: #f8f9fa;
  padding: 2px;
}

p {
  margin-bottom: 20px;
}

figure {
  margin-bottom: 20px;
}

ul,
ol {
  margin: 0 0 20px 0;
}

.opacity {
  opacity: 0;
}

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

blockquote {
  margin: 20px 0 20px 20px;
  padding: 0 0 0 20px;
  border-left: 5px solid #e0e5e9;
  font-style: italic;
}
blockquote cite {
  opacity: 0.75;
  font-size: 14px;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #3500cc;
  transition: color 0.2s;
}

a:hover {
  color: #551aff;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

.pagination h2 {
  display: none;
}
.pagination .page-numbers {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #f8f9fa;
  display: inline-block;
}
.pagination .page-numbers.current {
  background: #e0e5e9;
}

/* Breadcrumbs */
.pixelt-breadcrumbs {
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.pixelt-breadcrumbs .pixelt-breadcrumb {
  list-style: none;
  display: inline-block;
}

#breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
}

/* WordPress */
img.alignright,
figure.alignright,
div.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.alignleft,
figure.alignleft,
div.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.aligncenter,
figure.aligncenter div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  text-align: center;
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  padding: 10px;
}

.gallery:before {
  content: "";
  display: table-cell;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery {
  margin-bottom: 20px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  padding: 10px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.285%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.111%;
}

.gallery img {
  width: 100%;
  height: auto;
  transition: opacity 0.25s;
}

.gallery img:hover {
  opacity: 0.7;
}

.gallery .gallery-caption {
  font-size: 12px;
}

.sticky {
  border: 5px solid #f8f9fa !important;
  padding: 20px 20px 0 20px;
}

.page-links {
  margin-bottom: 20px;
  clear: both;
}

/* Accessibility */
:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.6);
}

.using-mouse :focus {
  outline: none;
}

.using-mouse::-moz-focus-inner {
  border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #000;
  display: block;
  font-size: 16px;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 10px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Page Builders – Elementor */
.elementor-editor-active .pixelt-navigation-transparent {
  display: none !important;
}

.elementor-field-group .elementor-select-wrapper select {
  background-image: none;
}

/* Navigation */
.pixelt-navigation {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 555;
}

.pixelt-nav-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.pixelt-navigation .pixelt-grid-collapse {
  display: table;
  width: 100%;
}
.pixelt-navigation .pixelt-logo-container,
.pixelt-navigation .pixelt-menu-container {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.pixelt-menu {
  margin: 0;
  padding: 0;
}
.pixelt-menu li {
  list-style: none;
}
.pixelt-menu a {
  display: block;
}

.pixelt-menu:before,
.pixelt-menu:after {
  content: "";
  display: table;
}

.pixelt-menu:after {
  clear: both;
}

/* Logo */
.pixelt-logo-container {
  line-height: 1.5;
}

.pixelt-logo a {
  font-weight: 700;
  font-size: 22px;
}

.pixelt-tagline {
  font-weight: 700;
  margin: 0;
}

/* Search Menu Item */
.pixelt-menu-item-search {
  position: relative;
}
.pixelt-menu-item-search.active i {
  opacity: 0;
}
.pixelt-menu-item-search .pixelt-menu-search {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -25px;
  right: 0;
  display: none;
  opacity: 0;
  width: 0;
  max-width: 350px;
}
.pixelt-menu-item-search .pixelt-menu-search input[type=search] {
  height: 50px;
}

/* Menu */
.pixelt-mobile-menu a, .pixelt-menu a {
  transition: all 0.2s;
}

.pixelt-menu li {
  transition: background-color 0.2s;
}

.pixelt-menu > .current-menu-item > a {
  color: #551aff !important;
}

/* Sub Menu */
.pixelt-sub-menu > .menu-item-has-children > .pixelt-woo-sub-menu {
  display: none;
  position: absolute;
  z-index: 111;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.pixelt-menu .sub-menu {
  margin: 0;
  padding: 0;
}

.pixelt-sub-menu > .menu-item-has-children > a:after {
  margin-left: 5px;
  font-family: "pixelt";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.pixelt-sub-menu > .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  z-index: 111;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.pixelt-sub-menu > .menu-item-has-children:not(.pixelt-mega-menu) .sub-menu {
  width: 220px;
}
.pixelt-sub-menu > .menu-item-has-children:not(.pixelt-mega-menu) {
  position: relative;
}
.pixelt-sub-menu > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu > .menu-item-has-children {
  position: relative;
}
.pixelt-sub-menu > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu > .menu-item-has-children > .sub-menu {
  display: none;
  opacity: 0;
  left: 100%;
  top: 0;
  position: absolute;
  z-index: 111;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.pixelt-sub-menu > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu > .menu-item-has-children > a:after {
  float: right;
  margin-left: 20px;
  font-family: "pixelt";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pixelt-sub-menu-align-right > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu {
  right: 0;
}

.pixelt-sub-menu-align-right > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu > .menu-item-has-children > a:after {
  display: none;
}

.pixelt-sub-menu-align-right > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu > .menu-item-has-children > .sub-menu {
  left: -100%;
}

.pixelt-sub-menu-align-center > .menu-item-has-children:not(.pixelt-mega-menu) > .sub-menu {
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pixelt-sub-menu-focus > .sub-menu {
  display: block !important;
  opacity: 1 !important;
}

/* Navigation Variations */
.pixelt-menu-right .pixelt-menu a,
.pixelt-menu-left .pixelt-menu a,
.pixelt-menu-stacked .pixelt-menu a,
.pixelt-menu-stacked-advanced .pixelt-menu a,
.pixelt-menu-centered .pixelt-menu a,
#pixelt-pre-header .pixelt-menu a,
.pixelt-page-footer .pixelt-menu a {
  padding: 10px 20px;
}
.pixelt-menu-right .pixelt-menu > .menu-item,
.pixelt-menu-left .pixelt-menu > .menu-item,
.pixelt-menu-stacked .pixelt-menu > .menu-item,
.pixelt-menu-stacked-advanced .pixelt-menu > .menu-item,
.pixelt-menu-centered .pixelt-menu > .menu-item,
#pixelt-pre-header .pixelt-menu > .menu-item,
.pixelt-page-footer .pixelt-menu > .menu-item {
  float: left;
}

.pixelt-menu-right .pixelt-menu {
  float: right;
}

.pixelt-menu-left .pixelt-logo-container {
  text-align: right;
}
.pixelt-menu-left .pixelt-menu {
  float: left;
}

.pixelt-menu-centered .logo-container {
  display: none;
  text-align: center;
  padding: 0 20px;
}
.pixelt-menu-centered .logo-container a {
  padding: 0;
}
.pixelt-menu-centered .pixelt-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pixelt-menu-stacked {
  text-align: center;
}
.pixelt-menu-stacked .pixelt-menu {
  display: inline-block;
  text-align: left;
}

/* Mobiletoggle */
.pixelt-mobile-logo a {
  font-weight: 700;
}

.pixelt-menu-toggle-container {
  text-align: right;
}

.pixelt-menu-left .pixelt-menu-toggle-container {
  text-align: left;
}

.pixelt-nav-item,
.pixelt-mobile-nav-item {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.pixelt-nav-item li,
.pixelt-mobile-nav-item li {
  list-style: none;
}
.pixelt-nav-item a,
.pixelt-mobile-nav-item a {
  color: inherit;
}

.pixelt-mobile-menu-toggle,
.pixelt-menu-toggle {
  margin: 0;
}

.pixelt-mobile-nav-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pixelt-mobile-menu-hamburger .pixelt-mobile-nav-wrapper,
.pixelt-mobile-menu-off-canvas .pixelt-mobile-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.pixelt-mobile-menu-default .pixelt-mobile-logo-container,
.pixelt-mobile-menu-default .pixelt-menu-toggle-container {
  text-align: center;
}
.pixelt-mobile-menu-default .pixelt-menu-toggle-container {
  margin-top: 20px;
}

/* Mobile Menu */
.pixelt-mobile-menu-container {
  display: none;
  background: #fff;
}

.pixelt-mobile-menu {
  margin: 0;
  padding: 0;
  z-index: 111;
}
.pixelt-mobile-menu li {
  list-style: none;
}
.pixelt-mobile-menu a {
  display: block;
  padding: 10px 20px;
}
.pixelt-mobile-menu .menu-item {
  border-top: 1px solid #e0e5e9;
}
.pixelt-mobile-menu > .menu-item:last-child {
  border-bottom: 1px solid #e0e5e9;
}

.pixelt-mobile-menu-container nav {
  overflow-y: auto;
  height: 100%;
}

.pixelt-mobile-menu .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}

.pixelt-mobile-menu .menu-item-has-children {
  position: relative;
}
.pixelt-mobile-menu .menu-item-has-children .pixelt-submenu-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 10px 20px;
}

/* Pre Header */
#pixelt-pre-header .pixelt-menu {
  float: right;
}
#pixelt-pre-header .pixelt-menu .sub-menu {
  z-index: 999;
}

#pixelt-pre-header .pixelt-inner-pre-header-right .pixelt-menu {
  float: right;
}
#pixelt-pre-header .pixelt-inner-pre-header-right .pixelt-menu .sub-menu {
  text-align: left;
}

#pixelt-pre-header .pixelt-inner-pre-header-left .pixelt-menu {
  float: left;
}

/* Footer */
.pixelt-page-footer .pixelt-inner-footer-content .pixelt-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pixelt-page-footer .pixelt-inner-footer-right .pixelt-menu {
  float: right;
}

.pixelt-page-footer .pixelt-inner-footer-left .pixelt-menu {
  float: left;
}

/* Post Navigation */
.post-links {
  margin-bottom: 20px;
}

.next-post-link {
  float: right;
}

/* Sticky Navigation */
.admin-bar .pixelt-navigation-active {
  margin-top: 32px;
}

/* Stacked Advanced */
.pixelt-menu-stacked-advanced-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.pixelt-menu-stacked-advanced-wrapper .pixelt-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.pixelt-menu-stacked-advanced-wrapper .pixelt-3-4 {
  text-align: right;
}

.pixelt-menu-stacked-advanced.menu-align-center .pixelt-1-4 {
  text-align: center;
  width: 100%;
}
.pixelt-menu-stacked-advanced.menu-align-center .pixelt-3-4 {
  display: none;
}
.pixelt-menu-stacked-advanced.menu-align-center .pixelt-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pixelt-menu-stacked-advanced.menu-align-right .pixelt-1-4 {
  order: 2;
  text-align: right;
}
.pixelt-menu-stacked-advanced.menu-align-right .pixelt-3-4 {
  order: 1;
  text-align: left;
}
.pixelt-menu-stacked-advanced.menu-align-right .pixelt-menu {
  float: right;
}

.pixelt-mobile-menu-off-canvas .pixelt-mobile-menu-container {
  display: block;
  position: fixed;
  top: 0;
  z-index: 777;
  width: 320px;
  right: -320px;
  height: 100%;
  padding-top: 60px;
  transition: right 0.6s cubic-bezier(0, 0.085, 0, 0.99);
}
.pixelt-mobile-menu-off-canvas .pixelt-mobile-menu-container.active {
  right: 0;
}
.pixelt-mobile-menu-off-canvas .pixelt-close {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pixelt-mobile-menu-off-canvas .pixelt-close:hover {
  opacity: 0.5;
}

.pixelt-mobile-menu-overlay {
  position: fixed;
  width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/* Off Canvas */
.pixelt-menu-off-canvas {
  background: #fff;
  z-index: 777;
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 20px;
}
.pixelt-menu-off-canvas .pixelt-menu a {
  padding: 10px 0;
}
.pixelt-menu-off-canvas .pixelt-menu .menu-item-has-children {
  position: relative;
}
.pixelt-menu-off-canvas .pixelt-menu .menu-item-has-children .pixelt-submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0;
  cursor: pointer;
}
.pixelt-menu-off-canvas .pixelt-menu .menu-item-has-children .sub-menu {
  display: none;
}
.pixelt-menu-off-canvas .pixelt-menu .menu-item-has-children .sub-menu a {
  padding: 10px 0 10px 10px;
}
.pixelt-menu-off-canvas .pixelt-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pixelt-menu-off-canvas .pixelt-close:hover {
  opacity: 0.5;
}

.pixelt-menu-off-canvas-right {
  transition: right 0.6s cubic-bezier(0, 0.085, 0, 0.99);
  right: -400px;
}

.pixelt-menu-off-canvas-right.active {
  right: 0;
}

.pixelt-push-menu-right {
  left: 0;
  position: relative;
  overflow-x: hidden;
  transition: left 0.6s cubic-bezier(0, 0.085, 0, 0.99);
}
.pixelt-push-menu-right .pixelt-navigation-active {
  transition: left 0.6s cubic-bezier(0, 0.085, 0, 0.99);
}

.pixelt-push-menu-right.active {
  left: -400px;
}
.pixelt-push-menu-right.active .pixelt-navigation-active {
  left: -400px !important;
}

.pixelt-menu-off-canvas-left {
  transition: left 0.6s cubic-bezier(0, 0.085, 0, 0.99);
  left: -400px;
}

.pixelt-menu-off-canvas-left.active {
  left: 0;
}

.pixelt-push-menu-left {
  left: 0;
  position: relative;
  overflow-x: hidden;
  transition: left 0.6s cubic-bezier(0, 0.085, 0, 0.99);
}
.pixelt-push-menu-left .pixelt-navigation-active {
  transition: left 0.6s cubic-bezier(0, 0.085, 0, 0.99);
}

.pixelt-push-menu-left.active {
  left: 400px;
}
.pixelt-push-menu-left.active .pixelt-navigation-active {
  left: 400px !important;
}

.pixelt-menu-overlay {
  position: fixed;
  width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/* Full Screen */
.pixelt-menu-full-screen {
  background: #fff;
  display: none;
  z-index: 777;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
}
.pixelt-menu-full-screen .pixelt-menu {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pixelt-menu-full-screen .pixelt-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pixelt-menu-full-screen .pixelt-close:hover {
  opacity: 0.5;
}
.pixelt-menu-full-screen .pixelt-menu > .menu-item-has-children > a:after {
  display: none;
}

/* Navigation Hover Effects */
ul[class*=pixelt-menu-effect-] > .menu-item > a {
  position: relative;
  z-index: 1;
}

/* Mega Menu */
.pixelt-mega-menu > .sub-menu {
  right: 0;
  padding: 20px 0;
}
.pixelt-mega-menu > .sub-menu > .menu-item {
  padding: 0 20px;
  float: left;
}
.pixelt-mega-menu > .sub-menu > .menu-item a {
  padding: 0;
  margin-bottom: 10px;
}
.pixelt-mega-menu > .sub-menu > .menu-item a[href="#"] {
  color: #3e4349;
  font-weight: 700;
  margin-bottom: 20px;
  cursor: default;
  display: inline-block;
}
.pixelt-mega-menu > .sub-menu > .menu-item.pixelt-menu-notitle > a[href="#"] {
  display: none;
}

.pixelt-mega-menu .pixelt-menu-description {
  margin-bottom: 10px;
}
.pixelt-mega-menu .pixelt-menu-description p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}
.pixelt-mega-menu .pixelt-menu-description img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.pixelt-mega-menu.pixelt-mega-menu-nospace > .sub-menu {
  padding: 0;
}
.pixelt-mega-menu.pixelt-mega-menu-nospace > .sub-menu > .sub-menu > .menu-item {
  padding: 0;
}

.pixelt-mega-menu.pixelt-mega-menu-4 > .sub-menu {
  width: 100%;
}
.pixelt-mega-menu.pixelt-mega-menu-4 > .sub-menu > .menu-item {
  width: 25%;
}

.pixelt-mega-menu.pixelt-mega-menu-3 > .sub-menu {
  width: 75%;
}
.pixelt-mega-menu.pixelt-mega-menu-3 > .sub-menu > .menu-item {
  width: 33.3333%;
}

.pixelt-mega-menu.pixelt-mega-menu-2 > .sub-menu {
  width: 50%;
}
.pixelt-mega-menu.pixelt-mega-menu-2 > .sub-menu > .menu-item {
  width: 50%;
}

.pixelt-mega-menu.pixelt-mega-menu-1 > .sub-menu {
  width: 25%;
}
.pixelt-mega-menu.pixelt-mega-menu-1 > .sub-menu > .menu-item {
  width: 100%;
}

.pixelt-menu-left .pixelt-mega-menu > .sub-menu,
.pixelt-menu-stacked-advanced.menu-align-left .pixelt-mega-menu > .sub-menu {
  right: auto;
  left: 0;
}

.pixelt-menu-off-canvas .pixelt-mega-menu {
  display: none;
}

/* Mobile Menu */
.pixelt-mobile-mega-menu .sub-menu .sub-menu {
  display: block;
}
.pixelt-mobile-mega-menu .menu-item {
  border-width: 0;
}
.pixelt-mobile-mega-menu .sub-menu .menu-item .pixelt-submenu-toggle {
  display: none;
}
.pixelt-mobile-mega-menu .sub-menu .menu-item a[href="#"] {
  color: #3e4349;
  font-weight: 700;
  cursor: default;
}
.pixelt-mobile-mega-menu .sub-menu .menu-item a[href="#"]:after {
  display: none;
}
.pixelt-mobile-mega-menu > .sub-menu > .menu-item.pixelt-menu-notitle > a[href="#"] {
  display: none;
}

.pixelt-postgrid-two .pixelt-article-wrapper {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
}
.pixelt-postgrid-two.pixelt-postgrid-space-no .pixelt-article-wrapper {
  width: 49%;
  margin: 0;
}
.pixelt-postgrid-two.pixelt-postgrid-space-medium .pixelt-article-wrapper {
  width: 45%;
  margin: 2%;
}
.pixelt-postgrid-two.pixelt-postgrid-space-large .pixelt-article-wrapper {
  width: 43%;
  margin: 3%;
}
.pixelt-postgrid-two.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
  width: 41%;
  margin: 4%;
}

.pixelt-postgrid-three .pixelt-article-wrapper {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
}
.pixelt-postgrid-three.pixelt-postgrid-space-no .pixelt-article-wrapper {
  width: 32%;
  margin: 0;
}
.pixelt-postgrid-three.pixelt-postgrid-space-medium .pixelt-article-wrapper {
  width: 28%;
  margin: 2%;
}
.pixelt-postgrid-three.pixelt-postgrid-space-large .pixelt-article-wrapper {
  width: 26%;
  margin: 3%;
}
.pixelt-postgrid-three.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
  width: 24%;
  margin: 4%;
}

.pixelt-postgrid-four .pixelt-article-wrapper {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
}
.pixelt-postgrid-four.pixelt-postgrid-space-no .pixelt-article-wrapper {
  width: 24%;
  margin: 0;
}
.pixelt-postgrid-four.pixelt-postgrid-space-medium .pixelt-article-wrapper {
  width: 20%;
  margin: 2%;
}
.pixelt-postgrid-four.pixelt-postgrid-space-large .pixelt-article-wrapper {
  width: 18%;
  margin: 3%;
}
.pixelt-postgrid-four.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
  width: 16%;
  margin: 4%;
}

.pixelt-postgrid-five .pixelt-article-wrapper {
  width: 17%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
}
.pixelt-postgrid-five.pixelt-postgrid-space-no .pixelt-article-wrapper {
  width: 19%;
  margin: 0;
}
.pixelt-postgrid-five.pixelt-postgrid-space-medium .pixelt-article-wrapper {
  width: 15%;
  margin: 2%;
}
.pixelt-postgrid-five.pixelt-postgrid-space-large .pixelt-article-wrapper {
  width: 13%;
  margin: 3%;
}
.pixelt-postgrid-five.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
  width: 11%;
  margin: 4%;
}

.pixelt-postgrid-listing .pixelt-article-wrapper article {
  margin-bottom: 0;
}

.pixelt-postgrid-masonry {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .pixelt-sidebar-wrapper {
    margin-top: 45px;
  }

  .pixelt-postgrid-five.pixelt-postgrid-space-no .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-five.pixelt-postgrid-space-medium .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-five.pixelt-postgrid-space-large .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-five.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-five .pixelt-article-wrapper {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 45px;
  }

  .pixelt-postgrid-four.pixelt-postgrid-space-no .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-four.pixelt-postgrid-space-medium .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-four.pixelt-postgrid-space-large .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-four.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-four .pixelt-article-wrapper {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 45px;
  }

  .pixelt-postgrid-three.pixelt-postgrid-space-no .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-three.pixelt-postgrid-space-medium .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-three.pixelt-postgrid-space-large .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-three.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-three .pixelt-article-wrapper {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 45px;
  }

  .pixelt-postgrid-two.pixelt-postgrid-space-no .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-two.pixelt-postgrid-space-medium .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-two.pixelt-postgrid-space-large .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-two.pixelt-postgrid-space-xlarge .pixelt-article-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
  }
  .pixelt-postgrid-two .pixelt-article-wrapper {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 45px;
  }
}
.pixelt-navigation.fixed {
  transition: all 0.2s;
}

.pixelt-navigation.fixed.scroll {
  position: fixed;
  top: 0;
  left: 0;
}

body.admin-bar .pixelt-navigation.fixed.scroll {
  top: 32px;
}

.pixelt-navigation.fixed.scroll.fixed-shadow-small {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.pixelt-navigation.fixed.scroll.fixed-shadow-medium {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.pixelt-navigation.fixed.scroll.fixed-shadow-large {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.pixelt-navigation.fixed.scroll.fixed-shadow-xlarge {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.pixelt-post-style-modern .pixelt-post-image-wrapper img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.pixelt-single-header-center .article-header, .pixelt-header-center {
  text-align: center;
}

.pixelt-single-header-right .article-header, .pixelt-single-right {
  text-align: right;
}

.pixelt-widgets-footer {
  display: flex;
}
.pixelt-widgets-footer .footer-widget-column {
  vertical-align: top;
}

.pixelt-widgets-footer.pixelt-widgets-4 .footer-widget-column {
  width: 25%;
  padding-right: 2%;
}
.pixelt-widgets-footer.pixelt-widgets-4 .footer-widget-column:last-of-type {
  padding-right: 0;
}

.pixelt-widgets-footer.pixelt-widgets-3 .footer-widget-column {
  width: 33.3%;
  padding-right: 2%;
}
.pixelt-widgets-footer.pixelt-widgets-3 .footer-widget-column:last-of-type {
  padding-right: 0;
}

.pixelt-widgets-footer.pixelt-widgets-2 .footer-widget-column {
  width: 50%;
  padding-right: 2%;
}
.pixelt-widgets-footer.pixelt-widgets-2 .footer-widget-column:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .pixelt-widgets-footer {
    display: block;
  }

  .pixelt-widgets-footer .footer-widget-column {
    margin-bottom: 2%;
  }

  .pixelt-widgets-footer.pixelt-widgets-4 .footer-widget-column {
    width: 100%;
    padding-right: 0;
  }

  .pixelt-widgets-footer.pixelt-widgets-3 .footer-widget-column {
    width: 100%;
    padding-right: 0;
  }

  .pixelt-widgets-footer.pixelt-widgets-2 .footer-widget-column {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pixelt-widgets-footer {
    display: block;
  }

  .pixelt-widgets-footer .footer-widget-column {
    margin-bottom: 2%;
  }

  .pixelt-widgets-footer.pixelt-widgets-4 .footer-widget-column {
    width: 49%;
    padding-right: 2%;
    display: inline-block;
  }
}
.pixelt-navigation.pixelt-tranparent-header {
  position: absolute;
  z-index: 100;
  background: transparent;
}

.pixelt-header-nopadding #inner-content {
  padding-top: 0;
}

.footer-categories-style-button a, .single-post .pixelt-header-style-modern .pixelt-header-fold .footer-categories-style-button a {
  font-size: 0.75em;
  display: inline-block;
  padding: 5px 8px;
  margin: 3px;
  background: #3500cc;
  color: #fff;
  line-height: 1em;
}

.footer-categories-style-button a:first-of-type {
  margin-left: 0;
}

.footer-categories-style-button a:last-of-type {
  margin-right: 0;
}

.single-post .overlay-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.single-post .pixelt-header-style-modern {
  position: relative;
  padding: 180px 40px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 40px;
}

.single-post .pixelt-header-style-modern h1, .single-post .pixelt-header-style-modern a {
  color: #fff;
}

.single-post .pixelt-header-style-modern img {
  display: none;
}

/* Pre Header & Footer */
#pixelt-pre-header {
  font-size: 14px;
  background: #fff;
}

.pixelt-inner-pre-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pixelt-page-footer {
  font-size: 14px;
  background: #ffffff;
}

.pixelt-inner-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pixelt-footer-one-column,
.pixelt-pre-header-one-column {
  text-align: center;
}

.pixelt-footer-two-columns,
.pixelt-pre-header-two-columns {
  width: 100%;
  display: table;
}
.pixelt-footer-two-columns .pixelt-inner-footer-left,
.pixelt-footer-two-columns .pixelt-inner-footer-right,
.pixelt-footer-two-columns .pixelt-inner-pre-header-left,
.pixelt-footer-two-columns .pixelt-inner-pre-header-right,
.pixelt-pre-header-two-columns .pixelt-inner-footer-left,
.pixelt-pre-header-two-columns .pixelt-inner-footer-right,
.pixelt-pre-header-two-columns .pixelt-inner-pre-header-left,
.pixelt-pre-header-two-columns .pixelt-inner-pre-header-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.pixelt-footer-two-columns .pixelt-inner-footer-right,
.pixelt-footer-two-columns .pixelt-inner-pre-header-right,
.pixelt-pre-header-two-columns .pixelt-inner-footer-right,
.pixelt-pre-header-two-columns .pixelt-inner-pre-header-right {
  text-align: right;
}

/* Content */
body {
  background: #fff;
}

.pixelt-page {
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Blog */
.page-title {
  margin-bottom: 40px;
}

.pixelt-author-box {
  background: #f8f9fa;
  margin-bottom: 20px;
  padding: 20px;
}
.pixelt-author-box .avatar {
  border-radius: 100%;
  width: 60px;
}

.single .pixelt-post-image {
  margin-bottom: 20px;
}

.pixelt-post-image-wrapper {
  margin-bottom: 20px;
}

.pixelt-post-image-link {
  display: inline-block;
}

.article-meta {
  font-size: 14px;
}
.article-meta .article-time {
  text-decoration: underline;
}

.article-footer {
  clear: both;
}

.footer-tags,
.footer-categories,
.footer-comment-count {
  font-size: 14px;
}

.pixelt-read-more {
  margin-bottom: 20px;
}

/* Blog Layouts */
.pixelt-post-style-plain {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e5e9;
}
.pixelt-post-style-plain .article-footer > *:last-child {
  margin-bottom: 0;
}

.pixelt-post-style-plain:last-child {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.pixelt-post-style-boxed {
  padding: 20px;
  background: #f8f9fa;
}
.pixelt-post-style-boxed .article-footer > *:last-child {
  margin-bottom: 0;
}

.pixelt-post-style-boxed.stretched .pixelt-post-image-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.pixelt-post-style-boxed.stretched .article-header > .pixelt-post-image-wrapper:first-child {
  margin-top: -20px;
}

/* Comments */
.commentlist ul {
  margin: 0;
  padding: 0;
}
.commentlist li {
  list-style: none;
}

#comments-title {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 10px solid #f8f9fa;
}

#reply-title {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 10px solid #f8f9fa;
  display: block;
}
#reply-title small {
  font-size: 14px;
}

.commentlist .children {
  margin-left: 20px;
}

.comment {
  position: relative;
  padding: 25px;
  border: 3px solid #e0e5e9;
  margin-bottom: 20px;
}
.comment .comment-edit-link {
  position: absolute;
  right: 20px;
  top: 20px;
}
.comment .comment-meta {
  font-size: 14px;
  margin-bottom: 20px;
}
.comment .avatar {
  width: 65px;
  border-radius: 100%;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}
.comment .comment-author-info {
  display: inline-block;
}
.comment .comment-author .fn {
  font-style: normal;
  font-weight: 700;
}
.comment .comment-time {
  color: #e0e5e9;
  margin-left: 5px;
}
.comment .comment-time a {
  color: #e0e5e9;
}
.comment .comment-time:before {
  font-family: "pixelt";
  content: "";
  margin-right: 3px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comment .comment-reply-link {
  display: inline-block;
}

.pingback {
  position: relative;
  padding: 25px;
  border: 3px solid #e0e5e9;
  margin-bottom: 20px;
}
.pingback a {
  display: block;
}
.pingback .comment-edit-link {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
}

.bypostauthor {
  border-color: #3500cc;
}

.pixelt-comment-nav {
  font-size: 14px;
  padding: 0;
}
.pixelt-comment-nav .previous {
  float: left;
}
.pixelt-comment-nav .next {
  float: right;
}

/* Gutenberg */
.pixelt-no-sidebar .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: unset;
}

.alignwide iframe, .alignfull iframe {
  width: 100%;
}

.wp-block-separator {
  width: 280px;
  margin: 40px auto;
  border: none;
  border-top: 1px solid #d1d8de;
}

.wp-block-separator.is-style-wide {
  width: 100%;
}

.wp-block-separator.is-style-dots:before {
  color: #b4bec9;
  font-size: 30px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 20px 0 20px 20px;
  padding: 0 0 0 20px;
}

.wp-block-pullquote blockquote {
  padding: 20px 0 0 0;
  margin: 0;
  border-left: none;
  border-top: 5px solid #e0e5e9;
  border-bottom: 5px solid #e0e5e9;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  padding: 0;
}

.wp-block-audio audio {
  width: 100%;
}

/* Sidebar */
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}

.pixelt-sidebar .widget,
.elementor-widget-sidebar .widget {
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
}

#s {
  padding-right: 40px;
}

#searchform {
  position: relative;
}

#searchform:before {
  content: "";
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #6d7680;
  font-family: "pixelt" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pixelt-no-sidebar .pixelt-main.pixelt-medium-2-3 {
  width: 100%;
}
.pixelt-no-sidebar .pixelt-main-grid {
  margin-left: 0;
  margin-right: 0;
}
.pixelt-no-sidebar .pixelt-main-grid > * {
  padding-left: 0;
  padding-right: 0;
}

/* ScrollTop */
.scrolltop {
  position: fixed;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 222;
  background: rgba(62, 67, 73, 0.5);
  bottom: 20px;
  right: 20px;
  transition: background 0.2s;
  display: none;
  color: #fff !important;
}

.scrolltop:before {
  font-family: "pixelt";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.scrolltop:hover {
  background: rgba(62, 67, 73, 0.7);
}

/* Contact Form 7 */
span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 5px;
  height: auto;
  background: #fff;
  font-size: 14px;
  color: tomato;
}

div.wpcf7-response-output {
  font-size: 14px;
  padding: 10px;
  margin: 0;
  border-radius: 2px;
}

div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
  border-color: tomato;
  color: tomato;
}

div.wpcf7-mail-sent-ok {
  border-color: #3500cc;
  color: #3500cc;
}
/*# sourceMappingURL=style.css.map */