@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@100;200;300;400;500;600;700;800;900;1000&display=swap');

:root {
    --purple: #6c5aa7;
    --darkblue: #182439;
    --noname1: #272E39;
    --coral: #DD4271;
    --lightgrey: #9CA4AF;
    --darkgrey: #75727B;
}

* {
    font-family: 'Roboto Flex';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Flex' !important;
}

a {
    font-family: 'Roboto Flex';
}

.meli-ds, .meli-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.meli-ds .team-block-one,
.meli-grid .team-block-one {
    flex-basis: calc((100% - 60px) / 3) !important;
}

.meli-ds .team-block-one .inner-box .lower-content .member-name {
    position: relative;
    display: block;
    background: #fff;
    padding: 15px 30px 0px 30px;
    width: calc(100% - 58px);
    border-top-right-radius: 30px;
}

.meli-ds .team-block-one .inner-box .lower-content .member-name h3{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding: 0px;
    width: fit-content;
    border: none;
}

.meli-ds .team-block-one .inner-box .lower-content .member-name p {
    position: relative;
    display: block;
    padding: 0;
    color: var(--purple);
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    margin-top: 10px;
}

.meli-ds .member-socials {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 30px 15px 20px 30px;
}

.meli-ds a.member-social {
    width: 48px;
    height: 48px;
    display: block;
}

.meli-ds .etairia {
    color: var(--lightgrey);
    font-size: 15px;
    line-height: 18px;
    margin-left: 10px;
    font-weight: 300;
}

.meli-ds a.member-social.linkedin { background-image: url('/wp-content/uploads/2023/12/member-linkedin.svg'); }
.meli-ds a.member-social.linkedin:hover, a.member-social.linkedin:focus { background-image: url('/wp-content/uploads/2023/12/member-linkedin-hover.svg'); }
.meli-ds a.member-social.email { background-image: url('/wp-content/uploads/2023/12/member-email.svg'); }
.meli-ds a.member-social.email:hover, a.member-social.email:focus { background-image: url('/wp-content/uploads/2023/12/member-email-hover.svg'); }

ul.bread-crumb { visibility: hidden; }

.meli-grid .lower-content {
    background-color: var(--purple);
    padding: 22px 27px;
    margin-top: 0px !important;
}

.meli-grid .lower-content h3 {
    background: none !important;
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 500 !important;
    padding: 0 !important;
    width: 100% !important;
    border: none !important;
    color: white !important;
    min-height: 46px !important;
}

.meli-grid a.member-popup {
    color: white;
    font-size: 15.2px;
    line-height: 18px;
    padding: 10px 21px;
    display: block;
    width: fit-content;
    border-radius: 19px 19px 0px 19px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 21px;
}

.meli-grid a.member-popup:hover, .meli-grid a.member-popup:focus {
    color: var(--purple);
    background-color: rgba(255,255,255);
}

.meli-grid .image-box {
    display: flex !important;
    height: 307px;
    justify-content: center;
    align-items: center;
}

.meli-grid .image-box img {
    width: 50% !important;
    filter: grayscale(1);
    transition: all 0.3s;
}

.meli-grid .team-block-one:hover img, .meli-grid .team-block-one:focus img {
    filter: none;
}

#az-index {
    border-top: 1px solid #E7E3EE;
    border-bottom: 1px solid #E7E3EE;
    padding: 16px 0;
    text-align: center;
}

#az-index a{ 
    color: #272e39;
    font-size: 15.2px;
    line-height: 18px;
    padding: 0px 15px;
    word-break: break-all;
}

/* #az-index a { 
    color: #272e39;
    font-size: 15.2px;
    line-height: 18px;
    padding: 0px 15px;
} */

#az-index a:hover, #az-index a:focus {
    color: var(--purple);
} 

.key-index {
    color: #272e39;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 21px;
    margin-top: 66px;
    font-weight: bold;
    display: block;
}

#member-categories {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 42px auto;
    flex-wrap: wrap;
}

#member-categories a {
    color: var(--purple);
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    padding: 8px 15px;
    background: #F4F1FA;
    border-radius: 15px 15px 0px 15px;
}

#member-categories a.active {
    color: white;
    background: var(--purple);
}

.meli-grid .lower-content:after {
    background-image: url('/wp-content/uploads/2023/12/sekee-icon.svg');
    display: block;
    content: "";
    width: 90px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 20px;
    background-size: cover;
    opacity: 0.4;
}

.member-popup-container {
    display: none;
    position: relative;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: red;
}

.member-popup-overlay { 
    background-color: white;
    position: absolute;
    z-index: 9991;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.member-popup-overlay:before {
    display: block;
    content: "";
    width: 156px;
    height: 62px;
    background-image: url('/wp-content/uploads/2023/12/sekee-logo.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 61px;
    left: 70px;
}

.member-popup-close {
    position: absolute;
    top: 75px;
    right: 83px;
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.member-popup-inner {
    background-color: var(--white);
    position: absolute;
    z-index: 9992;
    width: 100%;
    max-width: 750px;
    margin: 140px auto;
    text-align: center;
  }


  .member-popup-header img {
    /* width: 50%; */
    margin-bottom: 41px;
    max-width: 250px !important;
    max-height: 150px !important;
}

.popup-open .member-popup-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member-content p {
    color: #272E39;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 39px;
}

.member-website a {
    color: var(--purple);
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    font-weight: medium;

}

.grid-child-page .text-box, 
.grid-child-page .text-box h3  {
    margin-bottom: 0 !important;
}
.grid-child-page .text-box h3 a {
    font-size: 23px !important;
    line-height: 27px !important;
    font-weight: 500 !important;
    font-family: 'Roboto Flex' !important;
}

/*! HEADER */
.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}

.custom-header .menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-header .logo-box {
    margin-right: 80px;
    padding: 37px 0px;
}

.page-title .bg-layer {
    background-color: #182439;
    background-blend-mode: luminosity;
}

.page-title h1 {
    font-size: 75px;
    font-weight: 500 !important;
}

.project-block-one .inner-box .content-inner .text-box {
    padding: 20px !important;
}

.single .author-post {
    padding: 0 !important;
}

.category .author-box {
    padding-left: 0px !important;
}

.scroll-top {
    background-color: var(--purple);
}

#about-grid {
    max-width: 860px;
    margin: 0 auto;
}

.about-grid > div {
    margin-bottom: 30px;
}

.about-grid-link {
    font-family: 'Roboto Flex';
    font-size: 17px;
    line-height: 20px;
    padding: 35px;
    width: 100%;
}

#about-grid .image-box:before {
    border-radius: 30px;
}

.category-deltia-typou .post h2 a {
    font-family: 'Roboto Flex';
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
}

.child-grid {
    justify-content: center;
}

#stoxoi .owl-stage {
    display: flex;
}

#stoxoi .chooseus-block-three {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
#stoxoi .owl-item .inner-box {
    padding: 40px 23px 23px 23px;
}
#stoxoi .owl-item .inner-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #9ca4af;
    height: 238px;
    overflow: hidden;
}
#stoxoi .inner-box h3 {
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 19px;
}
#stoxoi .inner-box h3:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url('/wp-content/uploads/2023/12/bx-target-lock.svg');
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.meli-grid.simmetexontes {
    margin-top: 60px;
}

.project-sidebar .project-info-box {
    border-radius: 30px 0px 30px 30px !important;
    padding: 22px 40px 40px 40px !important;
}

.project-sidebar .project-info-box:before {
    top: 44px !important;
}

.project-sidebar .project-info-box h3 {
    font-size: 23px !important;
    line-height: 27px !important;
    font-weight: bold !important;
    padding-bottom: 22px !important;
    margin-bottom: 29px !important;
    text-align: center !important;
}

.project-sidebar .project-info-box .info-list li span {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
    opacity: 0.5;
    line-height: 18px !important;
    margin-bottom: 18px !important;
}

.project-sidebar .project-info-box .info-list li h4 {
    font-size: 18px !important;
    line-height: 21px !important;
    margin-bottom: 25px !important;
}

.service-sidebar .download-widget .download-list li {
    padding: 0px 20px 0px 75px !important;
    height: 60px !important;
}

.service-sidebar .download-widget .download-list li h5 {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
}

.service-sidebar .download-widget .download-list li .inner {
    display: flex !important;
    align-items: center !important;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 60px;
}

.project-share-option {
    margin-bottom: 40px;
}

.ekthesi-gallery img {
    width: 100%;
    margin-bottom: 35px;
    border-radius: 30px !important;
}

.dialog-lightbox-widget {
    display: none !important;
}

.years {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 80px auto;
}

.years a {
    color: var(--purple);
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    padding: 8px 15px;
    background: #F4F1FA;
    border-radius: 15px 15px 0px 15px;
}

.years a.active {
    color: white;
    background: var(--purple);
}

.apotypoma {
    margin-bottom: 196px;
    margin-top: -176px;
}

.apotypoma:before {
    display: none !important;
}

.apotypoma .bg-layer {
    background-image: url('https://sekee.rdc-web.gr/wp-content/uploads/2023/12/apotypoma.webp');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left top !important;
    height: 473px !important;
    position: relative !important;
}

.apotypoma .bg-layer:before {
    display: none !important;
}

.apotypoma .funfact-inner { background-color: var(--purple) !important; }

.apotypoma .counters.inner-column {
    width: calc(100% - 192px);
    float: right;
    margin-left: 192px;
}

.apotypoma .inner-box p {
    color: #fff;
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
}
.apotypoma .inner-box .count-outer, .apotypoma .count-outer .text {
    font-size: 48px;
    line-height: 57px !important;
    font-weight: 500 !important;
    
}

.apotypoma .counter-data {
    position: absolute !important;
    top: -30px !important;
}

#yt-banner-slider .icon-box {
    display: none;
}

#yt-banner-slider .lower-box {
    padding-left: 0px;
}

#yt-banner-slider .content-box h2 {
    font-size: 58px;
    line-height: 70px;
    font-family: 'Roboto Flex';
    font-weight: 900;
}

#yt-banner-slider .content-box .lower-box .text {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    max-width: 527px;
    font-weight: 300;
    font-family: 'Roboto Flex';
}

#yt-banner-slider .theme-btn {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Roboto Flex';
    padding: 17px 28px;
}

#yt-banner-slider .slide-item .image-layer{
    background-blend-mode: luminosity;
    filter: grayscale(1) !important;
}

#yt-banner-slider .slide-item:before {
    background: #182439;
    opacity: 0.59;
}

.header-lower {
    border-radius: 28px 28px 0 0;
}

.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
    padding-left: 0 !important;
}

.main-menu .navigation > li > ul > li > a:before {
    display: none;
}

.header-lower .theme-btn,
.sticky-header  .theme-btn {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Roboto Flex';
    padding: 17px 19px;
}

header .left-header {
    display: flex;
    gap: 26px;
}

header .left-header div, header .left-header a  {
    color: #9CA4AF;
    font-size: 17px;
    line-height: 41px;
    font-family: 'Roboto Flex';
    font-weight: 300;
}

.theme-btn:before {
    background: var(--coral) !important;
}

.main-footer .widget-section {
    position: relative;
    padding-bottom: 1px !important;
    border-top: 1px solid #e3e3e3;
}

.main-footer .widget-section .row .footer-column {
    padding-top: 30px;
}

.main-footer .widget-title {
    display: none !important;
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: #E7E3EE !important;
    padding: 15px 0px !important;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    gap: 5px;
    color: #272e39;
    font-size: 12px;
    line-height: 14px;
}

.footer-bottom .bottom-inner a {
    color: var(--coral);
}
.widget-section .contact-widget p, .widget-section .contact-widget p a {
    color: #9CA4AF !important;
    font-size: 18px;
    line-height: 26px;
}
.widget-section .contact-widget p span {
    color: var(--purple) !important;
    font-weight: bold;
}

.footer-widget ul li a, .footer-widget ol li a {
    font-size: 17px !important;
    color: #9ca4af !important;
    font-family: 'Roboto Flex';
    font-weight: 300 !important;
}

#socials {
    display: flex;
    gap: 28px;
}

#socials a:hover path, #socials a:focus path {
    fill: var(--purple);
}

.appointment-section .form-inner .form-group input[type='text'], 
.appointment-section .form-inner .form-group input[type='email'], 
.appointment-section .form-inner .form-group textarea, 
.appointment-section .form-inner .form-group .nice-select {
    font-size: 18px !important;
    color: #9ca4af !important;
    font-family: 'Roboto Flex' !important;
    line-height: 33px !important;
    font-weight: 500 !important;
}

.appointment-section .form-inner .form-group {
    margin-bottom: 10px !important;
}

.appointment-section .inner-box {
    display: none !important;
}

@media (min-width: 992px) {
    .appointment-section > .outer-container > .auto-container > .row > .col-lg-6 {
        flex: 0 0 auto;
        width: 58.333% !important;
    }
}

.appointment-section .outer-container {
    background-image: url('/wp-content/uploads/2023/12/rocket.webp') !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
}

.appointment-section .sec-title .sub-title {
    font-size: 15px !important;
    line-height: 18px !important;
    font-family: 'Roboto Flex' !important;
    font-weight: bold !important;
    color: var(--coral) !important;
}

.appointment-section .sec-pad {
    padding: 77px 0 64px 0 !important;
}

.appointment-section .sec-title h2 {
    font-weight: 500 !important;
}

.more-info {
    padding: 31px 0;
    color: #9CA4AF;
    font-size: 18px;
    font-weight: 400;
}

.more-info a {
    color: var(--coral);
}

.archive .bg-layer {
    background-image: url(/wp-content/uploads/2023/08/single-banner.webp) !important;
}

.member-content {
    max-height: 350px;
    overflow: auto;
    margin-bottom: 20px;
}

.child-grid .grid-child-page {
    margin-bottom: 30px !important;
}

.main-footer .footer-top .newsletter-widget .form-inner .form-group input[type='email'], 
.main-footer .footer-top .newsletter-widget .form-inner .form-group input[type='text'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
    font-size: 17px;
    color: #68646c;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.town-icon-box .upper-box h3, .town-icon-box .upper-box p {
    visibility: hidden;
}
.header-top .outer-container {display: flex !important; }
.mobile-menu .nav-logo img { display: none; }
.mobile-menu .nav-logo { padding: 25px; }

#sekee-cta-inner {
    height: 595px;
}
div#sekee-cta-inner:after {
    background-image: url(/wp-content/uploads/2023/12/meloscta3.webp);
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 980px;
    aspect-ratio: auto;
    height: 640px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media screen and (max-width: 1650px){
    .header-lower .theme-btn, .sticky-header .theme-btn { max-width: 155px; }
    .main-header .menu-right-content .search-box-outer span { display: none;}
    .main-header .menu-right-content .search-box-outer { height: 21px;}
    #ergo-home > div > div {
        --padding-block-start: 66px;
    -padding-block-end: 66px;
    --padding-inline-start: 70px;
    --padding-inline-end: 70px;
    gap: 60px;
    }
    #sekee-cta-inner {
        height: 530px;
    }
    #sekee-cta-inner:after {
        height: 570px !important;
    }
}
@media screen and (max-width: 1280px){
    header .social-links li { display: none !important; }
    #ergo-home .elementor-widget-image {
        width: var(--container-widget-width, 45% );
        max-width: 45%;
        --container-widget-width: 45%;
    }
    #ergo-home .te_title {
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
    }
    #sekee-cta-inner {
        height: 428px;
    }
    #sekee-cta-inner:after {
        height: 460px !important;
    }
}

@media screen and (max-width: 1100px){
    .site-title { display: none !important; }
    #sekee-cta-inner:after {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .funfact-section .funfact-inner {
        margin-top: -160px !important;
    }
    .apotypoma {
        margin-bottom: 70px !important;
        margin-top: -70px !important;
    }
    .funfact-block-one .inner-box .count-outer:before,
    .funfact-section .funfact-inner:before {
        display: none !important;
    }
    .funfact-section .funfact-inner .funfact-block:last-child {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    .meli-ds .team-block-one, .meli-grid .team-block-one {
        flex-basis: calc((100% - 30px) / 2) !important;
    }
    #ergo-home .elementor-widget-image {
        width: var(--container-widget-width, 50% );
        max-width: 50%;
        --container-widget-width: 50%;
    }
    #ergo-home > div > div {
        --padding-block-start: 50px;
        -padding-block-end: 66px;
        --padding-inline-start: 55px;
        --padding-inline-end: 55px;
        gap: 45px;
    }
    #ergo-home .te_title {
        font-size: 43px;
        font-weight: 700;
        line-height: 55px;
        margin-bottom: 15px;
    }
    #ergo-home .sec-title {
        margin-bottom: 15px;
    }
    .post-block-one .inner-box h4 {
        min-height: 90px;
    }
    #yt-banner-slider .content-box h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media screen and (max-width: 767px){
    .funfact-section .funfact-inner {
        margin-top: 30px !important;
    }
    .apotypoma {
        margin-bottom: 60px !important;
        margin-top: 60px !important;
    }
    .funfact-section .inner-container .bg-layer {
        visibility: hidden;
    }
    .apotypoma .counters.inner-column {
        width: 100% !important;
        float: right;
        margin-left: 0 !important;
    }
    .meli-ds .team-block-one {
        flex-basis: 100% !important;
    }
    .member-popup-overlay:before {
        display: none;
    }
    .member-popup-inner {
        margin: 60px auto;
    }
    .member-popup-close {
        top: 50px;
        right: 60px;
        height: 33px;
    }
    #ergo-home .elementor-widget-image {
        width: var(--container-widget-width, 100% );
        max-width: 100%;
        --container-widget-width: 100%;
    }

    #ergo-home .elementor-widget-image img {
        width: 100% !important;
    }
}
.btn-box.mobile {
    display: none;
}
@media screen and (max-width: 600px){
    .meli-grid .team-block-one {
        flex-basis: 100% !important;
    }
    header .logo-box { max-width: 120px; }
    .main-header .menu-right-content .search-box-outer:before { display: none !important; }
    .main-header .menu-right-content .search-box-outer { margin-right: 10px !important; }
    .custom-header .logo-box { order: 1; margin-right: 0px !important; padding: 10px 0px !important; margin-left: 5px !important; }
    header #socials { display: none; }
    #ergo-home > div > div {
        --padding-block-start: 30px;
        -padding-block-end: 30px;
        --padding-inline-start: 30px;
        --padding-inline-end: 30px;
        gap: 30px;
    }
    .header-lower .theme-btn, .sticky-header .theme-btn {
        max-width: 90px;
        font-size: 15px;
        line-height: 18px;
        padding: 15px 15px;
    }
    .main-header .outer-box {
        padding: 15px 10px !important;
    }
    header .btn-box.desktop { display: none; }
    header .btn-box.mobile { display: block; }
}


.category-name {
    color: #0093ea;
    font-weight: bold;
    text-align: center;
    /* border: 1px solid; */
    width: fit-content;
    padding: 0 10px;
    background: white;
    margin: 0 auto;
	text-transform: lowercase;
}

.category-name:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0093ea;
    content: "";
    left: 0;
    top: 14px;
    z-index: -1;
}

.meli-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.meli-grid a.member-popup {
    color: white;
    font-size: 15.2px;
    line-height: 18px;
    padding: 0px 21px;
    display: block;
    width: fit-content;
    border-radius: 19px 19px 0px 19px;
    background-color: rgba(255,255,255,0.1);
    margin-top: 21px;
    max-height: 85px;
    width: 100%;
    max-width: 380px;
    height: auto;
    display: flex;
    align-items: center;
    align-content: center;
}

.melos img {
    max-height: 85px;
    width: 100%;
    height: auto;
}