/*!
/*!
Theme Name:   Kauno kolegija Child
Template:     josephine
Version:      1.0.0
Author:       Kauno kolegija team
Author URI:   https://www.fiverr.com/salmanakber
Theme URI:    http://kaunokolegija.lt/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html
Description:  Child theme for Kauno kolegija


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/


strong {
    font-weight: 500;
}

div#searchExpanded input {
    /* background: transparent !important; */
    background: rgba(255, 255, 255, 0.1) !important;
}
div#searchExpanded {
    /* padding: 5px; */
}

a.nav-link {
    font-size: 13px !important;
}

.wp-lightbox-overlay .lightbox-image-container
{
		    top: 10% !important;
}

p a {
    color: #3a9e97 !important;
}

a strong
 {
    font-weight: 300;
}
a {

    text-decoration: none;
}

.wp-block-esab-accordion-child {
    font-size: inherit !important;
}

.wp-block-esab-accordion-child {
    font-weight: inherit !important;
    padding: 17px !important;
    background: #f2f2f270;
    color: black;
}

.wp-lightbox-overlay .wp-block-image {
    width: 100%;
    min-width: 100%;
}

    .wp-block-image img {
        //width: 100% !important;
        max-width: 100%;
        min-width: 100%;
    }

figure.wp-block-image.alignright.size-full.is-resized img {
    width: 100% !important;
    object-fit: contain !important;
    max-width: 100%;
	    top: 30% !important;
}




.has-global-padding {
    padding: 0px 6px 0px 7px !important;
}


a:hover {
    text-decoration: none !important;
}
textarea, input, select {
    background: white !important;
}

.header-action-second {
    margin-left: 4.5em !important;
}


.action-header {
    position: relative;
    right: 46px;
    bottom: 34px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.stat-card {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.stat-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #00796b;
}
.stat-label {
    font-size: 16px;
    color: #555;
}
.editor-stats-grid .stat-card-editor {
    background: #fff;
    padding: 15px;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
}
.editor-stats-grid button {
    margin-top: 10px;
}



.sticky-left-menu {
    position: fixed;
    left: 0;
    top: 44%;
    z-index: 9999;
}
.sticky-left-menu p {
    display: none;
}

.call-to-action-button-header {
    margin-right: 17em;
    margin-top: 11px !important;
}
.call-to-action-button-header a {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 22px 14px !important;
    gap: 12px;
    width: 137px;
    text-transform: capitalize;
    background: #F9F9F9;
    border-radius: 8px;
}



.sticky-left-menu .toggle-btn {
    background-color: #72c2b9;
    color: white;
    padding: 12px 15px 10px 23px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    right: -53px;
    top: 50px;
}
.toggle-btn.toggle-close {
    display: none;
}

.sticky-left-menu:after {
    content: "";
    position: absolute;
    background: #F9F9F9;
    height: 7em;
    width: 27px;
    top: 14px;
    left: 0;
    box-shadow: 0px 0px 5px 0px #44444424;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
}


.sticky-left-menu-inner {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 0 8px 8px 0;
    padding: 18px 6px 19px 25px;
    width: 224px;
    transform: translateX(-110%);
    transition: transform 0.3s ease;
    position: absolute;
    left: 2px;
    top: -20px;
    z-index: 9;
}

.sticky-left-menu.open .sticky-left-menu-inner {
    transform: translateX(0);
}

.sticky-left-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky-left-menu-list li {
    margin-bottom: 10px;
}

.sticky-left-menu-inner ul li {
    line-height: 19px;
}

.sticky-left-menu-inner ul li a {
    text-decoration: none;
    line-height: 11px;
    color: #332B2B;
    font-size: 13px;
}
.sticky-left-menu .toggle-area {
    position: absolute;
    left: 0;
    top: 14px;
    width: 27px;
    height: 7em;
    cursor: pointer;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}
.sticky-left-menu.open:after,
.sticky-left-menu.open .toggle-area {
    display: none;
}
div#acwp-toolbar-btn-wrap {
    display: none !important;
}
#acwp-toolbar-btn {
    width: inherit !important;
    height: inherit !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none;
}
#acwp-toolbar-btn svg {
    width: inherit !important;
    position: unset !important;
}
.acwp-footer {
    display: none !important;
}

.aicon_link {
    left: -48px;
    right: auto !important;
    position: unset;
    max-width: inherit !important;
    max-height: inherit !important;
    display: inherit !important;
    background: transparent !important;
}
.paaas {
    background: #dddddd29;
    border-radius: 10px;
}
.paaas hr {
    display: none;
}
.paaas li {
    border-bottom: 1px solid #9e9b9b !important;
    padding: 14px 5px 12px 0px;
}
.paaas h3 {
    font-size: 19px !important;
}
.paaas .wp-block-post-date, .paaas .wp-block-post-author, .paaas p, .paaas .taxonomy-category a {
    color: #0d9488;
}
button {
    background: #0d9488 !important;
}


.read-more-wrapper a {
    color: #0d9488 !important;
}

.blocks-shadow {
    box-shadow: 0px 0px 6px 0px #44444429;
    padding: 22px !important;
}


article.post-grid-item-custom {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 0px #00000030;
    border-radius: 8px;
    overflow: hidden;
}


article.post-grid-item-custom h3 {
    margin-top:11px;
    font-size: 17px;
    margin-bottom: 2px;
    padding: 0px 13px 0px 13px !important;
    text-decoration: none !important;
    display: block;
    font-family: var(--wp--preset--font-family--supplemental);
    font-weight: 500;
    line-height: 1.382;
    color: var(--wp--preset--color--contrast-alt);
}

.post-meta-custom {
    padding: 0px 13px 10px 13px;
    font-size: 15px;
    opacity: 0.6;
}
a.read-more-custom {
    text-decoration: none;
    font-size: 13px;
    color: #0d9488;
    font-weight: 500;
    padding: 0px 13px 13px 13px;
}
.main-page-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-page-stat-card .wp-block-image {
    flex-shrink: 0;
}

.main-page-stat-card .wp-block-image img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .main-page-stat-card .wp-block-image img {
        width: 32px;
        height: 32px;
    }
}

article.post-grid-item-custom a:nth-child(1) {
    font-family: var(--wp--preset--font-family--supplemental);
    font-weight: 500;
    line-height: 1.382;
    color: var(--wp--preset--color--contrast-alt);
    text-decoration: none;
}
article.post-grid-item-custom {
    background: #f9f9f9;
    box-shadow: 0px 0px 5px 0px #00000030;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 11px;
}

.post-grid-item-custom,
.wp-block-latest-posts.awsx li,
.wp-block-latest-posts__list.awsx li {
    transition: all 0.3s ease;
}

.news-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

.news-reveal.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.news-reveal.news-hover-ready {
    transition: all 0.3s ease;
    transition-delay: 0s;
}

.post-grid-item-custom:hover,
.wp-block-latest-posts.awsx li:hover,
.wp-block-latest-posts__list.awsx li:hover,
.news-reveal.is-revealed:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@media (prefers-reduced-motion: reduce) {
    .news-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
.custom_post_bottom {
    text-align: center;
    margin: 39px 5px 77px 0px;
}
.custom_post_bottom a {
    padding: 14px 24px 13px;
    gap: 12px;
    width: 181px;
    height: 48px;
    background: #399E97;
    border-radius: 8px;
    color: white;
    margin: auto;
    text-align: center;
}

.blocks-desgin-t figure.wp-block-image {
    padding: 12px;
    position: relative;
    right: 15px;
}
.post-excerpt-custom {
    padding: 0px 13px 13px 13px;
    font-size: 15px;
    margin-top: 17px;
}
button.post-grid-load-more-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 9px 24px;
    background: #399E97;
    border-radius: 8px;
    border: none;
    color: white;
    font-size: 14px;
    width: 170px;
    text-align: center;
    margin: auto;
}
table.sps-info-table, table.sps-info-table tr, table.sps-info-table td, table.sps-info-table th {
    border: none;
}

    @media (min-width: 768px) {
        .post-grid-load-more-custom.sps-show-more-btn {
            display: none!important;
        }
    }

   @media (max-width: 768px) {
       
       .header-action-second p {
    margin-left: 10px !important;
    font-size: 31px !important;
    line-height: 43px !important;
}
.header-action-second {
    margin-left: 0 !important;
}
       
       .sorting {
    display: block !important;
}
       .action-header {
    position: relative;
    right: 0;
    bottom: 0;
}
       
       .kauno-footer .footer-navigation {
  
    justify-content: left;
}
       
       
       .custom-dropdown-container {
    width: 100% !important;
    height: 70px;
}
       .hide-in-mobile {
    display: none;
}
       .custom-dropdown-container select {
    height: 64px;
}
       .details-page .post-grid-custom {
    display: block;
    overflow: unset;
    margin-top: -16px;
}
       
       .details-page article.post-grid-item-custom {
    width: 100%;
    margin-top: 39px;
}
       
       .aaaas p.has-base-color.has-text-color.has-link-color.has-l-font-size {
    padding-left: 0px !important;
    text-align: center;
    padding-right: 0px !important;
}
       
       .top-p .wp-block-column.has-global-padding.is-layout-constrained {
    padding: 8px;
}
       
       .abcd {
    padding: 15px !important;

}
       
       .vbfd {
    padding: 0 !important;
    box-shadow: none !important;
}
       
       .vbfd .alignfull {
    padding: 0;
    margin-top: 19px !important;
}
       
       .wp-block-image img {
    width: 100% !important;
}
       .vbfd .esab__heading_tag {
    font-size: 17px;
}
       .vbfd .esab__head {
    gap: 20px !important;
    padding: 24px !important;
}
       .vbfd img {
    border-radius: 10px;
}
       
       
       .gutena-tabs-block>.gutena-tabs-tab.tab-flex .gutena-tab-title {
    CONTAIN-INTRINSIC-BLOCK-SIZE: 0;
    flex: 1 0 50%;
    border: 1px solid #efefef;
    padding: 18px;
}
       .hide-in-phone {
    display: none !important;
}
       .wp-block-column.has-global-padding.is-layout-constrained.wp-container-core-column-is-layout-839c3b89.wp-block-column-is-layout-constrained {
    padding: 0 !important;
}
       
       div#header-top .wp-block-columns.has-background.is-layout-flex img {
    height: 219px;
}
div#header-top .wp-block-columns.has-background.is-layout-flex {
    display: flex !important
;
/*     flex-direction: column-reverse; */
     /* gap: 0 !important; */
}
       
       #header-top p.has-base-color.has-text-color.has-link-color {
    text-align: left !important;
    font-size: 37px !important;
    position: relative;
    left: 7px;
    padding: 0 !important;
}
       
.vbncd .wp-block-group-is-layout-flex {
    padding: 20px !important;
    border-radius: 9px;
}
.vbncd {
    display: flex !important
;
    flex-direction: column;
}
       
       
       button.sps-search-submit {

    min-width: 100%;
    max-width: 100%;
    text-transform: capitalize !important;
    font-size: 23px;
}
       
       .custom_post_bottom a {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
    display: block;
    font-size: 19px;
    padding: 12px;
    height: 55px;
}
      
       a.btn-all-events {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
    display: block;
    font-size: 19px;
    padding: 12px;
    height: 55px;
}
       
    .sps-search-links a {
        font-weight: 600;
        text-decoration: none;
        font-size: 18px;
        padding: 13px 0px 14px 1px;
    }
       
.sps-search-row p {
    width: 100%;
}
       .sps-search-links span {
    display: none;
}
       
       .sps-search-row .sps-filter:nth-child(3) {
    display: none;
}
.sps-search-links a:nth-child(1) {
    border-bottom: 2px solid;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
}
.sps-search-links {
    display: flex
;
    flex-direction: column;
    align-items: center;
    font-size: 19px;
    margin-top: 37px;
}
       
.call-to-action-button-header .wp-block-button {
    width: 100%;
}

       .call-to-action-button-header a {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 22px 14px !important;
    gap: 12px;
    width: 100% !important;
    text-transform: capitalize;
    background: #F9F9F9;
    border-radius: 8px;
    min-width: 100% !important;
    max-width: 100% !important;
}
.call-to-action-button-header {
    width: 100%;
    margin: auto;
}
.brecamp div:nth-child(1) {
    padding: 10px 10px 10px 11px;
    text-align: left;
}
       .blocks-desgin-t .wp-block-column-is-layout-flow {
    text-align: center;
}
       .blocks-desgin-t figure.wp-block-image {
           right: 0px;
       }
       .blocks-desgin-t .wp-block-column.blocks-shadow.has-background.is-layout-flow.wp-block-column-is-layout-flow {
    margin-bottom: 31px;
}
.brecamp {
    display: flex
;
    flex-direction: column-reverse;
}
.brecamp div:nth-child(1) p {
    text-align: left !important;
            line-height: 46px;
        padding-bottom: 0px;
}
       
#subject-suggestions ul {
    display: flex
;
    flex-direction: column;
}
div#subject-suggestions {
    width: 100%;
    right: 0;
    bottom: 47px;
}
.sps-search-links {
    font-size: 11px;
    text-align: left;
}

    .brecamp div:nth-child(1) {
        padding: 10px 15px 44px 11px;
        text-align: left;
        font-size: 19px;
    }
.posts-sixer ul {
    width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    height: 540px;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.posts-sixer ul li {
    flex: 0 0 auto;
    scroll-snap-align: start;
}
}



.custom-dropdown-container {
            position: relative;
            display: inline-block;
            width: 280px;
        }

        .custom-dropdown-select {
    width: 100%;
    padding: 8px 10px;
    padding-right: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #2d9a8f;
    background-color: #0f766e0a;
    box-shadow: 0px 0px 1px 0px #0f766e1a;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
    border: 0px;
        }

        .custom-dropdown-select:hover {
            border-color: #26877a;
            color: #26877a;
        }

        .custom-dropdown-select:focus {
            border-color: #26877a;
            box-shadow: 0 0 0 3px rgba(45, 154, 143, 0.1);
        }

.sorting {
    display: flex
;
    flex-direction: row-reverse;
}
        .custom-dropdown-icon {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            color: #2d9a8f;
            font-size: 18px;
            transition: transform 0.2s ease;
        }

        .custom-dropdown-select:focus + .dropdown-icon {
            transform: translateY(-50%) rotate(180deg);
        }

        /* Custom dropdown arrow using CSS */
        .custom-dropdown-arrow {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #2d9a8f;
            transition: transform 0.2s ease;
        }

        .custom-dropdown-select:focus + .dropdown-arrow {
            transform: translateY(-50%) rotate(180deg);
        }

      .custom-dropdown-container  option {
            padding: 10px;
            color: #333;
            background-color: #fff;
        }

        .custom-dropdown-container option:hover {
            background-color: #f0f9f8;
        }

        /* Alternative version with three lines icon */
        .custom-dropdown-lines {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            width: 18px;
            height: 12px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .custom-dropdown-lines span {
            height: 2px;
            background-color: #2d9a8f;
            border-radius: 1px;
        }

        .custom-dropdown-lines span:nth-child(1) {
            width: 100%;
        }

        .custom-dropdown-lines span:nth-child(2) {
            width: 80%;
            align-self: flex-end;
        }

        .custom-dropdown-lines span:nth-child(3) {
            width: 60%;
            align-self: flex-end;
        }
.lightbox-image-container {
    margin: auto;
    justify-self: anchor-center;
}

.gutena-tabs-tab li.gutena-tab-title {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd!important;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.gutena-tabs-tab li.gutena-tab-title:last-child {
  border-right: none;
}

.abcd {
    width: 98%;
}
/* Wrapper to limit content width */
.single .wp-site-blocks {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* Featured image */
.post-featured-image {
    margin: 0 auto 28px auto;
    max-width: 900px;
}
.post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;
}

/* Post title */
.post-title {
   /* font-size: 2.4rem; */
    font-size: var(--wp--preset--font-size--xxl) !important;
    font-weight: 800;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.25;
}

/* Post date */
.post-date {
    text-align: center;
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 30px;
    letter-spacing: 0.4px;
}


.is-style-justify {
    text-align: justify;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .post-title {
        font-size: 1.9rem;
    }
    .wp-site-blocks {
        padding: 10px;
    }
}

