@charset "UTF-8";

/* ========================================================================
   01. Temos informacija ir kintamieji
   ======================================================================== */

/*!
Theme Name: TwigKit
Theme URI: https://www.globalusprojektai.lt
Author: Mantas Dainys
Author URI: https://www.globalusprojektai.lt
Description: UIkit 3 framework + Twig.
Version: 3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, uikit, twig, responsive-layout
Text Domain: twigkit
*/

:root {
    --primary-color: #54a276;
    --primary-hover-color: #34684b;
    --primary-light-color: #558b6d;
    --secondary-color: #ed1c24;
    --primary-text: #ffffff;
    --dark-color: #233143;
    --dark-menu-color: #1a232b;
    --dark-navy-color: #020c18;
    --body-text-color: #2b2a29;
    --black-color: #000000;
    --white-color: #ffffff;
    --border-color: #e4e4e4;
    --border-light-color: #e5e5e5;
    --form-border-color: #dddddd;
    --light-bg-color: #f8f8f8;
    --section-bg-color: #FAF8F6FF;
    --sticky-bg-color: #f8f1de;
    --footer-bg-color: #264c34;
    --footer-border-color: #6a6868;
    --muted-color: #606060;
    --notification-color: #1e87f0;
    --text-color: #464646;
    --border-price-color: #eaeaea;
    --customer-bg-color: #fafafa;
    --title-bg-color: #495052;
    --field-bg-color: #f4f4f1;
    --light-text-color: #b5b5b5;
    --title-text-color: #403939;
    --icon-muted-color: #999999;
    --input-border-color: #D5D4D4FF;
    --muted-link-color: #828282;
    --decoration-color: #72543a;
    --selected-bg-color: #404547;
    --blockquote-color: #afc733;
    --border-medium-color: #d5d5d5;
    --button-border-color: #cecece;
    --button-secondary-border-color: #878787;
    --service-border-color: #f0f0f0;
    --template-border-color: #d4d8db;
    --heading-color: #222222;
    --transparent-border-color: #60606030;
    --transparent-white-color: rgba(255, 255, 255, 0.4);
    --box-shadow-color: #c3c3c385;
    --navbar-shadow-color: rgba(246, 246, 246, 0.5);
    --border-radius: 5px;
}

/* ========================================================================
   02. Baziniai stiliai ir tipografija
   ======================================================================== */

html {
    height: 100%;
    font-size: 14px;
    line-height: 27px;
    font-weight: inherit;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: var(--white-color);
    color: var(--body-text-color) !important;
}

html body {
    overflow-x: hidden;
}

html body main .lx-border h2 {
    margin-bottom: 0;
    margin-top: 18px !important;
}

html body main h1 p {
    line-height: 1.2 !important;
}

html body main .uk-h1,
html body main h1 {
    font-weight: 500;
    font-size: 30px;
}

.uk-h2,
h2 {
    margin-top: 20px !important;
    font-size: 22px !important;
}

.contact-article h2 {
    font-size: 20px;
    line-height: 1.2;
}

.contact-article h1 {
    font-size: 34px;
}

.lx-box-in h2 {
    margin-top: 10px !important;
}

.lx-link h2 {
    text-transform: uppercase;
}

em {
    color: #2b2a29 !important;
}

blockquote p {
    margin-left: 15px;
}

ul {
    padding-left: 30px;
}

/* ========================================================================
   03. Pagalbinės klasės
   ======================================================================== */

html .text-white,
html .text-white * {
    color: var(--white-color);
}

html .text-green,
html .text-green * {
    color: var(--primary-color);
}

html body main .uk-card-body.tw-padding-custom {
    padding: 22px 40px;
}

html body main .tw-padding-bottom {
    padding-bottom: 30px !important;
}

html body main .tx-background-white {
    background-color: var(--white-color);
}

html body main .tw-font-size-13 {
    font-size: 13px;
}

html body main .tw-margin-right {
    margin-right: 8px;
}

.open-accessibility-widget-panel * {
    color: black!important;
}

/* ========================================================================
   04. Įkėlimo indikatorius ir animacijos
   ======================================================================== */

.lds-ellipsis-absolute {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: var(--white-color);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    background: var(--primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border-radius: var(--border-radius) !important;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* ========================================================================
   05. Antraštė ir navigacija
   ======================================================================== */

html .menu .lang-item {
    display: table-cell;
    float: left;
}

html body header {
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    z-index: 89;
    top: 0;
}

html body header .uk-light .uk-navbar-nav>li:hover>a,
html body header .uk-light .uk-navbar-nav>li>a.uk-open,
html body header .uk-light .uk-navbar-nav>li.uk-active>a {
    color: var(--primary-color) !important;
}

.uk-light .uk-navbar-toggle{
    color: var(--white-color) !important;
}

html body header .uk-navbar-center ._mi.dashicons {
    top: 2px;
    position: relative;
    color: var(--primary-color);
}

html body header .logo-horizontal {
    max-width: 250px;
}

html body header .uk-navbar-item,
html body header .uk-navbar-nav > li > a,
html body header .uk-navbar-toggle {
    height: 40px;
    font-size: 16px;
}

html body header ul.menu {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin: 0 !important;
}

html body header .menu-item a {
    position: relative;
}

html body header .menu-item a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--primary-color);
    width: 0;
    transition: ease-in-out 0.2s;
}

html body header .menu-item a:hover:before {
    width: 100%;
}

html body header .uk-navbar-nav > li > a:hover {
    color: #424242 !important;
}

html body header .uk-dropdown.uk-open {
    min-width: 250px;
}

html body header .uk-dropdown.uk-open li.uk-open {
    min-width: 500px;
}

html body header .uk-sticky-fixed .menu-area {
    background: var(--sticky-bg-color);
}

html body header .menu-item,
html body header .menu-item a {
    position: relative;
    z-index: 998;
}

html body header .menu .menu-item:not(:last-child):before {
    position: absolute;
    content: "|";
    right: -12px;
    bottom: 0;
    top: 3px;
}

html body header .menu li {
    margin-right: 20px;
}

html body header .menu-item.uk-active:after {
    content: "";
}

html body header .menu-item i._mi {
    margin-top: 0 !important;
}

html body header .uk-navbar-nav {
    padding: 10px 0;
}

html body header .uk-navbar {
    background: none !important;
}

html body header .uk-box-shadow-large {
    background: var(--navbar-shadow-color);
}

html body header .uk-sticky-fixed #setsticky,
html body header #setsticky,
html body header #setsticky0 {
    position: relative;
}

html body header #setsticky:after,
html body header #setsticky0:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    width: 100%;
    z-index: 1;
    background: url(dist/img/line-shadow.png) 0 0 repeat-x;
}

html body header .uk-sticky-fixed #setsticky {
    padding: 0;
}

html body header .uk-sticky-fixed {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 999;
}

html body header .uk-sticky-fixed .current-page-parent a {
    color: var(--black-color) !important;
}

html body header .menu li {
    float: left;
}

html body header .menu li a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

html body header .uk-navbar-container {
    padding: 8px 0;
}

html body header #setsticky0 {
    background: transparent;
}

html body main .uk-light .uk-navbar-toggle,
html body main .uk-navbar-toggle {
    color: #ffffff !important;
}

.uk-logo img {
    max-height: 120px !important;
}

.uk-navbar {
    position: static;
    background: none !important;
}

#__search a {
    color: white !important;
    text-transform: uppercase;
}

.uk-navbar-toggle-icon {
    color: var(--white-color) !important;
}

.lang-item > a {
    padding: 8px 5px !important;
}

.uk-dropdown,
.uk-nav-sub {
    background: #eee !important;
}

.uk-dropdown a {
    color: #424242 !important;
    text-transform: uppercase;
}

/* ========================================================================
   06. Mobili navigacija ir offcanvas
   ======================================================================== */

html .uk-offcanvas .widget_media_image {
    z-index: -1;
}

html .menu-mobile-menu-container {
    z-index: 2222;
    background: #222222;
}

html .uk-offcanvas-bar {
    overflow: hidden;
}

html .uk-offcanvas-bar ul.menu {
    display: block;
    padding: 0;
}

html .uk-offcanvas-bar .menu .menu-item {
    margin-bottom: 10px;
}

html .uk-offcanvas-bar .menu {
    text-align: left !important;
}

html .uk-offcanvas-bar .menu [href="#__search"] {
    display: none !important;
}

html .uk-offcanvas-bar .uk-search {
    width: 100% !important;
    margin-top: 25px;
}

html .uk-offcanvas-bar ol {
    padding-left: 10px;
}

html .uk-offcanvas-bar li {
    list-style: none !important;
}

html .uk-offcanvas-bar .widget_media_image {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}

html .uk-offcanvas-bar .widget_media_image img {
    max-width: 100px !important;
}

html .uk-offcanvas-bar ul ul {
    margin-top: 12px;
}

html body header #setsticky li,
html body header #setsticky0 li,
html body header .uk-offcanvas-bar li,
html body header .no-bullets * {
    list-style: none !important;
}

.uk-offcanvas-close line {
    color: white;
}

/* ========================================================================
   07. Pagrindinis turinys
   ======================================================================== */

.grecaptcha-badge {
    display: none;
}

html .bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    box-shadow: 0 -3px 20px rgba(0, 0, 0, .12);
    padding: 12px 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.9) !important;
}

html #bottomBar {
    z-index: 998;
}

html #bottomBar .uk-button:not(:last-child) {
    margin-right: 10px;
}

html body.notfrontpage .lx-content {
    padding: 20px 0;
}

html body.frontpage .front-custom-events-search {
    top: -60px;
}

html body.notfrontpage .front-custom-events-search {
    top: 0;
}

html body.frontpage .caterorys {
    top: -62px;
    position: relative;
}

html body.frontpage .list-courses {
    margin-top: -60px !important;
}

html body p {
    font-size: 1.2rem;
}

html body .parent-category {
    padding:20px 0;
}

html body main .atmintine p * {
    line-height: 1;
    color: #54a276;
    font-size: 16px;
}

html body main .expect * {
    color: black !important;
}

html body main .expect h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

html body main .tw-h3 {
    font-size: 30px;
    line-height: 1.2;
    color: var(--primary-color);
    font-weight: 100;
    position: relative;
}

html body main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html body main ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 2px;
}

html body main .uk-heading-line > ::after,
html body main .uk-heading-line > ::before {
    border-bottom: 1px solid var(--border-color) !important;
}

html body main .slide-h2 * {
    color: var(--white-color) !important;
}

html body main .uk-divider-icon::after,
html body main .uk-divider-icon::before {
    border-bottom: 1px solid var(--footer-border-color) !important;
}

html body main .lx-border {
    border: 1px solid var(--form-border-color);
    padding: 12px;
}

html body main .lx-border p {
    margin-top: 5px;
}

html body main .tw-h3::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -15px;
    width: 170px;
    height: 9px;
    background-color: #54a276;
    -webkit-mask-image: url("dist/img/decore-highlight-1.svg");
    mask-image: url("dist/img/decore-highlight-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none;
}

.tab-style {
    background: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #e4e4e4;
}

.uk-grid-stack .contact-article {
    margin: 30px 0 50px 0;
}

.content * {
    padding: 20px;
}

.uk-breadcrumb {
    margin-top: 20px;
}

.uk-breadcrumb * {
    font-size: 15px;
}

.a-title {
    font-size: 19px;
    font-weight: bold;
    padding: 6px 0;
    color: #403939;
}

.a-title:hover {
    text-decoration: none;
}

.single-page,
.single-page article {
    padding: 15px !important;
    margin: 15px !important;
}

.infoWindow {
    min-width: 400px;
}

.infoWindow * {
    font-size: 16px;
    line-height: 20px !important;
}

.contacts {
    overflow: hidden;
}

.lx-box {
    position: relative;
}

.lx-box .lx-box-in {
    background: white;
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
}

.default-content {
    background: white;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.title-width-img {
    position: relative;
    top: 30px;
}

.lx-link:hover {
    text-decoration: none;
}

.page-pab * {
    color: #fff !important;
}

p.sow-more-text a {
    font-weight: normal !important;
    font-size: 18px;
}

.sow-more-text {
    line-height: 1.2;
}

.content-title {
    margin: 30px 0;
    display: block;
    text-align: center;
}

.comment_title {
    font-weight: 100 !important;
    margin-top: 20px;
}

.post-content {
    background: white;
    padding: 10px 15px !important;
    margin: 20px 0 !important;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

/* ========================================================================
   08. Formos ir Paysera mokėjimai
   ======================================================================== */

html .lx-box-in,
html .btn-register,
html .uk-select,
html .post-content,
html .select2-selection,
html .uk-input,
html .uk-textarea {
    border-radius: var(--border-radius) !important;
    border-color: var(--border-medium-color) !important;
    border: 1px solid var(--border-color) !important;
}

html body main .sgn-paysera-payment__amounts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

html body main .sgn-paysera-payment__amount {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

html body main .sgn-paysera-payment__amount > input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

html body main .sgn-paysera-payment__amount-box {
    display: flex;
    width: 100%;
    padding: 18px 12px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #202020;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: var(--border-radius);
    text-align: center;
    transition:
            color 0.2s ease,
            background-color 0.2s ease,
            border-color 0.2s ease,
            box-shadow 0.2s ease,
            transform 0.2s ease;
}

html body main .sgn-paysera-payment__amount-box strong {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

html body main .sgn-paysera-payment__amount-box small {
    font-size: 14px;
    line-height: 1.3;
}

html body main .sgn-paysera-payment__amount:hover
.sgn-paysera-payment__amount-box {
    border-color: #24613f;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

html body main .sgn-paysera-payment__amount > input[type="radio"]:checked
+ .sgn-paysera-payment__amount-box {
    color: #fff;
    background: #24613f;
    border-color: #24613f;
}

html body main .sgn-paysera-payment__amount > input[type="radio"]:focus-visible
+ .sgn-paysera-payment__amount-box {
    outline: 3px solid rgba(36, 97, 63, 0.25);
    outline-offset: 3px;
}

html body main .sgn-paysera-payment__amount--custom {
    grid-column: 1 / -1;
    width: 100%;
}

html body main .sgn-paysera-payment__amount--custom
.sgn-paysera-payment__amount-box {
    min-height: 74px;
    padding: 14px 18px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
}

html body main .sgn-paysera-payment__amount--custom
.sgn-paysera-payment__amount-box > small:first-child {
    flex: 0 0 auto;
}

html body main .sgn-paysera-payment__custom-amount {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 4px 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    outline: none;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
}

html body main .sgn-paysera-payment__custom-amount::placeholder {
    color: inherit;
    opacity: 0.65;
}

html body main .sgn-paysera-payment__amount--custom
input[type="radio"]:not(:checked)
+ .sgn-paysera-payment__amount-box
.sgn-paysera-payment__custom-amount {
    color: #202020;
}

html body main .sgn-paysera-payment__amount-error {
    font-size: 14px;
}

html body main .sow-field-container {
    border-radius: var(--border-radius);
}

html body main .sow-recaptcha {
    margin-bottom: 0 !important;
}

html body main .sow-submit {
    padding: 10px !important;
}

/* ========================================================================
   09. Mygtukai
   ======================================================================== */

html body main .tw-big-button {
    position: relative;
    top: 20px;
    display: table-cell !important;
    min-width: 250px;
    padding: 3px;
}

html body main .tw-button span[uk-icon] {
    top: 0 !important;
}

html body main .tw-button {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border: 1px solid var(--secondary-color) !important;
    text-decoration: none !important;
    transition: color 0.4s ease, border 0.4s ease;
    border-radius: var(--border-radius) !important;
    background: transparent !important;
    color: var(--secondary-color) !important;
}

html body main .tw-button.uk-button-small {
    width: auto;
}

html body main .tw-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    transition: left 0.4s ease;
    z-index: -1;
}

html body main .tw-button:hover::before {
    left: 0 !important;
    color: inherit !important;
}

html body main .tw-button:hover {
    color: var(--white-color) !important;
}

.btn-more {
    margin-top: 18px;
    display: inline-block !important;
}

.uk-button-text:not(.tag-links)::before {
    bottom: -10px !important;
}

.btn-more::after {
    content: url("dist/img/arrow.png");
    margin: 0 0 0 15px;
    position: relative;
    top: 5px;
}

/* ========================================================================
   10. Kortelės, galerija ir komponentai
   ======================================================================== */

html body main .parent-accordion .uk-accordion-content {
    margin-top: 0 !important;
}

html body main .parent-accordion .uk-accordion a,
html body main .uk-accordion h2 {
    margin: 0 !important;
    padding: 0 !important;
}

html body main h2.sow-headline,
html body main h1,
html body main h2 {
    line-height: 1.2;
    color: var(--primary-color);
    font-weight: 600;
}

html body main ul li:not(.sow-slider-image)::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='27' fill='%23ffffff' stroke='%23306b43' stroke-width='6'/%3E%3Cpath d='M18 32.5 27.5 42 46 22' fill='none' stroke='%23306b43' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

html body main .sow-slider-image-wrapper h2 {
    text-transform: uppercase;
}

html body main .sow-slider-image-wrapper p {
    margin: 30px 0 10px 0 !important;
}

html body main .sow-slider-image-wrapper p *:not(a *) {
    background: #e1e1e1c4;
}

html body main .uk-card {
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #faf8f6;
}

html body main .uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

html body main .uk-dotnav > * {
    flex: none;
    padding-left: 12px
}

html body main .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, .4) !important;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color
}

html body main .uk-dotnav > * > :hover {
    background-color: rgba(102, 102, 102, .6) !important;
    border-color: transparent !important;
}

html body main .uk-dotnav > * > :active {
    background-color: rgba(102, 102, 102, .2) !important;
    border-color: transparent !important;
}

html body main .uk-dotnav > .uk-active > * {
    background-color: rgba(102, 102, 102, .6) !important;
    border-color: transparent !important;
}

html body main .uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

html body main .uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px
}

html body main .tw-badge {
    position: absolute;
    margin: 10px;
    background: #c73538;
    color: white;
    border-radius: 2px;
    padding: 0 10px;
}

html body main ._decoration {
    position: absolute;
    max-width: 70px;
    margin: 13px;
    background: var(--section-bg-color);
    border-radius: 50%;
    padding: 7px;
    background: rgb(251 248 245 / 100%) !important;
    bottom: -47px;
    left: 20px;
    border: 1px solid #9d9d9d;
}

html body main .tw-stiked {
    position: relative;
    z-index: 99;
    padding: 30px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgb(251 248 245 / 60%) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: var(--border-radius) !important;
}

html body main .tw-stiked .counter-text {
    margin-top: 10px;
    line-height: 18px;
}

html body main .tw-stiked .counter {
    font-size: 40px;
    color: var(--secondary-color);
    font-weight: 600;
}

html body main .tw-stiked .counter:not(.no-plus)::after {
    content: "+";
}

html body main .tw-stiked h2 {
    margin-top: 0 !important;
    margin-bottom: 0;
    color: var(--primary-color);
}

html body main .tw-stiked .sow-image-container img {
    max-width: 100px !important;
}

html body main .tw-stiked .center-area {
    border-right: 1px solid #dadada;
}

html body main .tw-stiked .center-area p {
    margin-top: 0!important;
    margin-bottom: 0;
}

html body main .tw-stiked .textwidget {
    margin-top: 10px !important;
}

html body main .sow-slider-image-container h1,
html body main .sow-slider-image-container .h1 {
    line-height: 1 !important;
    color: var(--primary-color) !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    position: relative;
}

html body main .sow-slider-image-container .first-letter {
    color: var(--black-color);
}

html body main .sow-slider-image-container h1::after,
html body main .sow-slider-image-container .h1::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -18px;
    width: 170px;
    height: 9px;
    background-color: #54a276;
    -webkit-mask-image: url("dist/img/decore-highlight.svg");
    mask-image: url("dist/img/decore-highlight.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    pointer-events: none;
}

html body main .uk-accordion-title::after {
    position: absolute;
    right: 0;
    top: 0;
}

html body main .uk-accordion li {
    margin-top: 10px !important;
}

html body main .uk-accordion h3 {
    margin: 0;
}

html body main .uk-accordion ul > li {
    display: inline-block;
}

.tribe-events-widget-countdown__event-title {
    display: none;
}

.sow-headline-container {
    position: relative;
}

.sow-features-list {
    overflow: hidden;
}

.sow-hero-buttons {
    margin-top: 12px !important;
}

.sow-headline-custom {
    margin-bottom: 10px;
}

.gallery-size-large {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: grid;
    grid-auto-rows: 230px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 5px;
}

.gallery-size-large .gallery-item {
    width: 100% !important;
    overflow: hidden;
    border: 1px solid #cfcfcf !important;
    margin: 0 !important;
}

.gallery-size-large .gallery-item img {
    transform: scale(1.2);
    transform-origin: 50% 22%;
}

.gallery-size-large > dl,
.gallery-size-large br {
    display: none;
}

.gallery-size-large > dl:nth-child(-n + 7) {
    display: block !important;
}

.so-widget-sow-headline-custom {
    text-align: center;
}

.so-widget-sow-headline-custom h2 {
    text-transform: uppercase;
}

.so-widget-sow-headline-custom .decoration-inside {
    height: 1px;
    display: inline-block;
    border-top: 1px solid #eeeeee;
    width: 100%;
    max-width: 100%;
}

/* ========================================================================
   11. Puslapiavimas
   ======================================================================== */

.uk-pagination a.prev {
    margin-top: 5px;
    margin-right: 10px;
}

.uk-pagination a.next {
    margin-top: 5px;
    margin-left: 10px;
}

.frontpage .navigation {
    display: none;
}

.navigation {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.navigation a {
    margin: 0 7.5px;
    padding: 10px 20px;
    border: 1px solid var(--primary-color);
    transition: ease-in-out 0.2s;
    color: #000;
}

.navigation a.active {
    background-color: var(--primary-color);
    color: #fff !important;
}

.navigation a:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    text-decoration: none !important;
}

.custom-pagination a.paging-prev,
.custom-pagination a.paging-next,
.custom-pagination a.paging-num,
.uk-pagination .page-number {
    padding: 10px 15px;
    border-radius: var(--border-radius);
    margin: 0 7px;
    transition: ease-in-out 0.2s;
    text-decoration: none;
}

.uk-pagination .page-number {
    padding: 7px 15px !important;
}

.pagination {
    text-align: center;
}

.uk-pagination li {
    padding-left: 0 !important;
}

.custom-pagination a.paging-num.active,
.uk-pagination .current {
    background: #c73538;
    color: #fff !important;
}

.custom-pagination a.paging-num:hover,
.uk-pagination a:not(.next, .prev):hover {
    background: var(--primary-color);
    color: #fff !important;
}

/* ========================================================================
   12. Poraštė
   ======================================================================== */

html body footer {
    background: var(--footer-bg-color);
    overflow: hidden;
    filter: brightness(0.95);
}

html body footer .footer-social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

html body footer .footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

html body footer .footer-social-icons img {
    display: block;
    object-fit: contain;
}

html body footer .logo-footer {
    max-width: 200px;
    margin-top: -26px;
}

html body footer .tw-copy-right>div {
    padding-bottom: 14px;
}

html body footer [class*=uk-divider] {
    margin-bottom: 12px!important;
}

html body footer .uk-block {
    padding: 60px 0 20px 0;
}

html body footer li {
    list-style: none !important;
}

html body footer .diver {
    border-top: 1px solid var(--footer-border-color) !important;
    margin: 0 0 12px 0 !important;
}

html body footer .panel-grid-cell:first-child .panel-first-child {
    margin-bottom: 9px !important;
    position: relative;
}

html body footer .widget-title {
    text-align: left;
    margin: 14px 0;
}

html body footer .panel-grid-cell .widget-title {
    margin-top: 34px;
}

html body footer ul,
html body footer p {
    margin: 0 0 0 0 !important;
    text-align: left;
    padding-left: 0;
}

html body footer .widget p {
    text-align: left;
}

html body footer .uk-contrast {
    padding-left: 15px;
    padding-right: 15px;
}

html body footer h2,
html body footer h2 * {
    font-size: 18px !important;
}

html body footer * {
    color: var(--form-border-color) !important;
}

html body footer img {
    filter: brightness(85%);
}

.open-accessibility-widget-footer {
    display: none;
}

/* ========================================================================
   13. Responsive taisyklės
   ======================================================================== */

@media only screen and (max-width: 768px) {
    html .bottom-bar .uk-flex-right {
        justify-content: center !important;
    }
}

@media (max-width: 960px) {
    html body header .uk-navbar {
        background: var(--primary-color) !important;
    }
}

@media (max-width: 425px) {
    .sgn-paysera-payment .uk-card, .sgn-paysera-payment .uk-card-body{
        padding: 10px!important;
    }

    .sgn-paysera-payment .uk-card-footer{
        padding: 10px;
    }
    .sgn-paysera-payment .uk-card-footer .tw-button{
        width: 100%;
        margin-top: 16px;
    }

    html body main .sgn-paysera-payment__amount-box strong {
        font-size: 24px;
    }

    html body main .sgn-paysera-payment__amount--custom .sgn-paysera-payment__amount-box {
        min-height: 58px;
        padding: 8px 14px;
        justify-content: flex-start;
        gap: 10px;
    }

}

@media (min-width: 526px) and (max-width: 768px) {

}

@media (max-width: 768px) {

    html body header .uk-navbar-toggle {
        max-height: 30px;
        color: var(--white-color) !important;
    }

    .tw-stiked{
        display: none!important;
    }
    .contacts-data{
        display: none!important;
    }

    .logo-footer{
        position: relative;
        margin: 0 auto;
    }
    html body footer .footer-social-icons {
        display: inline-flex;
    }
    html body footer .uk-block {
        padding: 30px 0 20px 0;
    }
    html body footer .panel-grid-cell:first-child .panel-first-child {
        margin-bottom: 14px !important;
    }

    html body main .sgn-paysera-payment__amount-box strong {
        font-size: 20px;
    }

    html body main .sgn-paysera-payment__amount--custom .sgn-paysera-payment__amount-box {
        min-height: 50px;
        padding: 2px 14px;
        justify-content: flex-start;
        gap: 6px;
    }

}

@media only screen and (max-width: 768px) {
    html body footer * {
        text-align: center !important;
    }

    html body footer .footer-image {
        position: relative;
        margin: 0 auto;
    }
}
