@import "https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/styles/fonts.css?004";
/* body.customize-support .main-header {
    top: auto;
} */
:root{
    --wrapperWidthLg : 1920px;
    --wrapperWidth : 1580px;
    --wrapperWidthSm : 1227px;
    --wrapperWidthXs : 920px;
    --mobilePadding: 18px;
}

.single-description-wrapper {
    align-items: center;
}

.single-description-wrapper .single-description-image-slider {
        aspect-ratio: 16 / 9;
}

.mb-0 {
    margin-bottom: 0;
}

main ol {
    list-style: inside;
    padding: inherit;
}

main ul {
    list-style: devanagari;
    margin: revert;
    padding: revert;
}

main > * {
	margin-block: 0 !important;
	padding-block: 0 !important;
	margin-bottom: 90px !important;
}

.middle-text.no-subtitle {
    margin-bottom: 32px;
}

body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, figure{
    margin:0;
    padding:0;
    font-weight: normal;
}

body{
    position: relative;
    font-family: 'GothamGreek-Medium', sans-serif;
    font-weight: 400;
    max-width: 2500px;
    margin:0 auto;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

a{
    text-decoration: none;
    color: inherit;
}

ul, ol{
    list-style: none;
}

ul.flex > li:last-of-type{
    margin-right: 0!important;
}
ul.flex.col > li:last-of-type{
    margin-bottom: 0!important;
}
ul.flex.border > li{
    border-right: 1px solid #000;
}
ul.flex.border > li:last-of-type{
    border-right: 0!important;
}
ul.flex.col.border > li{
    border-bottom: 1px solid #000;;
}
ul.flex.col.border > li:last-of-type{
    border-bottom: 0!important;
}

input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    outline: none;
}

address{
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}
[style*="--aspect-ratio"] > img {
    height: auto;
}
@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }
    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }
    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}



/*  containers */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.flex.centered{
    justify-content: center;
    align-items: center;
}

.no-transition {
    transition: none !important;
}


/*  general */


/*  κλείδωμα του scroll στο background
    σε περίπτωση που έχουμε ένα στοιχείο
    που καλύπτει όλη την οθόνη */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
    
    
    
/*  κεντράρισμα εικόνας*/
.img-center{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.single-heading:not(.bold) {
    font-family: "GothamGreek-Book", sans-serif;
}

.single-heading.bold {
    font-family: "GothamGreek-Medium", sans-serif;
}
    
/*  κρύψιμο οριζόντιας μπάρας κύλισης*/
.scrollbar-hide{
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.pntr{
    cursor: pointer;
}

.bold{
    font-weight: 600;
}

/* wrappers */

.wrapper{
    max-width: var(--wrapperWidth);
    padding-inline: 2rem;
    margin-inline: auto;
}
.wrapper.sm{
    max-width: var(--wrapperWidthSm);
}
.wrapper.xs{
    max-width: var(--wrapperWidthXs);
}
.wrapper.lg{
    max-width: var(--wrapperWidthLg);
}

.wrapper.pr-0{
    padding-right: 0;
}

@media screen and (max-width: 1200px) {  
    .wrapper{
        padding-inline: 2rem;
    } 
    .wrapper.tab-pr-0{
        padding-right: 0;
    }   
}
@media screen and (max-width: 820px) {  
    .wrapper,
    .main-section-info.slider {
        padding-inline: var(--mobilePadding);
    }  
    .wrapper.tab-0{
        padding-inline: 0;
    }  
}

/* buttons */

.btn-container{
    width: 38px;
    height: 38px;
    padding: 0.5rem;
}

.btn-container > div{
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
}


.btn-container .line{
    width: 100%;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.btn-container .line:first-of-type{top: 4px;}
.btn-container .line:nth-of-type(2){top:11px;}
.btn-container .line:nth-of-type(3){top:11px;}
.btn-container .line:last-of-type{top: 18px;}


.btn{
    border-radius: 110px;
    padding: 10px 20px;
    background-color: #fff;
    color: #253775;
    font-size: 20px;
    line-height: 25px;
    width: fit-content;
    cursor: pointer;
}

.btn .flex{
    align-items: center;
}

.btn span{
     display: block;
}

.btn-icon{
    margin-right: 0.5rem;
}

.menu-btn.on .line:first-of-type, .menu-btn .on .line:first-of-type,
.menu-btn.on .line:last-of-type, .menu-btn .on .line:last-of-type{opacity:0;}
.menu-btn.on .line:nth-of-type(2), .menu-btn .on .line:nth-of-type(2){
    transform: rotate(45deg);
}
.menu-btn.on .line:nth-of-type(3), .menu-btn .on .line:nth-of-type(3){
    transform: rotate(-45deg);
}
ul.sub-menu {
    margin: .75rem;
    margin-top: 1.15rem;;
}
/* ul.sub-menu .nav-item:before {
    content: '-';
    margin-right: 4px;
} */

.mtl-auto {margin-inline: auto;}
.hide { display: none !important; }

/* Header */

.main-header > .wrapper{
    justify-content: space-between;
}

.header-menu{
    width: 3rem;
    height: 3rem;
    display: none;
}

.header-menu-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.header-menu .line{
    position: absolute;
    border-top: 2px solid #000;
    left: 0;
    top: 50%;
    width: 100%;
}


.main-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 1%), rgb(0 0 0 / 54%));
    height: auto;
    /* padding-inline: 1rem; */
    z-index: 999999999;
} 

.main-header,
.main-header .menu,
.main-header .dolli-logo img,
.main-header .book,
.main-header .menu-btn-action .line,
.main-header > .wrapper,
header .menu #menu-main-menu.new > .nav-item > .dropdown, 
header .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown,
.dolli-logo a:not(.invert_image),
.dolli-logo a.invert_image,
.social li {
    /* transition: all 0.5s; */
}

.main-header.white {
    background: none;
    background-color: #fff;
}

.main-header.white .menu {
    color: #000;
}

.border-menu {
    position: fixed;
    top: 155px;
    width: 100vw;
    height: 1px;
    background-color: rgb(173 172 161);
    z-index: -1;
    opacity: 0;
}

.main-header.white .border-menu {
    opacity: 1;
    z-index: 9999;
}

.hover-line {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #000;
    transition: all .3s;
    pointer-events: none;
    z-index: 2;
}

.main-header.white .dolli-logo img {
    filter: none;
}

.main-header.white .book {
    background-color: #000;
    color: #fff;
}

.main-header.white .menu-btn-action .line {
    border-color: #000;
}

.main-header.white > .wrapper {
    /* border-bottom-color: #000; */
    border-bottom-color: rgb(0 0 0 / 35%);
}

.main-header > .wrapper{
    align-items: center;
    padding-block: 12px;
    border-bottom: 1px solid rgb(255 255 255 / 35%);

}

.main-header .dolli-logo{
    width: 240px;
    position: relative;
}

.main-header .book{
    position: relative;
    padding: 0.5rem 0.925rem;
    font-family: "GothamGreek-Book";
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.menu-btn.btn-container{
    position: relative;
    left: -0.5rem;
}

/* .dolli-logo img {
    filter: invert(1);
} */

.dolli-logo a:not(.invert_image) {
    opacity: 0;
    z-index: -1;
}

.dolli-logo .invert_image {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
}

.main-section-info.slider {
    padding-bottom: 24px;
}

.white .dolli-logo a:not(.invert_image) {
    opacity: 1;
    z-index: 2;
}

.white .dolli-logo a.invert_image {
    opacity: 0;
    z-index: -1;
}

@media screen and (max-width: 520px) {
    .main-header .dolli-logo{
        width: 150px;
    }
    div.main-section-info.by-4 .wrapper .main-section-info-wrapper .card-wrapper.eq4,
    div.main-section-info.by-4 div.four_columns_extended-layout .main-section-info-wrapper .card-wrapper.eq4 {
        flex: 0 0 calc(100% / 1.2) !important;
        width: calc(100% / 1.2) !important;
    }
    .main-header .book{
        letter-spacing: 2px;
        font-size:0.75rem;
        padding:0.25rem 0.75rem;
        height: 24px;
    }
}

@media screen and (max-width: 490px) {
    .footer-menu .menu-item .menu-child {
        flex-direction: column;
    }
}
@media screen and (max-width: 395px) {
    .main-header .dolli-logo{
        width: 120px;
    }
    .main-header .book{
        letter-spacing: 1px;
        font-size:0.625rem;
        padding:0.25rem 0.75rem;
    }
}

/* menu */

.menu {
    position: relative;
    left: 0;
    height: auto;
    width: auto;
    background-color: transparent;
    top: 0;
    color: #fff;
    padding: 0;
    /* padding-block: .5rem; */
}

.menu #menu-main-menu {
    display: flex;
    gap: 25px;
    max-width: none;
    justify-content: center;
    text-align: center;
    position: relative;
}

.menu .navigation {
    overflow-y: auto;
    overscroll-behavior: contain;
}


.menu .socials-list,
.menu .menu-footer {
    display: none;
}

@media screen and (max-width: 920px) {
    .menu{
        width: 400px;
        background-color: #fff;
        color: #000;
        position: absolute;
        top: 100%;
        left: -500px;
        /*height:calc(100vh - 100%);*/
        height: auto;
        max-height: calc(100dvh - 60px);
        padding: 3rem 4rem 3rem 3rem;
        transition: left 0.3s;
        pointer-events: none;
        overflow: hidden;
    }

    .main-section-info .simplebar-track.simplebar-horizontal {
        height: 0;
    }

    .menu .nav-item > a:hover{
        transform: translateX(0.5rem);
        display: block;
    }
}

.menu.on{
    left: 0 !important;
    pointer-events: all !important;
}

section,
.tolive-gallery.to-live-section {
    padding-block-start: 30px;
    padding-block-end: 60px;
}

.menu .nav-item{
    font-size: 0.875rem;
    letter-spacing: 1.5px;
    line-height: 100%;
    transition: transform 0.3s;
    /* font-family: 'GothamGreek-Book'; */
    font-family: 'GothamGreek-Medium';
}


.menu .nav-item > .text,
.menu .nav-item > .text > a {
    font: inherit;
}

.menu #menu-main-menu.new .nav-item {
    margin: 0;  
}

.menu #menu-main-menu.new .nav-item.empty > .text {
    display: none;
}

.menu #menu-main-menu.new > .nav-item > .text > a {
    padding: 23px 10px 23px 10px;
}

.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text > a {
    padding: 18px 10px 18px 10px;
}

.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item > .text > a,
.menu #menu-main-menu.new  .nav-item .dropdown .lvl3 {
    padding: 18px 10px 24px 10px;
}

.menu #menu-main-menu.new > .nav-item > .text > a,
.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text > a,
.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item > .text > a {
    display: inline-block;
}

.menu #menu-main-menu.new  .nav-item .dropdown.lvl3 .simplebar-content {
    display: flex;
}

.menu #menu-main-menu.new  .nav-item .dropdown.lvl3 .left-side {
    width: calc(70% - 50px);
    flex: 0 0 calc(70% - 50px);
    margin-right: 50px;
    position: relative;
}

.menu #menu-main-menu.new  .nav-item .dropdown.lvl3 .right-side {
    width: calc(30% - 50px);
    flex: 0 0 calc(30% - 50px);
    margin-left: 50px;
    position: relative;
}

.menu #menu-main-menu.new  .nav-item .dropdown.lvl3 .left-side::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -50px;
    height: calc(100% - 7px);
    width: 1px;
    background-color: #969696;

}

header.white .menu #menu-main-menu.new > .nav-item > .dropdown, 
header.white .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
    background-color: #fff;
}

header.white .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .simplebar-content-wrapper .nav-item.back {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
}

.menu #menu-main-menu.new > .nav-item > .dropdown {
    top: calc(100% + 1px);
}

.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
    top: 100%;
}

.menu #menu-main-menu.new > .nav-item > .dropdown {
    width: 100%;
    left: 0;
}

.menu #menu-main-menu.new > .nav-item > .dropdown,
.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
    position: absolute;
    max-width: 100%;
    justify-content: center;
    gap: 25px;
    transform-origin: top; 
    transform: rotate3d(1, 0, 0, 90deg);
}

.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
    /* width: 1580px; */
    width: 1362px;
    padding: 35px 10px;
    left: 50%;
    transform: rotate3d(1, 0, 0, 90deg) translateX(-50%);
}

.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.on > .dropdown {
    transform: rotate3d(1, 0, 0, 0deg) translateX(-50%);
}

.menu #menu-main-menu.new > .nav-item.on > .dropdown {
    transform: rotate3d(1, 0, 0, 0deg);
}

/* .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item  > .text,
.menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown > .nav-item  > .text {
    font-size: 0;
} */

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card > .text .text,
.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item.one-child .header-title .text {
    line-height: 16px;
    margin-bottom: 8px;
    /* display: inline-block; */
    font-size: 12px;
    letter-spacing: 0.96px;
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card:not(.one-child) > .text .text {
    font-family: 'GothamGreek-Medium';
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card .menu-child-item a {
    line-height: 16px;
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card .menu-child-item .text:not(.last-item) {
    margin-bottom: 6px;
    /* margin-bottom: 10px; */
    display: block;
}



.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card .menu-child-item .text {
    font-size: 12px;
    font-family: "GothamGreek-Book";
    letter-spacing: 0.48px;
    line-height: 16px;
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .menu-child .card .menu-child-item > .text {
    margin-bottom: 3px;
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item {
    text-align: left;
}


.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu {
    margin-top: 0;
}

.menu #menu-main-menu.new  .nav-item .dropdown .footer-menu .menu-item .header-title {
    font-family: "GothamGreek-Medium" !important;
    font-size: 12px;
    letter-spacing: 1.4px;
    padding-bottom: 0;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 35px;
    border: 0;
}

.menu .nav-item > a {
    transition: transform 0.3s;
}
.menu .nav-item:not(:last-of-type){
    margin-bottom: 1.5rem;
}

.menu .nav-item .sub-menu .nav-item {
    font-size: 0.7rem;
}

.menu .socials-list{
    margin-block: 3rem 5rem;
}

.menu-footer{
    font-family:'GothamGreek-Book' ;
    margin-top: 2.5rem;
}

.menu-footer > *:not(:last-child){
    margin-bottom: 0.5rem;
}
.menu-footer-link,
.menu-footer h5{
    font-size: 0.875rem;
}
.menu-footer h5{
    color: #8d8989;
}
.menu-footer-info{
    font-size: 0.75rem;
}

@media screen and (max-width: 820px) {
    .menu{padding-inline:2rem;}
}
@media screen and (max-width: 520px) {
    .menu{
        width: 100%;
        left: -120%;
    }
}

/* Footer */

.main-footer{
    background-color: #fff;  
    padding-block: 3rem 2rem; 
}

.main-footer > div{
    height: 100%;
    -webkit-box-align: center;  
        -ms-flex-align: center;  
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "GothaProBol";
    text-align: center;
    position: relative;
}

.main-footer-wrapper{
    justify-content: space-between;
    align-items: center;    
}

.main-footer .info,
.main-footer .info .mail-block a{
    align-items: center;
    font-family: "GothamGreek-Book";
    font-size: 0.625rem;
    letter-spacing: 2.4px;
}
.main-footer .logo{
    font-family: "GothamGreek-Medium";
    font-size: 1.25rem;
    letter-spacing: 2.4px;
}
.main-footer .info > *:not(:last-child),
.footer-logo{
    margin-right: 1.5ch;
    margin-left: inherit;
}

@media screen and (max-width: 960px) {
    .main-footer{
        padding-top: 4rem;
    }
    .main-footer-wrapper,
    .main-footer .info{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-footer-wrapper{
        justify-content: center;
    }
    .main-footer .info{
        width: 100%;
    }
    .main-footer .logo{
        order: -1;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 620px) {
    .main-footer{
        padding-top: 2rem;
    }
    .main-footer .info{
        flex-direction: column;
        /* align-items: flex-start; */
    }
    address.flex.centered {
        margin-bottom: 15px;
    }
    a.ig {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .main-footer{
        padding-block: 1rem;
    }
    /* .main-footer-wrapper{
        flex-direction: column-reverse;
    }   */
    .main-footer .info > *{
        width : 100%;
        text-align: center;
    }
}

/*
@media screen and (max-width: 780px) {
    header.top-info h1{
        letter-spacing: 2px;
    }

    .main-footer .phone{
        width: 100%;
        margin-top: 4px;
    }
    .main-footer .mail-block{
        margin-top: 0;
    }

    .main-footer .info > *{
        margin-right: 0;
    }
}
@media screen and (max-width: 680px) {

    footer.bottom-info .mail-block,
    footer.bottom-info .info{
        justify-content: flex-start;
    }
    footer.bottom-info .phone{
        text-align: left;
    }
}

@media screen and (max-width: 580px) {
    header.top-info h1{
        letter-spacing: 1px;
    }
    header.top-info .dolli-logo{
        width: 160px;
    }
    footer.bottom-info {
        height: 100px;
    }
    footer.bottom-info > div{
        text-align: center;
        padding-block: 1rem 0;
        flex-direction: column;
    }
    footer.bottom-info.rooms{
        height: 70px;
    }
    footer.bottom-info .logo{
        right: 1rem;
        margin-top: 0.5rem;
        right: unset;
        position: relative;
        width: 100%;
        background-color: #fff;
        padding-bottom: 1rem;
    }
    footer.bottom-info.rooms .logo{
        margin-top: 1rem;
    }
    footer.bottom-info .mail-block,
    footer.bottom-info .info{
        justify-content: center;
    }
    footer.bottom-info .phone{
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    header.top-info .dolli-logo{
        width: 140px;
    }
}
@media screen and (max-width: 350px) {
    header.top-info .dolli-logo{
        width: 120px;
    }
} */

.wp-block-heading {
    font-family: "PF Regal DisplayPro Reg", "GothamGreek-Book", serif;
    max-width: 920px;
    margin: auto;
    text-align: center;
    margin-bottom: 2rem;
}

.breadcrumbs + .wp-block-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.breadcrumbs + .wp-block-heading + p,
.wp-block-heading + p {
    font-size: 16px;
    line-height: 30px;
}

.wp-block-heading + p {
    margin-bottom: 36px;
}

.historical-section-info .card .description-more {
    margin-top: 20px;
}

.historical-section-info-wrapper .card-info a p {
    line-height: 26px;
}

.footer-logo {
    position: relative;
    width: 130px;
    display: inline-block;
    top: 5px;
}

/* headers and general text */

.header-title{
    font-size: 18.72px;
    line-height: 26px;
    margin-bottom: 22px;
    letter-spacing: 1.5px;
    letter-spacing: 1.2;
    font-family: "PF Regal DisplayPro Reg", "GothamGreek-Book", serif;
}
.header-sub-title {
    font-size: 22px;
    font-family: "PF Regal DisplayPro Reg", "GothamGreek-Book", serif;
    margin-bottom: 2rem;
}
.header-sub-title p {
    font-size: inherit;
    font-family: inherit
}

.header-title sup{
    font-size: .5rem;
    position: relative;
    top: -3px;
}

p, ol, ul, iframe, span {
    max-width: calc(900px - 4rem);
    margin: auto;
    font-size: 14px;
    line-height: 26px;
    font-family: "GothamGreek-Book";
    @media (max-width: 620px){
        word-break: break-word;
    }
}
i {
    font-family: "PF Regal DisplayPro Italic", serif; 
}
.header-info {
    font-size: 14px;
    line-height: 26px;   
    font-family: "GothamGreek-Book"; 
    letter-spacing: 0px;
}
.header-info p strong {
    font-family: 'GothamGreek-Medium', sans-serif;
}

@media screen and (max-width: 820px) {
    .header-info{
        line-height: 150%;   
    }
}
@media screen and (max-width: 620px) {
    .header-title{
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 520px) {
    .header-title{
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 420px) {
    .header-info{
        font-size: 0.925rem;   
    }
}

/* image gallery grid */


.image-grid{
    justify-content: space-between;
    --gap: 5px;
    --columns: 3;
}
.image-grid-col{
    width: calc((100% - 2 * var(--gap)) / var(--columns));
}

.grid-image{ aspect-ratio: 0.85;}
.grid-image.square{ aspect-ratio: 1;}
.grid-image.wide{ aspect-ratio: 16/9;}
.grid-video{ aspect-ratio: 16/9;}

.grid-video video{
    width: 100%;
    height: 100%;
    display: block;
}

/* .grid-image:not(:last-of-type){margin-bottom: var(--gap);} */
.image-grid-col > div:not(:last-of-type){margin-bottom: var(--gap);}
.image-grid-col > div.no-pointers,
.image-grid-col > div.no-pointers * {
    cursor: default;
}

/* effects */
.room-image,
.grid-image,
.grid-video,
.card-image{
    overflow: hidden;
    /* cursor: pointer; */
}
.historical-section-info-wrapper .card-image {
    cursor: default;
}
.room-image img,
.grid-image img,
.grid-video video,
.card-image img{
    transition: transform 0.6s;
}
.room-card:hover img,
.grid-image:hover img,
.grid-video:hover video,
.card:hover img{
    transform: scale(1.1);
}

.grid-video{position: relative;}
.grid-video .video-icon{
    width: 30px;
    height: 30px;
    filter:invert(1);
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 720px) {
    .image-grid{
        --gap: 3px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 480px) {
    .image-grid{
        --gap: 2px;
    }
}

/*  socials */

.social ul{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social li{
    width: 28px;
    height: 25px;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 50px;
    /* background-size: 50%; */
}

.social.border li{
    border:1px solid #000;
}
.social.border.rnd li{
    border-radius: 50%;
}
.social.white li {
    filter: invert(1);
}

.social.round li{
    background-color: #fff;
    border-radius: 50%;
}

.social ul li:last-of-type{
    margin-right: 0;
}
.social ul li.pin{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/pin.svg);
}
.social ul li.fb{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/fb.svg);
    /* background-size:25%; */
}
.social ul li.tw{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/tw.svg);
    /* background-size:5px 10px; */
}
.social ul li.yt{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/yt.svg);
}
.social ul li.ig{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/ig.svg);
}
.social ul li.ln{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/ln.svg);
}
.social ul li.tt{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/tt.svg);
}
.social ul li.sf{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/sf.svg);
}
.social ul li.ap{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/ap.svg);
}
.social ul li.rss{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/rss.svg);
    /* background-size:20px 20px; */
}
.social ul li.wup{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/assets/icons/wup.svg);
    background-size:contain;
    background-color: transparent;
    border-radius: 0;
}

.social ul li.lg{
    width: 2.25rem;
    height: 1.85rem;
    margin-right: 3rem;
}

.social ul li > a{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.social.md ul li{
    width: 36px;
    height: 36px;
    margin-right: 32px;
}

.social.md ul li.fb{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/images/icons/fb.svg);
    background-size:10px 20px;
}
.social.md ul li.tw{
    background-image: url(https://www.grecotel.com/wp-content/themes/LuxeLodgeMain/images/icons/tw.svg);
    background-size:19px 15px;
}

/* breadcrumbs */

.breadcrumbs-list{
    /* width:fit-content;
    margin-inline: auto;
    margin-block: 0 !important; */
    padding-inline: 1rem;
    max-width: 100%;
}
.breadcrumbs.has-info .breadcrumbs-list{
    margin-bottom: 60px;
}
.breadcrumb-item {
    font-family: "GothamGreek-Book";
    padding-inline-end: 1rem;
    font-size: 10px;
    color: #939597;
    letter-spacing: 1px;
    list-style-type: none;
    margin-left: 0;
    border-right: 0 !important;
    position: relative;
}

.breadcrumb-item .divider {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 8px;
    background-color: #000;
    transform: rotate(30deg);
    left: 7px;
    /* top: 1px; */
}

.breadcrumb-item:first-of-type{
    color: #000;
}

.main-section-info.by-4 div.four_columns_extended-layout .main-section-info-wrapper .card-wrapper.eq4 {
    flex: 0 0 calc(25% - 24px) !important;
    /* margin-right: 16px !important; */
}

.four_columns_extended-layout + .navigation {
    position: absolute;
    left: 0;
    max-width: 1680px;
    width: 100%;
    right: 0;
    margin: auto;
}

.breadcrumbs-info{
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
    font-family: "GothamGreek-Book";
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 160%;
}

.breadcrumbs-info span{
    display: block;
}

/* .historical-section-info.acf-field .wrapper,
.historical-section-info.acf-field .wrapper .card .header-info p {
    padding-left: 0;
    padding-right: 0;
} */

/* .historical-section-info.acf-field .wrapper .description-more a { 
    margin-top: 1.5rem;
    font-size: 14px;
    font-family: 'GothamGreek-Book';
} */

#menu-main-menu .footer-menu .menu-item .menu-child .card > .text {
    line-height: 16px;
    font-family: 'GothamGreek-Book';
    letter-spacing: 0.56px;
    margin-bottom: 10px;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item .menu-child .card .menu-child-item > .text {
    margin-bottom: 9px;
}

.menu #menu-main-menu.new .left-side .footer-menu .menu-item .menu-child .card {
    margin-bottom: 27px;
}

.menu #menu-main-menu.new .right-side .footer-menu .menu-item .menu-child .card.one-child {
    margin-bottom: 0 !important;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item .header-title {
    margin-bottom: 22px;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item .header-title .text {
    font-size: inherit;
    font-family: inherit;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item.one-child {
    margin-top: 24px;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-men\u .menu-item.one-child ~ .one-child {
    margin-top: 36px;
}

.menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item.one-child .header-title {
    margin-bottom: 0;
}


@media screen and (max-width: 1020px) {
    .breadcrumbs-list{
        margin-bottom: 60px;
    }      
}
@media screen and (max-width: 680px) {
    .breadcrumbs-info span{
        display: inline;
    }
}


/* single description box */
.single-description{
    margin-bottom: 100px;
}

.home .breadcrumbs {
    display: none;
}

/* .single-description .single-description-wrapper:not(:last-of-type){
        margin-bottom: 90px;
} */

.single-description-image-slider,
.single-description-image{
    flex: 0 0 60%;
}

.single-description-info{
    padding: 60px 0 60px 60px;
    flex-grow: 1;
}

.description-more {
    margin-top: 19px;
    font-size: 12px;
    letter-spacing: 1px;
    /* line-height: 180%; */
    line-height: 28px;
    font-family: "GothamGreek-Book";
    display: inline-block;
    padding-bottom: 1px;
    position: relative;
}

.story-body > p {
        max-width: 100%;
    margin: revert;
    padding: revert;
}

.description-more::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: calc(100% + 0px);
    height: 1px;
    background-color: #000 !important;
}

.single-description .description-more a {
    font-family: 'GothamGreek-Medium', sans-serif;
}

.innerSwiper{
    --swiper-navigation-size: 30px;
}
.innerSwiper .swiper-button-next,
.innerSwiper .swiper-button-prev{
    color: #fff;    
}


@media screen and (max-width: 1020px) {
    .single-description-info{
        padding:20px 0 20px 0;
    }
    .innerSwiper{
        --swiper-navigation-size: 24px;
    }
}

.block-text-container {
    text-align: center;
    max-width: 750px;
    margin-inline: auto;
}
@media screen and (max-width: 820px) {
    .single-description{
        margin-bottom: 80px;
    }
    .single-description-wrapper{
        display: block;
    }
    .single-description-info{
        padding: 1.5rem 2rem;
    }    
}

@media screen and (max-width: 620px) {
    .single-description-wrapper{
        display: block;
    }
    .single-description-info{
        padding: 1rem;
        padding-bottom: 0;
    }    
}
@media screen and (max-width: 520px) {
    .single-description{
        margin-bottom: 60px;
    }
}

/* panel */

.panel{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 100px 4rem 2rem;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 999999999;
}

.panel.on{
    pointer-events: all;
    opacity: 1;
}

.panel-close{
    position: absolute;
    width: 2rem;
    width: 3rem;
    height:2rem;
    height:3rem;
    padding: 0.5rem;
    /* padding: 0.75rem; */
    /* border:1px solid #fff; */
    /* border:1px solid #000; */
    /* background-color: rgba(0,0,0,0.8); */
    /* background-color: rgba(255,255,255,0.8); */
    /* background-color: transparent; */

    border-radius: 50%;
    cursor: pointer;
    right: 2rem;
    top: 80px;
}

.panel-close > div{
    position: relative;
    height: 100%;
}

.panel-close .line{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: center;
    border-top: 1px solid #fff;
    /* border-top: 1px solid #000; */
    transform: rotate(45deg);
}

.panel-close .line:last-of-type{
    transform: rotate(-45deg);
}

.panel-wrapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.panel-media{
    width: fit-content;
    height: fit-content;
    margin: auto;
}
.panel-navigation{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.panel-btn{
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    position: relative;
    cursor: pointer;
    z-index: 2000;
}
.panel-btn.prev{left: 2rem;}
.panel-btn.next{right: 2rem;}

.panel-btn > div{
    width: 100%;
    border-bottom: 1px solid #fff;
    transform-origin: center;
}

.panel-btn.prev > div{
    border-left: 1px solid #fff;
    transform: rotate(45deg);
}
.panel-btn.next > div{
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}


@media screen and (max-width: 920px) {
    .panel{padding-inline:2rem;}
    .panel-btn{
        width: 2rem;
        height: 2rem;
    }
    .panel-btn.prev{left: 1rem;}
    .panel-btn.next{right: 1rem;}
}
@media screen and (max-width: 620px) {
    .panel{padding-inline:1rem;}
    .panel-close{
        right: 1rem;
        top: 70px;
        width: 2rem;
        height: 2rem;
        padding: 0.5rem;
    }
}

.breadcrumbs.wrapper.no-thumb {
    padding-top: 3rem;
}

.nav-item.back {
    pointer-events: none; /* Απενεργοποιεί τα click events για αυτό το στοιχείο */
}

@media screen and (max-width: 1420px) {
    .menu #menu-main-menu {
        gap: 14px;
        padding: 0 10px;
    }

    .menu .nav-item {
        font-size: 12px;
    }
}

@media screen and (max-width: 1260px) {
    .main-section-info:not(.slider) .main-section-info-wrapper .card-wrapper.eq4 .card .card-info {
        padding-right: 0 !important;
    }

    .main-section-info.by-4 .wrapper .main-section-info-wrapper {
        column-gap: 15px !important;
    }
    
    .main-section-info.by-4 .wrapper .main-section-info-wrapper .card-wrapper.eq4 {
        flex: 0 1 calc((100% / 4) - (15px * 3 / 4)) !important;
    }
}

@media screen and (max-width: 1220px) {
    .new-footer div.flex.col-4 {
        margin-left: 0;
        flex: 1 1 50%;
        width: 50%;    
    }
        
}

@media screen and (max-width: 1020px) {
    .new-footer .flex.col-3 {
        flex-wrap: wrap;
    }

    .new-footer div.flex.col-4 {
        margin-bottom: 30px;
    }

    .new-footer .flex.col-3 .col {
        width: 100%;
        flex: 1 1 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    div.new-footer .footer-logo-new {
        max-width: 300px;
    }
}

.menu #menu-main-menu.new .nav-item > .text .chevron,
.menu #menu-main-menu.new .nav-item.back {
    display: none;
}

/* @media screen and (max-width: 1280px) { */
    .mobile .menu .menu-wrapper .bot-footer-area .socials-list ul {
        gap: 18px;
    }

    .mobile .main-header .menu-btn.btn-container.flex {
        width: 80px !important;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .mobile .menu .menu-wrapper .bot-footer-area .socials-list ul li.x-tw {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .mobile .menu .menu-wrapper .bot-footer-area .socials-list ul li.youtube {
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
    }

    .mobile .menu .menu-wrapper .bot-footer-area .socials-list ul li.linkedin {
        width: 24px;
        height: 23px;
        flex: 0 0 23px;
        position: relative;
        top: -1px;
    }

    .mobile .menu .menu-wrapper .bot-footer-area .socials-list ul li {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        margin-right: 0;
    }

    .mobile header .menu #menu-main-menu.new > .nav-item > .dropdown {
        transition: all .5s;
    }
    .mobile .menu {
        width: 400px;
        background-color: #fff;
        color: #000;
        position: absolute;
        top: 100%;
        left: -500px;
        height: auto;
        padding: 1rem 2rem;
        transition: left 0.3s;
        pointer-events: none;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .text > a {
        padding: 13px 6px;
    }

    .border-menu {
        display: none;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text > a {
        padding: 10px;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.on > .dropdown {
        transform: none;
    }

    .mobile .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .simplebar-content {
        flex-direction: column;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.back > .text {
        padding: 0 10px 25px 10px;
    } 

    .mobile .main-header, .main-header .menu, 
    .mobile .main-header .dolli-logo img, .main-header .book, 
    .mobile .main-header .menu-btn-action .line, .main-header > .wrapper, 
    .mobile header .menu #menu-main-menu.new > .nav-item > .dropdown, 
    .mobile header .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown, 
    .mobile .dolli-logo a:not(.invert_image), 
    .mobile .dolli-logo a.invert_image, .social li {
        transition: all .5s;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item.back > .text {
        padding: 0 0 25px 0;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
        padding: 0;
    }

    .mobile .menu-wrapper .navigation .simplebar-track.simplebar-vertical {
        width: 6px;
    }

    .mobile .menu #menu-main-menu.new  .nav-item .dropdown.lvl3 {
        left: 0;
        transform: none;
    }

    .mobile .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side::after {
        content: none;
    }

    .mobile .menu #menu-main-menu {
        display: block;
        padding: 0;
        text-align: left;
    }

    .mobile .menu .nav-item {
        font-size: 0.875rem;
        opacity: 1;
        pointer-events: all;
        transition: all .5s;
    }

    .mobile #menu-main-menu.new > .nav-item.hide {
        opacity: 0;
        pointer-events: none;
    }

    .mobile .menu .socials-list, .menu .menu-footer,
    .mobile .menu #menu-main-menu.new .nav-item.back {
        display: block;
    }

    .mobile .menu #menu-main-menu.new .nav-item.back {
        /* position: sticky;
        top: 0;
        z-index: 999; */
        background-color: #fff;
    }

    .mobile .menu #menu-main-menu.new .nav-item.back .text {
        flex-direction: row-reverse;
        justify-content: start !important;
        gap: 20px;
    }
    
    .mobile .menu #menu-main-menu.new .nav-item.back .text {
        display: flex;
        margin: 0;
    }

    .mobile .menu #menu-main-menu.new .nav-item.back .text .chevron {
        transform: scaleX(-1);
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown,
    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
        display: block;
        position: absolute;
        top: 0;
        left: -150%;
    }

    .mobile .menu #menu-main-menu.new > .nav-item.on > .dropdown,
    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.on > .dropdown {
        left: 0;
        z-index: 2;
        margin: 0;
    }

    .mobile .menu .menu-wrapper .navigation .simplebar-content,
    .mobile .menu .menu-wrapper .navigation .simplebar-content #menu-main-menu,
    .mobile .menu .menu-wrapper .navigation .simplebar-content #menu-main-menu .dropdown {
        height: 100%;
    }

    .mobile .menu #menu-main-menu.new .nav-item .dropdown.lvl3 {
        width: 100%;
        padding: 0;
        flex-direction: column;
        margin-top: 40px;
    }

    .mobile .menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item .header-title:empty {
        display: none;
    }

    .mobile  .footer-menu .menu-item .menu-child .card:last-child {
        margin-bottom: 0;
    }

    .mobile .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .right-side {
        width: 100%;
        flex: 1;
        margin-left: 0;
        margin-top: 30px;
    }
    
    .mobile  .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        position: relative;
    }

    .mobile  .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side .footer-menu .menu-item .menu-child {
        flex-direction: column;
    }
    
    

    .mobile  .menu #menu-main-menu.new > .nav-item > .text,
    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text,
    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item > .text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.empty > .text {
        display: none;
    }

    .mobile .menu #menu-main-menu.new .nav-item > .text .chevron,
    .mobile .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron {
        display: inline-flex;
        width: 10px;
        height: 15px;
        margin: 0;
        position: relative;
    }

    .mobile .menu #menu-main-menu.new .nav-item > .text .chevron::before,
    .mobile .menu #menu-main-menu.new .nav-item > .text .chevron::after,
    .mobile .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::before,
    .mobile .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        right: 0;
        background-color: #000;
        left: unset;
    }

    .mobile .menu #menu-main-menu.new .nav-item > .text .chevron::before,
    .mobile .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::before {
        top: 0;
        transform: rotate(-45deg);
        transform-origin: bottom;
        
    }

    .mobile .menu #menu-main-menu.new .nav-item > .text .chevron::after,
    .mobile .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::after {
        top: 50%;
        transform: rotate(45deg);
        transform-origin: top;
    }

    .mobile .menu .menu-wrapper {
        display: flex;
        flex-direction: column;
    }
/* } */


.on-980.flex { display: none; }
.no-980.flex { display: flex; }
@media screen and (max-width: 980px) {
    .on-980.flex { display: flex; }
    .no-980.flex { display: none; }
    .menu .menu-wrapper .bot-footer-area .socials-list ul {
        gap: 18px;
    }

    .main-header .menu-btn.btn-container.flex {
        width: 80px !important;
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .middle-text {
        font-size: 34px !important;
    }

    .menu .menu-wrapper .bot-footer-area .socials-list ul li.x-tw {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .menu .menu-wrapper .bot-footer-area .socials-list ul li.youtube {
        width: 25px;
        height: 25px;
        flex: 0 0 25px;
    }

    .menu .menu-wrapper .bot-footer-area .socials-list ul li.linkedin {
        width: 24px;
        height: 23px;
        flex: 0 0 23px;
        position: relative;
        top: -1px;
    }

    .menu .menu-wrapper .bot-footer-area .socials-list ul li {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        margin-right: 0;
    }

    .main-section-info.by-4 .wrapper .main-section-info-wrapper .card-wrapper.eq4,
    .main-section-info.by-4 div.four_columns_extended-layout .main-section-info-wrapper .card-wrapper.eq4 {
        flex: 0 0 calc(100% / 2.4) !important;
        width: calc(100% / 2.4) !important;
    }

    .hotels-resorts-stories .text-block div.title {
        white-space: normal;
        line-height: 26px;
        text-align: center;
    }

    .hotels-resorts-stories .text-block .wrapper {
        flex-direction: column;
    }

    .main-section-info.by-4 .wrapper .main-section-info-wrapper {
        flex-wrap: nowrap;
    }



    .main-section-info.by-4 {
        overflow: hidden;
    }

    .main-section-info.by-4 .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
        opacity: 0 !important;
    }

    /* .portrait-side-image .right-side .card .card-image, */
    .portrait-side-image .right-side .card .card-info .above-subtitle,
    .four_columns_extended-layout + .navigation .chevron-wrapper.right,
    .four_columns_extended-layout + .navigation .chevron-wrapper.left  {
        display: none;
    }

    header .menu #menu-main-menu.new > .nav-item > .dropdown {
        transition: all .5s;
    }
    .menu {
        width: 400px;
        background-color: #fff;
        color: #000;
        position: absolute;
        top: 100%;
        left: -500px;
        height: auto;
        max-height: calc(100dvh - 60px);
        padding: 1rem 2rem;
        transition: left 0.3s;
        pointer-events: none;
        overflow: hidden;
    }

    .menu .menu-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .menu .menu-wrapper .navigation {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
    }

    .menu .menu-wrapper .bot-footer-area {
        flex-shrink: 0;
    }

    .menu #menu-main-menu.new > .nav-item > .text > a {
        padding: 13px 6px;
    }

    .border-menu {
        display: none;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text > a {
        padding: 10px;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.on > .dropdown {
        transform: none;
    }

    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .simplebar-content {
        flex-direction: column;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.back > .text {
        padding: 0 10px 25px 10px;
    } 

    .main-header, .main-header .menu, .main-header .dolli-logo img, .main-header .book, .main-header .menu-btn-action .line, .main-header > .wrapper, header .menu #menu-main-menu.new > .nav-item > .dropdown, header .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown, .dolli-logo a:not(.invert_image), .dolli-logo a.invert_image, .social li {
        transition: all .5s;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item.back > .text {
        padding: 0 0 25px 0;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
        padding: 0;
    }

    .menu-wrapper .navigation .simplebar-track.simplebar-vertical {
        width: 6px;
    }

    .menu #menu-main-menu.new  .nav-item .dropdown.lvl3 {
        left: 0;
        transform: none;
    }

    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side::after {
        content: none;
    }

    .menu #menu-main-menu {
        display: block;
        padding: 0;
        text-align: left;
    }

    .menu .nav-item {
        font-size: 0.875rem;
        opacity: 1;
        pointer-events: all;
        transition: all .5s;
    }

    #menu-main-menu.new > .nav-item.hide {
        opacity: 0;
        pointer-events: none;
    }

    .menu .socials-list, .menu .menu-footer,
    .menu #menu-main-menu.new .nav-item.back {
        display: block;
    }

    .menu #menu-main-menu.new .nav-item.back {
        /* position: sticky;
        top: 0;
        z-index: 999; */
        background-color: #fff;
    }

    .menu #menu-main-menu.new .nav-item.back .text {
        flex-direction: row-reverse;
        justify-content: start !important;
        gap: 20px;
    }
    
    .menu #menu-main-menu.new .nav-item.back .text {
        display: flex;
        margin: 0;
    }

    .menu #menu-main-menu.new .nav-item.back .text .chevron {
        transform: scaleX(-1);
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown,
    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown {
        display: block;
        position: absolute;
        top: 0;
        left: -150%;
    }

    .menu #menu-main-menu.new > .nav-item.on > .dropdown,
    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.on > .dropdown {
        left: 0;
        z-index: 2;
        margin: 0;
    }

    .menu .menu-wrapper .navigation .simplebar-content,
    .menu .menu-wrapper .navigation .simplebar-content #menu-main-menu,
    .menu .menu-wrapper .navigation .simplebar-content #menu-main-menu .dropdown {
        height: 100%;
    }

    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 {
        width: 100%;
        padding: 0;
        flex-direction: column;
        margin-top: 40px;
    }

    .footer-menu .menu-item .menu-child .card {
        margin-bottom: 30px;
    }

    .menu #menu-main-menu.new .nav-item .dropdown .footer-menu .menu-item .header-title:empty {
        display: none;
    }

    .footer-menu .menu-item .menu-child .card:last-child {
        margin-bottom: 0;
    }

    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .right-side {
        width: 100%;
        flex: 1;
        margin-left: 0;
        margin-top: 30px;
    }
    
    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        position: relative;
    }

    .menu #menu-main-menu.new .nav-item .dropdown.lvl3 .left-side .footer-menu .menu-item .menu-child {
        flex-direction: column;
    }
    
    

    .menu #menu-main-menu.new > .nav-item > .text,
    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .text,
    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item > .dropdown .nav-item > .text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu #menu-main-menu.new > .nav-item > .dropdown > .nav-item.empty > .text {
        display: none;
    }

    .menu #menu-main-menu.new .nav-item > .text .chevron,
    .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron {
        display: inline-flex;
        width: 10px;
        height: 15px;
        margin: 0;
        position: relative;
    }

    .menu #menu-main-menu.new .nav-item > .text .chevron::before,
    .menu #menu-main-menu.new .nav-item > .text .chevron::after,
    .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::before,
    .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        right: 0;
        background-color: #000;
        left: unset;
    }

    .menu #menu-main-menu.new .nav-item > .text .chevron::before,
    .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::before {
        top: 0;
        transform: rotate(-45deg);
        transform-origin: bottom;
        
    }

    .menu #menu-main-menu.new .nav-item > .text .chevron::after,
    .menu #menu-main-menu.new .nav-item > .dropdown > .nav-item > .text .chevron::after {
        top: 50%;
        transform: rotate(45deg);
        transform-origin: top;
    }

    .menu .menu-wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    div.new-footer .footer-logo-new {
        max-width: 270px;
    }

    .new-footer div.flex.col-4 {
        margin-left: 0;
        flex: 1 1 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .new-footer div.flex.col-4 ._col:not(:last-child) {
        margin-bottom: 1rem;
    }

    .new-footer div.flex.col-4 ._col span {
        text-align: center;
    }

    .new-footer div.flex.col-4 ._col a[href*="instagram"] {
        width: 100%;
    }

    div.new-footer span, div.new-footer p {
        line-height: 2;
        text-align: center;
    }

    .flex.new-footer-bottom > div {
        gap: .5rem;
        flex-direction: column;
        align-items: center;
    }

    div.new-footer .flex.col-3 {
        padding-bottom: 0;
    }


    /*Nios style*/
    body.greece-destination-crete-island {
        main{
            .main-section-info{
             .wrapper{
                .main-section-info-wrapper {
                    flex-wrap: wrap;
                }
             }   
            }
        }
    }
}

@media screen and (max-width: 640px) {

    .image-grid {
        --columns: 2;
    }
    .main-section-info.by-4 .wrapper .main-section-info-wrapper .card-wrapper.eq4,
    .main-section-info.by-4 div.four_columns_extended-layout .main-section-info-wrapper .card-wrapper.eq4 {
        flex: 0 0 calc(100% / 1.8) !important;
        width: calc(100% / 1.8) !important;
    }

    .image-grid .image-grid-col:last-child {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 3px;
        margin-top: 3px;
    }

    .image-grid .image-grid-col:last-child > div {
        width: calc(50% - 1.5px);
        flex: 0 1 calc(50% - 1.5px);
        margin-bottom: 0;
    }
}

div.flex.new-footer-bottom .logo {
    width: 150px;
}

/* .main-section-info.slider {
    max-width: 1680px;
    margin-inline: auto;
    padding-inline: 1rem;
} */

.main-section-info.slider .wrapper:not(.full) {
    max-width: calc(1227px - 4rem);
    margin: auto;
}

.main-section-info.slider .wrapper.full {
    max-width: 100%;
    padding-top: 100%;
}

.main-section-info.slider .wrapper {
    padding-inline: 0;
}

.main-section-info.slider .wrapper [class*="swiper-button"] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

p:empty {
    height: 16px;
    margin-bottom: 0 !important;
}

.wide-layout .card-info .header-title {
    font-family: 'GothamGreek-Book' !important;
    font-size: 22px !important;
}

.split-view-slider .split_view_slider-layout + .navigation .chevron-wrapper.left {
    left: 118px;
}

.split-view-slider .split_view_slider-layout + .navigation .chevron-wrapper.right {
    right: 118px;
}

.split-view-slider .chevron-wrapper,
.main-section-info.slider.new .chevron-wrapper,
.main-section-info.by-4 .chevron-wrapper {    
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    max-width: initial;
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-view-slider .chevron-wrapper::before,
.main-section-info.slider.new .chevron-wrapper::before,
.main-section-info.by-4 .chevron-wrapper::before {
    content: none;
}

.split-view-slider .chevron-wrapper::after,
.main-section-info.slider.new .chevron-wrapper::after,
.main-section-info.by-4 .chevron-wrapper::after {
    font-family: swiper-icons;
    font-size: 13px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.split-view-slider,
.main-section-info.by-4  {
    position: relative;
}

.split-view-slider  .chevron-wrapper.left::after,
.main-section-info.slider.new .chevron-wrapper.left::after,
.main-section-info.by-4 .chevron-wrapper.left::after {
    content: 'prev';
}

.split-view-slider  .chevron-wrapper.right::after,
.main-section-info.slider.new .chevron-wrapper.right::after,
.main-section-info.by-4 .chevron-wrapper.right::after {
    content: 'next';
}

.split-view-slider  .chevron-wrapper.left,
.main-section-info.slider.new .chevron-wrapper.left,
.main-section-info.by-4 .chevron-wrapper.left {
    left: 47px;
}

.split-view-slider  .chevron-wrapper.right,
.main-section-info.slider.new .chevron-wrapper.right,
.main-section-info.by-4 .chevron-wrapper.right {
    right: 37px;
}

.main-section-info.slider .wrapper [class*="swiper-button"]::after {
    /* font-size: 13px; */
    font-size: 11px;
}

.main-section-info.slider .wrapper .swiper-button-prev {
    left: 47px;
}

.four_columns_extended-layout .main-section-info-wrapper:not(.swiper-wrapper) {
    flex-wrap: nowrap;
}

.main-section-info .four_columns_extended-layout .simplebar-track.simplebar-horizontal {
    height: 0;
}

.main-section-info.slider .wrapper .swiper-button-next {
    right: 37px;
}

.main-section-info.split-view-slider .wrapper {
    max-width: 100%;
    padding-inline: 0;
}

.four_columns_extended-layout

.split-view-slider .swiper-cards-grid-split-view-slider .swiper-wrapper .card:nth-child(3),
.split-view-slider .swiper-cards-grid-split-view-slider .swiper-wrapper .card:nth-child(3) .cover-text {
    opacity: 1;
}


.split-view-slider .swiper-cards-grid-split-view-slider .swiper-wrapper .card:not(:nth-child(3)) {
    opacity: 0.5;
}

.split-view-slider .swiper-cards-grid-split-view-slider .swiper-wrapper .card:not(:nth-child(3)) .cover-text {
    opacity: 0;
}

.split-view-slider .swiper-cards-grid-split-view-slider .swiper-wrapper .card .card-image {
    aspect-ratio: 16/9 !important;
    --aspect-ratio: 16/9 !important;
}

.block-title {
    font-size: 20px;
    margin-bottom: 1.4rem;
    /* margin-bottom: 44px; */
    letter-spacing: 1.5px;
    text-align: center;
    font-family: "GothamGreek-Book";
}


.middle-text {
    font-family: RetrouvaillesBackslanted-Regular;
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1;
}

.block-title.has-middle-text {
    margin-bottom: 18px;
}

.text-block:not(.first) .wrapper .title {
    font-size: 20px;
    font-family: "GothamGreek-Book" !important;
}

.block-description {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-family: "GothamGreek-Book";
    margin-bottom: 32px;
    /* margin-top: -15px; */
}

.block-description > p {
    font: inherit;
}


.text-block .wrapper {
    max-width: 900px;
    margin: auto;
}

.text-block .wrapper .title {
    font-family: "GothamGreek-Medium";
    font-size: 22px;
    margin-bottom: 2rem;
    letter-spacing: 1.5px;
    display: block;
    text-align: center;
}

.text-block .wrapper .title.has-middle-text {
    margin-bottom: 18px;
}

.text-block .wrapper .content {
    text-align: center;
}

.text-block .wrapper .content > p {
    font-family: "GothamGreek-Book";
    font-size: 16px;
    line-height: 30px;
    max-width: max-content;
    word-break: break-word;
}

.text-block:not(.no-btns) .wrapper .content {
    margin-bottom: 36px;
}

.text-block .btn-group {
    justify-content: center;
}

@media screen and (max-width: 580px) {
    .header-title {
        margin-bottom: .5rem;
    }
}

.main-section-info .has-also-list .hero-container.map .left-side,
.main-section-info .has-also-list .hero-container.map .right-side .marker-info {
    display: none !important;
}

.main-section-info .has-also-list .hero-container.map .right-side {
    width: 100%;
    flex: 0 1 100%;
}

.split_view_slider-layout .cover-text .header-title {
    font-family: "GothamGreek-Book" !important;
    font-size: 24px;
    line-height: 1.6;
}

.hotels-resorts-stories .text-block .wrapper {
    display: flex;
    gap: 24px;
    align-items: baseline;
    max-width: 1227px;
}

.hotels-resorts-stories .text-block .title {
    white-space: nowrap;
    font-family: "GothamGreek-Medium", serif !important;
    text-align: left;
}

.hotels-resorts-stories .text-block .content {
    text-align: left;
}

.text-block br {
    content: "";
    display: block;
    margin: 12px;
}

/*****************************
 * LOAD MORE CSS **************
 ******************************/

 .load-more {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    transition: all .3s ease-in-out;
    background-color: rgb(0 0 0 / 67%);
    pointer-events: none;
    z-index: -1;
}

.load-more.on {
    pointer-events: auto;
    opacity: .8;
    z-index: 9999;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lds-ripple div {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0);
    }
    4.9% {
      height: 0;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0);
    }
    5% {
      width: 0;
      height: 0;
      opacity: 1;
      transform: translate(-50%, -50%) scale(0);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1);
    }
  }

/*****************************
 * LOAD MORE CSS **************
 ******************************/

 .tab-activity .activities-nav-wrapper .activities-nav li {
    flex: 1 0 fit-content;
    white-space: nowrap !important;
}

.text-block .wrapper .content .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.text-block .wrapper .content .socials p {
    margin: 0;
}

.text-block .wrapper .content .socials > span {
    max-width: fit-content;
    margin: 0;
    position: relative;
    top: 2px;
}

.text-block .wrapper .content .socials > div {
    display: flex;
    gap: 15px;
}

.text-block .wrapper .content .socials > div > a {
    width: 25px;
    flex: 0 1 25px;
    height: 25px;
}

.athens-offices header,
.athens-offices footer {
    display: none;
}

.athens-offices main {
    margin-top: 0 !important;
}

.athens-offices main > * {
    margin: 0 !important;
}

/*
<div class="socials"><span>Follow us:</span><div><a href="https://www.linkedin.com/company/grecotel-s-a-/"><img class="alignnone size-full wp-image-21004" src="https://www.grecotel.com/wp-content/uploads/2024/11/linkedin.png" alt="" width="64" height="64" /></a> <a href="https://www.facebook.com/Grecotelcareers?locale=el_GR"><img class="alignnone size-full wp-image-21007" src="https://www.grecotel.com/wp-content/uploads/2024/11/facebook-app-symbol.png" alt="" width="64" height="64" /></a> <a href="https://www.instagram.com/grecotelcareers/"><img class="alignnone size-full wp-image-21008" src="https://www.grecotel.com/wp-content/uploads/2024/11/instagram.png" alt="" width="64" height="64" /></a></div></div>
*/

/* Lazy videos */
.video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-placeholder {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button-overlay:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    width: 30px;
    height: 30px;
    margin-left: 4px; /* Slight offset for visual balance */
}

.video-player {
    width: 100%;
    height: auto;
}

.video-container.loading .video-placeholder {
    opacity: 0.7;
}

.video-container.loaded .video-placeholder,
.video-container.loaded .play-button-overlay {
    display: none;
}

@media screen and (max-width: 390px) {
    .main-header .menu {
        width: 100%;
    }
}


/*Nikos fix https://www.grecotel.com/contact/ mobile */

.section-activities{
    .activities--listing{
        .list{
            .column{
                @media (max-width: 697px){
                    flex: 1 1 calc(50% - 25px);
                    width: calc(50% - 25px);  
                }
            }
        }
    }
}