@charset "UTF-8";
/*!
Theme Name: AliPro
Theme URI: http://underscores.me/
Author: Mousehouse s.r.o.
Author URI: http://underscores.me/
Description: Description
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: ali-pro
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.

AliPro 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

--------------------------------------------------------------*/
/*horní pryč*/
/*--------------------------------------------------------------
# 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: none; }

/**
 * 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;
  scroll-behavior: smooth; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html,
body,
button,
input,
select,
optgroup,
textarea {
  color: #221B22;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (max-width: 1440px) {
    html,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 1.25vw; } }
  @media screen and (max-width: 600px) {
    html,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 18px; } }

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin-bottom: 1.5em;
  background-image: url(/wp-content/themes/ali-pro/images/quote.svg);
  background-repeat: no-repeat;
  background-size: 3.77778rem;
  background-position: left top; }
  blockquote cite {
    margin-left: 2.56rem;
    display: block;
    font-size: 1.11rem;
    padding-top: 2rem; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  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 #666;
  cursor: help; }

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

big {
  font-size: 125%; }

.no-wrap {
  white-space: nowrap; }

/* Elements
--------------------------------------------- */
html {
  scroll-padding-top: calc(1.84rem + 100px);
  padding-top: calc(1.84rem + 100px); }
  html.fixed-header {
    padding-top: 0; }

body {
  background: #fff;
  padding: 0;
  margin: 0; }

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

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

ul.alipro-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.alipro-list li {
    display: flex;
    align-items: first baseline;
    gap: 0.78rem;
    margin-bottom: 1rem; }
    ul.alipro-list li::before {
      content: '';
      display: block;
      flex-grow: 0;
      flex-shrink: 0;
      width: 0.5rem;
      height: 0.56rem;
      background-image: url(/wp-content/themes/ali-pro/images/list-bullet.svg);
      background-repeat: no-repeat;
      background-size: 0.5rem 0.5rem;
      background-position: left top; }

/* 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 {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
a.btn {
  border: none;
  border-radius: 0.55556rem;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  font-size: 1rem;
  letter-spacing: -0.025rem;
  padding: 0.83rem 1.78rem;
  text-decoration: none; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  a.btn:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='reset']:active,
  input[type='reset']:focus,
  input[type='submit']:active,
  input[type='submit']:focus,
  a.btn:active,
  a.btn:focus {
    border-color: #aaa #bbb #bbb; }

.wp-block-button__link {
  white-space: nowrap; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.alipro-overlay {
  filter: blur(20px); }

.site {
  display: grid;
  grid-template-columns: 23.5rem auto;
  grid-template-areas: "sidebar main" "footer footer";
  align-items: flex-start;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FBF2EE; }
  @media screen and (max-width: 1440px) {
    .site {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .site {
      grid-template-columns: auto;
      grid-template-areas: "main" "footer"; } }
  .woocommerce-page .site {
    grid-template-areas: "main main" "footer footer"; }
  .fixed-header .site {
    padding-top: 9.055556rem; }

.site-header {
  display: flex;
  align-items: center;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fbf2ee;
  padding: 0.8rem 2.89rem 1.04rem 2.89rem;
  transition: all 500ms ease-in-out; }
  @media screen and (max-width: 600px) {
    .site-header {
      padding: 36px 24px 24px; } }
  .site-header.fixed {
    background-color: white;
    box-shadow: 0 0.16667rem 0.16667rem rgba(0, 0, 0, 0.2); }

.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
  margin-bottom: 8rem;
  padding-left: 5.33rem;
  padding-right: 5.33rem;
  transition: all 500ms ease-in-out; }
  @media screen and (max-width: 600px) {
    .site-main {
      padding: 36px 24px 24px;
      margin-bottom: 2rem; } }

.site-title {
  display: none; }

.site-branding {
  width: 20%;
  /* .custom-logo {
    //margin-top: 1.277778rem;
  } */ }
  .site-branding .custom-logo-link img {
    width: 9rem; }
  .site-branding .site-description {
    display: none; }
  @media screen and (max-width: 600px) {
    .site-branding {
      width: 148px;
      margin-top: 7px; } }

.mobile-site-branding {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-site-branding {
      display: block;
      width: 148px;
      margin-bottom: 2.5rem; } }

.site-single {
  width: 44.22222rem; }
  @media screen and (max-width: 600px) {
    .site-single {
      width: 100%; } }
  .single-post .site-single.site-main, .single-alipro_poll .site-single.site-main {
    width: 57.78rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0; }
    @media screen and (max-width: 600px) {
      .single-post .site-single.site-main, .single-alipro_poll .site-single.site-main {
        width: 100%;
        padding: 24px; } }
    .single-post .site-single.site-main .entry-header .entry-title, .single-alipro_poll .site-single.site-main .entry-header .entry-title {
      font-size: 2.39rem;
      text-align: center;
      line-height: 1.21;
      letter-spacing: -0.0594rem;
      color: #221b22; }
      @media screen and (max-width: 600px) {
        .single-post .site-single.site-main .entry-header .entry-title, .single-alipro_poll .site-single.site-main .entry-header .entry-title {
          font-size: 24px;
          text-align: left;
          margin-bottom: 20px; } }
    .single-post .site-single.site-main .entry-header .entry-meta, .single-alipro_poll .site-single.site-main .entry-header .entry-meta {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 42px; }
      @media screen and (max-width: 600px) {
        .single-post .site-single.site-main .entry-header .entry-meta, .single-alipro_poll .site-single.site-main .entry-header .entry-meta {
          justify-content: left;
          margin-bottom: 26px; } }
      .single-post .site-single.site-main .entry-header .entry-meta .byline, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .byline {
        display: flex;
        align-items: center;
        order: -1;
        gap: 0.33rem; }
        .single-post .site-single.site-main .entry-header .entry-meta .byline .avatar, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .byline .avatar {
          width: 1.67rem;
          height: 1.67rem;
          border-radius: 50%; }
        .single-post .site-single.site-main .entry-header .entry-meta .byline .author, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .byline .author {
          padding-right: 0.61rem;
          margin-right: 0.61rem;
          border-right: 1px solid #dd9d68; }
          .single-post .site-single.site-main .entry-header .entry-meta .byline .author a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .byline .author a {
            color: #8f2d56;
            font-weight: 300;
            font-size: 1rem;
            text-decoration: none; }
            @media screen and (max-width: 600px) {
              .single-post .site-single.site-main .entry-header .entry-meta .byline .author a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .byline .author a {
                font-size: 14px; } }
      .single-post .site-single.site-main .entry-header .entry-meta .cat-links, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .cat-links {
        color: #8f2d56;
        font-weight: 300;
        font-size: 1rem; }
        @media screen and (max-width: 600px) {
          .single-post .site-single.site-main .entry-header .entry-meta .cat-links, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .cat-links {
            display: none; } }
        .single-post .site-single.site-main .entry-header .entry-meta .cat-links a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .cat-links a {
          color: #8f2d56;
          text-decoration: none; }
          @media screen and (max-width: 600px) {
            .single-post .site-single.site-main .entry-header .entry-meta .cat-links a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .cat-links a {
              display: none; } }
      .single-post .site-single.site-main .entry-header .entry-meta .posted-on, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .posted-on {
        padding-right: 0.61rem;
        margin-right: 0.61rem;
        border-right: 1px solid #dd9d68; }
        @media screen and (max-width: 600px) {
          .single-post .site-single.site-main .entry-header .entry-meta .posted-on, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .posted-on {
            border-right: 0; } }
        .single-post .site-single.site-main .entry-header .entry-meta .posted-on a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .posted-on a {
          color: #8f2d56;
          font-weight: 300;
          font-size: 1rem;
          text-decoration: none; }
          @media screen and (max-width: 600px) {
            .single-post .site-single.site-main .entry-header .entry-meta .posted-on a, .single-alipro_poll .site-single.site-main .entry-header .entry-meta .posted-on a {
              font-size: 14px; } }
    .single-post .site-single.site-main .post-thumbnail, .single-alipro_poll .site-single.site-main .post-thumbnail {
      width: 46.67rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3.44rem; }
      @media screen and (max-width: 600px) {
        .single-post .site-single.site-main .post-thumbnail, .single-alipro_poll .site-single.site-main .post-thumbnail {
          width: 100%; } }
      .single-post .site-single.site-main .post-thumbnail img, .single-alipro_poll .site-single.site-main .post-thumbnail img {
        width: 100%;
        border-radius: 0.56rem; }
    .single-post .site-single.site-main .entry-content, .single-alipro_poll .site-single.site-main .entry-content {
      width: 565px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 600px) {
        .single-post .site-single.site-main .entry-content, .single-alipro_poll .site-single.site-main .entry-content {
          width: 100%; } }
    .single-post .site-single.site-main .entry-footer, .single-alipro_poll .site-single.site-main .entry-footer {
      display: flex;
      padding: 1rem 0; }
      .single-post .site-single.site-main .entry-footer a, .single-alipro_poll .site-single.site-main .entry-footer a {
        color: #8f2d56;
        text-decoration: none; }

.widget-area.ali-side-menu {
  grid-area: sidebar;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1.11111rem;
  padding: 1.33rem;
  margin-left: 5.11rem;
  align-self: flex-start;
  position: fixed;
  top: 9.333333rem;
  width: 15.777778rem; }
  @media screen and (max-width: 600px) {
    .widget-area.ali-side-menu {
      display: none; } }
  .widget-area.ali-side-menu .ali-side-menu-title {
    margin-top: 0;
    padding-bottom: 0.28rem;
    margin-bottom: 1.3rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #dd9d68;
    text-transform: uppercase;
    border-bottom: 1px solid #dd9d68; }
  .widget-area.ali-side-menu .ali-side-menu-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  .widget-area.ali-side-menu .ali-side-menu-item {
    margin-bottom: 0.8rem; }
  .widget-area.ali-side-menu .ali-side-menu-link {
    color: #221b22;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }

.site-footer {
  grid-area: footer;
  padding-bottom: 0.88889rem;
  background-color: #1e555c;
  padding: 2rem 5.11rem; }
  @media screen and (max-width: 600px) {
    .site-footer {
      padding: 36px 24px 10px; } }

.site-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 1.11rem;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem; }
  @media screen and (max-width: 600px) {
    .site-footer-top {
      flex-direction: column;
      margin-top: 16px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 600px) {
    .site-footer-top > img:first-child {
      width: 100%;
      max-width: 330px; } }

.site-info {
  font-size: 0.67rem;
  font-weight: 300;
  color: white;
  text-align: right;
  padding-bottom: 1.11rem; }
  @media screen and (max-width: 600px) {
    .site-info {
      text-align: center;
      font-size: 0.89rem; } }

.site-footer-all {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .site-footer-all .site-footer-button a {
    background-color: #496b70;
    color: #fbf2ee;
    transition: all 150ms ease-in-out; }
    .site-footer-all .site-footer-button a:hover {
      background-color: #17c3b2;
      color: #fff; }
  @media screen and (max-width: 600px) {
    .site-footer-all {
      flex-direction: column; } }
  @media screen and (max-width: 600px) {
    .site-footer-all .site-footer-button {
      margin-bottom: 60px;
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .site-footer-all .site-footer-button .btn {
      width: 100%;
      display: block;
      text-align: center; } }

.site-footer-bottom {
  color: white;
  font-weight: 300;
  display: flex;
  align-items: top; }
  @media screen and (max-width: 600px) {
    .site-footer-bottom {
      flex-direction: column;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 50px; } }

.site-footer-text {
  margin-top: 1.56rem;
  margin-right: 2.78rem;
  font-size: 0.89rem;
  line-height: 2; }
  @media screen and (max-width: 600px) {
    .site-footer-text {
      margin-top: 0;
      margin-bottom: 0;
      width: 100%; } }

.site-footer-text h3 {
  color: #e89a5e;
  font-size: 0.78rem;
  font-weight: 400;
  margin-bottom: 0; }

.site-footer-text p {
  margin-top: 0; }

.site-footer-text a {
  color: white; }

.site-footer-top-right {
  display: flex;
  align-items: center;
  gap: 2.055556rem; }
  .site-footer-top-right a {
    text-decoration: none;
    color: white;
    margin-left: 0.56rem;
    margin-right: 0.56rem; }
  @media screen and (max-width: 600px) {
    .site-footer-top-right {
      flex-direction: column;
      margin-top: 1.6rem; } }

@media screen and (max-width: 600px) {
  .site-footer-top-right-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.site-footer-top-right-right img {
  width: 26px; }
  @media screen and (max-width: 600px) {
    .site-footer-top-right-right img {
      width: 34px; } }

.site-footer-top-right-left #footer-widget-area-top {
  display: flex;
  margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .site-footer-top-right-left #footer-widget-area-top {
      flex-wrap: nowrap !important; } }
.site-footer-top-right-left p {
  margin-top: 0;
  margin-bottom: 0; }

.mobile-navigation {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-navigation {
      display: none;
      grid-template-columns: auto;
      grid-template-areas: "logo" "menu1" "menu2";
      position: fixed;
      height: 100vh;
      width: 70vw;
      left: 0;
      top: 0;
      background-color: white; } }

.no-sidebar .site-main.center-page {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

:where(.wc-block-mini-cart__badge) {
  background-color: #227c9d !important;
  color: #e8edec !important; }

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: 'main' 'footer'; }
.no-sidebar .site-footer {
  grid-area: footer; }
.no-sidebar .site-main {
  grid-area: main;
  padding: 0 5.11rem; }
  @media screen and (max-width: 600px) {
    .no-sidebar .site-main {
      padding: 36px 12px 12px; } }
.no-sidebar .ttt {
  display: none; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-navigations {
  display: flex;
  width: 80%;
  transition: all 500ms ease-in-out; }
  @media screen and (max-width: 600px) {
    .site-navigations {
      z-index: 99999;
      position: fixed;
      flex-direction: column;
      left: -75vw;
      top: 0;
      width: 70vw;
      height: 100vh;
      background-color: white;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
      padding: 1.5rem;
      padding-top: 43px; } }
  .site-navigations.open {
    left: 0; }

.main-navigation,
.second-navigation {
  display: block;
  width: 50%;
  font-size: 1rem; }
  @media screen and (max-width: 600px) {
    .main-navigation,
    .second-navigation {
      width: auto; } }
  .main-navigation ul,
  .second-navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media screen and (max-width: 600px) {
      .main-navigation ul,
      .second-navigation ul {
        flex-direction: column;
        align-items: flex-start; } }
    .main-navigation ul ul,
    .second-navigation ul ul {
      box-shadow: 0 0.16667rem 0.16667rem rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      /* :hover > a,
      .focus > a {
      }

      a:hover,
      a.focus {
      } */ }
      .main-navigation ul ul ul,
      .second-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
      .second-navigation ul ul li:hover > ul,
      .second-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a,
      .second-navigation ul ul a {
        width: 11.11111rem; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .second-navigation ul li:hover > ul,
    .second-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li,
  .second-navigation li {
    position: relative;
    padding: 0 1rem; }
    @media screen and (max-width: 600px) {
      .main-navigation li,
      .second-navigation li {
        padding: 0;
        margin-bottom: 1.5rem; } }
  .main-navigation a,
  .second-navigation a {
    display: block;
    text-decoration: none;
    color: #221B22; }

.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .main-navigation {
      justify-content: flex-start;
      align-items: flex-start; } }

.second-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .second-navigation {
      flex-direction: column;
      align-items: flex-start;
      width: auto; } }
  .second-navigation ul {
    justify-content: flex-end; }
  .second-navigation li {
    padding: 0 0 0 1rem; }
    @media screen and (max-width: 600px) {
      .second-navigation li {
        padding: 0; } }
  .second-navigation .btn {
    margin-left: 1rem; }
    @media screen and (max-width: 600px) {
      .second-navigation .btn {
        margin-left: 0; } }

.main-navigation {
  width: 66.6%; }

/* Small menu. */
.menu-toggle {
  display: none;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
  top: 36px;
  right: 24px;
  width: 47px;
  height: 47px;
  background-color: #8f2d56;
  background-image: url(/wp-content/themes/ali-pro/images/hamburger.svg);
  background-repeat: no-repeat;
  background-size: 25px 16px;
  background-position: center;
  border-radius: 10px;
  padding: 0 0 0 47px;
  cursor: pointer; }
  .menu-toggle.close {
    background-image: url(/wp-content/themes/ali-pro/images/close-nav.svg);
    background-size: 16px 16px; }
  @media screen and (max-width: 600px) {
    .menu-toggle {
      display: block; } }

.comment-navigation, .posts-navigation, .post-navigation {
  display: flex;
  justify-content: space-between; }
  .comment-navigation a,
  .posts-navigation a,
  .post-navigation a {
    color: #8f2d56;
    text-decoration: none; }
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    margin: 0 0 1.5em; }
  .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem; }
    .comment-navigation .nav-links .nav-title, .posts-navigation .nav-links .nav-title, .post-navigation .nav-links .nav-title {
      font-weight: 300;
      font-size: 0.8rem; }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 0 0 35%; }
    .comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
      display: flex;
      flex-direction: column; }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 0 0 35%; }
    .comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
      display: flex;
      flex-direction: column; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.78; }
  .page-content strong,
  .entry-content strong,
  .entry-summary strong {
    font-weight: 500;
    letter-spacing: -0.01rem; }
  .page-content p,
  .entry-content p,
  .entry-summary p {
    margin-top: 0;
    margin-bottom: 1.11rem;
    letter-spacing: -0.01rem; }
  .page-content .wp-block-image,
  .entry-content .wp-block-image,
  .entry-summary .wp-block-image {
    margin-top: 2.5rem; }
    .page-content .wp-block-image img,
    .entry-content .wp-block-image img,
    .entry-summary .wp-block-image img {
      border-radius: 1.11111rem;
      margin-bottom: 1.11rem; }
    .page-content .wp-block-image .wp-element-caption,
    .entry-content .wp-block-image .wp-element-caption,
    .entry-summary .wp-block-image .wp-element-caption {
      text-align: right;
      font-size: 0.78rem;
      margin-top: 0; }
  .page-content h2.wp-block-heading,
  .entry-content h2.wp-block-heading,
  .entry-summary h2.wp-block-heading {
    font-size: 2.33rem;
    margin-bottom: 1.11rem;
    margin-top: 2.78rem;
    letter-spacing: -0.01333rem;
    line-height: 1.2; }
    @media screen and (max-width: 600px) {
      .page-content h2.wp-block-heading,
      .entry-content h2.wp-block-heading,
      .entry-summary h2.wp-block-heading {
        font-size: 32px; } }
  .page-content h3.wp-block-heading,
  .entry-content h3.wp-block-heading,
  .entry-summary h3.wp-block-heading {
    font-size: 1.33rem;
    color: #8f2d56;
    font-weight: 500;
    margin-bottom: 0.56rem;
    margin-top: 0;
    letter-spacing: -0.01333rem;
    line-height: 1.33; }
    @media screen and (max-width: 600px) {
      .page-content h3.wp-block-heading,
      .entry-content h3.wp-block-heading,
      .entry-summary h3.wp-block-heading {
        font-size: 18px; } }
  .page-content .author-box,
  .entry-content .author-box,
  .entry-summary .author-box {
    display: grid;
    grid-template-columns: 6rem auto;
    grid-template-rows: 2.055556rem 2.5rem 1.444444rem auto auto;
    grid-template-areas: "image name" "image position" "image content" "social content" "xxx content" "button button";
    column-gap: 1.944444rem;
    background: transparent linear-gradient(113deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.45) 100%) 0% 0% no-repeat padding-box;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 1.111111rem;
    padding: 1.666667rem 2.222222rem;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media screen and (max-width: 600px) {
      .page-content .author-box,
      .entry-content .author-box,
      .entry-summary .author-box {
        grid-template-columns: 108px auto;
        grid-template-rows: 50px 34px auto auto;
        grid-template-areas: "image name" "image position" "image social" "content content" "button button";
        margin-bottom: 4.5rem;
        background: none;
        border: none;
        padding: 1.666667rem 0rem;
        column-gap: 1rem; } }
    .page-content .author-box .author-avatar,
    .entry-content .author-box .author-avatar,
    .entry-summary .author-box .author-avatar {
      width: 6rem;
      grid-area: image; }
      .page-content .author-box .author-avatar img,
      .entry-content .author-box .author-avatar img,
      .entry-summary .author-box .author-avatar img {
        width: 100%;
        border-radius: 1.111111rem; }
      @media screen and (max-width: 600px) {
        .page-content .author-box .author-avatar,
        .entry-content .author-box .author-avatar,
        .entry-summary .author-box .author-avatar {
          margin-bottom: 32px; } }
    .page-content .author-box .author-name,
    .entry-content .author-box .author-name,
    .entry-summary .author-box .author-name {
      font-size: 1.333333rem;
      font-weight: 500;
      line-height: 1.333333;
      letter-spacing: -0.013333rem;
      color: #8f2d56;
      margin-bottom: 0.25rem;
      grid-area: name; }
      @media screen and (max-width: 600px) {
        .page-content .author-box .author-name,
        .entry-content .author-box .author-name,
        .entry-summary .author-box .author-name {
          font-size: 20px; } }
    .page-content .author-box .author-in,
    .entry-content .author-box .author-in,
    .entry-summary .author-box .author-in {
      grid-area: social;
      padding-top: 0.5rem;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 600px) {
        .page-content .author-box .author-in,
        .entry-content .author-box .author-in,
        .entry-summary .author-box .author-in {
          justify-content: flex-start;
          padding-top: 0; } }
      .page-content .author-box .author-in img,
      .entry-content .author-box .author-in img,
      .entry-summary .author-box .author-in img {
        width: 1.444444rem; }
    .page-content .author-box .author-note,
    .entry-content .author-box .author-note,
    .entry-summary .author-box .author-note {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.333333;
      letter-spacing: -0.01rem;
      color: #221b22;
      margin-bottom: 1rem;
      grid-area: position; }
      @media screen and (max-width: 600px) {
        .page-content .author-box .author-note,
        .entry-content .author-box .author-note,
        .entry-summary .author-box .author-note {
          margin-bottom: 0;
          font-size: 0.8rem; } }
    .page-content .author-box .author-description,
    .entry-content .author-box .author-description,
    .entry-summary .author-box .author-description {
      font: normal normal 300 18px/32px Rubik;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.777778;
      letter-spacing: -0.01rem;
      color: #221b22;
      margin-bottom: 2rem;
      grid-area: content; }
    .page-content .author-box .author-button,
    .entry-content .author-box .author-button,
    .entry-summary .author-box .author-button {
      width: 10rem;
      text-decoration: none;
      color: #227c9d;
      text-align: center;
      background-color: rgba(115, 210, 222, 0.15);
      border-radius: 0.55556rem;
      padding: 0.83rem 1.78rem;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: -0.025rem;
      line-height: 1.2;
      grid-area: button;
      margin-left: auto; }
      .page-content .author-box .author-button:hover,
      .entry-content .author-box .author-button:hover,
      .entry-summary .author-box .author-button:hover {
        background-color: #227c9d;
        color: #fff; }
      @media screen and (max-width: 600px) {
        .page-content .author-box .author-button,
        .entry-content .author-box .author-button,
        .entry-summary .author-box .author-button {
          margin: 0 auto; } }

.page .entry-content {
  margin-top: 0; }
  .page .entry-content #modal-ready *:first-child {
    margin-top: 0 !important; }

.entry-header {
  margin-top: 1.89rem;
  margin-bottom: 0.56rem; }
  .entry-header .entry-title {
    font-size: 2.33rem;
    margin-bottom: 0.75rem;
    text-align: center; }
  .posts-list .entry-header .entry-title {
    line-height: 1.2;
    font-weight: 500;
    text-align: left; }

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

.the-first-post,
.list-post {
  margin-bottom: 5rem; }
  @media screen and (max-width: 600px) {
    .the-first-post,
    .list-post {
      margin-bottom: 26px; } }
  .the-first-post .post-archive,
  .list-post .post-archive {
    display: grid;
    grid-template-columns: 135fr 152fr;
    grid-template-areas: "thumbnail title" "thumbnail content" "thumbnail button";
    column-gap: 6rem; }
    @media screen and (max-width: 600px) {
      .the-first-post .post-archive,
      .list-post .post-archive {
        grid-template-columns: auto;
        grid-template-areas: "thumbnail" "title" "content" "button";
        column-gap: 6rem; } }
  .the-first-post .entry-header,
  .list-post .entry-header {
    grid-area: title;
    margin-top: 0;
    margin-bottom: 0; }
    .the-first-post .entry-header h1,
    .the-first-post .entry-header h2,
    .list-post .entry-header h1,
    .list-post .entry-header h2 {
      margin-top: 0;
      margin-bottom: 0.89rem;
      font-size: 2.39rem;
      font-weight: 700;
      line-height: 1.21;
      letter-spacing: -0.05944rem;
      color: #221b22; }
      .the-first-post .entry-header h1 a,
      .the-first-post .entry-header h2 a,
      .list-post .entry-header h1 a,
      .list-post .entry-header h2 a {
        color: #221b22;
        text-decoration: none; }
  .the-first-post .post-thumbnail,
  .list-post .post-thumbnail {
    grid-area: thumbnail;
    position: relative; }
    .the-first-post .post-thumbnail img,
    .list-post .post-thumbnail img {
      border-radius: 0.55556rem; }
      @media screen and (max-width: 600px) {
        .the-first-post .post-thumbnail img,
        .list-post .post-thumbnail img {
          min-width: 100%; } }
    .the-first-post .post-thumbnail .cat-links,
    .list-post .post-thumbnail .cat-links {
      position: absolute;
      left: 0.89rem;
      top: 0.89rem; }
      .the-first-post .post-thumbnail .cat-links .post-categories,
      .list-post .post-thumbnail .cat-links .post-categories {
        display: flex;
        gap: 0.67rem;
        margin: 0;
        padding: 0;
        list-style: none; }
        .the-first-post .post-thumbnail .cat-links .post-categories a,
        .list-post .post-thumbnail .cat-links .post-categories a {
          display: block;
          color: #fff;
          background: #8f2d56;
          border-radius: 0.55556rem;
          font-size: 0.78rem;
          font-weight: 500;
          text-decoration: none;
          padding: 0.33rem 0.67rem; }
  .the-first-post .entry-meta,
  .list-post .entry-meta {
    display: flex;
    align-items: center; }
    .the-first-post .entry-meta .byline,
    .list-post .entry-meta .byline {
      display: flex;
      align-items: center; }
    .the-first-post .entry-meta .author,
    .list-post .entry-meta .author {
      margin-right: 1.28rem; }
      .the-first-post .entry-meta .author a,
      .list-post .entry-meta .author a {
        color: #8f2d56;
        text-decoration: none;
        letter-spacing: -0.01rem;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.78; }
        @media screen and (max-width: 600px) {
          .the-first-post .entry-meta .author a,
          .list-post .entry-meta .author a {
            font-size: 14px; } }
    .the-first-post .entry-meta .posted-on a,
    .list-post .entry-meta .posted-on a {
      color: #8f2d56;
      text-decoration: none;
      letter-spacing: -0.01rem;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.78; }
      @media screen and (max-width: 600px) {
        .the-first-post .entry-meta .posted-on a,
        .list-post .entry-meta .posted-on a {
          font-size: 14px; } }
    .the-first-post .entry-meta .avatar,
    .list-post .entry-meta .avatar {
      width: 1.66667rem;
      height: 1.66667rem;
      border-radius: 50%;
      margin-right: 0.33rem; }
  .the-first-post .entry-content,
  .list-post .entry-content {
    grid-area: content;
    margin-top: 0; }
  .the-first-post .entry-footer,
  .list-post .entry-footer {
    grid-area: button; }
    .the-first-post .entry-footer .button,
    .list-post .entry-footer .button {
      display: inline-block;
      transition: all 150ms ease-in-out;
      text-decoration: none;
      color: #227c9d;
      text-align: center;
      background-color: rgba(115, 210, 222, 0.15);
      border-radius: 0.55556rem;
      padding: 0.83rem 1.78rem;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: -0.025rem;
      line-height: 1.2; }
      .the-first-post .entry-footer .button:hover,
      .list-post .entry-footer .button:hover {
        background-color: #227c9d;
        color: #fff; }
      @media screen and (max-width: 600px) {
        .the-first-post .entry-footer .button,
        .list-post .entry-footer .button {
          width: 100%;
          margin-top: 10px; } }

.the-first-post .entry-header {
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 600px) {
    .the-first-post .entry-header h2 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px;
      margin-top: 20px; } }
.the-first-post .entry-title {
  text-align: left; }

.posts-list-headline {
  text-align: center;
  margin-bottom: 2rem; }

.list-post {
  width: 21.77778rem; }
  @media screen and (max-width: 600px) {
    .list-post {
      width: 100%; } }
  .single-post .site-single.site-main .list-post {
    width: 18.111111rem;
    margin-bottom: 2rem; }
  .list-post .post-archive {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "thumbnail" "title" "content";
    column-gap: 6rem; }
  .list-post .entry-header, .single-post .site-single.site-main .list-post .entry-header {
    display: flex;
    flex-direction: column; }
    .list-post .entry-header h1,
    .list-post .entry-header h2, .single-post .site-single.site-main .list-post .entry-header h1,
    .single-post .site-single.site-main .list-post .entry-header h2 {
      margin-top: 0;
      margin-bottom: 0.56rem;
      font-size: 1.33rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.03333rem;
      color: #221b22; }
      .list-post .entry-header h1 a,
      .list-post .entry-header h2 a, .single-post .site-single.site-main .list-post .entry-header h1 a,
      .single-post .site-single.site-main .list-post .entry-header h2 a {
        color: #221b22;
        text-decoration: none; }
  .single-post .site-single.site-main .list-post .entry-header h1,
  .single-post .site-single.site-main .list-post .entry-header h2 {
    text-align: left;
    align-self: flex-start;
    line-height: 1.22;
    font-weight: 500;
    font-size: 1.2rem; }
  .list-post .post-thumbnail {
    margin-bottom: 0.94rem;
    width: 21.777778rem; }
    @media screen and (max-width: 600px) {
      .list-post .post-thumbnail {
        width: 100%; } }
  .single-post .site-single.site-main .list-post .post-thumbnail {
    width: 18.111111rem;
    margin-bottom: 0.5rem; }
  .list-post .entry-meta, .single-post .site-single.site-main .list-post .entry-meta {
    order: -1;
    margin-bottom: 0.28rem; }
    .list-post .entry-meta .author, .single-post .site-single.site-main .list-post .entry-meta .author {
      display: none; }
    .list-post .entry-meta .posted-on a, .single-post .site-single.site-main .list-post .entry-meta .posted-on a {
      color: #221b22;
      letter-spacing: 0;
      font-size: 0.78rem;
      line-height: 1;
      opacity: 0.5; }
    .list-post .entry-meta .avatar, .single-post .site-single.site-main .list-post .entry-meta .avatar {
      display: none; }
  .single-post .site-single.site-main .list-post .entry-meta {
    align-self: flex-start;
    text-align: left; }
    .single-post .site-single.site-main .list-post .entry-meta .posted-on {
      border: none; }
  .list-post .entry-content {
    font-size: 0.89rem;
    line-height: 1.44;
    letter-spacing: -0.02222rem; }
  .single-post .site-single.site-main .list-post .entry-content {
    font-size: 0.89rem;
    line-height: 1.44;
    letter-spacing: -0.02222rem;
    width: auto; }
  .list-post .entry-footer, .single-post .site-single.site-main .list-post .entry-footer {
    display: none; }

.posts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media screen and (max-width: 600px) {
  .archive .page-title {
    font-size: 32px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px; } }

.page-template-full-width .page .attachment-question-large {
  border-radius: 1.11111rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.11rem;
  margin-top: 2.5rem; }

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

.bypostauthor {
  display: block; }

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

#header-widget-area {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 600px) {
    #header-widget-area {
      flex-direction: column;
      align-items: flex-start; } }
  @media screen and (max-width: 600px) {
    #header-widget-area .widget_block:first-child {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 600px) {
    #header-widget-area .wc-block-customer-account__account-icon {
      padding-left: 0.5rem;
      padding-right: 1.3rem; } }
  #header-widget-area .widget,
  #header-widget-area p {
    margin: 0 0.5em 0 0;
    padding: 0; }
  #header-widget-area .wp-block-woocommerce-customer-account
  a
  .wc-block-customer-account__account-icon {
    margin: 0;
    padding-bottom: 0.25em; }

.wc-block-mini-cart__drawer .wp-block-woocommerce-filled-mini-cart-contents-block h2 {
  font-size: 24px;
  margin-top: 40px; }
.wc-block-mini-cart__drawer a {
  text-decoration: none; }

.wc-block-components-product-name:visited {
  color: #221b22; }

.wc-block-components-button {
  color: transparent !important;
  background-color: #eaf2f2 !important; }
  .wc-block-components-button:hover {
    color: #fff !important;
    background-color: #227c9d !important; }

.wc-block-components-button__text {
  color: #227c9d; }
  .wc-block-components-button:hover .wc-block-components-button__text {
    color: #fff; }

.wc-block-components-sale-badge {
  display: none; }

.wc-block-cart-item__prices {
  display: none; }

.wc-block-cart-item__wrap .wc-block-components-product-badge {
  display: none; }
.wc-block-cart-item__wrap .wc-block-components-product-name {
  padding-right: 1rem; }

.wc-block-components-product-metadata__description {
  display: none; }

.wp-block-woocommerce-customer-account {
  box-sizing: unset; }
  .wp-block-woocommerce-customer-account a {
    padding-left: 0; }

/* 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
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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: -0.06rem;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0.16667rem;
    box-shadow: 0 0 0.11111rem 0.11111rem rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 0.27778rem;
    line-height: normal;
    padding: 0.83rem 1.28rem 0,78rem;
    text-decoration: none;
    top: 0.28rem;
    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; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

/* Sizes
--------------------------------------------- */
.mw-826 {
  max-width: 826px; }

.mw-608 {
  max-width: 608px; }

/* WP Pop Up
--------------------------------------------- */
/** styled modal **/
.modal-wrapper {
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */ }

.modal-wrapper .wp-post-modal {
  position: relative;
  background-color: #fff;
  margin: 10vh auto;
  /* 10vh from the top and centered */
  padding: 2.67rem 3.78rem 1.11rem 3.78rem;
  width: 45.77778rem;
  /* Could be more or less, depending on screen size */
  transition: all 2s ease;
  box-shadow: 0px 0px 1.66667rem #211b2233;
  border-radius: 1.11111rem; }

.modal-wrapper .wp-post-modal .close-modal {
  background: transparent;
  position: absolute;
  top: -0.39rem;
  right: 0.77778rem;
  font-size: 2em;
  font-weight: 300;
  color: #333;
  padding: 0.28rem;
  cursor: pointer; }

.modal-wrapper .wp-post-modal h1 {
  font-size: 3.11rem;
  margin: 1,94rem 0; }

.modal-wrapper .wp-post-modal .entry-content p {
  font-size: 0.89rem; }

.modal-wrapper .wp-post-modal .loading {
  display: block;
  width: 5.55556rem;
  margin: auto;
  padding: 25vh 0; }

.modal-wrapper .wp-post-modal p {
  font-size: 0.89rem;
  text-rendering: optimizeLegibility;
  color: #444;
  line-height: 1.5em;
  margin-bottom: 0.8em; }

.modal-wrapper .wp-post-modal h1 {
  font-size: 2.5em;
  margin: 0.3em 0; }

.modal-wrapper .wp-post-modal h2 {
  font-size: 2em;
  margin: 0.3em 0; }

.modal-wrapper .wp-post-modal h3 {
  font-size: 1.75em;
  margin: 0.3em 0; }

.modal-wrapper .wp-post-modal h4 {
  font-size: 1.5em;
  margin: 0.3em 0; }

.modal-wrapper .wp-post-modal h5 {
  font-size: 1.25em;
  margin: 0.3em 0; }

.modal-wrapper .wp-post-modal h6 {
  font-size: 1em;
  margin: 0.3em 0;
  line-height: 1.5em; }

.modal-content {
  padding: 0 0.7em 0em 0.5em; }

.modal-wrapper .wp-post-modal ul li,
.modal-wrapper .wp-post-modal ol li {
  line-height: 1em;
  padding-bottom: 0.5em;
  text-align: justify; }

.modal-wrapper .wp-post-modal ul li {
  list-style: disc;
  margin-left: 1.67rem; }

.modal-wrapper .wp-post-modal ol li {
  list-style: decimal;
  margin-left: 1.67rem; }

.modal-wrapper .wp-post-modal ol ol {
  padding: 0.6em; }

.modal-wrapper .wp-post-modal dt {
  font-weight: bold;
  text-decoration: underline; }

.modal-wrapper .wp-post-modal dd {
  margin: 0;
  padding: 0.5em 0 0.5em 0; }

.modal-wrapper .wp-post-modal hr {
  border: 0;
  height: 1.66667rem;
  border-style: solid;
  border-color: #8c8c8c;
  border-width: 1px 0 0 0;
  border-radius: 1.11111rem;
  background-color: white;
  margin: 1.39rem; }

.modal-wrapper .wp-post-modal hr:before {
  display: block;
  content: '';
  height: 1.66667rem;
  margin-top: -1.72rem;
  border-style: solid;
  border-color: #8c8c8c;
  border-width: 0 0 1px 0;
  border-radius: 1.11111rem; }

.modal-wrapper .wp-post-modal blockquote {
  display: block;
  background: #fff;
  padding: 0.83rem 1.11rem 0.83rem 2.5rem;
  margin: 0 0 1.11rem;
  position: relative;
  /*Font*/
  font-family: Georgia, serif;
  font-size: 0.89rem;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  /*Borders - (Optional)*/
  border-left: 0.38889rem solid #009c7b;
  border-right: 0.05556rem solid #009c7b;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 0.11111rem 0.11111rem 0.83333rem #ccc;
  -webkit-box-shadow: 0.11111rem 0.11111rem 0.83333rem #ccc;
  box-shadow: 0.11111rem 0.11111rem 0.83333rem #ccc; }

.modal-wrapper .wp-post-modal blockquote::before {
  content: '\201C';
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 3.33rem;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 0.56rem;
  top: 0.28rem; }

.modal-wrapper .wp-post-modal blockquote::after {
  /*Reset to make sure*/
  content: ''; }

.modal-wrapper .wp-post-modal blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 0.17rem;
  color: #c76c0c; }

.modal-wrapper .wp-post-modal blockquote a:hover {
  color: #666; }

.modal-wrapper .wp-post-modal blockquote em {
  font-style: italic; }

.modal-wrapper .wp-post-modal blockquote cite {
  color: #999999;
  font-size: 0.78rem;
  display: block;
  margin-top: 0.28rem; }

.modal-wrapper .wp-post-modal blockquote cite:before {
  content: '\2014 \2009'; }

.modal-wrapper .wp-post-modal table {
  color: #757575;
  font-size: 1em;
  line-height: 2;
  margin: 0 0 1.33rem;
  width: 100%; }

.modal-wrapper .wp-post-modal input[type='password'] {
  margin: 0.28rem 0 0.56rem;
  width: 25%;
  padding: 0.39rem 0 0.39rem 0.22rem;
  border: 1px solid #e3e3e3; }

div[data-darujme-widget-token] iframe {
  width: 100% !important;
  border: none !important; }
  div[data-darujme-widget-token] iframe .widget-head {
    background-color: black; }

/* Kamil
--------------------------------------------- */
.polls-block-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 3.5%;
  row-gap: 44px; }
  .polls-block-grid .polls-block,
  .polls-block-grid .polls-block--question {
    width: 31%;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1.11111rem; }
    .polls-block-grid .polls-block .polls-block-article,
    .polls-block-grid .polls-block--question .polls-block-article {
      padding: 1.5rem;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .polls-block-grid .polls-block .polls-block-article .entry-header,
      .polls-block-grid .polls-block--question .polls-block-article .entry-header {
        margin-bottom: 0; }
        .polls-block-grid .polls-block .polls-block-article .entry-header h2,
        .polls-block-grid .polls-block--question .polls-block-article .entry-header h2 {
          margin-bottom: 0; }
      .polls-block-grid .polls-block .polls-block-article .entry-content,
      .polls-block-grid .polls-block--question .polls-block-article .entry-content {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .polls-block-grid .polls-block .polls-block-article .entry-footer,
      .polls-block-grid .polls-block--question .polls-block-article .entry-footer {
        margin-top: auto; }
        .polls-block-grid .polls-block .polls-block-article .entry-footer .button,
        .polls-block-grid .polls-block--question .polls-block-article .entry-footer .button {
          width: 100%;
          color: #227c9d; }
        .polls-block-grid .polls-block .polls-block-article .entry-footer a:hover,
        .polls-block-grid .polls-block--question .polls-block-article .entry-footer a:hover {
          color: white; }
    .polls-block-grid .polls-block .entry-header,
    .polls-block-grid .polls-block--question .entry-header {
      margin-top: 0; }
      .polls-block-grid .polls-block .entry-header a,
      .polls-block-grid .polls-block--question .entry-header a {
        text-decoration: none;
        color: #221b22; }
      .polls-block-grid .polls-block .entry-header h2,
      .polls-block-grid .polls-block--question .entry-header h2 {
        margin-top: 0; }
    .polls-block-grid .polls-block .entry-content p,
    .polls-block-grid .polls-block--question .entry-content p {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .polls-block-grid .polls-block,
      .polls-block-grid .polls-block--question {
        width: 100%; } }

.single-alipro_question .polls-persons-filters,
.single-alipro_voting .polls-persons-filters {
  display: flex;
  gap: 2rem; }
  @media screen and (max-width: 600px) {
    .single-alipro_question .polls-persons-filters,
    .single-alipro_voting .polls-persons-filters {
      padding: 0;
      border-radius: 0;
      background-color: transparent; } }
  @media screen and (max-width: 600px) {
    .single-alipro_question .polls-persons-filters,
    .single-alipro_voting .polls-persons-filters {
      flex-direction: column;
      gap: 0.5rem; } }
  .single-alipro_question .polls-persons-filters .polls-persons-filter,
  .single-alipro_voting .polls-persons-filters .polls-persons-filter {
    display: flex;
    flex-direction: column;
    width: auto; }
    @media screen and (max-width: 600px) {
      .single-alipro_question .polls-persons-filters .polls-persons-filter,
      .single-alipro_voting .polls-persons-filters .polls-persons-filter {
        margin: 0.5rem 0 0 0; } }
  .single-alipro_question .polls-persons-filters select,
  .single-alipro_voting .polls-persons-filters select {
    margin-top: 0.5rem;
    background-color: #fff;
    font-size: 0.777rem;
    font-weight: 100;
    padding: 0.5rem;
    border-radius: 0.555rem;
    border: 1px solid #211b2226;
    width: 15rem; }
    @media screen and (max-width: 600px) {
      .single-alipro_question .polls-persons-filters select,
      .single-alipro_voting .polls-persons-filters select {
        width: 100%; } }
.single-alipro_question .entry-content p,
.single-alipro_voting .entry-content p {
  padding: 0 0 2rem 0; }
.single-alipro_question .postoj-aliance,
.single-alipro_voting .postoj-aliance {
  margin-left: auto; }

.single-alipro_question .entry-header,
.single-alipro_voting .entry-header {
  margin-bottom: 0.75rem !important; }
  .single-alipro_question .entry-header img,
  .single-alipro_voting .entry-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.25rem;
    border-radius: 0.56rem; }
  .single-alipro_question .entry-header .question-nav,
  .single-alipro_voting .entry-header .question-nav {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    list-style: none; }
    @media screen and (max-width: 600px) {
      .single-alipro_question .entry-header .question-nav,
      .single-alipro_voting .entry-header .question-nav {
        flex-direction: column;
        gap: 1rem; } }
    .single-alipro_question .entry-header .question-nav a,
    .single-alipro_voting .entry-header .question-nav a {
      text-decoration: none;
      font-weight: 500;
      color: rgba(34, 27, 34, 0.7);
      padding-bottom: 4px; }
    .single-alipro_question .entry-header .question-nav a:hover,
    .single-alipro_question .entry-header .question-nav .active a,
    .single-alipro_voting .entry-header .question-nav a:hover,
    .single-alipro_voting .entry-header .question-nav .active a {
      color: #221b22;
      border-bottom: 4px solid #843455; }
.single-alipro_question .entry-meta,
.single-alipro_voting .entry-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px; }
  @media screen and (max-width: 600px) {
    .single-alipro_question .entry-meta,
    .single-alipro_voting .entry-meta {
      justify-content: left;
      margin-bottom: 26px; } }
  .single-alipro_question .entry-meta .byline,
  .single-alipro_voting .entry-meta .byline {
    display: flex;
    align-items: center;
    order: -1;
    gap: 0.33rem; }
    .single-alipro_question .entry-meta .byline .author,
    .single-alipro_voting .entry-meta .byline .author {
      padding-right: 0.61rem;
      margin-right: 0.61rem;
      border-right: 1px solid #dd9d68; }
      .single-alipro_question .entry-meta .byline .author a,
      .single-alipro_voting .entry-meta .byline .author a {
        color: #8f2d56;
        font-weight: 300;
        font-size: 1rem;
        text-decoration: none; }
        @media screen and (max-width: 600px) {
          .single-alipro_question .entry-meta .byline .author a,
          .single-alipro_voting .entry-meta .byline .author a {
            font-size: 14px; } }
  .single-alipro_question .entry-meta .cat-links,
  .single-alipro_voting .entry-meta .cat-links {
    color: #8f2d56;
    font-weight: 300;
    font-size: 1rem; }
    @media screen and (max-width: 600px) {
      .single-alipro_question .entry-meta .cat-links,
      .single-alipro_voting .entry-meta .cat-links {
        display: none; } }
    .single-alipro_question .entry-meta .cat-links a,
    .single-alipro_question .entry-meta .cat-links .question-subheader-meta-category,
    .single-alipro_voting .entry-meta .cat-links a,
    .single-alipro_voting .entry-meta .cat-links .question-subheader-meta-category {
      color: #8f2d56;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .single-alipro_question .entry-meta .cat-links a,
        .single-alipro_question .entry-meta .cat-links .question-subheader-meta-category,
        .single-alipro_voting .entry-meta .cat-links a,
        .single-alipro_voting .entry-meta .cat-links .question-subheader-meta-category {
          display: none; } }
  .single-alipro_question .entry-meta .posted-on,
  .single-alipro_voting .entry-meta .posted-on {
    padding-right: 0.61rem;
    margin-right: 0.61rem;
    border-right: 1px solid #dd9d68; }
    @media screen and (max-width: 600px) {
      .single-alipro_question .entry-meta .posted-on,
      .single-alipro_voting .entry-meta .posted-on {
        border-right: 0; } }
    .single-alipro_question .entry-meta .posted-on a,
    .single-alipro_voting .entry-meta .posted-on a {
      color: #8f2d56;
      font-weight: 300;
      font-size: 1rem;
      text-decoration: none; }
      @media screen and (max-width: 600px) {
        .single-alipro_question .entry-meta .posted-on a,
        .single-alipro_voting .entry-meta .posted-on a {
          font-size: 14px; } }

.single-alipro_poll .polls-block-grid img {
  border-radius: 1.11rem; }

.question-subheader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem; }
  .question-subheader .question-subheader-meta {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 0.777rem; }
    .question-subheader .question-subheader-meta a,
    .question-subheader .question-subheader-meta .question-subheader-meta-category {
      color: #8f2d56 !important;
      background-color: #fbf2ee;
      border-radius: 0.55rem;
      padding: 0.555rem 1rem;
      margin-bottom: 0.8rem;
      font-weight: 400; }
  .question-subheader .question-subheader-date {
    font-weight: 300; }

.type-alipro_question h2 {
  font-weight: 400;
  font-size: 1.333rem; }

.post-type-archive-alipro_poll .polls-block-title {
  font-weight: 400;
  font-size: 1.333rem;
  margin-bottom: 2rem !important; }

.source {
  margin-top: 2.5rem;
  text-align: center;
  font-weight: 300; }
  .source a {
    text-decoration: none; }

.explanatory-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1rem;
  margin-left: 2rem; }
  @media screen and (max-width: 600px) {
    .explanatory-notes {
      flex-direction: column;
      justify-content: flex-start;
      gap: 0.5rem;
      margin-bottom: 2rem;
      margin-left: 1.111rem; } }
  .explanatory-notes .notes {
    display: flex;
    align-items: center; }
    .explanatory-notes .notes p {
      margin-bottom: 1rem;
      margin-left: 0.5rem;
      font-size: 0.888rem;
      font-weight: 300; }
      @media screen and (max-width: 600px) {
        .explanatory-notes .notes p {
          margin: 0 0 0 0.5rem; } }
  .explanatory-notes .shoda {
    margin-left: 0 !important; }

.explanatory-title {
  margin-left: 2rem; }
  @media screen and (max-width: 600px) {
    .explanatory-title {
      margin-left: 1.111rem;
      margin-bottom: 0.5rem; } }

.social-block {
  border-radius: 20px;
  border: 0.11111rem solid rgba(255, 255, 255, 0.75); }

.social-col-left {
  display: flex;
  justify-content: flex-end; }

.cff-wrapper {
  max-width: 500px; }

.alipro-law-post-item {
  margin-bottom: 2rem; }
  .alipro-law-post-item p {
    font-weight: 300;
    line-height: 1.78; }
  .alipro-law-post-item h3:first-of-type {
    margin-top: 0;
    margin-bottom: -0.5rem; }
  .alipro-law-post-item *:last-child {
    margin-bottom: 0; }

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

.voting-proti {
  color: #f15152; }

.voting-pro {
  color: #1e555c; }

.voting-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.voting-inner {
  padding: 1.5rem;
  border-radius: 1.1rem;
  background-color: #fefcfb; }

.voting-explanatory {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0; }

.explanatory-table {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 1rem; }
  @media screen and (max-width: 600px) {
    .explanatory-table {
      column-gap: 0.25rem; } }

.progres-voting {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center; }
  .progres-voting h4 {
    margin: 0 0 0.5rem 0;
    font-size: 0.889rem;
    font-weight: 300; }
  .progres-voting p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #919191;
    padding: 0.5rem;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    font-size: 0.778rem;
    font-weight: 300;
    text-align: center;
    line-height: 1; }
    .progres-voting p.active {
      background-color: #f15152; }
    .progres-voting p.finished {
      background-color: #227c9d; }
  .progres-voting .kolo {
    display: flex;
    justify-content: space-between;
    color: #fff; }

.progres-voting-icon {
  display: flex;
  justify-content: center;
  align-items: center; }
  .progres-voting-icon img {
    width: 1.487rem;
    height: 1.2rem; }

.voting-results {
  width: 100%;
  padding: 2rem;
  border-radius: 0 0 1.1rem 1.1rem;
  background-color: #fefcfb; }
  @media screen and (max-width: 600px) {
    .voting-results {
      padding-left: 16px;
      padding-right: 16px; } }

.voting-results-party {
  display: flex;
  flex-direction: column;
  align-items: center; }

.voting-results-party-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  width: 100%;
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    .voting-results-party-items {
      flex-direction: column; } }

.voting-results-party-item {
  display: flex;
  justify-content: space-between;
  width: calc(33.33% - (4rem / 3));
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(33, 27, 34, 0.1);
  height: 50px;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .voting-results-party-item {
      width: 100%; } }

.voting-results-party-item-name {
  flex-grow: 0;
  flex-shrink: 0;
  width: 67%;
  font-size: 0.88rem; }
  @media screen and (max-width: 600px) {
    .voting-results-party-item-name {
      width: 55%; } }

.voting-results-party-item-voting {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  column-gap: 10%;
  width: 18%; }
  @media screen and (max-width: 600px) {
    .voting-results-party-item-voting {
      width: 25%; } }

.voting-results-party-item-email {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 10%; }

.voting-results-party-item-voting-icon {
  flex-shrink: 0;
  flex-grow: 0;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .voting-results-party-item-voting-icon.icon-yes {
    background-image: url(/wp-content/themes/ali-pro/images/check-circle-fill.svg); }
  .voting-results-party-item-voting-icon.icon-no {
    background-image: url(/wp-content/themes/ali-pro/images/plus-circle-fill.svg); }
  .voting-results-party-item-voting-icon.icon-abstain {
    background-image: url(/wp-content/themes/ali-pro/images/icon-abstain.svg); }
  .voting-results-party-item-voting-icon.icon-not-voting {
    background-image: url(/wp-content/themes/ali-pro/images/icon-not-voting.svg); }

.voting-results-party-h {
  margin-bottom: 2rem;
  margin-top: 4rem; }
  .voting-results-party:first-child .voting-results-party-h {
    margin-top: 0; }

.single-alipro_voting .entry-meta .posted-on {
  border-right: none;
  padding-right: 0;
  margin-right: 0; }

.alipro-simple-datetime {
  font-size: 0.75rem;
  font-weight: 300; }

.polls-block--poll-summary {
  margin-bottom: 2rem;
  background-color: #8f2d56 !important; }
  .polls-block--poll-summary h2 a {
    color: #fbf2ee !important; }
  .polls-block--poll-summary .entry-footer a {
    background-color: #dd9d68;
    color: #8f2d56 !important; }

.into-voting-text {
  font-weight: 300;
  margin-bottom: 4rem; }

.polls-block-grid-center {
  justify-content: center; }

.single-alipro_voting .page-header-single-voting {
  width: 57.78rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

.voting-star {
  display: block;
  font-size: 200%;
  line-height: 0.25rem; }

/**
 * Filters
 */
.polls-persons-filters {
  width: 100%;
  padding: 2rem;
  border-radius: 1.1rem 1.1rem 0 0;
  background-color: #fefcfb; }

/**
 * Table
 */
.polls-persons-table {
  width: 100%;
  border-radius: 0 0 1.1rem 1.1rem;
  background-color: #fefcfb; }
  @media screen and (max-width: 600px) {
    .polls-persons-table {
      padding: 2rem 0 0 0;
      border-radius: 0;
      background-color: transparent; } }
  .polls-persons-table tr:last-child td {
    border-bottom: none; }
  .polls-persons-table th {
    font-size: 0.777rem;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(34, 27, 34, 0.7);
    text-align: left;
    padding: 0.56rem 2rem 0.56rem 2rem;
    border-bottom: 1px solid rgba(33, 27, 34, 0.1); }
    @media screen and (max-width: 600px) {
      .polls-persons-table th {
        display: none; } }
  .polls-persons-table td {
    font-size: 0.888rem;
    line-height: 1.2;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border-bottom: 1px solid rgba(33, 27, 34, 0.1); }
    @media screen and (max-width: 600px) {
      .polls-persons-table td {
        padding: 0.25rem 0.25rem 0.25rem 0;
        font-size: 15px; } }

@media screen and (max-width: 600px) {
  td.polls-persons-name {
    font-size: 14px; } }

td.polls-persons-party .polls-persons-party-wrapper {
  position: relative;
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    td.polls-persons-party .polls-persons-party-wrapper {
      font-size: 12px;
      font-weight: 300; } }
  td.polls-persons-party .polls-persons-party-wrapper .visible-mobile {
    display: none;
    font-weight: 400; }
    @media screen and (max-width: 600px) {
      td.polls-persons-party .polls-persons-party-wrapper .visible-mobile {
        display: inline; } }
  td.polls-persons-party .polls-persons-party-wrapper img {
    width: 42px;
    height: auto; }
  td.polls-persons-party .polls-persons-party-wrapper .person-number {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #227c9d;
    color: white;
    font-size: 10px;
    border-radius: 10px; }

@media screen and (max-width: 600px) {
  td.polls-persons-district {
    display: none; } }

@media screen and (max-width: 600px) {
  td.polls-persons-answer,
  td.polls-persons-text,
  td.polls-persons-button {
    padding-left: 8px;
    padding-right: 8px; } }
td.polls-persons-answer div,
td.polls-persons-text div,
td.polls-persons-button div {
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  @media screen and (max-width: 600px) {
    td.polls-persons-answer div,
    td.polls-persons-text div,
    td.polls-persons-button div {
      width: 18px; } }
@media screen and (max-width: 600px) {
  td.polls-persons-answer span,
  td.polls-persons-text span,
  td.polls-persons-button span {
    display: none; } }

.polls-persons-answer--ne {
  color: #e89a5e; }

.polls-persons-answer--ano {
  color: #17c3b2; }

.polls-persons-answer--nevim {
  color: #919191; }

.polls-persons-answer--null {
  color: #8f2d56; }

@media screen and (max-width: 600px) {
  td.polls-persons-button a {
    display: none; } }
td.polls-persons-button .visible-mobile {
  display: none; }
  @media screen and (max-width: 600px) {
    td.polls-persons-button .visible-mobile {
      display: block;
      width: 18px; } }

td.polls-persons-answer-text {
  overflow: hidden;
  font-weight: 300;
  font-size: 0.8rem; }

.polls-block .entry-header {
  margin-bottom: 18px !important; }
.polls-block .attachment-question-thumb {
  border-radius: 20px; }
.polls-block .entry-content--excerpt {
  font-size: 18px;
  line-height: 1.56;
  margin-top: 0;
  margin-bottom: 18px; }

.polls-block-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17; }

.the-first-post .post-thumbnail .cat-links .post-categories li:nth-child(n + 3),
.list-post .post-thumbnail .cat-links .post-categories li:nth-child(n + 3) {
  display: none; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-wide .password-input {
  display: flex; }
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input--password {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  min-width: 0 !important;
  width: calc(100% - 40px); }
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .show-password-input {
  width: 40px;
  height: auto;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/eye.svg);
  background-size: 35%; }

.voting-results-party-item-voting-percent {
  width: 5rem;
  padding: 3px 6px;
  border-radius: 3px;
  color: #1e555c;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: right; }
  .voting-results-party-item-voting-percent.low {
    background-color: #77c5e1;
    color: #fff; }
  .voting-results-party-item-voting-percent.medium {
    background-color: #38aad4;
    color: #fff; }
  .voting-results-party-item-voting-percent.high {
    background-color: #227c9d;
    color: #fff; }

.explanatory-second-table-wrapper {
  width: 100%;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1.1rem;
  background-color: #fefcfb; }

.explanatory-second-table {
  border-collapse: collapse;
  border: 1px solid rgba(33, 27, 34, 0.25);
  border-radius: 1.1rem;
  margin: 0; }
  .explanatory-second-table th,
  .explanatory-second-table td {
    padding: 0.5rem;
    text-align: left;
    border: 1px solid rgba(33, 27, 34, 0.25); }
  .explanatory-second-table th {
    font-weight: 400; }
  .explanatory-second-table td {
    font-weight: 300; }

@media screen and (max-width: 600px) {
  .explanatory-second-table-desktop {
    display: none; } }

.explanatory-second-table-mobile {
  display: none; }
  @media screen and (max-width: 600px) {
    .explanatory-second-table-mobile {
      display: table; } }

.explanatory-second-table-title {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.alipro-voting-stars {
  margin-top: 4rem; }

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