.elementor-kit-8{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222626;--e-global-color-accent:#BFC6C6;--e-global-color-51e26d7:#F5F6F6;--e-global-typography-primary-font-family:"NowayRound";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:72px;--e-global-typography-secondary-font-family:"NowayRound";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:50px;--e-global-typography-text-font-family:"NowayRound";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"NowayRound";--e-global-typography-accent-font-size:28px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:38px;--e-global-typography-f470fba-font-family:"NowayRound";--e-global-typography-f470fba-font-size:14px;--e-global-typography-f470fba-font-weight:500;--e-global-typography-f470fba-text-transform:uppercase;--e-global-typography-f470fba-line-height:16px;--e-global-typography-85af3bb-font-family:"NowayRound";--e-global-typography-85af3bb-font-size:12px;--e-global-typography-85af3bb-font-weight:400;--e-global-typography-85af3bb-text-transform:uppercase;--e-global-typography-85af3bb-line-height:16px;color:var( --e-global-color-primary );font-family:"NowayRound", Sans-serif;font-size:18px;line-height:30px;overscroll-behavior:auto;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"NowayRound", Sans-serif;font-size:64px;font-weight:600;line-height:72px;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"NowayRound", Sans-serif;}.elementor-kit-8 h3{color:var( --e-global-color-primary );font-family:"NowayRound", Sans-serif;}.elementor-kit-8 h4{font-family:"NowayRound", Sans-serif;}.elementor-kit-8 h5{font-family:"NowayRound", Sans-serif;}.elementor-kit-8 h6{font-family:"NowayRound", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:16px;--container-default-padding-right:16px;--container-default-padding-bottom:16px;--container-default-padding-left:16px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-text );--lightbox-ui-color:var( --e-global-color-secondary );--lightbox-ui-color-hover:var( --e-global-color-accent );}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1440px){.elementor-kit-8{--e-global-typography-primary-font-size:64px;--e-global-typography-primary-line-height:72px;}.elementor-kit-8 h1{font-size:64px;line-height:72px;}}@media(max-width:1219px){.elementor-kit-8{--e-global-typography-primary-font-size:52px;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-line-height:44px;--e-global-typography-text-font-size:17px;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:34px;--e-global-typography-f470fba-font-size:14px;--e-global-typography-f470fba-line-height:16px;--e-global-typography-85af3bb-font-size:12px;--e-global-typography-85af3bb-line-height:16px;--e-page-transition-entrance-animation:e-page-transition-fade-out;}.elementor-kit-8 h1{font-size:52px;line-height:60px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{padding:0.5rem 1rem 0.5rem 1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:48px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:36px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-size:22px;--e-global-typography-accent-line-height:30px;--e-global-typography-f470fba-font-size:13px;--e-global-typography-f470fba-line-height:15px;--e-global-typography-85af3bb-font-size:12px;--e-global-typography-85af3bb-line-height:16px;}.elementor-kit-8 h1{font-size:40px;line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth sticky header: fade + slide, same speed both ways */
.site-header{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;

  transform: translateY(0);
  opacity: 1;

  will-change: transform, opacity;
  transition: transform .42s cubic-bezier(.22,.8,.22,1), opacity .42s ease;
}

.site-header.is-hidden{
  transform: translateY(-16px); /* small slide, not fly away */
  opacity: 0;
  pointer-events: none;
}

/* Admin bar offset */
body.admin-bar .site-header{
  top: var(--wp-admin--admin-bar--height, 32px);
}

/* space under fixed header */
:root{
  --hdr-h: 52px; /* pakeisk pagal savo header aukstį */
}

/* push page content down */
body{
  padding-top: var(--hdr-h);
}

/* admin bar compensation */
body.admin-bar{
  padding-top: calc(var(--hdr-h) + var(--wp-admin--admin-bar--height, 32px));
}

/* ========================= Button: fill from bottom + underline L->R (Elementor class: btn-fill) ========================= */ .btn-fill .elementor-button{ --btn-bg: #ffffff; --btn-fill: #000000; --btn-text: #000000; --btn-hover: #ffffff; --pad-y: 8px; /* bazinis vertikalus padding (be underline vietos) */ --pad-x: 24px; --radius: 8px; --ul-gap: 3px; /* atstumas nuo teksto iki underline */ --ul-h: 0px; /* underline storis */ position: relative; overflow: hidden; border-radius: var(--radius); background: var(--btn-bg); color: var(--btn-text); border: 0; letter-spacing: .22em; text-transform: uppercase; transition: color .25s ease, background-color .25s ease; }

/* Fill layer (auga iš apačios į viršų) */
.btn-fill .elementor-button::before{
  content:"";
  position:absolute;
  inset:0;
  background: var(--btn-fill);
  z-index:1;

  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .55s cubic-bezier(.2,.9,.2,1);
}

/* Tekstas virš fill sluoksnio */
.btn-fill .elementor-button .elementor-button-content-wrapper,
.btn-fill .elementor-button .elementor-button-text{
  position: relative;
  z-index: 2;
}

/* Underline ant teksto (be papildomo padding-bottom) */
.btn-fill .elementor-button-text{
  display: inline-block;
}

/* Underline: atsiranda iš kairės į dešinę */
.btn-fill .elementor-button-text::after{
  content:"";
  position:absolute;
  left:0;
  right:0;

  /* Nuleidžiam underline žemiau teksto, bet nekeičiant teksto box'o aukščio */
  bottom: calc(-1 * (var(--ul-gap) + var(--ul-h)));

  height: var(--ul-h);
  background: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s cubic-bezier(.2,.9,.2,1);
}

/* Hover */
.btn-fill .elementor-button:hover{
  color: var(--btn-hover);
}
.btn-fill .elementor-button:hover::before{
  transform: scaleY(1);
}
.btn-fill .elementor-button:hover .elementor-button-text::after{
  transform: scaleX(1);
}

/* Focus (klaviatūra) */
.btn-fill .elementor-button:focus-visible{
  outline: 2px solid rgba(0,0,0,.55);
  outline-offset: 4px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .btn-fill .elementor-button,
  .btn-fill .elementor-button::before,
  .btn-fill .elementor-button-text::after{
    transition: none !important;
  }
}


.madeby{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .02em;
}

.madeby__label{
  color: rgba(255,255,255,.55); 
}

.madeby__link{
  color: rgba(255,255,255,.95); /* ryškesnis */
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.madeby__link:hover{
  opacity: .8;
}

/* 1:1 kvadratas + cover */
.loop-thumb{
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.loop-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* ===== CookieYes – S2A custom style ===== */

.cky-consent-container{
  font-family:"NowayRound", sans-serif !important;
}

.cky-consent-bar{
  background:#1F2323 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:16px !important;
  box-shadow:none !important;
  padding:20px !important;
  max-width:560px !important;
  margin:20px !important;
}

.cky-notice{
  font-family:"NowayRound", sans-serif !important;
}

.cky-title{
  font-family:"NowayRound", sans-serif !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
  color:#FFFFFF !important;
  margin-bottom:10px !important;
}

.cky-notice-des,
.cky-notice-des p{
  font-family:"NowayRound", sans-serif !important;
  font-size:14px !important;
  line-height:1.6 !important;
  font-weight:400 !important;
  color:rgba(255,255,255,.78) !important;
}

.cky-notice-btn-wrapper{
  background:transparent !important;
  border:none !important;
  margin-top:16px !important;
  padding:0 !important;
  gap:10px !important;
  display:flex !important;
  flex-wrap:wrap !important;
}

.cky-btn{
  font-family:"NowayRound", sans-serif !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:500 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  border-radius:16px !important;
  padding:12px 28px !important;
  min-height:44px !important;
  box-shadow:none !important;
  transition:all .2s ease !important;
  flex:1 1 0 !important;
  justify-content:center !important;
  display:inline-flex !important;
  align-items:center !important;
}

/* Reject */
.cky-btn-reject{
  color:#D0D0D0 !important;
  background:transparent !important;
  border:1px solid rgba(255,255,255,.22) !important;
}

.cky-btn-reject:hover{
  color:#BFC6C6 !important;
  border-color:#BFC6C6 !important;
  background:transparent !important;
}

/* Accept – like your ProjektaI button */
.cky-btn-accept{
  color:#000000 !important;
  background:#FFFFFF !important;
  border:1px solid #FFFFFF !important;
}

.cky-btn-accept:hover{
  background:#BFC6C6 !important;
  border-color:#BFC6C6 !important;
  color:#000000 !important;
}

/* Focus */
.cky-btn:focus-visible{
  outline:2px solid #BFC6C6 !important;
  outline-offset:2px !important;
}

/* Remove weird default shadows/highlights */
.cky-btn,
.cky-btn:hover,
.cky-btn:active,
.cky-btn:focus{
  box-shadow:none !important;
  -webkit-tap-highlight-color:transparent !important;
}

/* Links inside consent text */
.cky-notice-des a{
  color:#D0D0D0 !important;
  text-decoration:none !important;
  border-bottom:1px solid rgba(208,208,208,.25) !important;
}

.cky-notice-des a:hover{
  color:#BFC6C6 !important;
  border-color:#BFC6C6 !important;
}

/* Desktop */
@media (min-width: 768px){
  .cky-btn{
    flex:0 0 auto !important;
  }
}

/* Mobile */
@media (max-width: 767px){
  .cky-consent-bar{
    margin:12px !important;
    padding:16px !important;
    border-radius:14px !important;
    max-width:none !important;
  }

  .cky-title{
    font-size:18px !important;
  }

  .cky-notice-des,
  .cky-notice-des p{
    font-size:13px !important;
    line-height:1.55 !important;
  }

  .cky-notice-btn-wrapper{
    display:flex !important;
    flex-wrap:nowrap !important;   /* viena eilė */
    gap:10px !important;
  }

  .cky-btn{
    width:50% !important;
    flex:1 1 0 !important;
    min-width:0 !important;
    padding:12px 14px !important;
    font-size:13px !important;
    letter-spacing:.14em !important;
    border-radius:14px !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'NowayRound';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-ThinItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'NowayRound';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.studija2a.lt/wp-content/uploads/NowayRound-MediumItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */