body {
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
}

/*SCROLL BAR*/
body::-webkit-scrollbar {
  width: 10px; /* Πλάτος της scrollbar */
}

body::-webkit-scrollbar-track {
  background: #f7f2e7; /* Χρώμα του background της scrollbar */
}

body::-webkit-scrollbar-thumb {
  background: #7fa989; 
  border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #659972;
}


/*END OF SCROLL BAR*/




/*TOP MENU*/

div.topmenu ul {
padding-top: 10px;
padding-bottom: 10px;
    background-color: white;
    border-radius: 50px 4px 50px 4px;
margin-right: 30px;
margin-left: 272px;
}

/*END OF TOP MENU*/

/*h1 h2*/


#contenttop h1, #contentbottom h1 {
    color: #7fa989;
    font-size: clamp(1.25rem, 0.972rem + 1.111vw, 2.75rem) !important; /*20-44*/
}


h2{
font-size: clamp(2rem, 1.426rem + 1.531vw, 3.875rem) !important;
color: #7fa989 !important;
margin-bottom: 30px !important;
margin-top: 5px !important;
}


/*end of h1 h2*/


/*PAGE TITLE*/

.pagetitle {
background-color: #7fa989 !important;
color: #fff !important;
    width: fit-content;
    text-align: right;
    margin-right: 10px !important;
    margin-left: auto;
padding: 15px 30px !important;
    border-radius: 4px 50px 4px 50px;
margin-bottom: 5vh !important;
}

@media (max-width: 912px) {
.pagetitle {
    margin-right: -20px !important;
    padding: 14px 18px !important;
    border-radius: 40px 0px 0px 4px;
    margin-bottom: 5vh !important;
    margin-top: 55px;
position: relative;
z-index: 50;
}
}

/*END OF PAGE TITLE*/



/*NEWS*/
div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

div.items div.photos img {
    border-radius: 6vw 4px 6vw 6vw;
}

.backtocat {
color: #fff !important;
}

h1 a.backtocat:before {
    border-right-color: #fff;
}

/*end of NEWS*/



/*PHOTO GALLERY*/

div.horizontalitemsgallery div.theitems {
    max-width: 90vw;
    margin: 0 auto !important;
}


/*END OF PHOTO GALLERY*/.notloggedin .c-newlogo {
    position: fixed;
    width: 158px;
    height: 150px;
}

.notloggedin .c-newlogo::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 230px;
    height: 210px;
    background-color: #fff;
    z-index: -1;
border-radius: 0px 0px 100px 4px;
}

.notloggedin .c-newlogo::after {
    content: "";
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 150px;
    z-index: 1;
}

html[lang="en"] .c-newlogo::after {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg');
}

div.overlay a {
    Z-INDEX: 3;
    position: relative;
}

a.mobile-header-startlink {
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg');
    background-position: left;
    background-size: contain;
background-repeat: no-repeat;
width: 130px;
left: 0 !important;
}

html[lang="en"] a.mobile-header-startlink {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg');
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/9339d615f051a515cbc29fc08e80444cf44b37a3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
margin: 4vh;
}

html[lang="en"] .side-nav__header {
    background-image: url('/cache/files/4abc2bb44e0df131233c787af3447d7fce535d42.svg') !important;
}

.side-nav__header {
    max-height: 125px;
    height: 30%;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
display: inline-block;
background-color: #fa8686;
    color: #f7f1e6;
    padding: 17px 28px;
border-radius: 4px 30px 30px 30px;
    font-weight: 500;
    letter-spacing: 3px;
    transition: all 0.6s ease;
    text-decoration: none;
}

.c-button-1:hover {
background-color: #7fa989;
border-radius: 30px 30px 4px 30px;
}.c-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.c-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.c-delay-1 {
  transition-delay: 0.3s;
}

.c-delay-2 {
  transition-delay: 0.6s;
}

.c-delay-3 {
  transition-delay: 1s;
}

.c-delay-4 {
  transition-delay: 1.3s;
}/*FOOTER*/

.c-footer-container {
background-color: #fff;
border-radius: 12vw 12vw 0px 0px;
overflow: visible;
}


.c-footer {
padding: 4vw 7vw 3vw 7vw;
display: flex;
gap: 4vh;
align-items: flex-end;
    justify-content: space-between;
font-weight: 900;
position: relative;
}

@media (max-width: 912px) {
.c-footer {
flex-direction: column;
    text-align: center;
    align-items: center;
}
}



.c-footer div{
width: 300px;
}


.c-footer-menu {
text-align: right;
}

@media (max-width: 912px) {
.c-footer-menu {
text-align: center;
}

}



.c-footer-menu a{
text-decoration: none;
}

.c-social-icons {
margin-top: 8vh;
display: flex;
gap: 5px;
justify-content: center;
}

@media (max-width: 912px) {
.c-social-icons {
margin-top: 20px;
}
}



.c-social-icons span{
background-color: #fa8686;
color: #fff;
border-radius: 50%;
padding: 10px 10px 10px 14px;
font-size: 18px;
    transition: all 0.6s ease;
}


.c-social-icons span:hover{
background-color: #7fa989;
}

.c-footer-leaves-1 {
    position: absolute;
    height: 70px;
    width: auto;
    top: 0vw;
    left: 3vw;
    transform: rotate(45deg);
}

@media (max-width: 500px) {
.c-footer-leaves-1 {
    height: 50px;
    left: -4vw;
top: 35vh;
    transform: rotate(97deg);
}
}


.c-footer-flower-2 {
    position: absolute;
    height: 30px;
    width: auto;
    bottom: 0vw;
    right: 30vw;
animation: rotate360 10s linear infinite;
}


@media (max-width: 500px) {
.c-footer-flower-2 {
    right: 10vw;
}
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.c-footer-leaves-2 {
     position: absolute;
    height: 50px;
    width: auto;
    top: -1vw;
    right: 9vw;
    transform: scaleX(-1);
}


@media (max-width: 500px) {
.c-footer-leaves-2 {
    height: 40px;
    right: 2vw;
}
}

.c-order-1 {
order: 1;
}

.c-order-2 {
order: 2;
}


.c-order-3 {
order: 3;
}

@media (max-width: 912px) {
.c-order-1 {
order: 2;
}

.c-order-2 {
order: 1;
padding-top: 20px;
}
}


/*END OF FOOTER*//*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
left: -55px;
border-radius: 50%;
    background-color: #fa8686;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
right: -55px;
border-radius: 50%;
    background-color: #fa8686;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #7fa989;
}

.slick-next:focus, .slick-prev:focus {
    background-color: #7fa989;
}


.slick-next:before {
    top: 12px;
    height: 25px;
    width: auto;
 background-image: url('/cache/files/a4941e9611ca580cc2597cb3e369a6e46304603e.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 25px;
    width: auto;
background-image: url('/cache/files/a4941e9611ca580cc2597cb3e369a6e46304603e.svg');
    background-size: contain;
    background-position-x: 50%;
}.mobile-header {
    box-shadow: none;
flex-direction: row-reverse;
    margin: 3vw;
align-items: flex-start;
max-width: 95vw;
position: absolute !important;
}

#mobile-header button {
    font-size: 30px;
margin: 5px;
}

#mobile-header button::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 2px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}

.side-nav__hide {
    right: 30px !important;
    top: 30px !important;
left: auto !important;
}

.side-nav button.side-nav__hide {
    font-size: 26px;
    font-weight: 900;
}


.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -12px;
    right: -14px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}



.side-nav ul {
display: flex;
    flex-direction: column;
    width: 200px;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
}


.side-nav ul li a {
    padding-left: 0px !important;
border-radius: 4px 30px;
}






.side-nav__container {
    width: 95%;
    max-width: 95%;
    height: 97%;
    border-radius: 40px;
}

.side-nav--visible .side-nav__container {
transform: translateX(-50%) !important;
    left: 50%;
    top: 1.5vh;
}



.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}




.c-mobile-menu-social-icons {
display: flex;
gap: 5px;
justify-content: center;
}

.c-mobile-menu-social-icons span{
background-color: #fa8686;
color: #fff;
border-radius: 50%;
padding: 10px 10px 10px 14px;
font-size: 18px;
    transition: all 0.6s ease;
}




#mobile-header .langchooser {
    position: absolute;
    right: 75px;
    top: 8px;
}

@media (max-width: 768px) {
#mobile-header .langchooser {
right: auto;
left: 150px;
    top: 0px;
}

}/*TMIMATA - ORARIO*/

.c-tmimata-orario-container{
display: flex;
    gap: 4vh;
justify-content: center;
    max-width: 90vw;
margin: 8vh auto 0px auto;
overflow: visible;
}

@media (max-width: 912px) {
.c-tmimata-orario-container{
flex-direction: column;
gap: 8vh;
}
}



.c-tmimata-container {
background-color: #f6b466;
color: #f7f1e6;
padding: 40px 60px;
border-radius: 80px 80px 80px 4px;
position: relative;
}

@media (max-width: 912px) {
.c-tmimata-container {
padding: 40px 40px;
}
}

.c-orario-container {
background-color: #fa8686;
color: #f7f1e6;
padding: 40px 60px;
border-radius: 4px 80px 80px 80px;
position: relative;
}

#contentbottom .c-tmimata-orario-container h1  {
text-align: left !important;
color: #f7f1e6 !important;
margin-bottom: 0px !important;
}

@media (max-width: 912px) {
#contentbottom .c-tmimata-orario-container h1  {
font-size: 2em !important;
}
}

.c-orario {
display: flex;
gap: 20px;
}

.c-orario-small {
font-size: 14px;
margin-bottom: 0px;
font-weight: 900;
}

.c-orario-big {
font-size: 1.6em;
margin-bottom: 0px;
font-weight: 900;
}

@media (max-width: 400px) {
.c-orario-big {
font-size: 1.4em;
}
}

.c-divider {
  width: 1px;
  background-color: #f7f1e6;
}


.c-tmimata {
display: flex;
gap: 30px;
}

@media (max-width: 820px) {
.c-tmimata {
gap: 10px;
}
}

@media (max-width: 700px) {
.c-tmimata {
gap: 15px;
    flex-direction: column;
}
}

.c-tmima {
    display: flex;
    gap: 10px;
    background-color: #f7f1e6;
    color: #7fa989;
    border-radius: 50px;
    padding: 5px 30px;
align-items: center;
}

.c-tmima p:first-child {
font-size: 3em;
font-weight: 900;
margin-bottom: 0px;
}

.c-tmima p:first-child sup {
    top: -1.5em;
    font-size: 0.4em;
}


.c-tmima p:nth-of-type(2)  {
font-weight: 900;
margin-bottom: 0px;
}


.c-orario-bird {
    height: 80px;
    width: auto;
    margin-left: -20px;
    transform-origin: bottom center;
    animation: swing 2s infinite ease-in-out;
    position: absolute;
    right: 50px;
    top: -50px;
}

.c-tmimata-leaves-3 {
position: absolute;
    right: 36%;
    top: -60px;
    height: 132px;
    width: auto;
    transform: rotate(83deg);
}


/*END OF TMIMATA - ORARIO*/.c-contact-intro {
text-align: center;
margin-bottom: 5vh;
}

.c-intro-subtitle {
margin-bottom: 0px;
    letter-spacing: 1px;
    color: #d18730;
    font-size: 1.4em;
}

@media (max-width: 600px) {
.c-intro-subtitle {
    font-size: 1em;
}
}



.c-contact-intro h2{
font-size: clamp(2rem, 0.89rem + 2.959vw, 5.625rem) !important;
color: #7fa989 !important;
margin-bottom: 5px !important;
margin-top: 5px !important;
}


.c-intro-icons {
display: flex;
    justify-content: center;
    align-items: flex-end;
margin-bottom: 20px;
}

.c-intro-flower-1 {
    height: 40px;
    width: auto;
}

.c-intro-bird {
    height: 80px;
    width: auto;
margin-left: -20px;
transform-origin: bottom center;
animation: swing 2s infinite ease-in-out;
}

@keyframes swing {
   0%   { transform: rotate(7deg); }
    50%  { transform: rotate(-7deg); }
    100% { transform: rotate(7deg); }
}


.c-epikoinonia {
display: flex;
    gap: 4vh;
    justify-content: center;
}

@media (max-width: 912px) {
.c-epikoinonia {
flex-direction: column;
}
}


#contenttop .c-epikoinonia h2 {
color: #7fa989;
    font-size: clamp(1.5rem, 1.117rem + 1.02vw, 2.75rem) !important; /*24-44*/
}


.c-epikoinonia-map {
background-color: #fff;
    padding: 4vw;
    border-radius: 10vw 4px 10vw 10vw;
max-width: 50%;
}

@media (max-width: 912px) {
.c-epikoinonia-map {
    border-radius: 10vw 10vw 10vw 4px;
max-width: 100%;
}
}



.c-epikoinonia-map iframe{
border-radius: 40px;
height: 100%;
width: 500px;
}

@media (max-width: 912px) {
.c-epikoinonia-map iframe{
border-radius: 40px;
height: 50vh;
width: 100%
}
}



.c-epikoinonia-text ul {
padding-left: 20px !important;
}

.c-epikoinonia-form {
    border-radius: 4px 10vw 10vw 10vw;
background-color: #fff;
    padding: 4vw 2vw;
}


.contactform form p {
    width: 90%;
}

.contactform input, .contactform select, .contactform textarea {
border-radius: 20px;
width: 100%;
}

.contactform button {
  display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 1.4s;
    text-decoration: none;
    background-color: #fa8686;
    color: #fff;
    border-radius: 4px 30px 30px 30px;
    border: 1px solid #fa8686;
min-width: 200px;
font-weight: 700;
}

.contactform button:hover {
    background-color: #7fa989;
    border: 1px solid #7fa989;
    color: #fff;
    border-radius: 30px 30px 4px 30px;
}