/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2025.1756210807
Updated: 2025-08-26 12:20:07

*/


@import url("fonts/fonts.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/contact.css");
@import url("css/home.css");
@import url("css/deuterh_gnwmh.css");
@import url("css/bio.css");
@import url("css/sxetika_me_emas.css");
@import url("css/single.css");
@import url("css/category.css");
@import url("css/main_template_one.css");
@import url("css/stereotaxikh_therapeia.css");
@import url("css/aktinotherapeia.css");
@import url("css/wall.css");


body {
    font-family: 'Codec Pro', sans-serif;
}
body.hello {
    overflow: hidden;
}

.zp_row {
    padding: 4rem 233px;
}
@media (min-width: 1421px) and (max-width: 1601px) {
    .zp_row {
        padding: 4rem 160px;
    }
}
@media (min-width: 1301px) and (max-width: 1420px) {
    .zp_row {
        padding: 4rem 100px;
    }
}
@media (min-width: 901px) and (max-width: 1300px) {
    .zp_row {
        padding: 4rem 50px;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .zp_row {
        padding: 4rem 30px;
    }
}
@media  (max-width: 600px) {
    .zp_row {
        padding: 4rem 20px;
    }
}

.last_row_here {
    padding: 1rem 233px;
}
@media (min-width: 1421px) and (max-width: 1601px) {
    .last_row_here {
        padding: 1rem 160px;
    }
}
@media (min-width: 1301px) and (max-width: 1420px) {
    .last_row_here {
        padding: 1rem 100px;
    }
}
@media (min-width: 901px) and (max-width: 1300px) {
    .last_row_here {
        padding: 1rem 50px;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .last_row_here {
        padding: 1rem 30px;
    }
}
@media  (max-width: 600px) {
    .last_row_here {
        padding: 1rem 20px;
    }
}



.form_row {
    padding: 4rem 233px;
}
@media (min-width: 1421px) and (max-width: 1601px) {
    .form_row {
        padding: 4rem 160px;
    }
}
@media (min-width: 1301px) and (max-width: 1420px) {
    .form_row {
        padding: 4rem 100px;
    }
}
@media (min-width: 901px) and (max-width: 1300px) {
    .form_row {
        padding: 4rem 50px;
    }
}
@media (min-width: 601px) and (max-width: 900px) {
    .form_row {
        padding: 4rem 30px;
    }
}
@media  (max-width: 600px) {
    .form_row {
        padding: 4rem 20px;
    }
}

main {
    background: #F0F2F6;
}

/* BUTTON */
.mainBtn {
    margin: 2rem auto;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) inset;
    max-width: 220px;
    position: relative;
    cursor: pointer;
}
.mainBtn .text {
    width: 55%;
    margin: auto;
    text-align: left;
    transition: .3s all ease-in-out;
    /* margin: auto 20px auto 0; */
}
a .mainBtn .text {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}
.mainBtn .text a {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}
.mainBtn .arrow {
    margin: auto auto -3px 0;
    transition: .3s all ease-in-out;
    z-index: 1;
    position: relative;
}
.mainBtn .arrowBtn {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0 4px 11.5px 0 rgba(0, 0, 0, 0.25);
}
.mainBtn.hoverEffect {
    border-radius: 50px;
    background: #A3E2FF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) inset;
}
.mainBtn.hoverEffect .text {
    transform: translateX(-62%);
    transition: .3s all ease-in-out;
    text-align: left;
    margin: auto 0 auto 20px;
}
.mainBtn.hoverEffect .arrow {
    transform: translateX(200%);
    transition: .3s all ease-in-out;
    z-index: 1;
    position: relative;
}

/* HERO BACKGROUNG */
.hero {
    width: 100%;
    height: fit-content;
    background:
            linear-gradient(rgba(240, 242, 246, 0.8), rgba(240, 242, 246, 0.5)),
            url('/wp-content/uploads/2025/09/square-bg4.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    position: relative;
    flex-direction: column;
}
.hero h1 {
    color: #006C9F;
    font-family: "Flavius Unicode Universal";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hero .sub {
    color: #006C9F;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (min-width: 1001px) {
    .hero h1 {
        margin-top: 15rem;
    }
}
@media (max-width: 1000px) {
    .hero {
        /* margin: -3rem auto -4rem auto; */
        margin: 0rem auto -4rem auto;
        text-align: left;
    }
    .hero h1 {
        margin-top: 0rem;
    }
}
@media (max-width: 767px) {
    .hero {
        background: #F0F2F6;
    }
    .hero h1 {
        font-size: 50px;
    }
    .hero .sub {
        font-size: 16px;
    }
}



/* RANTEVOU CTA */
#rantevouCTA {
    width: fit-content;
    position: fixed;
    bottom: 2rem;
    right: 20px;
    z-index: 1000;
    background-color: #FFF;
    padding: 0.7rem;
    border-radius: 500px;
    box-shadow: 0 4px 11.5px 0 rgba(0, 0, 0, 0.25);
    transition: .3s all ease-in-out;

}
#rantevouCTA:hover {
    border-radius: 500px;
    background: #AFE6FF;
    box-shadow: 0 4px 11.5px 0 rgba(0, 0, 0, 0.25);
    transition: .3s all ease-in-out;
}
/* .rantevouCTAHereHover {
    display: none;
    transition: .3s all ease-in-out;
}
#rantevouCTA:hover .rantevouCTAHereHover {
    display: block;
    transition: .3s all ease-in-out;
    position: relative;
    z-index: 100;
    margin-top: -2rem !important;
}
#rantevouCTA:hover .rantevouCTAHere {
    display: none;
} */



/* MAIN FORM */
#mainForm {
    display: flex;
    background: #F0F2F6;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    z-index: 1000;
}

#mainForm .left {
    width: 100%;
}

#mainForm .mainFormImg {
    max-width: 500px;
    height: 500px;
}

#mainForm .mainFormImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    max-width: 500px;
    max-height: 500px;
}

#mainForm .mainFormTitle {
    color: #006C9F;
    font-family: "Flavius Unicode Universal";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
}

#mainForm .right {
    width: 100%;
    justify-content: end;
    display: flex;
    margin: auto;
}

#mainForm .right form {
    background-color: transparent;
    text-align: center;
    margin-top: 4rem;
}

#mainForm .right form .title {
    color: #006C9F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

#mainForm .right form input {
    color: #006C9F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    border-radius: 104px;
    border: 1px solid #006C9F;
    background-color: transparent;
    height: 3rem;
    width: 100%;
}
#mainForm .right form input:focus {
    outline: none !important;
}
#mainForm .right form textarea {
    color: #006C9F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    border-radius: 20px;
    border: 1px solid #006C9F;
    background-color: transparent;
    max-height: 190px;
    width: 100%;
}
#mainForm .right form textarea:focus {
    outline: none !important;
}

#mainForm .right form p {
    color: #1E1E1E;
    font-family: "Codec Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}
#mainForm .right form input.accept {
    height: 15px;
    width: 10px;
    margin: auto 10px auto auto;
}

#mainForm .right form .wpcf7-acceptance {
    color: #1E1E1E;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
#mainForm .right form .wpcf7-acceptance a {
    color: #1E1E1E;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
}
#mainForm .right form .wpcf7-acceptance a span {
    color: #006C9F;
}
@media (min-width: 1700px) {
    #mainForm {
        /* margin: auto 140px; */
        gap: 15%;
    }
    #mainForm .right {
        justify-content: center;
        margin-top: 13rem;
    }
    #mainForm .mainFormImg {
        max-width: 100%;
    }
}
@media (min-width: 1605px) and (max-width: 1750px) {
    #mainForm .right {
        width: 90% !important;
    }
}
@media (min-width: 1604px) and (max-width: 1700px) {
    #mainForm .right {
        width: 80% !important;
    }
}
@media (min-width: 1639px) and (max-width: 1700px) {
    #mainForm .right {
        margin-top: 9rem !important;
    }
}
@media (min-width: 1001px) and (max-width: 1700px) {
    #mainForm .right {
        width: 75%;
        justify-content: center;
        margin-top: 13rem;
    }
}
@media (max-width: 1000px) {
    #mainForm {
        flex-direction: column;
    }
    #mainForm .mainFormImg {
        margin: auto;
    }
    #mainForm .mainFormTitle {
        font-size: 48px;
    }
    #mainForm .right {
        justify-content: center;
    }
    #mainForm .right form {
        margin-top: 0;
    }
    #mainForm .right form .title {
        font-size: 20px;
        line-height: 25px;
    }
}





/* 404 */
#error404 {
    display: flex;
    flex-direction: column;
}
#error404 .main {
    width: 100%;
    max-width: 450px;
    margin: 3rem auto;
}
#error404 .text404 {
    color: #1E1E1E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}





/* ACCORDION HERE */
.accordion-header button.accordion-button::after {
    display: none;
}

.accordion-header button.accordion-button {
    background-color: #FFF;
    position: relative;
    display: flex;
    gap: 4rem;
    box-shadow: none !important;
    height: 7rem;
}

.accordion-header button.accordion-button svg {
    position: absolute;
    right: 20px;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #006C9F;
    padding: 1rem;
    transition: .5s all ease-in-out;
}

.accordion-header button.accordion-button.collapsed svg {
    position: absolute;
    right: 20px;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #F3F5F6;
    padding: 1rem;
    transform: rotate(45deg);
    transition: .5s all ease-in-out;
}
.accordion-header button.accordion-button.collapsed svg path {
    fill: black !important;
}

.accordion-header button.accordion-button .number {
    color: #006C9F;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.25px;
}

.accordion-header button.accordion-button .title {
    color: #006C9F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.accordion-body p {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 80%;
    margin: auto auto auto 102px;
}
@media (min-width: 768px) and (max-width: 1000px) {
    .accordion-header button.accordion-button .number  {
        font-size: 30px;
    }
    .accordion-header button.accordion-button .title {
        font-size: 18px;
    }
    .accordion-body p {
        font-size: 16px;
        margin: auto auto auto 92px;
    }
}
@media (max-width: 767px) {
    .accordion-header button.accordion-button {
        gap: 1rem;
    }
    .accordion-header button.accordion-button .number  {
        font-size: 30px;
    }
    .accordion-header button.accordion-button .title {
        font-size: 18px;
        width: 75%;
        line-height: 20px;
    }
    .accordion-body p {
        font-size: 16px;
    }
    .accordion-header button.accordion-button svg {
        width: 20px;
        height: 20px;
        padding: 0.3rem;
    }
    .accordion-header button.accordion-button.collapsed svg {
        width: 20px;
        height: 20px;
        padding: 0.3rem;
    }
    .accordion-body p {
        margin: auto auto auto 45px;
    }
}



/* BLUE BOX INNER PAGES HERO HERE */
.blueBox {
    border-radius: 15px;
    background: #006C9F;
    padding: 61px 85px 70px 70px;
    height: fit-content;

}
.blueBox p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 1000px) {
    .blueBox {
        padding: 24px;
        width: 100%;
    }
    .blueBox p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (min-width: 1001px) {
    .blueBox {
        max-width: 760px;
    }
}


/* HERO WITH BLUE BOX INNER PAGES HERE */
.heroBox {
    width: 100%;
    height: fit-content;
    background:
            linear-gradient(rgba(240, 242, 246, 0.8), rgba(240, 242, 246, 0.5)),
            url('/wp-content/uploads/2025/09/square-bg4.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    justify-content: space-between;
    gap: 10%;
}
.heroBox h1 {
    color: #006C9F;
    font-family: "Flavius Unicode Universal";
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    max-width: 80%;
}
.heroBox .sub {
    color: #006C9F;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (min-width: 1830px) {
    .heroBox {
        gap: 15%;
    }
}
@media (min-width: 1001px) {
    .heroBox {
        /* margin-top: 15rem; */
        padding-top: 7rem;
    }
}
@media (max-width: 1000px) {
    .heroBox {
        /* margin: -3rem auto -4rem auto; */
        margin: 0rem auto -4rem auto;
        /* text-align: center; */
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .heroBox h1 {
        margin-top: 0rem;
        font-size: 45px;
        line-height: 43px;
    }
}
@media (max-width: 767px) {
    .heroBox {
        background: #F0F2F6;
    }
    .heroBox h1 {
        font-size: 45px;
    }
    .heroBox .sub {
        font-size: 16px;
    }
}


/* KALOHTHSEIS PATHISEIS HERE */
#kalohtheis_pathiseis .heroBox .sub {
    padding-top: 1rem;
}
#kalohtheis_pathiseis #three_circles_section .left {
    /* width: 90%; */
    text-align: left;
}
#kalohtheis_pathiseis #three_circles_section .left .leftImgs {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    height: 100%;
    margin: -5rem 0 auto auto;
}
#kalohtheis_pathiseis #three_circles_section .left .leftImgs img:nth-child(1) {
    width: 100%;
    height: 100%;
    max-width: 73px;
    max-height: 73px;
}
#kalohtheis_pathiseis #three_circles_section .left .leftImgs img:nth-child(2) {
    width: 100%;
    height: 100%;
    max-width: 73px;
    max-height: 73px;
}
#kalohtheis_pathiseis #three_circles_section .left .leftImgs img:nth-child(3) {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 190px;
}
#kalohtheis_pathiseis #three_circles_section .left .leftImgs img:nth-child(4) {
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 320px;
}
@media (min-width: 1001px) {
    #kalohtheis_pathiseis #three_circles_section .left .leftImgs img:nth-child(4) {
        width: 320px;
    }
}
#kalohtheis_pathiseis #three_circles_section .right {
    margin-top: 3rem;
}
#kalohtheis_pathiseis #three_circles_section .right .rightIcon {
    margin: 4.5rem 0 -0.5rem 0;
}
#kalohtheis_pathiseis #three_circles_section .right .title {
    margin: 2rem 0 1.5rem 0;
}
#kalohtheis_pathiseis #three_circles_section .title.titleMobile {
    display: none;
}
@media (max-width: 1000px) {
    #kalohtheis_pathiseis #three_circles_section .right {
        margin-top: -1rem;
    }
    #kalohtheis_pathiseis #three_circles_section .title.titleMobile {
        display: block;
    }
}






#main_template_one_video {
    position: relative;
    z-index: 10;
}

#videoTitle {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.letter {
    position: absolute;
    font-size: 32px;
    font-weight: bold;
    color: #2E86AB;
    margin: 0;
    transform-origin: center center;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    transition: all 0.3s ease;

}

.letter:hover {
    transform: scale(1.1) translateY(-3px) !important;
    color: #1a5f7a;
}

@media (max-width: 1200px) {
    .letter { font-size: 25px; }
}

@media (max-width: 768px) {
    .letter { font-size: 20px; }
}

@media (max-width: 480px) {
    .letter { font-size: 18px; }
}




#videoFixer img.desktop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 3rem;
}
#videoFixer .mainTitle.mobile {
    display: none;
}

@media (min-width: 1501px) and (max-width: 1700px) {
    #videoFixer img {
        padding-bottom: 0rem;
    }
}
@media (min-width: 1301px) and (max-width: 1500px) {
    #videoFixer img {
        padding-bottom: 0rem;
        top: 85px;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    #videoFixer img {
        padding-bottom: 0rem;
        top: 115px;
    }
}
@media (min-width: 1101px) and (max-width: 1200px) {
    #videoFixer img {
        padding-bottom: 0rem;
        top: 145px;
    }
}
@media (min-width: 1001px) and (max-width: 1100px) {
    #videoFixer img {
        padding-bottom: 0rem;
        top: 145px;
    }
}
@media (max-width: 1000px) {
    #videoFixer img.desktop {
        display: none;
    }
    #videoFixer .mainTitle.mobile {
        display: block;
        color: #006C9F;
        text-align: center;
        font-family: "Flavius Unicode Universal";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #videoFixer .mainTitle.mobile.hide {
        z-index: 1;
    }
}
@media (min-width: 601px) and (max-width: 1000px) {
    #videoFixer .mainTitle.mobile {
        bottom: -2% !important;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width: 600px) {
    #videoFixer .mainTitle.mobile {
        bottom: -5% !important;
        width: 100%;
        z-index: 100;
    }
}