/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");


/* 
 delete this  */
.otgs-development-site-front-end {
    display: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: "Manrope", sans-serif;
    color: #24211c;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
    position: absolute !important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    white-space: nowrap;
    /* top: auto; */
}

.green-bg {
    background: #797762;
}

.green-link {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    color: #534741;
}

.green-link:hover,
.green-link:active,
.green-link:focus {
    color: #352d2a;
}

.bg-primary-subtle {
    background-color: #797762 !important;
    color: #ffffff !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    outline: 2px dotted #f00;
    outline-offset: 0;
}

.screen-reader-text-calendar {
    position: absolute !important;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    white-space: nowrap;
}

.screen-reader-text-calendar:focus {
    background-color: #fff;
    border-radius: 3px;
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    outline: 2px dotted #f00;
    outline-offset: 0;
}

small,
.small {
    font-size: 14px;
}

.gray {
    background-color: #f8f8f8;
}

.title {
    font-size: 30px;
    font-weight: 500;
}

p {
    font-size: 18px;
}

a {
    /* font-size: 16px; */
    color: #54543d;
    text-decoration: none;
    transition: all 0.2s linear;
}


a:hover {
    color: #000000;
}


/* .link-test {
        background-image: linear-gradient(transparent 50%, #54543d 50%);
    background-size: auto 180%;
    transition: background .3s ease-in-out;
    color: #534741;
    line-height: 1.5em;
    padding-bottom: 3px;
}

.link-test:hover {
    background-position-y: 100%;
    color: #ffffff;
} */

.font-16 {
    font-size: 16px !important;
}

button:focus {
    outline: 2px dotted #f00 !important;
}

.blue-text {
    color: #1066c9;
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9";
    color: #54543d;
}

/* a:hover {
    color: #000000;
    text-decoration: none;
} */

.bold {
    font-weight: bold;
}

.wpml-ls ul {
    list-style-type: none;
    margin: 0;
}

nav#nav-main {
    background: #DDD6CC;
    height: 100px;
    border-bottom-right-radius: 20px;
}

.menu-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #3A4142;
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    line-height: 1.35em;
    height: 100px !important;
    display: flex;
    align-items: center;
}

.header-logo {
    background-color: #797762;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.wpml-ls-flag {
    width: 50px;
    height: 50px;
    max-width: 50px;
}

header {
    height: 100px;
}

.header-search-form {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
}

.header-search-form button.input-group-text.btn.btn-outline-secondary {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #3A4142;
}

.header-search-form input.form-control {
    background: #F7F5F3;
    border-color: #F7F5F3;
}

.bootscore-footer {
    background-color: #383937;
    color: #ffffff;
}

.bootscore-footer a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: underline;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    height: 100px;
    align-items: center;
}

a.nav-link.active {
    background: #ffffff;
    height: 100px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.current-menu-item.active a.nav-link {
    color: #000000;
    background: #ffffff;
    height: 100px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-section-wrapper {
    background: #4C4E4B;
    padding: 3em 1em 1em 2em;
    min-height: 190px;
}

.footer-logo {
    width: 250px;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    /* border-left: 2px solid #ffffff; */
    overflow-wrap: break-word;
    margin-top: 1em;
    line-height: 1.2em;
}

.footer-address {
    width: 300px;
}

.footer-title {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 1em;
}

.hero-img-container {
    background-image: url(./assets/img/hero-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    width: 100%;
    background-position: center;
}

.hero-img-title {
    font-weight: 300;
    font-size: 40px;
    color: #ffffff;
}

.hero-img-par {
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}

.hero-img-btn {
    width: 300px;
    height: 60px;
    border-radius: 5px;
    background: #DEDBD1;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    /* box-shadow: 4px 4px 10px 0px #00000040; */
}


.hero-img-btn:hover,
.hero-img-btn:focus,
.hero-img-btn:active {
    background: #b4b2aa;
}

.section-title-centered {
    font-weight: 300;
    font-size: 40px;
    color: #000000;
    text-align: center;
}

.section-title-left {
    font-weight: 300;
    font-size: 40px;
    color: #000000;
    text-align: left;
}

.section-title-left.white {
    color: #ffffff;
}

.enotita-wrapper {
    height: 460px;
    border: 10px solid #F2EFEB;
    background: #F2EFEB;
    border-radius: 0px;
    border-top: 0;
    border-bottom-left-radius: 25px;
}

.enotita-wrapper.small {
    height: auto;
    border: 10px solid #F2EFEB;
    background: #F2EFEB;
    border-radius: 0px;
    border-top: 0;
    border-bottom-left-radius: 25px;
}

.enotita-logo.purple-brown {
    background: #5B4040;
}

.enotita-logo.spring-rain {
    background: #B0C4B1;
}

.enotita-logo.moon-mist {
    background: #DEDBD2;
}

.enotita-logo.peach-schnapps {
    background: #F7E1D7;
}

.enotita-logo.blue-smoke {
    background: #6F887C;
}

.enotita-logo.santa-grey {
    background: #A8A0AE;
}

.enotita-logo.cotton-seed {
    background: #BDBDBD;
}

.enotita-logo.donkey-brown {
    background: #A38F87;
}

.enotita-logo.storm-grey {
    background: #6B7190;
}

.enotita-logo.gunsmoke {
    background: #828889;
}

.enotita-logo.silk {
    background: #BCB5A2;
}

.enotita-logo.bright-grey {
    background: #393d4c;
}

.enotita-logo {
    width: 100%;
    height: 250px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2em 0;
}

.enotita-logo img {
    width: 200px;
    height: 200px;
}

.enotita-logo.small {
    width: 100%;
    height: 190px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 2em 0;
}

.enotita-logo.small img {
    width: 140px;
    height: 140px;
}

.enotita-title {
    font-weight: 400;
    font-size: 24px;
    color: #534741;
    line-height: 1.25em;
    max-width: 210px;
}


.enotita-details.small .enotita-title {
    min-height: 90px;
    display: flex;
    align-items: center;
}

.enotita-details.small .enotita-title {
    font-weight: 400;
    font-size: 20px;
    color: #534741;
    line-height: 1.25em;
    max-width: 270px;
}

.enotita-details {
    /* height: 350px; */
    margin: 2em;
}

.enotita-details.small {
    /* height: 350px; */
    margin: 1em 0;
}

.enotita-btn {
    width: 65px;
    height: 95px;
    display: none;
}

.enotita-details.small .enotita-btn img {
    width: 35px;
    height: 65px;
}

.thematikes-enotites-bg {
    background-image: url(./assets/img/thematikes-enotites-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


.lentil.enabled {
    background: #797762;
    width: 55px;
    height: 16px;
    border-radius: 20px;
    box-shadow: none;
}

.lentil {
    width: 55px;
    height: 16px;
    border-radius: 10px;
    background: #D3CFC5;
    cursor: pointer;
}

[class^="carousel-arrow"] {
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

[class^="carousel-arrow"].disabled circle {
    fill: #ffffff;
    stroke: #ffffff;
}

[class^="carousel-arrow"] circle {
    fill: #ffffff;
    stroke: #ffffff;
    box-shadow: 4px 4px 10px 0px #00000040;
    transition: all 0.2s linear;
    display: block;
}

[class^="carousel-arrow"]:not(.disabled):hover circle,
[class^="carousel-arrow"]:not(.disabled):focus circle {
    fill: #ffffff;
    stroke: #ffffff;
}

.ekdilwseis-wrapper {
    background-color: #DDD5CC;
}

/* Events Carousel Styles */

.event-card {
    min-height: 470px;
    background: white;
    border-radius: 10px;
    /* box-shadow: 4px 4px 10px 0px #00000040; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.event-card:hover {
    border-radius: 10px;
    /* transform: translateY(5px); */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.event-image {
    height: 280px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-content {
    padding: 1rem;
}

.event-title {
    font-size: 16px;
    font-weight: 400;
    color: #797762;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    min-height: 60px;
    text-decoration: underline;
}

.event-date {
    font-size: 18px;
    font-weight: 600;
    color: #383937;
    margin-bottom: 0.35rem;
}

.event-place {
    font-size: 16px;
    color: #383937;
    margin-bottom: 0.35rem;
}

.event-date i,
.event-place i {
    color: #6A6864;
    /* margin-right: 0.5rem; */
}

ul.wp-block-list {
    text-align: left;
}

.search-single-result {
    border: none;
    box-shadow: 4px 4px 10px 0px #00000040;
    box-shadow: -1px -1px 10px 0px #00000040;
    border-radius: 10px;
}

.search-post-title {
    font-size: 18px;
    font-weight: 600;
}

.thematikes-sidebar {
    background: #ffffff;
    padding: 1em;
    /* border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

.thematiki-subcategory-title {
    font-size: 26px;
    color: #383A37;
    border-bottom: 3px solid #383A37;
    padding-bottom: 0.15em;
    padding-left: 0.5em;
    font-weight: 100;
    margin-top: 0.15em !important;
}

.thematiki-subcategory-subtitle {
    font-size: 20px;
    font-weight: 200;
    color: #534741;
    border-bottom: 2px solid #DEDBD2;
    padding-bottom: 0.15em;
    padding-left: 0.5em;
}

.thematiki-enotita-periexomeno h1#content-title {
    width: 60%;
    background: #494946;
    color: #ffffff;
    padding: 0.5em 1em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 25px;
    margin-bottom: 0;
}

.thematiki-enotita-periexomeno .content-details {
    background: #ffffff;
    color: #231818;
    padding: 1.3em;
    border-top-right-radius: 5px;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 25px;
    margin-bottom: 1em;
}

.thematikes-level1-title {
    background: #5B4040;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    padding: 0.5em 1.3em;
    border-top-left-radius: 20px;
}

button.accordion-button.thematiki-subcategory-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.return-back-main-category {
    background: #5B4040;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 0.5em 1em;
    border-bottom-right-radius: 20px;
}

.return-back-main-category a {
    color: #ffffff;
    font-weight: 200;
    font-size: 20px;
}

.thematiki-gallery {
    float: left;
    width: 400px;
    height: 400px;
    margin: 0 1.5rem 1rem 0;
    background-color: #F2EFEB;
    padding: 2em 1em;
    border-radius: 10px;
}

/* Ensure images never overflow */
.thematiki-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.thematiki-gallery .carousel-buttons {
    display: flex;
    width: 100% !important;
    height: 65px;
    position: relative;
    align-items: center;
    justify-content: center;
}

/* Make carousel arrows black */
.thematiki-gallery .carousel-control-prev-icon,
.thematiki-gallery .carousel-control-next-icon {
    filter: invert(1);
}

.thematiki-gallery .carousel-indicators [data-bs-target] {
    width: 40px;
    height: 13px;
    border-radius: 10px !important;
    opacity: 1;
    border-top: 0;
    border-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.thematiki-gallery .carousel-indicators .active {
    background-color: #4A4C49;
}

.thematiki-gallery .carousel-indicators {
    margin-bottom: 1.5rem;
}

.accordion-button::after {
    margin-left: 10px;
}

.thematiki-gallery .lens {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 11px;
    height: 25px;
    width: 25px;
}

.thematiki-gallery .lens img {
    width: 100%;
    height: auto;
}

#thematikesAccordion.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: none !important;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

#thematikesAccordion .accordion-button:not(.collapsed) {
    color: #383A37;
    background-color: transparent !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.arrow-back {
    width: 17px;
    height: 16px;
    margin-right: 0.35em;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #54543d;
    border-color: #54543d;
}

.page-link {
    color: #54543d;
}

.page-link:hover {
    z-index: 2;
    color: #54543d
}

.enotita-disabled {
    opacity: 0.5;
}

.enotita-disabled button {
    pointer-events: none;
}

/* Responsive adjustments for events carousel */
@media (max-width: 768px) {
    .event-card {
        margin-bottom: 1rem;
        min-height: auto;
    }

    .event-image {
        height: 150px;
    }

    .event-title {
        font-size: 1rem;
    }

    .event-date,
    .event-place {
        font-size: 0.8rem;
    }

    .event-excerpt {
        font-size: 0.8rem;
    }

    .thematiki-gallery {
        width: 100%;
    }

    .thematiki-enotita-periexomeno h1#content-title {
        width: 100%;
        margin-top: 1em;
    }
}

nav.breadcrumbs {
    background: #F8F7F5;
    font-weight: 400;
    font-size: 16px;
    color: #383937;
}

nav.breadcrumbs a {
    color: #797762;
    text-decoration: underline;
}

.dark-bg-wrapper {
    background-color: #383937;
    font-size: 18px;
    padding: 3.8em;
}

.home-pyli-basic-title {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.pyli-basic-title {
    font-size: 30px;
    font-weight: 500;
    color: #DDD7CC;
    margin-bottom: 0.5rem;
}

.dark-bg-wrapper p {
    color: #ffffff;
    font-size: 18px;
}

.light-bg-wrapper {
    background-color: #DDD7CC;
    color: #ffffff !important;
    font-size: 18px;
    padding: 3.8em;
}

.pyli-basic-title.dark {
    font-size: 30px;
    font-weight: 500;
    color: #525752 !important;
}

.ekthesi-dates {
    font-weight: 300;
    font-size: 18px;
    color: #3A4142 !important;
}

.light-bg-wrapper p {
    color: #3A4142 !important;
    font-size: 18px;
}

.category-filter-buttons {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    width: fit-content;
    padding: 0.15em;
    border-radius: 10px;
}

.custom-filter-btn {
    color: #797762;
    font-size: 16px;
    font-weight: 500;
    padding: 0.55em 1.35em;
}

.custom-filter-btn.active {
    font-weight: 600;
    color: #3A4142;
    background: #DDD7CC;
    box-shadow: 0px 1px 4px 0px #00000040;
    border-radius: 10px !important;
    border: none;
}

.custom-filter-btn:focus,
.custom-filter-btn:focus-visible {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

input#search-input-events {
    border: 1px solid #383937;
    height: 41px;
}

.search-ekdilwseis i.fas {
    color: #797762 !important;
}

.btn-search-ekdilwseis {
    font-weight: 400;
    font-size: 18px;
    /* box-shadow: 4px 4px 10px 0px #00000040; */
    color: #ffffff;
    background-color: #797762;
}

.btn-search-ekdilwseis:focus,
.btn-search-ekdilwseis:active,
.btn-search-ekdilwseis:hover {

    color: #ffffff;
    background-color: #5c5a4a;
}

.ektheseis-flag {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

.event-details-tag {
    font-weight: 400;
    font-size: 18px;
    color: #3A4142;
    margin-right: 1em;
}

.event-details-tag:last-child {
    margin-right: 0em;
}

.pyli-details-wrapper {
    width: 100%;
    min-height: 220px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;

}

.pyli-details-inner {
    background: #DDD7CC;
    font-weight: 400;
    font-size: 18px;
    min-height: 210px;
    border-radius: 5px;
    padding: 0.5em 2em;
}

.custom-margin-top {
    position: relative;
    z-index: 1;
    margin-top: -35px !important;
}

.ektheseis-wrapper img {
    height: 640px !important;
}

.main-search-form-label {
    width: 0px;
    height: 0px;
    color: #222222 !important;
    background-color: #ffffff !important;
    font-size: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .section-title-left {
        font-size: 29px;
    }

    .hero-img-btn {
        width: 100%;
        height: 60px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .header-logo img {
        width: 200px;
    }

    .hero-img-container {
        height: auto;
        padding: 1em;
    }

    .hero-img-par {
        background-color: rgba(0, 0, 0, 0.65);
        padding: 0.3em 0.8em;
    }

    .hero-img-title {
        font-size: 30px;
    }

    .dark-bg-wrapper,
    .light-bg-wrapper {
        padding: 1.5em;
    }


    .events-calendar-homepage {
        padding: 15px !important;
    }

    .lentil,
    .lentil.lentil.enabled {
        width: 25px;
    }

    .carousel-arrow-left {
        left: 8%;
    }

    .carousel-arrow-right {
        right: 8%;
    }

    .enotita-logo {
        height: 150px;
    }

    .enotita-logo img {
        width: 100px;
        height: 100px;
    }

    .enotita-wrapper {
        height: auto;
        margin-bottom: 0.8em;
    }

    .enotita-details {
        margin: 1em;
        min-height: 80px;
    }

    .enotita-title {
        font-size: 20px;
    }

    .carousel-frame {
        min-height: 1150px;
    }

    .ektheseis-wrapper img {
        height: 340px !important;
    }

    h2,
    .section-title-left {
        width: auto !important;
    }

    .custom-margin-top {
        margin-top: -0px !important;
    }

    a.nav-link.active {
        height: auto;
    }

    .btn-group.mb-4.category-filter-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    form.search-ekdilwseis {
        flex-direction: column;
        align-items: stretch !important;
        gap: 8px;
    }

    input#search-input-events {
        width: 100% !important;
    }

    .bootscore-copyright {
        font-size: 12px;
        margin-top: 1em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .section-title-left {
        font-size: 29px;
    }

    .hero-img-btn {
        width: 100%;
        height: 60px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .header-logo img {
        width: 200px;
    }

    .hero-img-container {
        height: 600px;
        padding: 1em;
    }

    .hero-img-par {
        /* background-color: rgba(0, 0, 0, 0.65); */
        padding: 0.3em 0.8em;
    }

    .hero-img-title {
        font-size: 30px;
    }

    .dark-bg-wrapper,
    .light-bg-wrapper {
        padding: 1.5em;
    }


    .events-calendar-homepage {
        padding: 15px !important;
    }

    .lentil,
    .lentil.lentil.enabled {
        width: 25px;
    }

    .carousel-arrow-left {
        left: 8%;
    }

    .carousel-arrow-right {
        right: 8%;
    }

    .enotita-logo {
        height: 150px;
    }

    .enotita-logo img {
        width: 100px;
        height: 100px;
    }

    .enotita-wrapper {
        height: auto;
        margin-bottom: 1.4em;
    }

    .enotita-details {
        margin: 1em;
        min-height: 80px;
    }

    .enotita-title {
        font-size: 20px;
    }

    .carousel-frame {
        min-height: 1150px;
    }

    .ektheseis-wrapper img {
        height: 340px !important;
    }

    h2,
    .section-title-left {
        width: auto !important;
    }

    .custom-margin-top {
        margin-top: -0px !important;
    }

    a.nav-link.active {
        height: auto;
    }

    .btn-group.mb-4.category-filter-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    form.search-ekdilwseis {
        flex-direction: column;
        align-items: stretch !important;
        gap: 8px;
    }

    input#search-input-events {
        width: 100% !important;
    }

    .bootscore-copyright {
        font-size: 12px;
        margin-top: 1em;
    }
}


@media only screen and (max-width: 992px) {
    .thematiki-enotita-periexomeno h1#content-title {
        width: 100%;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 1200px) {
    .thematiki-subcategory-title {
        font-size: 22px;
    }
}