/*!
Theme Name: Rey
Theme URI:  http://reytheme.com/
Description: One of the classiest and rich-featured theme on the market.
Author: Marius H.
Author URI:  https://twitter.com/mariushoria
Version: 2.2.2
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, elementor, left-sidebar, featured-images, header-builder, footer-builder, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, portfolio
Text Domain: rey
Domain Path: /languages
*/
/* ROOT */
:root {
  --zero-px: 0px;
  --primary-ff: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --secondary-ff: var(--primary-ff);
  --body-font-family: var(--primary-ff);
  --body-font-size: 15px;
  --body-line-height: 1.7;
  --body-font-weight: 400;
  --body-bg-color: HSL(var(--neutral-0));
  --body-color: HSL(var(--neutral-7));
  --link-color: HSL(var(--neutral-10));
  --link-color-hover: HSL(var(--neutral-8));
  --accent-color: HSL(var(--neutral-8));
  --accent-text-color: HSL(var(--neutral-0));
  --accent-hover-color: HSL(var(--neutral-9));
  --accent-text-hover-color: var(--accent-text-color);
  --sidebar-size: 27%;
  --sidebar-margin: 2%;
  --font-weight-bold: 600;
  --container-max-width: 1440px;
  --header-default--max-width: var(--container-max-width);
  --header-default--height: 150px;
  --header-default-mobile--height: calc(var(--header-default--height) - 70px);
  --header-bgcolor: transparent;
  --header-text-color: HSL(var(--neutral-9));
  --header-bar-size: .5rem;
  --header-nav-x-spacing: 1rem;
  --header-nav-y-spacing: 5px;
  --search-bg-color: HSL(var(--neutral-0));
  --search-text-color: HSL(var(--neutral-9));
  --footer-default--max-width: var(--container-max-width);
  --nav-breakpoint-desktop: block;
  --nav-breakpoint-mobile: none;
  --h1-font-size: 2rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.25rem;
  --h4-font-size: 1rem;
  --pagination-size: 2.5rem;
  --admin-bar: 46px;
  --site-width: 100vw;
  --scrollbar-width: 0px;
  --half-gutter-size: 15px;
  --main-gutter-size: var(--half-gutter-size);
  --site-padding-top: var(--zero-px);
  --site-padding-right: var(--zero-px);
  --site-padding-bottom: var(--zero-px);
  --site-padding-left: var(--zero-px);
  --page-padding-top: var(--site-padding-top);
  --page-padding-right: var(--site-padding-right);
  --page-padding-bottom: var(--site-padding-bottom);
  --page-padding-left: var(--site-padding-left);
  --content-padding-top: 3.125rem;
  --content-padding-bottom: 5.625rem;
  --content-padding-right: var(--zero-px);
  --content-padding-left: var(--zero-px);
  --post-align-wide-size: 25vw;
  --colors-green: #7ad03a;
  --colors-red: #cf2929;
  --colors-orange: #ffba00;
  --colors-blue: #2ea2cc;
  --easeoutcubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeoutexpo: cubic-bezier(0.19, 1, 0.22, 1);
  --full-vp-height: 100vh;
  --submenu-panels-distance: 15px;
  --blog-columns: 1;
  --neutral-hue: 210;
  --neutral-0: var(--neutral-hue), var(--neutral-saturation, 0%), 100%;
  --neutral-1: var(--neutral-hue), var(--neutral-saturation, 17%), 98%;
  --neutral-2: var(--neutral-hue), var(--neutral-saturation, 16%), 93%;
  --neutral-3: var(--neutral-hue), var(--neutral-saturation, 14%), 89%;
  --neutral-4: var(--neutral-hue), var(--neutral-saturation, 14%), 83%;
  --neutral-5: var(--neutral-hue), var(--neutral-saturation, 11%), 71%;
  --neutral-6: var(--neutral-hue), var(--neutral-saturation, 7%), 46%;
  --neutral-7: var(--neutral-hue), var(--neutral-saturation, 9%), 31%;
  --neutral-8: var(--neutral-hue), var(--neutral-saturation, 10%), 23%;
  --neutral-9: var(--neutral-hue), var(--neutral-saturation, 11%), 15%;
  --neutral-10: var(--neutral-hue), var(--neutral-saturation, 0%), 0%;
  --h-text-transform: uppercase;
}

@media (min-width: 1025px) and (max-width: 1440px) and (min-height: 480px) and (max-height: 768px) {
  :root {
    --container-max-width: 90vw !important;
  }
}

@media (min-width: 1025px) {
  :root {
    --site-width: calc(100vw - var(--scrollbar-width));
  }
}

:root[data-theme="dark"] {
  --neutral-0: var(--neutral-hue), var(--neutral-saturation, 0%), 0%;
  --neutral-1: var(--neutral-hue), var(--neutral-saturation, 11%), 15%;
  --neutral-2: var(--neutral-hue), var(--neutral-saturation, 10%), 23%;
  --neutral-3: var(--neutral-hue), var(--neutral-saturation, 9%), 31%;
  --neutral-4: var(--neutral-hue), var(--neutral-saturation, 7%), 46%;
  --neutral-5: var(--neutral-hue), var(--neutral-saturation, 11%), 71%;
  --neutral-6: var(--neutral-hue), var(--neutral-saturation, 14%), 83%;
  --neutral-7: var(--neutral-hue), var(--neutral-saturation, 14%), 89%;
  --neutral-8: var(--neutral-hue), var(--neutral-saturation, 16%), 93%;
  --neutral-9: var(--neutral-hue), var(--neutral-saturation, 17%), 98%;
  --neutral-10: var(--neutral-hue), var(--neutral-saturation, 0%), 100%;
}

@media (min-width: 1025px) and (max-width: 1440px) and (min-height: 480px) and (max-height: 768px) {
  :root {
    --full-vp-height: 780px;
  }
}

:root[data-xl="1"] {
  --sidebar-size: 30%;
  --sidebar-margin: 0%;
  --container-max-width: var(--site-width, 100vw);
}

:root[data-admin-bar="0"] {
  --admin-bar: var(--zero-px);
}

@media (min-width: 768px) {
  :root {
    --body-font-size: 16px;
    --h1-font-size: 3rem;
    --h2-font-size: 2rem;
    --h3-font-size: 1.5rem;
    --h4-font-size: 1.25rem;
    --admin-bar: 32px;
    --header-bar-size: 1rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --sidebar-size: 38%;
    --sidebar-margin: 0%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: var(--body-font-family), sans-serif;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: start;
  background-color: var(--body-bg-color);
  /* Prevent repaints */
  overflow-y: scroll;
}

body.--no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.375rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: start;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

html {
  font-size: var(--body-font-size, 16px);
  background-color: var(--body-bg-color);
}

body {
  background-color: var(--body-bg-color);
  background-image: var(--body-bg-image, none);
  background-repeat: var(--body-bg-repeat, repeat);
  background-attachment: var(--body-bg-attachment, scroll);
  background-position: var(--body-bg-posx, 50%) var(--body-bg-posy, 50%);
  background-size: var(--body-bg-size, auto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeSpeed;
  word-break: break-word;
}

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

b,
strong {
  font-weight: 700;
}

blockquote {
  border: none;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  quotes: none;
  font-style: italic;
  font-weight: 400;
  margin: 1.5625rem 0;
  position: relative;
  padding: 1em 0 1em 2em;
}

blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: currentColor;
  opacity: 0.07;
  left: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p {
  margin-bottom: 1rem;
}

blockquote,
q {
  quotes: none;
}

blockquote cite,
blockquote small {
  font-size: 0.9375rem;
  color: HSL(var(--neutral-6));
  display: inline-block;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.5625rem;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  overflow: auto;
  max-width: 100%;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid HSL(var(--neutral-2));
  background-color: HSL(var(--neutral-1));
  border-radius: 3px;
  padding: 0.9375rem 1.25rem;
}

@media (min-width: 1025px) {
  pre {
    padding: 1.25rem 1.875rem;
  }
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

kbd {
  padding: 0.4375rem 0.75rem;
  font-size: 87.5%;
  color: HSL(var(--neutral-8));
  background-color: HSL(var(--neutral-2));
  border-radius: 2px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

code {
  background-color: HSL(var(--neutral-1));
  padding: 0.4375rem 0.75rem;
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

mark {
  text-decoration: none;
  padding: 0.4375rem 0.75rem;
  font-size: 87.5%;
  color: var(--accent-color);
  background-color: HSL(var(--neutral-1));
}

big {
  font-size: 125%;
}

menu,
ol,
ul {
  margin: 1.25rem 0;
  padding: 0 0 0 1.875rem;
}

ul li ul {
  list-style-type: circle;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

dd {
  margin-bottom: 0.625rem;
  margin-left: 0.9375rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 1.5625rem;
}

table th {
  border: 0;
  padding: 0.5rem 0.625rem;
}

table td {
  padding: 0.5rem 0.75rem;
}

table tbody tr,
table thead tr {
  border: 1px solid HSL(var(--neutral-2));
}

table tbody th {
  background: HSL(var(--neutral-1));
}

table tbody th,
table tbody td {
  border-right: 1px solid HSL(var(--neutral-2));
}

.rey-sitePreloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--body-bg-color);
  z-index: 99999;
  color: var(--preloader-color, #dedede);
}

.rey-sitePreloader .rey-lineLoader {
  color: var(--line-loader-color, inherit);
  width: 100px;
}
