@charset "UTF-8";
/*!
Theme Name: Barebones
Theme URI: https://benchmark.co.uk/barebones
Author: Benchmark Studios
Author URI: https://benchmark.co.uk/
Description: A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond
Version: 3.X
License: MIT
License URI: https://mit-license.org/
Text Domain: barebones
*/
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Container
 */
/**
 * Colors
 */
/**
 * Spacing
 */
/**
* Font Sizes
*/
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
* {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
  color: inherit;
  display: inline-block;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: not-allowed;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  text-align: left;
}

/**
 * Breakpoints
 */
/**
 * Spacing
 */
/**
 * Fonts
 */
.font-base {
  font-family: Rubik, Helvetica, Arial, sans-serif;
}

.font-alt {
  font-family: Rubik, Helvetica, Arial, sans-serif;
}

/**
 * Font Sizes
 */
/**
 * Colors
 */
body {
  color: #000000;
  font-family: Rubik, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-size: 18px;
  font-size: 1.125rem;
}
body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
  margin-bottom: 27px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

a[href^=tel] {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-style: inherit;
}

/**
 * Rules
 */
hr {
  height: 1px;
  background-color: #000000;
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: 0;
}

input,
select,
textarea {
  background-color: #fbf2ee;
  border: solid 1px #000000;
  border-radius: 0;
  color: #000000;
  line-height: 40.5px;
  height: 40.5px;
  padding: 0 13.5px;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  background: transparent;
  border: 0;
  line-height: normal;
  height: auto;
  width: auto;
}

input[type=file] {
  line-height: normal;
  height: auto;
  padding: 6.75px 13.5px;
}

input[type=submit] {
  border-radius: 0;
}

input[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

select {
  line-height: normal;
  padding: 0;
  padding-left: 13.5px;
}

textarea {
  min-height: 108px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
  display: inline-block;
}

.form .form__group {
  display: block;
  margin-bottom: 27px;
}
.form .form__group .form__label {
  display: block;
  margin-bottom: 13.5px;
}

ul,
ol {
  margin-left: 27px;
}

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

.list--unstyled {
  margin-left: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 650;
}

em {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

h1 {
  font-size: 42px;
}
h1.post__title {
  margin-bottom: 32px;
}

h2 {
  font-size: 24px;
}

html,
body {
  background-color: #fbf2ee;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px 0 16px;
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 16px 0 16px;
  }
}

.main-narrow {
  width: 830px;
  max-width: 100%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  display: flex;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 132px;
}
@media screen and (max-width: 1000px) {
  .header {
    justify-content: space-between;
    margin-bottom: 66px;
  }
}

.header-logo img {
  width: 172px;
  height: auto;
}

.header-navigation {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .header-navigation {
    box-sizing: border-box;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 120px);
    padding: 1rem;
    background-color: white;
  }
}
.menu-open .header-navigation {
  display: block;
}
@media screen and (max-width: 1000px) {
  .header-navigation nav ul {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}

.footer {
  margin-top: 216px;
}

.btn {
  background-color: #8F2D56;
  color: #fbf2ee;
  border: 1px solid transparent;
  display: inline-block;
  padding: 6.75px 27px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: auto;
  transition: all 0.5s;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #fbf2ee;
  color: #8F2D56;
  border-color: #8F2D56;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn--inverse {
  background-color: #fbf2ee;
  color: #8F2D56;
  border: 1px solid #8F2D56;
}
.btn--inverse:hover {
  background-color: #8F2D56;
  color: #fbf2ee;
  border-color: transparent;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 6.75px;
}

.btn--link {
  background-color: transparent;
  color: #8F2D56;
}

/**
 * Hamburger menu
 */
.nav-burger {
  float: right;
  transition: all 250ms ease-in-out;
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #8F2D56;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1000px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/**
 * Navs
 */
.nav {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  list-style: none;
  margin: 0;
}
.nav > li > a {
  display: block;
  color: #000000;
  font-weight: 550;
}
.nav > li.current_page_item > a {
  color: #8F2D56;
}

@media screen and (max-width: 1000px) {
  .nav--header ul {
    list-style: none;
  }
}

.alert {
  padding: 27px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 27px;
}
.alert.alert--success {
  color: #5CB85C;
  border-color: #5CB85C;
}
.alert.alert--info {
  color: #444;
  border-color: #444;
}
.alert.alert--warning {
  color: #F0AD4E;
  border-color: #F0AD4E;
}
.alert.alert--danger {
  color: #D9534F;
  border-color: #D9534F;
}

/*--------------------------------------------------------------
# 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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.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";
  -moz-column-gap: 1.944444rem;
       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;
    -moz-column-gap: 1rem;
         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";
  -moz-column-gap: 6rem;
       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";
    -moz-column-gap: 6rem;
         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";
  -moz-column-gap: 6rem;
       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: 830px;
}

/* 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 rgba(33, 27, 34, 0.2);
  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)*/
  box-shadow: 0.11111rem 0.11111rem 0.83333rem #ccc;
}

.modal-wrapper .wp-post-modal blockquote::before {
  content: "“";
  /*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: "— ";
}

.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;
  -moz-column-gap: 3.5%;
       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-krq_question .polls-persons-filters,
.single-alipro_voting .polls-persons-filters {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 600px) {
  .single-krq_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-krq_question .polls-persons-filters,
  .single-alipro_voting .polls-persons-filters {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.single-krq_question .polls-persons-filters .polls-persons-filter,
.single-alipro_voting .polls-persons-filters .polls-persons-filter {
  display: flex;
  flex-direction: column;
  width: auto;
}

.polls-persons-filter label {
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .single-krq_question .polls-persons-filters .polls-persons-filter,
  .single-alipro_voting .polls-persons-filters .polls-persons-filter {
    margin: 0.5rem 0 0 0;
  }
}
.single-krq_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 rgba(33, 27, 34, 0.1490196078);
  width: 15rem;
}

@media screen and (max-width: 600px) {
  .single-krq_question .polls-persons-filters select,
  .single-alipro_voting .polls-persons-filters select {
    width: 100%;
  }
}
.single-krq_question .entry-content p,
.single-alipro_voting .entry-content p {
  padding: 0 0 2rem 0;
}

.single-krq_question .postoj-aliance,
.single-alipro_voting .postoj-aliance {
  margin-left: auto;
}

.single-krq_question .entry-header,
.single-alipro_voting .entry-header {
  margin-bottom: 0.75rem !important;
}

.single-krq_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-krq_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-krq_question .entry-header .question-nav,
  .single-alipro_voting .entry-header .question-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.single-krq_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-krq_question .entry-header .question-nav a:hover,
.single-krq_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-krq_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-krq_question .entry-meta,
  .single-alipro_voting .entry-meta {
    justify-content: left;
    margin-bottom: 26px;
  }
}
.single-krq_question .entry-meta .byline,
.single-alipro_voting .entry-meta .byline {
  display: flex;
  align-items: center;
  order: -1;
  gap: 0.33rem;
}

.single-krq_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-krq_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-krq_question .entry-meta .byline .author a,
  .single-alipro_voting .entry-meta .byline .author a {
    font-size: 14px;
  }
}
.single-krq_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-krq_question .entry-meta .cat-links,
  .single-alipro_voting .entry-meta .cat-links {
    display: none;
  }
}
.single-krq_question .entry-meta .cat-links a,
.single-krq_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-krq_question .entry-meta .cat-links a,
  .single-krq_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-krq_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-krq_question .entry-meta .posted-on,
  .single-alipro_voting .entry-meta .posted-on {
    border-right: 0;
  }
}
.single-krq_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-krq_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-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 {
  font-weight: 600;
  margin-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

@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;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media screen and (max-width: 600px) {
  .explanatory-table {
    -moz-column-gap: 0.25rem;
         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;
  -moz-column-gap: 2rem;
       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% - 1.3333333333rem);
  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;
  -moz-column-gap: 10%;
       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;
  }
}
td.polls-persons-name,
td.polls-persons-district,
td.polls-persons-answer {
  font-size: 16px;
  font-weight: 600;
}

@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: 400;
}

@media screen and (max-width: 600px) {
  td.polls-persons-party .polls-persons-party-wrapper {
    font-size: 12px;
    font-weight: 400;
  }
}
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;
  max-height: 42px;
}

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

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


