@charset "UTF-8";
/*
 * BREAKING POINTS
 */
/*
 * COLORS
 */
/*
 * TYPOGRAPHY
 */
/**
 * Helper mixins
*/
/* 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *  `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--coal);
  font-size: var(--wp--preset--font-size--normal);
  font-family: var(--wp--preset--font-family--manrope);
  line-height: 1.65;
  min-height: 100vh;
  height: 100%;
}
body.lock-scrolling {
  overflow: hidden;
}
body.single-post {
  background: var(--wp--preset--color--pale);
}
a {
  color: #222;
  text-decoration-color: #102A27;
}
a:hover {
  text-decoration-color: #222;
}
.is-layout-flex > :is(*, div) {
  max-width: 100%;
}
a, svg, input, button, textarea {
  transition: all 0.225s ease;
}
.background--pale {
  background: #F2EAE4;
}
.background--cream {
  background: #DED3C1;
}
.background--dark-green {
  background: #102A27;
}
.background--green {
  background: #5F887B;
}
.background--coal {
  background: #222;
}
.background--white {
  background: #FFF;
}
.background--black {
  background: #000;
}
.text--pale {
  color: #F2EAE4;
}
.text--cream {
  color: #DED3C1;
}
.text--dark-green {
  color: #102A27;
}
.text--green {
  color: #5F887B;
}
.text--coal {
  color: #222;
}
.text--white {
  color: #FFF;
}
.text--black {
  color: #000;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.5);
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site__header {
  z-index: 200;
}
.site__container {
  margin-left: auto;
  margin-right: auto;
}
.site__footer {
  margin-top: auto;
}
.header {
  align-items: center;
  background: var(--wp--preset--color--green);
  padding: var(--wp--preset--spacing--16) var(--wp--preset--spacing--32);
  position: sticky;
  top: 0;
}
.header .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.single-post .header {
  border-bottom: 1px solid var(--wp--preset--color--coal);
  background: var(--wp--preset--color--pale);
}
.primary-navigation-open .header {
  background: var(--wp--preset--color--pale);
  border-bottom: 1px solid var(--wp--preset--color--coal);
}
.header__logo {
  flex: 0 0 160px;
}
.header__logo svg {
  fill: var(--wp--preset--color--coal);
}
.header__navigation {
  align-items: center;
  display: flex;
}
.header .navigation__mobile {
  display: block;
}
@media (min-width: 720px) {
  .header .navigation__mobile {
    display: none;
  }
}
.header .navigation__mobile .button {
  background: none;
  margin: 0;
  padding: 0;
  height: 42px;
  border: 1px solid var(--wp--preset--color--coal);
  width: 57px;
}
.header .navigation__mobile .button .open {
  width: 21px;
}
.header .navigation__mobile .button .close {
  width: 15px;
  display: none;
}
.header .navigation__mobile .button--open .close {
  display: block;
}
.header .navigation__mobile .button--open .open {
  display: none;
}
.header .navigation__mobile .button svg {
  fill: var(--wp--preset--color--coal);
}
.header .navigation__menu > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 24px;
}
.header .navigation__menu > ul > li.button {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  height: auto;
  border: 0;
}
.header .navigation__menu > ul > li.button a {
  background: transparent;
  border: 1px solid var(--wp--preset--color--coal);
  color: var(--wp--preset--color--coal);
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 36px;
}
.header .navigation__menu > ul > li.button a:hover {
  background: var(--wp--preset--color--coal);
  color: var(--wp--preset--color--white);
}
@media (max-width: 720px) {
  .header .navigation__menu--primary {
    height: 100%;
    width: 100%;
    background: var(--wp--preset--color--pale);
    left: 0;
    position: fixed;
    top: 94px;
    display: none;
    transform: none;
  }
  .primary-navigation-open .header .navigation__menu--primary {
    display: block;
  }
  .admin-bar .header .navigation__menu--primary {
    top: 140px;
  }
  .header .navigation__menu--primary ul {
    flex-direction: column;
    margin-top: 40px;
    height: calc(100vh - 240px);
  }
  .header .navigation__menu--primary ul > li {
    margin: 0 0 var(--wp--preset--spacing--128);
  }
  .header .navigation__menu--primary ul > li a {
    text-align: center;
  }
  .header .navigation__menu--primary ul > li .item-title {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    opacity: 1;
    visibility: visible;
  }
  .header .navigation__menu--primary ul > li.button a {
    background: var(--wp--preset--color--coal);
    color: var(--wp--preset--color--white);
    font-size: 16px;
    padding: 20px 40px;
    border-radius: 36px;
  }
  .header .navigation__menu--primary ul.secondary > li {
    margin-bottom: 16px;
  }
}
.header .navigation__menu--primary a {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 720px) {
  .header .navigation__menu--primary a {
    font-size: 29px;
    font-weight: 300;
  }
}
.header .navigation__menu--primary a .menu-icon {
  display: block;
  height: 25px;
}
@media (max-width: 720px) {
  .header .navigation__menu--primary a .menu-icon {
    height: 32px;
    width: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 16px;
  }
}
.header .navigation__menu--primary a svg {
  fill: var(--wp--preset--color--coal);
}
@media (max-width: 720px) {
  .header .navigation__menu--primary a svg {
    height: 25px;
  }
}
.header .navigation__menu--primary a .item-title {
  display: block;
  line-height: 24px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.header .navigation__menu--primary a:hover {
  text-decoration: none;
}
.header .navigation__menu--primary a:hover svg {
  fill: var(--wp--preset--color--coal);
}
.header .navigation__menu--primary a:hover .item-title {
  visibility: visible;
  opacity: 1;
}
.footer {
  display: flex;
  flex-direction: row;
  color: var(--wp--preset--color--cream);
  padding: var(--wp--preset--spacing--128) var(--wp--preset--spacing--32);
}
.footer > .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .footer > .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .footer {
    flex-direction: column;
  }
}
.footer h4 {
  margin-top: 0;
}
.footer a {
  text-decoration: none;
  color: var(--wp--preset--color--cream);
}
.footer a:hover {
  text-decoration: underline;
}
.footer .codelab {
  font-size: 13px;
  color: #91897d;
}
.footer__details {
  flex: 0 1 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .footer__details {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
}
.footer__details .codelab {
  text-align: center;
  width: 100%;
  margin-top: 36px;
}
.footer__logo {
  align-items: center;
  display: flex;
  max-width: 160px;
}
@media (max-width: 720px) {
  .footer__logo {
    justify-content: center;
  }
}
.footer__logo svg {
  width: 100%;
  fill: currentColor;
}
@media (max-width: 720px) {
  .footer__logo svg {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__navigation ul {
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__navigation ul > li {
  margin-bottom: 24px;
}
.footer__navigation ul > li a {
  color: var(--wp--preset--color--cream);
  display: block;
}
@media (max-width: 720px) {
  .footer__navigation--socials {
    width: 100%;
  }
}
.footer__navigation--socials ul {
  display: flex;
  gap: 24px;
}
.footer__navigation--socials svg {
  fill: currentColor;
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--32);
}
.footer__copyright a {
  display: inline;
}
@media (max-width: 720px) {
  .footer__copyright {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
  }
}
.footer__contacts .contact-details {
  margin-bottom: 24px;
}
@media (max-width: 720px) {
  .footer__contacts .contact-details span {
    display: block;
  }
}
.work--single .work__thumbnail {
  margin-bottom: var(--wp--preset--spacing--64);
}
.work--single .work__thumbnail img {
  max-width: 100%;
}
.work--single .work__title {
  margin: var(--wp--preset--spacing--64) 0;
}
.work--single .work__meta {
  display: flex;
  gap: var(--wp--preset--spacing--64);
  margin-bottom: var(--wp--preset--spacing--64);
}
@media (max-width: 720px) {
  .work--single .work__meta {
    flex-direction: column;
  }
}
.work--single .work__meta dt, .work--single .work__meta dd {
  margin: 0;
}
.work--single .work__meta dt {
  margin-bottom: var(--wp--preset--spacing--16);
}
.work--single .work__meta dd {
  font-size: 24px;
}
.work--single .entry-content dt {
  margin-bottom: var(--wp--preset--spacing--16);
}
.work--single .entry-content p {
  font-size: 24px;
  max-width: 780px;
}
.work--single .entry-content .wp-block-migb-masonry-gallery {
  margin-top: var(--wp--preset--spacing--64);
}
#apie-mus img {
  max-height: calc(100vh - 150px);
  width: auto !important;
}
#rezervacija .amelia-v2-booking .am-fs__wrapper .fc-view-harness.fc-view-harness-active {
  height: auto;
  position: relative;
}
#rezervacija .amelia-v2-booking .am-fs__wrapper .fc-view-harness .fc-dayGridMonth-view.fc-view {
  height: auto;
  position: relative;
}
#rezervacija .amelia-v2-booking .am-fs__wrapper .fc-view-harness .fc-scroller.fc-scroller-liquid-absolute {
  position: relative;
}
.button {
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 40px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 32px 40px;
}
.button--primary {
  background: var(--wp--preset--color--dark-green);
  border: 1px solid var(--wp--preset--color--dark-green);
  color: 1px solid var(--wp--preset--color--green);
}
.button--secondary {
  border: 1px solid var(--wp--preset--color--green);
  color: 1px solid var(--wp--preset--color--white);
}
p {
  color: var(--wp--preset--color--primary);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 720px) {
  .only--mobile {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .only--mobile {
    display: block;
  }
}
@media (max-width: 720px) {
  .only--desktop {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .entry-content .flex-order--1 {
    order: 1;
  }
  .entry-content .flex-order--2 {
    order: 2;
  }
  .entry-content .flex-order--3 {
    order: 3;
  }
  .entry-content .flex-order--4 {
    order: 4;
  }
  .entry-content #darbai {
    overflow: hidden;
  }
}
.entry-content .wp-block-latest-posts .slick-dots {
  transform: none;
}
.entry-content .wp-block-latest-posts .slick-dots li {
  width: auto;
}
.entry-content .wp-block-latest-posts__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 720px) {
  .entry-content .wp-block-latest-posts__list.columns--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .entry-content .wp-block-latest-posts__list.columns--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-content .wp-block-latest-posts__list.columns--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry-content .wp-block-latest-posts__list.columns--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .entry-content .wp-block-latest-posts__list.columns--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .entry-content .wp-block-latest-posts__list.columns--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 720px) {
  .entry-content .wp-block-latest-posts__list {
    display: block;
  }
  .entry-content .wp-block-latest-posts__list.slick-initialized {
    width: 100vw;
    margin-left: -16px !important;
  }
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__single-post {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 720px) {
  .entry-content .wp-block-latest-posts__list .wp-block-latest-posts__single-post {
    margin: var(--wp--preset--spacing--16);
  }
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__single-post:hover .wp-block-latest-posts__container {
  opacity: 1;
  transform: translateY(0);
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__single-post:hover .wp-block-latest-posts__featured-image::after {
  opacity: 1;
}
.entry-content .wp-block-latest-posts__post-title {
  color: var(--wp--preset--color--pale);
  font-size: 36px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 300;
}
.entry-content .wp-block-latest-posts__read-more {
  margin-top: var(--wp--preset--spacing--32);
  color: var(--wp--preset--color--pale);
  border-color: var(--wp--preset--color--pale);
  width: fit-content;
}
.entry-content .wp-block-latest-posts__category {
  color: var(--wp--preset--color--pale);
  font-weight: 300;
  font-size: 16px;
  margin-bottom: var(--wp--preset--spacing--16);
}
.entry-content .wp-block-latest-posts__container {
  color: var(--wp--preset--color--pale);
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.225s ease;
  padding: 40px;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  flex-direction: column;
}
.entry-content .wp-block-latest-posts__container::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzEgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc0Nzk1OCAwLjg2OTU2OEwyOS4zNDY5IDI5LjQ2ODZWMS4yMDQ5N0wzMC4yOTU2IDEuMjA0OTdWMzEuMDg4SDAuNDEyNTUzTDAuNDEyNTUzIDMwLjEzOTRIMjguNjc2MUwwLjA3NzE0ODQgMS41NDAzOEwwLjc0Nzk1OCAwLjg2OTU2OFoiIGZpbGw9IiNmZmZmZmYiIC8+Cjwvc3ZnPg==);
  position: absolute;
  bottom: 40px;
  right: 40px;
  content: "";
  width: 31px;
  height: 32px;
}
.entry-content .wp-block-latest-posts__featured-image {
  margin: 0;
  position: relative;
  aspect-ratio: 1;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-content .wp-block-latest-posts__featured-image::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.225s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.entry-content .wp-block-latest-posts__featured-image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  display: block;
}
.entry-content .wp-block-cb-carousel {
  transform: translateX(18%);
}
.entry-content .wp-block-cb-carousel.slick-dotted.slick-slider {
  margin-bottom: 64px;
}
@media (max-width: 720px) {
  .entry-content .wp-block-cb-carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.entry-content .wp-block-cb-carousel .slick-slide {
  padding: 0;
}
@media (max-width: 720px) {
  .entry-content .wp-block-cb-carousel .slick-dots {
    display: none !important;
  }
}
.entry-content .slick-dots {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  bottom: -40px;
  transform: translateX(-18%);
}
.entry-content .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.entry-content .slick-dots li button {
  padding: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--wp--preset--color--coal);
  content: "";
  opacity: 1;
}
.entry-content .slick-dots li button::before {
  display: none;
}
.entry-content .slick-dots li.slick-active button {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--wp--preset--color--coal) !important;
  border: 1px solid var(--wp--preset--color--coal);
}
.entry-content .form-holder {
  border-radius: 20px;
  min-height: calc(100% + var(--wp--preset--spacing--128));
  transform: translateY(calc(var(--wp--preset--spacing--64) * -1));
  display: flex;
  width: 100%;
  align-items: center;
}
.entry-content .form-holder .amelia-v2-booking {
  width: 100%;
}
.entry-content .form-holder .amelia-v2-booking * {
  font-family: var(--wp--preset--font-family--manrope);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-select .el-input__inner {
  text-transform: capitalize;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-button-group {
  gap: 16px;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-button-group .am-button {
  border: 1px solid var(--wp--preset--color--coal);
  color: var(--wp--preset--color--coal);
  border-radius: 6px;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container.am-fs__wrapper {
  box-shadow: none;
  max-width: 100%;
  margin: 0;
  height: 100%;
  /*&:has(.am-advsc__slots-wrapper) {
						.am-advsc {
							background: red;
						}
					}*/
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-heading {
  box-shadow: none;
  display: none;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-inner .am-progress-bar {
  display: none;
}
@media (max-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-inner .fc .fc-view-harness-active > .fc-view {
    position: relative;
  }
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-inner .fc-scrollgrid-sync-table {
    height: auto !important;
  }
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-inner .fc-view-harness.fc-view-harness-active {
    height: auto !important;
  }
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-inner .fc-scroller.fc-scroller-liquid-absolute {
    position: relative;
  }
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main {
  max-width: 100%;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content {
  height: auto;
}
@media (max-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content {
    overflow: visible;
  }
}
@media (min-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content {
    min-height: 558px;
    overflow: hidden;
  }
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content th.fc-col-header-cell .fc-col-header-cell-cushion {
  text-transform: capitalize;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__header > div:first-child {
  order: 2;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__header > div:nth-child(2) {
  order: 1;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__header > div.am-button-group {
  order: 3;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-col-header th.fc-day-sat, .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-col-header th.fc-day-sun {
  display: none;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr {
  /*&:has(.fc-day-other:not(.fc-day-future)) {
										display: none;
									}
									&:has(.fc-day-past:not(.fc-day-future)):not(:has(.fc-day-future)) {
										display: none;
									}*/
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td {
  height: 72px;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td .fc-daygrid-day-frame {
  border: 1px solid var(--wp--preset--color--coal);
  font-size: 24px;
  font-weight: 300;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td .fc-daygrid-day-frame:hover {
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--green);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  height: 17px;
  width: 17px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgMTdDMTMuMTk0NCAxNyAxNyAxMy4xOTQ0IDE3IDguNUMxNyAzLjgwNTU4IDEzLjE5NDQgMCA4LjUgMEMzLjgwNTU4IDAgMCAzLjgwNTU4IDAgOC41QzAgMTMuMTk0NCAzLjgwNTU4IDE3IDguNSAxN1pNNy4zODEwMiAxMC44OTgzTDEyLjY1NjkgNS42MjI0NEwxMS45NjM3IDQuOTI5MjNMNy4wMzQ0MSA5Ljg1ODQ4TDUuMDM2MTkgNy44NjAyNkw0LjM0Mjk4IDguNTUzNDdMNi42ODc4MSAxMC44OTgzTDcuMDM0NDEgMTEuMjQ0OUw3LjM4MTAyIDEwLjg5ODNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
}
@media (max-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame::after {
    top: 4px;
    right: 4px;
  }
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.am-advsc__dayGridMonth-selected .fc-daygrid-day-frame:hover {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--coal);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.fc-day-other {
  user-select: none;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.fc-day-other .fc-daygrid-day-frame {
  border-color: rgba(34, 34, 34, 0.2);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.am-advsc__dayGridMonth-disabled .fc-daygrid-day-frame {
  border-color: rgba(34, 34, 34, 0.2);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.am-advsc__dayGridMonth-disabled:hover .fc-daygrid-day-frame {
  background: var(--am-c-cal-disabled-op10);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.fc-day-sat, .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc .fc-daygrid-body tr td.fc-day-sun {
  display: none;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots {
  gap: var(--wp--preset--spacing--16);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-wrapper .am-advsc__slots-heading {
  visibility: hidden;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-wrapper .am-advsc__slots-heading::before {
  content: "Pasirinkite tinkamą valandą";
  visibility: visible;
}
@media (max-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots {
    grid-template-columns: repeat(3, 1fr);
  }
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item {
  margin: 0;
  padding: 0;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item:last-child {
  max-width: 100%;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item__inner {
  border: 1px solid var(--wp--preset--color--coal);
}
@media (max-width: 720px) {
  .entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item__inner {
    height: 40px;
  }
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item__selected {
  position: relative;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item__selected::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
  width: 17px;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgMTdDMTMuMTk0NCAxNyAxNyAxMy4xOTQ0IDE3IDguNUMxNyAzLjgwNTU4IDEzLjE5NDQgMCA4LjUgMEMzLjgwNTU4IDAgMCAzLjgwNTU4IDAgOC41QzAgMTMuMTk0NCAzLjgwNTU4IDE3IDguNSAxN1pNNy4zODEwMiAxMC44OTgzTDEyLjY1NjkgNS42MjI0NEwxMS45NjM3IDQuOTI5MjNMNy4wMzQ0MSA5Ljg1ODQ4TDUuMDM2MTkgNy44NjAyNkw0LjM0Mjk4IDguNTUzNDdMNi42ODc4MSAxMC44OTgzTDcuMDM0NDEgMTEuMjQ0OUw3LjM4MTAyIDEwLjg5ODNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-content .am-advsc__slots-item__selected .am-advsc__slots-item__inner {
  border-color: var(--am-c-advsc-slot-bgr);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-footer {
  box-shadow: none;
  position: relative;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-footer .am-button {
  padding: 20px 50px;
  background: var(--wp--preset--color--dark-green);
  border-radius: 40px;
  border: none;
  height: auto;
  font-weight: normal;
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-footer .am-button:not(.is-disabled):hover {
  background: var(--wp--preset--color--green);
}
.entry-content .form-holder .amelia-v2-booking #amelia-container .am-fs__main-footer .am-button.is-disabled {
  filter: grayscale(100);
  opacity: 0.3;
}
h1.has-saol-font-family {
  font-size: clamp(62px, 3.5vw, 100px);
}
#paslaugos {
  overflow: hidden;
}
.wp-block-column:has(.margin-top-auto) {
  display: flex;
  flex-direction: column;
}
@media (max-width: 720px) {
  .wp-block-column .js-paslaugos .wp-block-column {
    margin: 0 10px;
  }
  .wp-block-column .js-paslaugos .slick-arrow {
    display: none !important;
  }
  .wp-block-column .js-paslaugos .slick-list {
    width: 100vw;
    max-width: none;
    overflow: visible;
    margin-left: -20px;
  }
  .wp-block-column .js-paslaugos .slick-dots {
    transform: translateX(0);
  }
}
.wp-block-column .wp-block-cover {
  border: 1px solid var(--wp--preset--color--coal);
  transform: rotate(20deg);
  padding: var(--wp--preset--spacing--32);
}
@media (max-width: 720px) {
  .wp-block-column .wp-block-cover {
    min-height: 66vh !important;
    max-width: 90vw;
  }
}
.wp-block-column .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100 {
  transition: all 0.225s ease;
  opacity: 0;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  transform: translateY(50%) rotate(-20deg);
  transition: all 0.225s ease;
}
@media (max-width: 720px) {
  .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
    transform: rotate(-20deg);
  }
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-heading::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzEgMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuOTE4OTU0IDBMMjkuNzAwNCAyOC43ODE0VjAuNDU5NDc3SDMxVjMxSDAuNDU5NDc3VjI5LjcwMDRIMjguNzgxNEwwIDAuOTE4OTU0TDAuOTE4OTU0IDBaIiBmaWxsPSIjMjIyMjIyIiAvPjwvc3ZnPg==);
  content: "";
  display: inline-block;
  margin-left: 19px;
  margin-bottom: -3px;
  height: 31px;
  width: 31px;
}
.wp-block-column .wp-block-cover .wp-block-cover__inner-container p sub {
  bottom: 0;
  font-size: 16px;
}
.wp-block-column .wp-block-cover:hover .wp-block-cover__background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-column .wp-block-cover:hover .wp-block-cover__inner-container {
  transform: translateY(-50%) rotate(-20deg);
}
.wp-block-column .wp-block-cover.services-reversed .wp-block-cover__inner-container {
  transform: translateY(-50%) rotate(-20deg);
}
@media (max-width: 720px) {
  .wp-block-column .wp-block-cover.services-reversed .wp-block-cover__inner-container {
    transform: rotate(-20deg);
  }
}
.wp-block-column .wp-block-cover.services-reversed:hover .wp-block-cover__inner-container {
  transform: translateY(50%) rotate(-20deg);
}
.am-select-popper .el-select-dropdown__wrap .el-select-dropdown__item {
  text-transform: capitalize;
}
.margin-top-auto {
  margin-top: auto;
}
/*# sourceMappingURL=flaire.css.map */