/*!
Theme Name: Premergency
Theme URI: http://underscores.me/
Author: Sinisa Nikolic
Author URI: https://www.simplewpthemes.com/
Description: Custom WordPress theme for Premergency.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: premergency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Premergency is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --color-background-body: #fff;
  --color-background-screen: #f1f1f1;
  --color-background-hr: #f1f1f1;
  --color-background-button: #e6e6e6;
  --color-background-pre: #eee;
  --color-background-ins: #fff9c0;
  --color-text-screen: #21759b;
  --color-text-input: #666;
  --color-text-input-focus: #111;
  --color-link: #000;
  --color-link-hover: #000;
  --color-border-button: #ccc #ccc #bbb;
  --color-border-button-hover: #ccc #bbb #aaa;
  --color-border-button-focus: #aaa #bbb #bbb;
  --logo-primary: hsla(358, 75%, 49%, 0.95);
  --logo-secondary: hsla(0, 9%, 7%, 1);
}

html.dark body {
  --color-background-button: #333;
  --color-background-pre: #282c34;
  --color-background-ins: #4a4629;
  --color-text-screen: #61dafb;
  --color-text-input: #ccc;
  --color-text-input-focus: #fff;
  --color-link: #6495ed;
  --color-link-visited: #c8a2c8;
  --color-link-hover: #add8e6;
  --color-text-main: #f0f0f0;
  --color-border-button: #444 #444 #555;
  --color-border-button-hover: #555 #666 #777;
  --color-border-button-focus: #777 #666 #666;
  --color-border-input: #555;
  --color-border-abbr: #aaa;
  --logo-primary: hsla(358, 75%, 49%, 0.95);
  --logo-secondary: hsla(0, 0%, 100%, 1);
  --test: #fff;
}

.fill-logo-primary {
  fill: var(--logo-primary);
}

.fill-logo-secondary {
  fill: var(--logo-secondary);
}

.ja {
  background: var(--test);
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--color-text-main);
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--color-background-pre);
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--color-border-abbr);
  cursor: help;
}

mark,
ins {
  background: var(--color-background-ins);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  overflow-x: hidden;
}

hr {
  background-color: var(--color-background-hr);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
}
@media (min-width: 640px) {
  ul,
  ol {
    margin: 0 0 1.5em 3em;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:not(.site-header a) {
  color: var(--color-link);
}
a:not(.site-header a):visited {
  color: var(--color-link-visited);
}
a:not(.site-header a):hover, a:not(.site-header a):focus, a:not(.site-header a):active {
  color: var(--color-link-hover);
}
a:not(.site-header a):focus {
  outline: thin dotted;
}
a:not(.site-header a):hover, a:not(.site-header a):active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: var(--color-border-button);
  border-radius: 3px;
  background: var(--color-background-button);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
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: var(--color-text-input);
  border: 1px solid var(--color-border-input);
  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: var(--color-text-input-focus);
}
.dark input[type=text],
.dark input[type=email],
.dark input[type=url],
.dark input[type=password],
.dark input[type=search],
.dark input[type=number],
.dark input[type=tel],
.dark input[type=range],
.dark input[type=date],
.dark input[type=month],
.dark input[type=week],
.dark input[type=time],
.dark input[type=datetime],
.dark input[type=datetime-local],
.dark input[type=color],
.dark textarea {
  background: #fff;
  color: #000;
}

select {
  border: 1px solid var(--color-border-input);
  display: block;
  width: 100%;
  padding: 10px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header,
.site-main,
.section-container,
.container-singular,
.container-main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1; /* Tvojih 10% iz Figme */
  z-index: 1;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(47, 41, 41, 0.66) 0%, rgba(19, 16, 16, 0.66) 100%);
  z-index: 2;
}
.site-footer > * {
  position: relative;
  z-index: 3;
}

.site-info a {
  color: #fff !important;
  text-decoration: none;
}
.site-info a:hover {
  text-decoration: underline !important;
}

#footer-callouts a, #footer-callouts a:hover, #footer-callouts a:visited {
  color: #fff;
}

.container-singular {
  display: block;
  padding-left: 0;
}
@media (min-width: 768px) {
  .container-singular {
    display: flex;
    gap: 24px;
    padding: 0;
  }
}
.container-singular .site-main {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-singular .site-main {
    max-width: 66.88%;
  }
}
.container-singular .widget-area {
  width: 100%;
}
@media (min-width: 768px) {
  .container-singular .widget-area {
    width: 33.12%;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header: CTA
--------------------------------------------- */
/* Header: CTA
--------------------------------------------- */
@media (min-width: 1024px) {
  .home .site-header__sep--desktop, .blog .site-header__sep--desktop, .page .site-header__sep--desktop, .archive .site-header__sep--desktop, .search .site-header__sep--desktop, .error404 .site-header__sep--desktop, .single-success_cases .site-header__sep--desktop, .post-template-fullwidth-single .site-header__sep--desktop, .page-template-builder .site-header__sep--desktop, .page-template-case-studies .site-header__sep--desktop, .page-template-course-catalog .site-header__sep--desktop {
    margin-bottom: 0px;
  }
}
.home .site-header__sep--responsive, .blog .site-header__sep--responsive, .page .site-header__sep--responsive, .archive .site-header__sep--responsive, .search .site-header__sep--responsive, .error404 .site-header__sep--responsive, .single-success_cases .site-header__sep--responsive, .post-template-fullwidth-single .site-header__sep--responsive, .page-template-builder .site-header__sep--responsive, .page-template-case-studies .site-header__sep--responsive, .page-template-course-catalog .site-header__sep--responsive {
  margin-bottom: 0px;
}
.single .site-header__search {
  top: 181px;
}

.page-template-course-catalog #page {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-course-catalog #page {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .page-template-course-catalog #page {
    padding-bottom: 64px;
  }
}

.single-success_cases #page,
.page-template-builder #page {
  padding-bottom: 0 !important;
}

.product-template #page {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .product-template #page {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1024px) {
  .product-template #page {
    padding-bottom: 40px !important;
  }
}

/* Header: Language Switcher
--------------------------------------------- */
body {
  top: 0 !important;
}

body > .skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}

#google_translate_element select {
  background: #2b1a12;
  color: #fff4e4;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 8px 12px;
}

.language-flags img {
  width: 24px;
  height: 18px;
  cursor: pointer;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.language-flags img:hover {
  transform: scale(1.1);
  border-color: #999;
}

.custom-lang-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.custom-lang-dropdown button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
}

.custom-lang-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  padding: 5px 0;
  list-style: none;
  width: 160px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-lang-dropdown ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.custom-lang-dropdown ul li:hover {
  background: #f0f0f0;
}

/* Navigation
--------------------------------------------- */
@media (min-width: 1024px) {
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    position: absolute;
    top: 70px;
    left: -999em;
    z-index: 99999;
    float: left;
    padding: 10px 0;
    background: #131010;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .dark .main-navigation ul ul {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(19, 16, 16, 0.2509803922);
  }
  .main-navigation ul ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
    top: 20px;
    left: 100%;
    padding: 0;
    background: linear-gradient(90deg, #990000 0%, #FF5252 100%);
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .dark .main-navigation ul ul ul {
    background: linear-gradient(90deg, #990000 0%, #FF5252 100%);
  }
  .main-navigation ul ul ul li {
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #DA0000 0%, #FF9A9A 100%);
  }
  .main-navigation ul ul ul li:last-child {
    border-bottom: 0;
  }
  .dark .main-navigation ul ul ul li a {
    color: #fff;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: 100%;
  }
  .main-navigation ul ul li:hover > a,
  .main-navigation ul ul li .focus > a {
    background: linear-gradient(90deg, #DA0000 0%, #FF5252 100%);
  }
  .dark .main-navigation ul ul li:hover > a,
  .dark .main-navigation ul ul li .focus > a {
    color: #fff;
  }
  .main-navigation ul ul a {
    width: 256px;
    font-size: 16px;
    color: #fff;
    padding: 8px 24px;
  }
  .dark .main-navigation ul ul a {
    color: #000;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .main-navigation li.mega-menu:after {
    width: 110px;
    height: 20px;
  }
  .main-navigation li.depth--0:hover > .sub-menu, .main-navigation li.depth--0.focus > .sub-menu {
    top: 46px;
    opacity: 1;
    visibility: visible;
  }
  .home .main-navigation li.depth--0:hover > .sub-menu, .blog .main-navigation li.depth--0:hover > .sub-menu, .page .main-navigation li.depth--0:hover > .sub-menu, .archive .main-navigation li.depth--0:hover > .sub-menu, .search .main-navigation li.depth--0:hover > .sub-menu, .error404 .main-navigation li.depth--0:hover > .sub-menu, .single-success_cases .main-navigation li.depth--0:hover > .sub-menu, .post-template-fullwidth-single .main-navigation li.depth--0:hover > .sub-menu, .page-template-builder .main-navigation li.depth--0:hover > .sub-menu, .page-template-case-studies .main-navigation li.depth--0:hover > .sub-menu, .page-template-course-catalog .main-navigation li.depth--0:hover > .sub-menu, .home .main-navigation li.depth--0.focus > .sub-menu, .blog .main-navigation li.depth--0.focus > .sub-menu, .page .main-navigation li.depth--0.focus > .sub-menu, .archive .main-navigation li.depth--0.focus > .sub-menu, .search .main-navigation li.depth--0.focus > .sub-menu, .error404 .main-navigation li.depth--0.focus > .sub-menu, .single-success_cases .main-navigation li.depth--0.focus > .sub-menu, .post-template-fullwidth-single .main-navigation li.depth--0.focus > .sub-menu, .page-template-builder .main-navigation li.depth--0.focus > .sub-menu, .page-template-case-studies .main-navigation li.depth--0.focus > .sub-menu, .page-template-course-catalog .main-navigation li.depth--0.focus > .sub-menu {
    top: 47px;
  }
  .main-navigation li:not(.depth--0):hover > .sub-menu, .main-navigation li:not(.depth--0).focus > .sub-menu {
    top: 0px;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation li.menu-item-has-children > a {
    padding-right: 20px;
  }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 17px;
  }
}
@media (min-width: 1024px) and (min-width: 1100px) {
  .main-navigation a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .main-navigation a .pi {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 7px;
    transition: all 0.25s ease;
  }
  .main-navigation .depth--0:hover > a > .pi {
    top: 8px;
    transform: rotate(180deg);
  }
  .main-navigation .sub-menu li .pi {
    top: 14px;
    right: 10px;
    transform: rotate(-90deg);
    color: #fff;
  }
  .dark .main-navigation .sub-menu li .pi {
    color: #000;
  }
  .main-navigation .sub-menu li:hover .pi {
    color: #fff;
  }
  .main-navigation .depth--0.current_page_item > a,
  .main-navigation .depth--0.current-menu-item > a,
  .main-navigation .depth--0.current_page_ancestor > a,
  .main-navigation .depth--0.current-menu-ancestor > a {
    color: #da0000;
  }
}
@media (min-width: 1024px) {
  li.mega-menu {
    position: static;
  }
  li.mega-menu:hover .sub-menu, li.mega-menu.focus .sub-menu {
    top: 178px !important;
    visibility: visible;
    opacity: 1;
    left: 0;
  }
  li.mega-menu .sub-menu {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    height: auto;
    z-index: 100;
    padding: 32px 40px;
    display: grid;
    gap: 24px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  li.mega-menu .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
    background: linear-gradient(90deg, #131010 0%, #514848 50%, #131010 100%);
  }
  li.mega-menu .sub-menu li {
    position: relative;
    z-index: 99;
    background: linear-gradient(90deg, #FFFFFF 0%, #E0DDDD 100%);
    border-radius: 4px;
    outline: none !important;
  }
  li.mega-menu .sub-menu li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  li.mega-menu .sub-menu li a {
    border-radius: 4px;
    padding: 22px 24px;
  }
  li.mega-menu .sub-menu li:hover a,
  li.mega-menu .sub-menu li:hover .mega-menu__icon,
  li.mega-menu .sub-menu li:hover .mega-menu__description {
    color: #fff;
    background: transparent;
  }
  li.mega-menu .sub-menu li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(90deg, #DA0000 0%, #990000 100%);
  }
  li.mega-menu .sub-menu li:hover:before {
    width: 100%;
  }
  li.mega-menu .sub-menu li .mega-menu__icon {
    position: static;
  }
  li.mega-menu .sub-menu li .mega-menu__description {
    color: #131010;
  }
  li.mega-menu .sub-menu li .pi {
    color: #131010;
    font-size: 32px;
    transform: none;
  }
  li.mega-menu .sub-menu a {
    display: flex;
    width: 100%;
    font-size: 24px;
    color: #000;
  }
  li.mega-menu--type_1 .sub-menu li:last-child {
    display: flex;
    align-items: flex-end;
    grid-row: 1/span 3;
    grid-column-start: 3;
  }
  li.mega-menu--type_1 .sub-menu li:last-child a, li.mega-menu--type_1 .sub-menu li:last-child a:visited {
    position: static;
    color: #fff;
  }
  li.mega-menu--type_1 .sub-menu li:last-child a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  li.mega-menu--type_1 .sub-menu li:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 75, 154, 0.8) 50%, #004B9A 100%);
    z-index: -1;
  }
  li.mega-menu--type_2 .sub-menu {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1), li.mega-menu--type_2 .sub-menu li:nth-child(2) {
    grid-row: 1/span 3;
    height: 100%;
    min-height: 424px;
    display: flex;
    align-items: flex-end;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1) a, li.mega-menu--type_2 .sub-menu li:nth-child(2) a {
    color: #fff;
    z-index: 2;
    position: static;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1) a:before, li.mega-menu--type_2 .sub-menu li:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1):after, li.mega-menu--type_2 .sub-menu li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1) {
    grid-column: 1;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(1):after {
    background: linear-gradient(360deg, rgba(153, 0, 0, 0.75) 0.93%, rgba(153, 0, 0, 0.6) 50.46%, rgba(218, 0, 0, 0.075) 100%);
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(2) {
    grid-column: 2;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(2):after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 75, 154, 0.8) 50%, #004B9A 100%);
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(n+3) {
    grid-column: 3;
    grid-row: auto;
    display: flex;
    align-items: center;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(n+3):after {
    display: none;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(n+3) a {
    color: #000;
    font-size: 20px;
    padding: 16px 20px;
  }
  li.mega-menu--type_2 .sub-menu li:nth-child(n+3):hover a {
    color: #fff;
  }
}
/* TODO: fix admin bar and off canvas conflict. */
.admin-bar {
  position: static !important;
}
.admin-bar #off-canvas {
  top: 46px;
}
@media (min-width: 782px) {
  .admin-bar #off-canvas {
    top: 32px;
  }
}

.off-canvas__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.off-canvas__nav a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-left: 32px;
}
.dark .off-canvas__nav a {
  color: #fff;
}
.dark .off-canvas__nav a:visited {
  color: #fff;
}
.off-canvas__nav li {
  position: relative;
  display: block;
  padding: 10px 0;
  transition: background 0.2s ease;
}
.off-canvas__nav li:hover {
  background: linear-gradient(90deg, #DA0000 0%, #FF5252 100%);
}
.off-canvas__nav li:hover > a {
  color: #fff;
}
.off-canvas__nav li:hover .pi-arrow-down {
  color: #fff;
}
.off-canvas__nav li.active {
  background: linear-gradient(90deg, #DA0000 0%, #FF5252 100%);
  padding-bottom: 0;
}
.off-canvas__nav li.active > a {
  display: block;
  color: #fff;
  padding-bottom: 10px;
}
.off-canvas__nav li.active .pi-arrow-down {
  color: #fff;
}
.off-canvas__nav li > a:focus {
  outline: none;
}
.off-canvas__nav > li {
  border-bottom: 1px solid #e0dddd;
}
.dark .off-canvas__nav > li {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #514848 0%, #2F2929 100%) 1;
}
.off-canvas__nav .pi-arrow-down {
  position: absolute;
  top: 0;
  right: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PI Icons";
  font-size: 8px;
  color: #000;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.off-canvas__nav .pi-arrow-down.active {
  transform: rotate(180deg);
}
.dark .off-canvas__nav .pi-arrow-down {
  color: #fff;
}
.off-canvas__nav .sub-menu {
  display: none;
  padding: 0px 0 0px 10px;
  margin-left: 0;
  background: linear-gradient(90deg, #DA0000 0%, #990000 100%);
}
.off-canvas__nav .sub-menu > li {
  background: linear-gradient(90deg, #DA0000 0%, #990000 100%);
}
.off-canvas__nav .sub-menu li {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #DA0000 0%, #FF5252 100%) 1;
  padding: 8px 0;
}
.off-canvas__nav .sub-menu li:hover {
  background: transparent;
}
.off-canvas__nav .sub-menu li:hover > a {
  text-decoration: underline;
  outline: none;
}
.off-canvas__nav .sub-menu li:focus > a {
  text-decoration: underline;
  outline: none;
}
.off-canvas__nav .sub-menu li:last-child {
  border: none;
}
.off-canvas__nav .sub-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.off-canvas__nav .sub-menu .pi-arrow-down {
  top: 1px;
  right: 18px;
  width: 42px;
  height: 42px;
}
.off-canvas__nav .sub-menu .sub-menu a {
  padding-left: 10px;
}
.off-canvas__nav .active > .sub-menu {
  display: block;
}

.dropdown__button {
  background: none;
  border: 0;
}
.dropdown__button .pi {
  transition: all 0.25s ease-in-out;
}
.dropdown__menu {
  top: 80px; /* Position below the toggle button */
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(19, 16, 16, 0.2509803922);
  transition: all 0.25s ease-in-out;
}
.dropdown__item {
  position: relative;
  z-index: 2;
}
.dropdown__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, #D8E1FF 100%);
  transition: all 0.25s ease-in-out;
}
.dropdown__item--sun:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 207, 171, 0.7) 100%);
}
.dropdown__item:hover:before {
  width: 100%;
}
.dropdown--active .pi-arrow-down {
  transform: rotate(180deg);
}
.dropdown--active#theme-switcher .dropdown__menu {
  top: 57px;
}
@media (min-width: 380px) {
  .dropdown--active#theme-switcher .dropdown__menu {
    top: 61px;
  }
}
@media (min-width: 640px) and (max-width: 1024px) {
  .dropdown--active#theme-switcher .dropdown__menu {
    top: 71px;
  }
}
.dropdown--active .dropdown__menu {
  top: 56px;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 640px) and (max-width: 1024px) {
  .dropdown--active .dropdown__menu {
    top: 66px;
  }
}
@media (max-width: 380px) {
  .dropdown--active .dropdown__menu {
    top: 52px;
  }
}

.site-main .comment-navigation,
.site-main .pagination, .site-main .navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-previous,
.pagination .nav-previous, .navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.pagination .nav-next, .navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.nav-links {
  display: flex;
  gap: 8px;
}
.nav-links button.page-numbers {
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  border: none; /* Reset button default */
  background: transparent; /* Reset button default */
}
.nav-links .page-numbers {
  text-decoration: none;
  border-radius: 4px;
  border-color: #000;
  display: none;
  justify-content: center;
  margin-right: 24px;
  padding: 8px 10px;
  min-width: 40px;
  transition: color 0.2s ease-in-out;
}
.nav-links .page-numbers:hover {
  color: #766969;
}
.dark .nav-links .page-numbers:hover {
  color: #da0000;
}
.dark .nav-links .page-numbers {
  color: #fff;
}
@media (min-width: 640px) {
  .nav-links .page-numbers {
    display: flex;
    margin-right: 0px;
  }
}
.nav-links .page-numbers.current {
  padding: 8px 15px;
  border: 1px solid #000;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  max-width: 110px;
  width: 100%;
}
.dark .nav-links .page-numbers.next, .dark .nav-links .page-numbers.prev {
  border-color: #fff;
}
.nav-links .page-numbers.next:after, .nav-links .page-numbers.prev:before {
  content: "\ea01";
  font-family: "PI Icons";
  font-weight: bold;
  font-size: 6px;
  transform: rotate(90deg);
  margin: 1px 12px 0;
  display: inline-block;
}
.nav-links .page-numbers.prev:before {
  content: "\ea02";
}

/* Blog
--------------------------------------------- */
.blog-header {
  background: url(assets/images/hero-blog.png) no-repeat scroll center;
  background-size: cover;
}

.tax-product_cat header.mb-10,
.woo-hero {
  background: url(assets/images/hero-product-category.jpg) no-repeat scroll center;
  background-size: cover;
}

.page-description {
  color: rgba(224, 221, 221, 0.8980392157);
}

.hero-image::after {
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.dark .hero-image::after {
  opacity: 0.4;
}

.blog .entry-content p:last-child {
  margin-bottom: 0;
}

/* Posts and pages
--------------------------------------------- */
.post,
.page {
  margin: 0 0 1.5em;
}
.post.body,
.page.body {
  margin-bottom: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-content a, .entry-content a:visited {
  color: #004B9A !important;
  transition: color 0.25s ease-in-out;
}
.dark .entry-content a, .dark .entry-content a:visited {
  color: #5392ff !important;
}
.entry-content a:hover {
  color: #002C5F !important;
}
.dark .entry-content a:hover {
  color: #006dda !important;
}
.entry-content p {
  line-height: 1.5;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.comment-reply-title {
  color: #514848;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 32px;
}
.dark .comment-reply-title {
  color: #fff;
}
@media (min-width: 1024px) {
  .comment-reply-title {
    font-size: 30px;
    margin-top: 64px;
  }
}
.comment-reply-title a {
  text-decoration: none;
  color: #da0000 !important;
  padding-left: 10px;
}

.comment-form {
  color: #514848;
}
.dark .comment-form {
  color: #fff;
}
.comment-form label {
  display: block;
  margin-bottom: 5px;
}
.comment-form input, .comment-form textarea {
  border: 1px solid #998E8E;
  border-radius: 4px;
  padding: 10px 20px;
}
.comment-form input {
  max-width: 420px;
  width: 100%;
}
.comment-form input[type=submit] {
  width: auto;
  border: 0;
}
.comment-form-email {
  position: relative;
}
.comment-form-email:after {
  content: "\ea21";
  color: #998e8e;
  font-family: "PI Icons";
  position: absolute;
  top: 40px;
  left: 14px;
}
.comment-form-email input {
  padding-left: 40px !important;
}
.comment-form .submit {
  color: #fff;
  font-size: 16px;
  padding: 16px 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #005D2B 0%, #00AE56 100%);
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .comment-form .submit {
    font-size: 18px;
    padding: 20px 32px;
  }
}

.comment-wrap {
  border-bottom: 1px solid #e0dddd;
  transition: border 0.25s ease-in-out;
}
.comment-wrap:hover {
  border-color: #000;
}
.dark .comment-wrap {
  border-color: #2f2929;
}
.dark .comment-wrap:hover {
  border-color: #da0000;
}
.comment-list .children {
  margin-left: 27px;
}
@media (min-width: 640px) {
  .comment-list .children {
    margin-left: 54px;
  }
}
@media (min-width: 1024px) {
  .comment-list .children {
    margin-left: 108px;
  }
}
.comment-title {
  color: #514848;
}
.comment-author, .comment-author a {
  text-decoration: none;
  color: #000 !important;
}
.dark .comment-author, .dark .comment-author a {
  color: #fff !important;
}
.comment-awaiting-moderation {
  margin: 10px 0;
  padding: 10px;
  border-left: 10px solid #db1f24;
  display: block;
}
.comment-reply-link {
  color: #000;
  text-decoration: none;
}
.comment-reply-link:hover {
  text-decoration: underline;
}
.dark .comment-reply-link, .dark .comment-reply-link:hover {
  color: #000;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar-main .widget {
  border-bottom: 1px solid #e0dddd;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.dark .sidebar-main .widget {
  border-color: #2f2929;
}
.sidebar-main .wp-block-search__inside-wrapper {
  padding: 0;
  margin-bottom: 16px;
  border-color: #998E8E !important;
  border-radius: 4px;
}
.sidebar-main .wp-block-search__input {
  padding-left: 12px;
  color: #766969;
  border: 1px solid #998e8e;
}
.dark .sidebar-main .wp-block-search__input {
  border-color: #766969;
  color: #000;
}
.sidebar-main .wp-block-search__button {
  background: linear-gradient(90deg, #005D2B 0%, #00AE56 100%);
  font-size: 10px;
  border-radius: 4px;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #005D2B 0%, #00AE56 100%);
}
.sidebar-main .wp-block-search__button svg {
  min-height: 32px;
  min-width: 40px;
}

.sidebar-footer .widget {
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0px;
}
@media (min-width: 640px) {
  .sidebar-footer .widget {
    margin-bottom: 40px;
  }
}
.sidebar-footer .widget__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 640px) {
  .sidebar-footer .widget__title {
    margin-bottom: 30px;
  }
}
.sidebar-footer .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-footer .widget ul li {
  margin-bottom: 11px;
}
.sidebar-footer .widget a, .sidebar-footer .widget a:visited, .sidebar-footer .widget a:active {
  color: #fff;
  text-decoration: none;
}
.sidebar-footer .widget a:hover {
  color: #fff;
  text-decoration: underline;
}
.sidebar-footer .is-style-default {
  gap: 0.4em;
}
.sidebar-footer .is-style-default li {
  background: none !important;
}
.sidebar-footer .contact-text__hours, .sidebar-footer .contact-text a {
  color: #bbb5b5;
}
.sidebar-footer .contact-text__hours:hover, .sidebar-footer .contact-text__hours:visited, .sidebar-footer .contact-text a:hover, .sidebar-footer .contact-text a:visited {
  color: #bbb5b5;
}

.error404 select {
  outline: none;
  color: #000;
  max-width: 200px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.single-slider-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.single-slide {
  scroll-snap-align: start;
  width: 100%;
}

/* Osiguravamo da slike ne budu deformisane */
.single-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.splide .pre-price-wrapper,
.splide .current-price {
  font-size: 18px !important;
}
.splide__pagination {
  bottom: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  display: none !important;
}
@media (min-width: 480px) {
  .splide__pagination {
    display: block !important;
  }
}
.hero-slider .splide__pagination {
  text-align: center;
}
.splide__pagination__page {
  width: 16px !important;
  height: 16px !important;
}
.splide__pagination__page.is-active {
  transform: none !important;
  background: #da0000 !important;
}
.hero-slider .splide__pagination__page {
  opacity: 1;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-background-screen);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-text-screen);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Icons
--------------------------------------------- */
@font-face {
  font-family: "PI Icons";
  src: url("assets/fonts/PI Icons.ttf") format("truetype"), url("assets/fonts/PI Icons.eot") format("embedded-opentype"), url("assets/fonts/PI Icons.woff") format("woff");
}
.pi {
  font-family: "PI Icons" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pi-arrow-up:before {
  content: "\ea01";
}

.pi-arrow-down:before {
  content: "\ea02";
}

.pi-shipping:before {
  content: "\ea03";
}

.pi-clock:before {
  content: "\ea04";
}

.pi-license:before {
  content: "\ea05";
}

.pi-book:before {
  content: "\ea06";
}

.pi-globe:before {
  content: "\ea07";
}

.pi-badge:before {
  content: "\ea08";
}

.pi-calculate-material:before {
  content: "\ea09";
}

.pi-close:before {
  content: "\ea0a";
}

.pi-menu-toggle:before {
  content: "\ea0b";
}

.pi-sun:before {
  content: "\ea0c";
}

.pi-cart:before {
  content: "\ea0d";
}

.pi-moon:before {
  content: "\ea0e";
}

.pi-phone:before {
  content: "\ea0f";
}

.pi-info:before {
  content: "\ea10";
}

.pi-compare:before {
  content: "\ea11";
}

.pi-briefcase:before {
  content: "\ea12";
}

.pi-account:before {
  content: "\ea13";
}

.pi-mobile:before {
  content: "\ea14";
}

.pi-bell:before {
  content: "\ea15";
}

.pi-question-mark:before {
  content: "\ea16";
}

.pi-arrow-top-right:before {
  content: "\ea17";
}

.pi-tel:before {
  content: "\ea18";
}

.pi-send:before {
  content: "\ea19";
}

.pi-time:before {
  content: "\ea1a";
}

.pi-facebook:before {
  content: "\ea1b";
}

.pi-link:before {
  content: "\ea1c";
}

.pi-x:before {
  content: "\ea1d";
}

.pi-search:before {
  content: "\ea1e";
}

.pi-arrow-left:before {
  content: "\ea1f";
}

.pi-arrow-right:before {
  content: "\ea20";
}

.pi-envelope:before {
  content: "\ea21";
}

.pi-linkedin:before {
  content: "\ea22";
}

.pi-star:before {
  content: "\ea23";
}

.pi-lms-icon:before {
  content: "\ea24";
}

.pi-double-right:before {
  content: "\ea25";
}

.pi-double-left:before {
  content: "\ea26";
}

.pi-tag:before {
  content: "\ea27";
}

.pi-folder:before {
  content: "\ea28";
}

.pi-video:before {
  content: "\ea29";
}

.pi-checkmark:before {
  content: "\ea2a";
}

.pi-subtitles-gear:before {
  content: "\ea2b";
}

.pi-crowdsource:before {
  content: "\ea2c";
}

.pi-school:before {
  content: "\ea2d";
}

.pi-globe-book:before {
  content: "\ea2e";
}

.pi-telephone:before {
  content: "\ea2f";
}

.pi-message:before {
  content: "\ea30";
}

.pi-docs:before {
  content: "\ea31";
}

.pi-assignment:before {
  content: "\ea32";
}

.pi-plugin:before {
  content: "\ea33";
}

.pi-mindfulness:before {
  content: "\ea34";
}

.pi-development:before {
  content: "\ea35";
}

.pi-document_scanner:before {
  content: "\ea36";
}

.pi-handshake:before {
  content: "\ea37";
}

.pi-assignment_add:before {
  content: "\ea38";
}

.pi-settings_account_box:before {
  content: "\ea39";
}

.pi-on_device_training:before {
  content: "\ea3a";
}

.pi-rocket_launch:before {
  content: "\ea3b";
}

.pi-group-work:before {
  content: "\ea3c";
}

.pi-automation:before {
  content: "\ea3d";
}

.pi-cognition:before {
  content: "\ea3e";
}

.pi-ambulance:before {
  content: "\ea3f";
}

.pi-person_shield:before {
  content: "\ea40";
}

.pi-data_exploration:before {
  content: "\ea41";
}

.pi-personal-injury:before {
  content: "\ea42";
}

.pi-cards_star:before {
  content: "\ea43";
}

.pi-savings:before {
  content: "\ea44";
}

.pi-gavel:before {
  content: "\ea45";
}

.pi-settings_heart:before {
  content: "\ea46";
}

.pi-dvr:before {
  content: "\ea47";
}

.pi-widget:before {
  content: "\ea48";
}

.pi-certificate:before {
  content: "\ea49";
}

.pi-other_houses:before {
  content: "\ea4a";
}

.pi-groups:before {
  content: "\ea4b";
}

.pi-thunderstorm:before {
  content: "\ea4c";
}

.pi-connecting-airports:before {
  content: "\ea4d";
}

.pi-explore:before {
  content: "\ea4e";
}

.pi-online-prediction:before {
  content: "\ea4f";
}

.pi-drone:before {
  content: "\ea50";
}

.pi-phone-in-talk:before {
  content: "\ea51";
}

.pi-cloud-lock:before {
  content: "\ea52";
}

.pi-play-lesson:before {
  content: "\ea53";
}

.pi-lock-person:before {
  content: "\ea54";
}

.pi-folder-copy:before {
  content: "\ea55";
}

.pi-fact-check:before {
  content: "\ea56";
}

.pi-assured-workload:before {
  content: "\ea57";
}

.pi-build:before {
  content: "\ea58";
}

.pi-diversity:before {
  content: "\ea59";
}

.pi-contract:before {
  content: "\ea5a";
}

.pi-request-quote:before {
  content: "\ea5b";
}

.pi-shopping-cart:before {
  content: "\ea5c";
}

.pi-verified:before {
  content: "\ea5d";
}

.pi-contract-edit:before {
  content: "\ea5e";
}

.pi-location-city:before {
  content: "\ea5f";
}

.pi-cardiology:before {
  content: "\ea60";
}

.pi-multiple-airports:before {
  content: "\ea61";
}

.pi-rain-drop:before {
  content: "\ea62";
}

.pi-forest:before {
  content: "\ea63";
}

.pi-money-off:before {
  content: "\ea64";
}

.pi-house:before {
  content: "\ea65";
}

.pi-cards:before {
  content: "\ea66";
}

.pi-table-edit:before {
  content: "\ea67";
}

.pi-group:before {
  content: "\ea68";
}

.pi-chart:before {
  content: "\ea69";
}

.pi-blood-pressure:before {
  content: "\ea6a";
}

.pi-batch-prediction:before {
  content: "\ea6b";
}

.pi-rubric:before {
  content: "\ea6c";
}

.pi-authoring:before {
  content: "\ea6d";
}

.pi-interactive-space:before {
  content: "\ea6e";
}

.pi-display-settings:before {
  content: "\ea6f";
}

.pi-support-agent:before {
  content: "\ea70";
}

.pi-e911:before {
  content: "\ea71";
}

.pi-heath-and-safety:before {
  content: "\ea72";
}

.pi-achieve-cor:before {
  content: "\ea73";
}

.pi-construction:before {
  content: "\ea74";
}

.pi-whmis:before {
  content: "\ea75";
}

.pi-medical-services:before {
  content: "\ea76";
}

.pi-security:before {
  content: "\ea77";
}

.pi-apartment:before {
  content: "\ea78";
}

.pi-home-health:before {
  content: "\ea79";
}

.pi-local-shipping:before {
  content: "\ea7a";
}

.pi-detection-and-zone:before {
  content: "\ea7b";
}

.pi-cell-tower:before {
  content: "\ea7c";
}

.pi-p-achieve-cor:before {
  content: "\ea7d";
}

.pi-p-caduceus:before {
  content: "\ea7e";
}

.pi-p-hands:before {
  content: "\ea7f";
}

.pi-p-plane-cargo:before {
  content: "\ea80";
}

.pi-p-drone:before {
  content: "\ea81";
}

.pi-p-predriver:before {
  content: "\ea82";
}

.pi-location:before {
  content: "\ea83";
}

/*# sourceMappingURL=style.css.map */
