/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
:root {
    --footer-bg: #a18672;
    --primary-color: #a08673;
    --secondary-color: #edddd1;
    --bg-alt-01: #edddd1;
    --text-color: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --menu-vertical-offset: -208px;
}


* {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}

#book-now-master .book-now-btn {
	display: none;
}

.mfp-title {
	display: none;
}

h2:lang(el) {
	font-weight: 300 !important;
}

#cicada-greek-footer-section:lang(en-US) {
	display: none ;
}

#cicada-english-footer-section:lang(el) {
	display: none ;
}

#cicada-english-footer-section-sm:lang(el) {
	display: none ;
}

#cicada-greek-footer-sm:lang(en-US) {
	display: none;
}

/* Fonts for titles */

@font-face {
    font-family: "Generica";
    src: url("fonts/Generica.woff") format('woff');
}

@font-face {
    font-family: "Generica-Bold";
    src: url("fonts/Generica-Bold.woff") format('woff');
}

html {
    font-size: 62.5%;
    font-family: 'roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 'Ubuntu', "Helvetica Neue", sans-serif;
    font-weight: 300;
}

/* Cookie Banner */
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}

/* End Cookie Banner */

/*********************************
  * Hide the ReCAptcha badge
  ********************************/
.grecaptcha-badge {
    visibility: hidden !important;
}

.et_pb_cf_turnstile{
	justify-content:flex-start;
}

#at-your-services-pebble {
	display:flex;
	justify-content: center;
	align-items: center;
	max-width:500px;
	transform:translate(150px, 20px);
	padding: 0 !important;
}

.cicada-suites-pebble p {
    /* 	font-size: clamp(10px,1.75vh,16px)!important;
	line-height: clamp(22px, 2vh, 26px); */
    font-size: 1.8rem;
    line-height: 2.52rem;
}

.cicada-suites-pebble .et_pb_text_inner p:first-child {
    /* 	font-size: clamp(10px,1.75vh,16px)!important;
	line-height: clamp(22px, 2vh, 26px); */
    font-size: 1.8rem;
    line-height: 2.52rem;
	padding-top:120px;
}

/* 100vh correction sliders */
.front-page-slider-section {
/*     top: var(--menu-vertical-offset); */
/*     margin-bottom: var(--menu-vertical-offset); */
/* 	margin-bottom: -237px;
    margin-top: 98px; */
	
	top: 0;
    margin-bottom: 0;
    margin-top: -110px;
	height: 100vh;
}


/* H1 TITLE FOR EACH PAGE @ FULLSCREEN SLIDER  */
h1.et_pb_slide_title {
	font-size:96px!important;
	line-height:calc(96px * 1.15)!important;
}


/* Remove Titles from Image Gallery */
.pa-custom-background-mask-1 .et_pb_background_mask {
    background-image: url("/wp-content/uploads/2023/01/pebble-brown.svg") !important;
    color: #A08673;
    fill: currentColor !important;
}

.pa-custom-background-mask-2 .et_pb_background_mask {
    /*transform: rotate(3deg);*/
    background-image: url("/wp-content/uploads/2023/01/pebble-white.svg") !important;
}

.cicada-suites-pebble h2::lang(el) {
	font-family: "Open Sans" !important;
}

.cicada-suites-pebble h2 {
	font-size: 4rem;
    letter-spacing: 0.1rem;
    font-family: "Generica" !important;
	/*font-size: clamp(3rem, 4rem) !important; */
    /* 	font-size: clamp(1.2rem, 4.1vh, 4.8rem)!important; */
}



.cicada-suites-pebble-container {
    display: block;
    position: relative;
}

.cicada-suites-pebble-color {
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
}

.cicada-suites-pebble-white {
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
}

.cicada-suites-pebble-content {
    position: absolute;
}

.cicada-pebble {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140.19%;
    /* or 25px */
    color: #646464;
}

.cicada-suites-pebble-button {
    display: inline-block;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 25px;
    text-align: center;
    padding: 0 20px;
    margin-top: 15px;
    font-family: "Roboto" !important;
    font-size: 12px;
    background: var(--primary-color);
    color: var(--white-color);
    border: solid 1px transparent;
    transition: all 500ms ease-out;
}

.cicada-suites-pebble-button:hover {
    background: var(--white-color);
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
}


.cicada-suites-generica {
	margin-bottom: 1.5rem !important;
}

.cicada-suites-generica,
.cicada-suites-generica * {
    font-family: "Generica" !important;
}

h2.cicada-suites-generica,
.cicada-suites-generica h2,
.cicada-fullwidth-slider h2,
.cicada-suites-pebble-content h2 {
    font-family: "Generica" !important;
    font-size: 4.8rem !important;
    letter-spacing: 0.1rem;
}

h2.cicada-suites-generica:lang(el),
.cicada-suites-generica h2:lang(el),
.cicada-fullwidth-slider h2:lang(el),
.cicada-suites-pebble-content h2:lang(el),
.cicada-suites-pebble h2:lang(el) {
	font-family: "Open Sans" !important;
	font-size: 3.8rem !important;
	padding-bottom: 1.7rem;
	font-weight: 300;
}

.et_pb_cta_0.et_pb_promo .et_pb_promo_description h2:lang(el),
.et_pb_cta_1.et_pb_promo .et_pb_promo_description h2:lang(el),
.et_pb_cta_2.et_pb_promo .et_pb_promo_description h2:lang(el) {
	font-family: "Open Sans" !important;
	font-size: 3.5rem !important;
}

.cicada-suites-generica *:lang(el) {
	font-family: "Open Sans" !important;
}

.cicada-suites-pebble-content p {
    font-size: 1.8rem;
    line-height: 2.52rem;
}

.cicada-suites-pebble-content a.cicada-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192.27px;
    height: 45px;
    background: #A18672;
    border-radius: 25px;
    color: #fff;
    margin-top: 36px;
}

.cicada-fullwidth-slider .et-pb-controllers {
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: unset;
    width: 22px;
    text-align: center;
    z-index: 10;
    height: 1008px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 9px;
}

.cicada-fullwidth-slider .et-pb-controllers a {
    width: 22px;
    height: 22px;
    border-radius: 0px;
    opacity: 1;
}

.cicada-fullwidth-slider .et-pb-controllers a {
    background-color: #ffffff;
}

.cicada-fullwidth-slider .et-pb-controllers a.et-pb-active-control {
    background-color: #84634C;
}

/* 
   * The first section "The Hotel" pebble of the frontpage
   * */

#cicada-suites-fp-01 .cicada-suites-pebble-color {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-01-color.svg");
    width: 730px;
    height: 730.18px;
    top: 10px;
    left: 10px;
}

#cicada-suites-fp-01 .cicada-suites-pebble-white {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-01-white.svg");
    width: 740px;
    height: 730.18px;
}

#cicada-suites-fp-01 .cicada-suites-pebble-content {
    top: 216px;
    left: 140px;
    width: 478px;
}



#home-01-hotel-container {
	display: flex;
}

/* 
   * The second section "The Suites" pebble of the frontpage
   * */
#cicada-suites-fp-02.cicada-suites-pebble-container {
    top: -312px;
    left: 115px;
}

#cicada-suites-fp-02 .cicada-suites-pebble-color {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-02-color.svg");
    width: 595.07px;
    height: 505px;
}

#cicada-suites-fp-02 .cicada-suites-pebble-white {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-02-white.svg");
    width: 595.28px;
    height: 481.65px;
    top: 15px;
}

#cicada-suites-fp-02 .cicada-suites-pebble-content {
    top: 164px;
    left: 114px;
    width: 438px;
}



#home-02-suites-container .et_pb_row_3.et_pb_row {
	margin-top: -140px!important;
}

#home-02-suites-container.et_pb_section_3 {
	min-height: unset;
}

/* 
   * The second section "Greek Gastronomy" pebble of the frontpage
   * */
#cicada-suites-fp-03.cicada-suites-pebble-container {
    top: 40px;
    left: 37px;
}

#cicada-suites-fp-03 .cicada-suites-pebble-color {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-03-color.svg");
    width: 700px;
    height: 800px;
}

#cicada-suites-fp-03 .cicada-suites-pebble-white {
    background-image: url("/wp-content/uploads/2023/01/cicada-suites-pebble-fp-03-white.svg");
    width: 700px;
    height: 800px;
    top: 8px;
    left: 12px;
}

#cicada-suites-fp-03 .cicada-suites-pebble-content {
    top: 250px;
    left: 100px;
    width: 438px;
}


#home-05-services-container .et_pb_divider_9 {
	left: 11px;
	top: -15px;
}

#home-05-services-container .et_pb_column.et_pb_column_1_2.et_pb_column_12 {
	top: 170px;
}

#newsletter-column {
	display: flex;
	align-items: start;
}



.rotate-in-2-cw-0 {
    -webkit-animation: rotate-in-2-cw 1000ms ease-out both;
    animation: rotate-in-2-cw 1000ms ease-out both;
}

.rotate-in-2-cw-1 {
    -webkit-animation: rotate-in-2-cw 1000ms ease-out 200ms both;
    animation: rotate-in-2-cw 1000ms ease-out 200ms both;
}

.rotate-in-2-cw-3 {
    -webkit-animation: rotate-in-2-cw 1000ms ease-out 400ms both;
    animation: rotate-in-2-cw 1000ms ease-out 400ms both;
}

.slide-in-left-0 {
    -webkit-animation: slide-in-left 1000ms ease-out both;
    animation: slide-in-left 1000ms ease-out both;
}

.slide-in-left-1 {
    -webkit-animation: slide-in-left 1000ms ease-out 200ms both;
    animation: slide-in-left 1000ms ease-out 200ms both;
}

.slide-in-left-2 {
    -webkit-animation: slide-in-left 1000ms ease-out 400ms both;
    animation: slide-in-left 1000ms ease-out 400ms both;
}

/**
   * ----------------------------------------
   * animation rotate-in-2-cw
   * ----------------------------------------
   */
@-webkit-keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}



/**
   * ----------------------------------------
   * animation slide-in-left
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/**
    * ----------------------------------
    * Footer // Email option theming
    * ----------------------------------
**/
#cicada-suites-mailoptin h2 {
    font-size: 32px !important;
    font-weight: 400 !important;
}


#cicada-suites-mailoptin h2 {
    letter-spacing: 0;
    padding-bottom: 4px;
}

.et_pb_newsletter_form {
    padding-top: 0 !important;
}

.et_pb_newsletter_fields {
    position: relative;
    width: 300px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #E2D4C7;
    /*     box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25); */
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
}

.et_pb_newsletter_fields p {
    position: absolute;
    width: 100%;
    height: 45px;
}

.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 35px;
    height: 33px;
    border: 0;
}

.et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button {
    position: absolute;
    border: none;
    padding: 0 !important;
    width: 35px;
    height: 33px;
    background: #857363;
    border-radius: 5px;
}

.et_pb_newsletter_fields .et_pb_newsletter_button_wrap .et_pb_button .et_pb_newsletter_button_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
}


/* Galleries css  */

	.explore-galleries-modules {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.explore-galleries-modules::before {
        content: "";
		width:80%;
		height:80%;
		border-radius: 5px;
		background: rgba(255,255,255, 0.2);
		backdrop-filter: blur(2px);
		position:absolute;
		opacity: 0;
		transition: all 0.5s linear;
	}
	.explore-galleries-modules::after {
		content: url("/wp-content/uploads/2023/10/arrow.svg");
		position:absolute;
		top: 42%;
		left: 48%;
		opacity: 0;
		transition: all 0.3s ease-out;
		}

	.explore-galleries-modules:hover::before {
		opacity: 1;
	}
	.explore-galleries-modules:hover::after {
		opacity: 1;
		transform: scale(2.5);
	}

	.explore-galleries-modules .et_pb_text_inner {
       transform: translateY(34px);
	}

/*********************************
  * Primary Menu Theming
  ********************************/
.et_pb_column.et_pb_column_1_5.et_pb_column_0_tb_header,
.et_pb_column.et_pb_column_1_5.et_pb_column_2_tb_header {
    width: unset;
}

.et_pb_column.et_pb_column_3_5.et_pb_column_1_tb_header {
    width: 100%;
}

#main-header-inner .et_pb_image,
#main-header-inner .et_pb_image_wrap,
#menu-primary-menu,
#menu-primary-menu ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    list-style: none;
}

#menu-primary-menu ul {
    /* 	gap:44px!important;	 */
}

#menu-primary-menu ul>li {
    padding-left: 6px;
    padding-right: 6px;
}

#menu-primary-menu a {
    display: block;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms cubic-bezier(.075, .82, .165, 1);
    color: var(--white-color);
    font-size: 17px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    padding: 0 8px;
    line-height: 32px;
}

#menu-primary-menu a:hover,
#menu-primary-menu a .current-menu-item {
    color: var(--primary-color) !important
}

#menu-primary-menu a:after,
#menu-primary-menu a:before {
    content: "";
    position: absolute;
    display: block;
    border: 0 solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease;
}

#menu-primary-menu a:after {
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

#menu-primary-menu a:before {
    width: 0%;
    height: 0%;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

#menu-primary-menu a:hover:after,
#menu-primary-menu a:hover:before {
    width: 100%;
    height: 100%;
    border-color: var(--primary-color);
}

#menu-primary-menu .sub-menu {
    border-top: 0;
    left: calc(0% - 60px);
    top: calc(100% + 1px) !important;
    box-shadow: none;
}

#menu-primary-menu .sub-menu:before {
    box-shadow: 0 0 10px -9px #000;
    content: " ";
    height: 92%;
    position: absolute;
    top: 8%;
    width: 100%;
}

#menu-primary-menu .sub-menu li {
    padding: .5em 20px;
}

#menu-primary-menu .sub-menu li a {
    padding: 1em 0;
    transition: all 300ms cubic-bezier(.075, .82, .165, 1);
}

#menu-primary-menu .sub-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    opacity: 1;
}

/**********************************
   * Header show/hide
   ********************************/

.hide-header #main-header-inner {
    opacity: 0;
    margin-top: -180px;
}

.show-header #main-header-inner {
    opacity: 1;
/*     margin-top: 0px; */
}

/* HAMBURGER ICON COLOR */
.dtb-hamburger-inner,
.dtb-hamburger-inner::after,
.dtb-hamburger-inner::before {
    background-color: #fff;
}

.show-header #main-header-inner .dtb-hamburger-inner,
.show-header #main-header-inner .dtb-hamburger-inner::after,
.show-header #main-header-inner .dtb-hamburger-inner::before
{
    background-color: white;
}

/******* WIP ***********/

.has_et_pb_sticky .show-header #main-header-inner .dtb-hamburger-inner,
.has_et_pb_sticky .show-header #main-header-inner .dtb-hamburger-inner::after,
.has_et_pb_sticky .show-header #main-header-inner .dtb-hamburger-inner::before 
{
	background: var(--primary-color);
}

.hamburger_menu_icon-toggled:hover .dtb-hamburger-inner,
.hamburger_menu_icon-toggled:hover .dtb-hamburger-inner:before,
.hamburger_menu_icon-toggled:hover .dtb-hamburger-inner:after {
	background: var(--primary-color);
}

.hamburger_menu_icon1 .dtb-hamburger-inner {
    top: 10px;
    right: -6px;
}

.mobile_menu_bar:hover .dtb-hamburger-inner,
.mobile_menu_bar:hover .dtb-hamburger-inner:before,
.mobile_menu_bar:hover .dtb-hamburger-inner:after{
	background: var(--primary-color);
}

#main-header-inner {
    width: 100%;
    max-width: 100vw;
    height: 110px;
    align-items: center;
    padding: 0 30px;
    /*     -webkit-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 10ms;
    -moz-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 10ms;
    -o-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 10ms;
    -ms-transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 10ms;
    transition: all 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 10ms !important;     */
    -webkit-transition: all 1000ms ease-out !important;
    -moz-transition: all 1000ms ease-out !important;
    -o-transition: all 1000ms ease-out !important;
    -ms-transition: all 1000ms ease-out !important;
    transition: all 1000ms ease-out !important;
}

/**********************************
   * Book Button
   ********************************/
/* #main-header-inner .et_pb_menu,
#main-header-inner .et_pb_menu_inner_container */
#book_n_lang_container .et_pb_menu,
#book_n_lang_container .et_pb_menu_inner_container {
    height: 100% !important;
    float: right;
}

#menu-book-lang-en {
    height: 100%;
    min-width: 220px;
    display: flex;
    justify-content: center;
    align-items: center !important;
	margin-right:80px;
}

.book-now {
    margin-top: 0 !important;
}

.book-now a {
    background: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    border-radius: 25px;
    padding: 1em 2em !important;
    color: var(--primary-color);
    border: 1px solid transparent;
}

.book-now a:hover {
    opacity: 1;
    background: var(--primary-color);
    color: var(--white-color);
}

.hide-header #main-header-inner .book-now a {
    border: 1px solid transparent;
}

.show-header #main-header-inner .book-now a {
    border: 1px solid var(--primary-color);
}

#menu-book-lang-en .lang-item {
    margin: 0 !important;
}

#menu-book-lang-en .lang-item a {
    background: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    border-radius: 50%;
    padding: 1em !important;
    color: var(--primary-color);
    border: 1px solid transparent;
	transform: translatey(-15px);
}

.hide-header #main-header-inner .lang-item a {
    border: 1px solid transparent;
}

.show-header #main-header-inner .lang-item a {
    border: 1px solid var(--primary-color);
}

/**********************************
   * Brochure Button
   ********************************/
.cicada-suites-brochure-button:before {
    font-size: 50px !important;
    font-weight: 300 !important;
}

/**********************************
   * Remove text from instagram feed overlay
   ********************************/
.MediaOverlay__bottom-row {
    display: none !important;
}

/**********************************
   * Contact form checkbox - Accept
   ********************************/
.et_pb_contact_field_options_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.et_pb_contact_field_options_wrapper * {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300 !important;
    font-size: 12px;
    line-height: 20px;
    color: #3D3D3D;
}


/*********************************************************************
 * *******************************************************************
 * ************************ SUITES PAGE ******************************
 * *******************************************************************
 * *******************************************************************/
/*********************************************************************
 * ** Handling DEFAULT Styles (over) 1460px **
 * *******************************************************************/
/* All headers and texts */
#suites-pebble-01-intro h2,
#suites-pebble-02-zoe h2,
#suites-pebble-03-oneiro h2,
#suites-pebble-04-theros h2,
#suites-pebble-05-helios h2,
#suites-pebble-06-alas h2,
#suites-pebble-07-thea h2{
	font-family: 'Generica';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 46px;
	letter-spacing: 0.05em;
	color: #646464;	
	padding-bottom:36px;
}
#suites-pebble-01-intro p,
#suites-pebble-02-zoe p,
#suites-pebble-03-oneiro p,
#suites-pebble-04-theros p,
#suites-pebble-05-helios p,
#suites-pebble-06-alas p,
#suites-pebble-07-thea p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #646464;
}

#suites-container-01-intro,
#suites-container-02-zoe,
#suites-container-03-oneiro,
#suites-container-04-theros,
#suites-container-05-helios,
#suites-container-06-alas,
#suites-container-07-thea{
	min-height:100vh;
	padding: 0px 83px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

/* INTRO - SUITES 1ST PEBBLE */
#suites-container-01-intro .et_pb_row{
	height: 670px;
}
#suites-container-01-intro .et_pb_row>.et_pb_column:nth-child(1){
	width:auto;	
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-pebble-01-intro {
	min-width:695px;
	min-height:656px;
}
#suites-pebble-01-intro .et_pb_text{
	min-width:550px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left:95px;
	padding-right: 138px;
}

/* ZOE - SUITES 2ND PEBBLE */
#suites-container-02-zoe .et_pb_row{
	height: 663px;
	display:flex;
	flex-direction:row;
}
#suites-container-02-zoe .et_pb_row>.et_pb_column:nth-child(2){
	width:auto;	
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-02-zoe .et_pb_row>.et_pb_column:nth-child(2) .et_pb_image{
	padding-left:90px;
}
#suites-pebble-02-zoe {
	min-width:654px;
	min-height:663px;
	margin:0;
}
#suites-pebble-02-zoe .et_pb_divider_hidden:nth-child(3) {
	left:calc(100% - 164px); /* 144 + 20 */	
	top: 26px;
}
#suites-pebble-02-zoe .et_pb_text{
	min-width:368px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: 134px;
	padding-right:61px;
	top:24px;	
}

/* ONEIRO - SUITES 3RD PEBBLE */
#suites-container-03-oneiro {}

#suites-pebble-03-oneiro {}

#suites-container-02-zoe .et_pb_row{
	height: auto;
	display:flex;
	flex-direction:row;
}
#suites-container-03-oneiro .et_pb_row>.et_pb_column:nth-child(1){
	width:auto;	
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-03-oneiro .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image{
	padding-right:45px;
}
#suites-pebble-03-oneiro {
	min-width:661px;
	min-height:801px;
	margin:0;
}

#suites-pebble-03-oneiro .et_pb_text{
	padding-left: 147px;
	padding-right:83px;
}

/* THEROS - SUITES 4TH PEBBLE */
#suites-container-04-theros {}

#suites-pebble-04-theros {}

#suites-container-04-theros .et_pb_row{
	height: auto;
	display:flex;
	flex-direction:row;
}
#suites-container-04-theros .et_pb_row>.et_pb_column:nth-child(2){
	width:auto;	
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-04-theros .et_pb_row>.et_pb_column:nth-child(2) .et_pb_image{
	padding-left:65px;
}
#suites-pebble-04-theros {
	min-width:681px;
	min-height:666px;
	margin:0;
}
#suites-pebble-04-theros .et_pb_divider_hidden:nth-child(3) {
	left:calc(100% - 306px); /* 144 + 162 */	
	top: 70px;
}
#suites-pebble-04-theros .et_pb_text{
	min-width:368px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: 120px;
	padding-right:134px;
	top:40px;
}

/* HELIOS - SUITES 5TH PEBBLE */
#suites-container-05-helios {}

#suites-pebble-05-helios {}

#suites-container-05-helios .et_pb_row{
	height: auto;
	display:flex;
	flex-direction:row;
}
#suites-container-05-helios .et_pb_row>.et_pb_column:nth-child(1){
	width:auto;	
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-05-helios .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image{
	padding-right:60px;
}
#suites-pebble-05-helios {
	min-width:678px;
	min-height:666px;
	margin:0;
}

#suites-pebble-05-helios .et_pb_text{
/* 	min-width:550px; */
	min-width:368px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: 116px;
	padding-right:104px;
	top:40px;
}

/* ALAS - SUITES 6TH PEBBLE */
#suites-container-06-alas {}

#suites-pebble-06-alas {}

#suites-container-06-alas .et_pb_row{
	height: 658px;
	display:flex;
	flex-direction:row;
}
#suites-container-06-alas .et_pb_row>.et_pb_column:nth-child(2){
	width:auto;	
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-06-alas .et_pb_row>.et_pb_column:nth-child(2) .et_pb_image{
	padding-left:70px;
}
#suites-pebble-06-alas {
	min-width:676px;
	min-height:658px;
	margin:0;
}
#suites-pebble-06-alas .et_pb_divider_hidden:nth-child(3) {
	left:calc(100% - 208px); /* 144 + 64 */	
	top: -20px;
}
#suites-pebble-06-alas .et_pb_text{
	min-width:368px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: 122px;
	padding-right:100px;
}

/* THEA - SUITES 7TH PEBBLE */
#suites-container-07-thea {}

#suites-pebble-07-thea {}

#suites-container-07-thea .et_pb_row{
	height: 691px;
	display:flex;
	flex-direction:row;
}
#suites-container-07-thea .et_pb_row>.et_pb_column:nth-child(1){
	width:auto;	
	margin:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
#suites-container-07-thea .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image{
	padding-right:70px;
}
#suites-pebble-07-thea {
	min-width:715px;
	min-height:691px;
	margin:0;
}

#suites-pebble-07-thea .et_pb_text{
/* 	min-width:550px; */
	min-width:368px;
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: 111px;
	padding-right:148px;
}

/*********************************************************************
 * *******************************************************************
 * ************************ HOTEL PAGE ******************************
 * *******************************************************************
 * *******************************************************************/
/*********************************************************************
 * ** Handling DEFAULT Styles (over) 1460px **
 * *******************************************************************/
/* All headers and texts */
#hotel-pebble-01-adults h2,
#hotel-pebble-02-private-beach h2{
	font-family: 'Generica';
	font-style: normal;
	font-weight: 400;
	font-size: clamp(2.8rem, 1.429rem + 1.786vw, 4rem);
	line-height: 46px;
	letter-spacing: 0.05em;
	color: #646464;	
	padding-bottom:clamp(1rem, -1.971rem + 3.869vw, 3.6rem);
}
#hotel-pebble-01-adults p,
#hotel-pebble-02-private-beach p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #646464;
}

#hotel-pebble-02-private-beach .et_pb_module.et_pb_divider_2 {
	top: 45px;	
}

#hotel-container-01-adults,
#hotel-container-02-private-beach{
	min-height:100vh;
	padding: 0px 83px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
/* ADULTS - HOTEL 1ST PEBBLE */
#hotel-container-01-adults .et_pb_row:nth-child(1){
	padding-top:200px;
	padding-bottom:160px;
}
#hotel-container-01-adults .et_pb_row:nth-child(2){
	display:flex;
	flex-direction:row;
	align-items:center;
	margin-bottom:200px;
}
#hotel-container-01-adults .et_pb_row:nth-child(2)>.et_pb_column:first-child{
	width: calc(50% - 55px);
	margin-right:55px;
}
#hotel-pebble-01-adults{
	width:50%;
/* 	min-width:690px;	 */
/* 	min-width:690px;	 */
	min-height:580px;
/* 	min-height:633px; */
}
#hotel-pebble-01-adults .et_pb_text {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
/* 	padding: 0 calc(100% / 6.5); */
	padding-left:clamp(5.8rem, -10.391rem + 16.522vw, 13.4rem);
	padding-right: clamp(3rem, -11.913rem + 15.217vw, 10rem);
}
/* PRIVATE BEACH - HOTEL 2ND PEBBLE */
#hotel-container-02-private-beach .et_pb_row>.et_pb_column:nth-child(2){
	width:auto;
	margin:0;
}
#hotel-pebble-02-private-beach{
	max-width:694px;
	min-height:542px;
	max-height:542px;
}
#hotel-pebble-02-private-beach>*{
	margin-top: 30px;
	width:694px;
}

#hotel-container-02-private-beach .et_pb_module.et_pb_divider_8 {
	top: 50px;	
}

#hotel-pebble-02-private-beach .et_pb_text{
/* 	min-width:550px; */
	display:flex;
	flex:1;
	justify-content:center;
	align-items:center;
	padding-left: calc(100% / 6);
	padding-right: calc(100% / 9.5);
}

#suites-pebble-03-oneiro .et_pb_divider_7 {
    left:500px;
    top: 130px;
}

#suites-pebble-05-helios .et_pb_divider_13 {
    left:460px;
    top: 54px;
}

#suites-pebble-07-thea .et_pb_divider_19 {
    left:460px;
    top: 10px;
}

.my-suite-icon-mobile {
    width: 45px;
    float: left;
    margin-right: 10px;
}

.bluespa-rc {
	width:50%;
}

.et_pb_divider_7.sp-wellness-pebble-white {
	margin-top: 5px;
}

/* Location Melting Pot */ 
#post-236731 .et_pb_row.et_pb_row_3.et_pb_equal_columns {
	top: -123px;
}


/* Spotlight Instafeed */
.FeedGridLayout__media-container {
	padding:10px;
}

.MediaOverlay__bottom-row .MediaOverlay__date-container {
	display: none;
}

.MediaTile__root:hover {
	cursor: auto;
}

/* End Spotlight Instafeed */


/* ***************** PHOTO GALLERY PAGE **************** */

.photo-gallery-title-section .et_pb_text_inner {
	text-align: center;
	margin: 40px 0;
	
}

.photo-gallery-title-section .et_pb_text_inner h2 {
	font-family: "Generica" !important;
	font-size: 6rem;
}

#generic-page-gallery.et_pb_row {
	padding: 4% 0;
}

/* ***************** END PHOTO GALLERY PAGE **************** */

/* ***************** ERROR 404 **************** */
.error404 #main-header-inner {
	max-width: unset !important;
}
/* ***************** END ERROR 404 **************** */



/* *********************    ALL MEDIA QUERIES FROM HERE    ***************** */




/* MK Club Page */

/* ----------- line bullets  left ------------*/

ul.custom-bullets-left {
    list-style-type: none;
    padding-left: 0; 
  }
  
  ul.custom-bullets-left li {
    position: relative;
    padding-left: 50px; 
  }
  
  ul.custom-bullets-left li::before {
    content: ''; 
    position: absolute;
    left: 0; 
    top: 15px; 
    width: 35px; 
    height: 1px; 
    background-color: black; 
    transform: translateY(-50%);
  }
  
  
  
  /* ----------- line bullets left white ------------*/
  
  ul.custom-bullets-left-white {
    list-style-type: none;
    padding-left: 0; 
  }
  
  ul.custom-bullets-left-white li {
    position: relative;
    padding-left: 50px; 
  }
  
  ul.custom-bullets-left-white li::before {
    content: ''; 
    position: absolute;
    left: 0; 
    top: 15px; 
    width: 35px; 
    height: 1px; 
    background-color: #fff; 
    transform: translateY(-45%);
  }
  
  
  
  
  /* -------- Line bullets right ---------------- */
  
  .text-with-line {
    position: relative;
    padding-right: 50px;
  }
  
  .text-with-line::after {
    content: '';
    position: absolute;
    right: -15px; 
    top: 50%; 
    width: 45px; 
    height: 1px;
    background-color: #695546; 
    transform: translateY(-50%);
	transition: all 0.3s ease-out;
  }

.text-with-line:hover::after {
	width: 20px;
	right: 10px;
}
  
  /* -------- Line bullets right white ---------------- */
  
  .text-with-line-white {
    position: relative;
    padding-right: 50px;
  }
  
  .text-with-line-white::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%; 
    width: 45px; 
    height: 1px;
    background-color: #fff; 
    transform: translateY(-50%);
	transition: all 0.3s ease-out;
  }

 .text-with-line-white:hover::after {
	width: 20px;
	right: 10px;
 }

.relaxation .et_pb_column.et_pb_column_3_5 {
	margin-top: 0 !important;
}


#cicada-suites-mailoptin .et_pb_newsletter_description {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	padding: 10px 47px;
}

#menu-book-lang-en .sub-menu {
	display: flex;
    flex-direction: column;
    width: 100%;
	justify-content: space-between;
    align-items: center;
    gap:10px;
	border: 0;
	box-shadow: none;
}

#menu-book-lang-en .lang-item {
    margin: 0 !important;
}

#menu-book-lang-en .lang-item a {
    background: var(--white-color);
    font-size: 14px;
	width: 50px;
	height: 50px;
    font-weight: 300;
    border-radius: 50%;
    padding: 1em !important;
    color: var(--primary-color);
    border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-book-lang-en .lang-item a:hover {
    opacity: 1;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
	border: none;	
}

.et-menu .menu-item-has-children>a:first-child {
	color: var(--primary-color);
	background: white;
	border: 1px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
    padding: 0;
}
.et-menu .menu-item-has-children>a:first-child:hover {
    opacity: 1;
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
	border: none;
}

.et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 0 !important;
}

.show-header .et-menu .menu-item-has-children>a:first-child {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}






#rest-relax-col-left {
	width: auto !important;
}


.moove-gdpr-cookie-notice h2 {
	margin-bottom:5px !important;
	padding-bottom:0 !important;
}

/* MK club widget */

   .sidebar-wrapper {
	position: fixed;
	float: right;
	right: -4px;
	top: 30%;
	width: 0px;
}

.content-block {
	padding: 8px;
	background-color: #FFF;
}

.content-p {
	font-family: 'Raleway', sans-serif;
	font-size: .8em;
	color: #646464;
	margin: 0;
}

.content-p button {
	display: block;
	margin-top: 10px;
	margin: 10px auto;
}

.posted-container {
	height: 100vh;
	cursor: pointer;
}

.profile-head {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #FFF;
	border-radius: 8px 0 0 5px;
	margin-left: -56px;
	border: 2px solid #FFF;
	border-right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -6px;
	text-align: center;
	box-shadow: -2px 0 3px #CCC;
}

.profile-head img {
	width: 28px;
	margin-top: 2px;
}

.sidebar-inner-container-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.posted-content:first-child {
	top: 70px;
}

.posted-content {
	background-color: #FFF;
	height: auto;
	width: 250px;
	border: 2px solid #FFF;
	padding: 4px;
	margin-bottom: 20px;
	transition: 300ms;
	margin-right: -200px;
	border-radius: 0 0 0 6px;
	box-shadow: -2px 0 3px #CCC;
	position: absolute;
}

.posted-content:hover {
	display: block;
	transition: 300ms;
	transform: translateX(-250px);
}

.posted-content select {
	padding: 8px;
	border-radius: 5px;
	outline: 1px solid;
	border-right: 7px solid transparent;
}

.mk-hotels-widget {
	margin: 10px;
	text-align: center;
}


.bt-join {
	background: #A08673;
	border-radius: 5px;
	padding: 8px;
	width: 100%;
	color: #FFF;
	border: 0;
	display: block;
	text-align: center;
	margin: 10px 10px 10px 0;
}

.bt-join:hover {
	background: #7b6351;
}

.mk-form-widget-outer .et_pb_tabs .my-frontpage-form {
	display: flex;
}

.mk-form-widget-outer {
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}

.mk-form-widget-outer .et_pb_tabs .my-frontpage-form .my-col {
	margin-right: 10px;
}

.mk-form-widget-outer label {
	color: #695546;
	font-family: "Generica", "open-sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	font-size: 16px;
}

.mk-form-widget-outer .et_pb_tabs_controls {
	margin-left: 30px;
}

.mk-form-widget-outer .et_pb_tabs_controls li a {
	color: #FFF;
	background-color: #695546;
	font-family: "Generica", "open-sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

.mk-form-widget-outer .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #695546;
	background-color: #FFF;
}

.mk-form-widget-outer .et_pb_tabs_controls li {
	background: none;
	font-weight: 400;
}

.mk-form-widget-outer ul.et_pb_tabs_controls {
	background: none;
}

.mk-form-widget-outer .et_pb_tabs {
	border: none;
}

.mk-form-widget-outer .et_pb_tab_active a {
	color: #695546;
}

.mk-form-widget-outer ul.et_pb_tabs_controls::after {
	border-top: 0;
}

.mk-form-widget-outer input,
.mk-form-widget-outer select {
	border: 1px solid #B5B5B5;
	padding: 7px;
}

.mk-form-widget-outer button {
	background-color: #A08673;
	color: #FFF;
	font-size: 16px;
	padding: 7px;
	border: 0;
	white-space: nowrap;
}

.mk-form-widget-outer .my-date .form-control {
	width: 100%;
}

.mk-form-widget-outer .my-search {
	display: flex;
	align-items: end;
}

.mk-form-widget-outer .my-col {
	flex-basis: 100%;
}

.posted-content.visible {
    transform: translateX(-250px);
}


.select-season-left-col,
.select-season-right-col {
	margin: 0 !important;
	display: flex;
    justify-content: center;
    align-items: center;
}

.select-season-left-col p:has(.select-season-explore),
.select-season-right-col p:has(.select-season-explore) {
	margin-top: 100px;
}

.select-season-section .select-season-explore {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 23.44px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	transition: all 0.3s ease-in-out;
	max-width: 250px;
}

.select-season-explore::after {
	content: "";
	height: 1px;
	color: #fff;
	background: #fff;
	width: 35%;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s ease-in-out;
}

.select-season-explore:hover::after {
    width: 28.5%;
    left: 50% !important;
}

.select-season-summer-module,
.select-season-winter-module {
	color: #fff;
	max-width: 494px;
}

.select-season-summer-module h1,
.select-season-winter-module h1 {
	font-family: Generica;
	font-size: 96px;
	font-weight: 400;
	line-height: 110.44px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;	
}

.select-season-winter-module .step-inside,
.select-season-summer-module .step-inside {
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 28.13px;
	text-align: left;
}

.select-season-winter-module p,
.select-season-summer-module p{
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 23.44px;
	text-align: left;
} 

.season-select-header-row {
	position: fixed !important;
	top: 0;
	left:0;
	right: 0;
	display:flex;
	justify-content: space-between;
}

.season-select-header-row {
	z-index: 9;	
}

.select-season-explore:hover {
    background: #a18672;
}

.photo-gallery-title-section .et_pb_text_inner h2:lang(el) {
	font-family: 'Roboto' !important;
}


/* #elios-hill-logo-footer,
#elios-hill-logo-footer-gr {
	max-width: 100px;
} */


#elios-hill-logo-footer-tablet,
#elios-hill-logo-footer-tablet-gr{
	max-width: 180px;
}


.tablet-logos-col {
	display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}




.footer-logos-column {
	display: flex;
	justify-content:center;
	align-items: end;
	gap:30px;	
}


.pdf-menu-container {
    display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	margin: 3rem 0;
}

.pdf-menu-container .menu-image-con {
    height: 38px;
    width: 38px;	
}

.pdf-menu-container .menu-text {
    font-size: 24px;
    color: #a18672;
}



.footer-logos-column .footer-hotels-logos img{
	max-width: 130px;
}
.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module.footer-hotels-logos {
	margin-bottom: 5.82% !important;
}


.footer-hotels-logos-mobile img {
	max-width: 160px;
}



.header-middle-col {
	flex: 7;
}

.header-right-col {
	flex: 3;
}

.grand-opening-header{
    font-family:"Generica", serif;
    font-style:italic;
    font-weight:300;
    font-size:45px;
    line-height:1.1em;
    color: rgb(111, 106, 103);
    text-align:center;
    padding-top: 200px;
}

.main-title-home-page {
	font-family: "Generica", serif;
	font-style: italic;
	font-weight: 400px;
	font-size: 68px;
	line-height: 1.1em;
	text-align: center;
	padding-top: 100px;
}

.agia-pelagia-header{
    font-family:"Roboto", sans-serif;
    font-size: 30px;
    font-weight: 450px;
    letter-spacing:2px;
    color:#ffffff;
    text-align:center;
	padding-top: 30px;
}

.mk-residences{
    font-family:"Roboto", sans-serif;
    font-size:12px;
    font-weight:700;
    color:#ffffff;
    letter-spacing:1px;
    text-align:center;
	padding-top:10px;
}

.last-sentence-header{
    font-family:"Roboto", serif;
    font-size: 27px;
    line-height:1.2em;
    font-weight:400;
    text-align:center;
	padding-top: 50px;
}

.hero-home,
.hero-home .et_pb_slide {
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
    background-position: center 60%;
}

.hero-home .et_pb_container {
    height: 100vh;
}

.hero-home .et_pb_slide_description {
    padding-top: 0;
    margin-top: 90px;
}

:root {
  --header-accent: #A08673;
  --header-white: #fff;
}

#main-header-outer {
  background: transparent;
}

#main-header-inner {
  background: transparent;
  transition:
    background-color .3s ease,
    box-shadow .3s ease,
    padding .3s ease;
}

#main-header-inner .et-menu > li > a,
#main-header-inner .et_pb_menu__link {
  color: var(--header-white);
  transition: color .3s ease;
}

#main-header-inner li.book-now > a,
#main-header-inner li.pll-parent-menu-item > a {
  border: 1px solid var(--header-white);
  border-radius: 999px;
  background: transparent;
  color: var(--header-white);
  line-height: 1;
  transition:
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

#main-header-inner li.book-now > a {
  padding: 12px 28px;
}

#main-header-inner li.pll-parent-menu-item > a {
  padding: 12px 16px;
}

#main-header-inner li.book-now > a:hover,
#main-header-inner li.pll-parent-menu-item > a:hover {
  background: transparent;
  color: var(--header-accent);
  border-color: var(--header-accent);
  transform: translateY(-2px);
}

.et_pb_sticky #main-header-inner,
.et_pb_sticky--top #main-header-inner,
.et_pb_sticky--active #main-header-inner {
  position: relative;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.et_pb_sticky #main-header-inner::before,
.et_pb_sticky--top #main-header-inner::before,
.et_pb_sticky--active #main-header-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: var(--header-white);
  z-index: -1;
}

.et_pb_sticky #main-header-inner .et-menu > li > a,
.et_pb_sticky--top #main-header-inner .et-menu > li > a,
.et_pb_sticky--active #main-header-inner .et-menu > li > a,
.et_pb_sticky #main-header-inner .et_pb_menu__link,
.et_pb_sticky--top #main-header-inner .et_pb_menu__link,
.et_pb_sticky--active #main-header-inner .et_pb_menu__link {
  color: var(--header-accent);
}

.et_pb_sticky #main-header-inner li.book-now > a,
.et_pb_sticky--top #main-header-inner li.book-now > a,
.et_pb_sticky--active #main-header-inner li.book-now > a,
.et_pb_sticky #main-header-inner li.pll-parent-menu-item > a,
.et_pb_sticky--top #main-header-inner li.pll-parent-menu-item > a,
.et_pb_sticky--active #main-header-inner li.pll-parent-menu-item > a {
  color: var(--header-accent);
  border-color: var(--header-accent);
}

#main-header-inner .pll-parent-menu-item ul.sub-menu {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-top: 20px;
  top: 100%;
}

#main-header-inner .pll-parent-menu-item ul.sub-menu li {
  margin-top: 8px;
}

#main-header-inner .pll-parent-menu-item ul.sub-menu li a {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--header-white);
  border: 1px solid var(--header-white);
  line-height: 1;
  transition:
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

/* Language dropdown color on sticky scroll */

.et_pb_sticky #main-header-inner .pll-parent-menu-item ul.sub-menu li a,
.et_pb_sticky--top #main-header-inner .pll-parent-menu-item ul.sub-menu li a,
.et_pb_sticky--active #main-header-inner .pll-parent-menu-item ul.sub-menu li a {
  color: var(--header-accent);
  border-color: var(--header-accent);
}


#main-header-inner .pll-parent-menu-item .current-lang a,
#main-header-inner .pll-parent-menu-item .current-language-menu-item a {
  background: transparent;
  color: var(--header-white);
  border: 1px solid var(--header-white);
}

#main-header-inner .pll-parent-menu-item .current-lang a:hover,
#main-header-inner .pll-parent-menu-item .current-language-menu-item a:hover {
  background: transparent;
  color: var(--header-accent);
  border-color: var(--header-accent);
}

#main-header-inner .pll-parent-menu-item > a:hover,
#main-header-inner .pll-parent-menu-item ul.sub-menu li a:hover,
#main-header-inner .pll-parent-menu-item .current-lang a:hover,
#main-header-inner .pll-parent-menu-item .current-language-menu-item a:hover {
  background-color: transparent !important;
  background: transparent !important;
  color: var(--header-accent) !important;
  border-color: var(--header-accent) !important;
}

.perched-title {
	font-family: "Generica", sans-serif;
    font-size: 12px;
    font-weight: 300px;
}
	
.more-than-a-service {
	padding-top: 10px;
	min-width: 550px;
}

#page-container {
    overflow-y: visible !important;
}

@media (max-width: 480px) {
	.grand-opening-header {
	font-size: 22px;
	padding-top: 40px;
}

	.main-title-home-page {
	font-size: 28px;
	padding-top: 20px;
}

	.agia-pelagia-header {
	font-size: 14px;
	padding-top: 0px;
}

	.last-sentence-header {
	font-size: 20px;
}

 .et_pb_image_6.et_pb_image.et_pb_module.et_block_module.cicada-hotel-image-01.et_had_animation, .et_pb_image_wrap, .wp-image-371996{
			width: 250px;
}

	#spashotelphoto {
		margin-left: 90px;
	}


 body .et_pb_image.et_pb_image_7 {
	margin-left: auto !important;
    margin-top: 0 !important;
    width: 250px !important;
	}

	 #at-your-services-pebble {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  #at-your-services-pebble .et_pb_text_inner,
  #at-your-services-pebble p,
  #at-your-services-pebble h2 {
    overflow-wrap: break-word;
    word-break: normal;
  }

	#home-pebble-05-services, .et_pb_column_8, .et_pb_column_19 {
		min-height: 250px !important;
	}

	#image-hospi, .et_pb_image_wrap {
		width: 260px;
		left: -35px;
	}

}

@media only screen and (max-width: 375px) {
	
	#home-pebble-05-services .et_pb_text 
	p {
        font-size: 14px !important;
        padding-left: 30px;
}

    #home-pebble-05-services .et_pb_text h2 {
        font-size: 20px;
        padding-left: 30px;
    }

	
	    .et_pb_row_10.et_pb_row {
        margin-top: 0 !important;
        padding-left: 140px !important;
    }
 

	    #location-slider .et_pb_slide_description {
        left: 165px !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 320px !important;
    }

}

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

    #at-your-services-pebble p {
        font-size: 14px !important;
        padding-left: 30px !important;
    }

    #at-your-services-pebble h2 {
        font-size: 25px !important;
        padding-left: 30px !important;
    }
	
#location-slider .et_pb_slide_description {
        left: 170px !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 350px !important;
    }

}



@media (min-width: 981px) and (max-width: 1100px) {
    .et_pb_section_11 {
        height: auto !important;
        min-height: 85px !important;
    }

    .et_pb_section_12 {
        height: auto !important;
        min-height: 1005px !important;
    }

	  .et_pb_text_10 {
        min-width: 450px !important;
        max-width: 500px !important;
    }

    .contact-section-form .et_pb_text_10 {
        left: -230px !important;
    }

    .contact-section-form {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 40px !important;
    }

    .contact-section-form .et_pb_row_9 {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 40px !important;
    }
	
}

@media only screen and (max-width: 980px) {
    #post-372372 h2.cicada-suites-generica {
        font-size: unset !important;
    }
}


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

    h2.cicada-suites-generic {
        font-size: 20px !important;
        color: red !important;
    }

}

@media only screen and (max-width: 980px) {
  body .et_pb_section,
  body .et_pb_row,
  body .et_pb_column,
  body .et_pb_module {
    overflow-y: visible !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {

  [data-et-multi-view-load-tablet-hidden="true"],
  [data-et-multi-view-load-tablet-hidden="true"]:not(.et_multi_view_swapped) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #global-header-row .et_pb_button_module_wrapper {
    display: inline-block !important;
    width: auto !important;
  }

  #global-header-row .et_pb_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #global-header-row .header-middle-col {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    align-items: center !important;
    justify-content: center !important;
  }

}

@media (max-width: 1024px) {

  #home-05-services-container .et_pb_row_10 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #home-05-services-container .et_pb_column_19 {
    order: 1;
    width: 100%;
  }

  #home-05-services-container .et_pb_column_20 {
    order: 2;
    width: 100%;
    margin-top: 30px;
	margin-right: 100px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1180px) {

  #home-01-hotel-container {
    overflow: hidden;
  }

  #home-01-hotel-container .et_pb_row_7 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #home-01-hotel-container .et_pb_column_13,
  #home-01-hotel-container .et_pb_column_14,
  #home-01-hotel-container .et_pb_column_15 {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }

  /* Pebble / text - ΜΗΝ ΤΟ ΠΕΙΡΑΞΟΥΜΕ ΑΛΛΟ */
  #home-01-hotel-container #a-waterfront-gateway-text {
    box-sizing: border-box !important;
	padding-left: 150px;
  }

	#home-pebble-01-hotel, .et_pb_text_8.et_pb_text.et_pb_bg_layout_light.et_pb_module.et_block_module.cicada-suites-pebble.et_had_animation {
	padding: 0px;
}

  #home-01-hotel-container #a-waterfront-gateway-text .et_pb_text_inner {
    max-width: 100% !important;
    overflow-wrap: break-word;
  }

  #home-01-hotel-container #a-waterfront-gateway-text h2 {
    font-size: 30px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  #home-01-hotel-container #a-waterfront-gateway-text p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
  }

  /* Μεγάλη εικόνα */
  #home-01-hotel-container .et_pb_column_14 {
    margin-top: 35px !important;
  }

  #home-01-hotel-container .et_pb_column_14 .et_pb_image,
  #home-01-hotel-container .et_pb_column_14 .et_pb_image_wrap,
  #home-01-hotel-container .et_pb_column_14 img {
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  /* Μικρή εικόνα κάτω από τη μεγάλη */
  #home-01-hotel-container .et_pb_column_15 {
    margin-top: 25px !important;
  }

  #home-01-hotel-container .cicada-hotel-image-02,
  #home-01-hotel-container .cicada-hotel-image-02 .et_pb_image_wrap,
  #home-01-hotel-container .cicada-hotel-image-02 img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    padding: 0 !important;
    transform: none !important;
  }

	#home-pebble-01-hotel,.et_pb_divider_7.et_pb_divider_hidden.et_pb_space.et_pb_divider_position_top.et_pb_module.et_had_animation {
		margin-left: 80px;
}

	#home-pebble-01-hotel,.et_pb_divider_6.et_pb_divider_hidden.et_pb_space.et_pb_divider_position_top.et_pb_module.et_had_animation {
		margin-left: 80px;
}
}

@media (max-width: 980px) {
  #location-slider .et_pb_slide_description {
    left: 190px;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 400px;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {

  #home-pebble-02-suites .et_pb_text {
    padding-left: 50px;
    padding-right: 40px;
  }

  #home-pebble-02-suites .et_pb_text p {
    line-height: 1.4;
  }

  #home-pebble-02-suites .cicada-suites-pebble-button {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .et_pb_sticky span.mobile_menu_bar.hamburger_menu_icon .dtb-hamburger-inner,
  .et_pb_sticky span.mobile_menu_bar.hamburger_menu_icon .dtb-hamburger-inner::before,
  .et_pb_sticky span.mobile_menu_bar.hamburger_menu_icon .dtb-hamburger-inner::after {
    background-color: #A08673 !important;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1750px) {
	#home-05-services-container #at-your-services-pebble {
		transform: translate(103px, -13px);
	}
	
	#location-greek-section-1 #secluded-connected-row .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width: 45% !important;
	}
	
	#location-greek-section-4 #melting-point-row .cicada-suites-pebble {
		padding-top: 10% !important;
	}
	
	#services-greek-section-1 .at-your-service-row .at-your-service-col2 {
		width: 45% !important;
		min-height: 86vh !important;
	}
	
}

@media screen and (max-width: 1600px) {
	.book-now a {
     padding: 1em !important;
	}
	
	.header-right-col .et_pb_menu .et-menu>li {
		padding-left: 5px;
    padding-right: 5px;
	}
}


@media screen and (max-width: 1440px) {
	.select-season-summer-module h1, .select-season-winter-module h1 {
		font-size: 64px;
		line-height: 64px;
	}
	
	.select-season-winter-module,
	.select-season-summer-module{
		padding: 0 2rem;
	}
}


@media screen and (max-width: 980px) {
	.select-season-section {
		background-size: cover !important;
	}

	.select-season-section .select-season-row {
		flex-direction: column !important;
		justify-content: end;
		gap: 6rem;
	}
	
	.select-season-left-col p:has(.select-season-explore),
	.select-season-right-col p:has(.select-season-explore) {
		margin-top: 10px;
	}
	
	.select-season-summer-module, .select-season-winter-module {
		padding: 0 2rem;
	}

}

@media only screen and (max-width: 767px) {
	.footer-logos-column {
       display: grid;
        justify-content: center;
        align-items: baseline;
        /* gap: 30px; */
        grid-template-columns: 1fr 1fr 1fr;
        order: 3;		
	}

	
	.select-season-section {
		min-height: 100vh !important;
	}
	
	.select-season-section .season-select-header-row {
		max-height: 95px;
	}
	
	.select-season-summer-module {
	    transform: translateY(-25px);	
	}
	
	.select-season-section {
		background-position: center;
		background: #00000033;
	}
	
	.select-season-winter-module .step-inside, .select-season-summer-module .step-inside {
		font-size: 20px;
	}
	
	.select-season-summer-module h1, .select-season-winter-module h1 {
		font-size: 36px;
		line-height: 46px;
	}
	
	
	.select-season-section .select-season-row {
		flex-direction: column !important;
		justify-content: end;
		gap: 5rem;
	}
	
	.et_pb_tabs_controls li {
		float: left;
		border-bottom: 0;
	}
	
	.select-season-section .select-season-explore {
		font-size: 16px;
	}
	
	.select-season-winter-module p, .select-season-summer-module p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
	#form-hotel-book {
		flex-direction: column;
		flex-flow: wrap;
	}

	#form-hotel-book .my-col {
		width: calc(50% - 20px);
		flex-basis: unset;
	}

	#form-hotel-book .my-date .form-control {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	#form-hotel-book {
		flex-direction: column;
		flex-flow: wrap;
	}

	#form-hotel-book .my-col {
		width: 100%;
	}

	#form-hotel-book .my-date .form-control {
		width: 100%;
	}

	#form-hotel-book .my-search {
		margin-top: 10px;
	}

	.sp-booking-widget {
		background-color: #e5dad2;
	}

	.mk-form-widget-outer {
		top: 0;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:320px) {
	.mk-form-widget-outer ul.et_pb_tabs_controls {
		display: flex;
		justify-content:center;
	}
	
	.mk-form-widget-outer .et_pb_tabs_controls {
		margin-left: 0;
	}
}

/* end MK club widget */

  
  /* End MK CLub Page */

@media only screen and (min-width: 2000px) {
	#secluded-connected-row,
	#location-heraklion-row,
	#melting-point-row,
	.love-letter-row,
	.culinary-adventures-row,
	.seascape-exp-row,
	.at-your-service-row,
	#guest-relation-row, 
	#private-transfer-row,
	#housekeeping-row,
	#wellness-rest-row,
	#in-room-gym-row,
	#nohrd-row,
	#state-of-art-row {
		padding-top: 250px !important;
	}
}

@media only screen and (min-width: 1921px) {
	#cicada-suites-mailoptin .et_pb_newsletter_description {
		display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: center;
		padding: 10px 47px;
	}
}

@media all and (min-width: 1461px) and (max-width:1655px) {
	
	#rest-relax-col-right {
	  width: 60% !important;
   }
	#rest-relax-col-left {
	  width: auto !important;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container .et_pb_row {
        padding: 45px 92px;
    }

    #home-pebble-03-gastronomy {}

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 66px;
        padding-right: 90px;
        top: 28px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px !important;
		padding-bottom: 50px;
    }
}
@media only screen and (min-width:1200px) {
	
	#menu-winter-main-menu-en > li.lang-item.lang-item-14.lang-item-el.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-371639-el,
	#menu-winter-main-menu-gr > li.lang-item.lang-item-11.lang-item-en.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-371640-en {
		display: none;
	}

	
	#menu-main-menu-gr > li.lang-item.lang-item-11.lang-item-en.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom,
	#menu-main-menu-gr > li.lang-item.lang-item-14.lang-item-el.current-lang.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item,
	#menu-main-menu-gr > li.lang-item.lang-item-14.lang-item-el.current-lang.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-371105-el,
	#menu-main-menu-en > li.lang-item.lang-item-14.lang-item-el.menu-item.menu-item-type-custom.menu-item-object-custom,
	#menu-main-menu-en > li.lang-item.lang-item-11.lang-item-en.current-lang.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.current_page_item,
	#menu-main-menu-en > li.lang-item.lang-item-11.lang-item-en.current-lang.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-371104-en{
		display: none;
	}
	

	
	#cicada-suites-mailoptin {
		margin: 0 auto;
		display: flex !important;
		flex: 1;
		flex-direction: row !important;
		justify-content: center;
		align-items: center !important;
	}
}

@media only screen and (min-width: 981px) and (max-width:1460px) {
	#cicada-suites-mailoptin {
		margin: 0 auto;
		display: flex !important;
		flex: 1;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: end !important;
		padding: 0;
}
	
	#at-your-services-pebble {
		display:flex;
		justify-content: center;
		align-items: center;
		max-width:400px;
		transform:translate(130px, 20px);
		padding: unset;
		
}


}

@media all and (min-width: 1365px) and (max-width: 1560px) {
	
	#home-pebble-01-hotel .et_pb_text:lang(el) {
		top: -40px;
	}
	
	#lang-greek-gastronomy-section-3 .et_pb_text_2 {
		top: -30px !important;
	}
	#lang-greek-gastronomy-section-4 .et_pb_column_2_5 {
		width: 56%;
	}
	#guest-relation-row .et_pb_column_2_5 {
		width: 56%;
	}
	
/* 	#hotel-pebble-02-private-beach .et_pb_text {
		transform: translate(11px, -23px);
	} */
	
	.love-letter-pebble-col {
		width: 46.7% !important;
	}
	#wellness-rest-row .cicada-suites-pebble {
		min-width: 350px;
		left: 3%;
	}
	
	#in-room-gym-row .cicada-suites-pebble {
		padding-top: 25px;
		left: -10%;
	}
	
	#in-room-gym-left-col, #nohrd-left-col {
		width: 47%;
	}
	
	#in-room-gym-right-col, #nohrd-right-col {
		width: 47%;
	}
	#blue-spa-first-col {
		width: 40%;
	}
}

@media all and (min-width: 1201px) and (max-width: 1460px) {
	
	#location-greek-section-1 .et_pb_column_2_5 {
		width: 60%;
	}
	#location-greek-section-4 .et_pb_column_2_5 {
		width: 60%;
	}
	
	#wellness-greek-section-2  .et_pb_column.et_pb_column_2_5 {
		width: 45% !important;
	}
	
	#wellness-greek-section-1 .cicada-suites-pebble {
		transform: translate(0px, -33px);
		min-width: 400px;
/* 		max-width: 400px; */
	}
	
	#rest-relax-col-right {
	  width: 60% !important;
    }
	
	#wellness-greek-section-1 #rest-relax-col-right {
	   width: 90% !important;
       height: 76vh;
	}
	
	#private-transfer-module {
		max-width: 550px;
		left: 85px;
	}
	.services-housekeeping {
		height: 100% !important;
	}
	
	.services-atyourservices .et_pb_column_2_5.et_pb_column_1 {
		min-height: 80vh !important;
		width: 60%;
	}
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_6 {
		min-height: 76vh !important;
	}
	
	#private-transfer-module {
		padding: 0 80px;
	}
	
	.cicada-suites-pebble h2 {
		font-size: 3rem;
	}
	
	.gastronomy-loveletter .et_pb_column_1, .gastronomy-cicada-experience .et_pb_column.et_pb_column_2_5.et_pb_column_8 {
		min-height: 70vh !important;
	}
	
/* 	.gastronomy-culinary .et_pb_column.et_pb_column_1_2.et_pb_column_4 {
		left: 465px !important;
	} */
	
    #home-01-hotel-container {
        padding: 82px 60px;
    }

    #home-01-hotel-container .et_pb_row {
        padding: 0;
    }

    #home-pebble-01-hotel {
        width: 46%;
        min-width: 485px !important;
        max-width: 740px;
    }

    #home-pebble-01-hotel .et_pb_text {
        min-width: 368px;
    }

    #home-01-hotel-container .et_pb_column:nth-child(2) {
        padding: 0;
        padding-left: 40px;
        min-width: 27%;
    }

    #home-01-hotel-container .et_pb_column:nth-child(3) {
        padding: 0;
        padding-left: 40px;
        min-width: 27%;
    }

    /* THE SUITES - 2ND PEBBLE */
	
    #home-pebble-02-suites {
        width: 53%;
    }


    #home-pebble-02-suites .et_pb_text {
        width: 100%;
        min-width: 368px;
        padding-left: 80px;
        padding-right: 60px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        top: -10px;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container,
    #home-03-gastronomy-container .et_pb_row {
        min-height: 85vh;
    }

    #home-03-gastronomy-container .et_pb_row {
        padding: 95px 45px !important;
        display: flex;
        flex-direction: row;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
        width: 50%;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1)>.et_pb_image:first-child {
        left: 65px;
        padding-bottom: 32px;
    }

    #home-pebble-03-gastronomy {
        width: calc(50% - 104px);
        margin-left: 104px;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 56px;
        padding-right: 90px;
        top: 30px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 30px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2>.sub-H2 {
        font-size: 24px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p {
        font-size: 1.7rem;
        line-height: 2.22rem;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p:nth-child(4) {
        padding-bottom: 0;
    }

    #home-pebble-03-gastronomy .et_pb_text .cicada-suites-pebble-button {
        margin-top: 8px;
    }

    /* WELLNESS - 4TH PEBBLE */
	#home-04-wellness-row-mobile{ display:none; }
    #home-04-wellness-container {
        /* 		padding:0; */
        padding: 95px 52px 160px 95px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        display: flex;
        flex-direction: row;
    }

    #home-04-wellness-container .et_pb_column:first-child {
        width: 55%;
    }

    #home-pebble-04-wellness {
        /* 		width:40%; */
        height: 643px;
        width: 563px;
        overflow: visible;
    }

    #home-pebble-04-wellness .et_pb_divider_hidden:nth-child(1) {
        transform: scaleX(1.03);
        top: -16px;
    }

    #home-pebble-04-wellness .et_pb_text {
        width: 100%;
        min-width: 370px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 110px;
        padding-right: 80px;
        top: 18px;
    }


    #home-pebble-04-wellness .et_pb_text h2 {
        font-family: 'Generica';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 0.05em;
        color: #646464;
    }
	
	#home-pebble-04-wellness .et_pb_text h2:lang(el) {
		font-weight: 300;
	}
	#hotel-pebble-02-private-beach h2:lang(el) {
		font-weight: 300;
	}

    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 149px 20px 149px 45px;
    }

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 28%;
    }

	#image-hospi, .wp-image-372108.extra-mood-1 {
		width: 350px !important;
}

    #home-pebble-05-services {
        max-width: 721px;
        min-height: 532px;
        overflow: visible;
    }

    #home-pebble-05-services .et_pb_text {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
		padding-left: 148px;
		padding-right: 50px;
        top: 10px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -20px;
        left: 10px;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
		width: 614px;
    }

    #main-header-inner .et_pb_module.et_pb_image.et_pb_image_0_tb_header {
        width: auto;
    }

    #main-header-inner .et_pb_image_wrap {
        width: 250px;
    }

    #main-header-inner {
        padding: 50px 30px !important;
    }

    .et_pb_column.et_pb_column_1_5.et_pb_column_0_tb_header {
        width: unset;
    }

    #menu-primary-menu ul>li {
        padding-left: 3px;
        padding-right: 3px;
    }

    #menu-primary-menu a {
        font-size: 16px;
    }
	
	#menu-primary-menu a:lang(el) {
		font-size: 14px;
	}

    #suites-pebble-01-intro h2,
    #suites-pebble-02-zoe h2,
    #suites-pebble-03-oneiro h2,
    #suites-pebble-04-theros h2,
    #suites-pebble-05-helios h2,
    #suites-pebble-06-alas h2,
    #suites-pebble-07-thea h2{
        font-family: 'Generica';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0.05em;
        color: #646464;	
        padding-bottom:24px;
    }
    #suites-pebble-01-intro p,
    #suites-pebble-02-zoe p,
    #suites-pebble-03-oneiro p,
    #suites-pebble-04-theros p,
    #suites-pebble-05-helios p,
    #suites-pebble-06-alas p,
    #suites-pebble-07-thea p{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 21px;
        color: #646464;
    }

    /* INTRO - SUITES 1ST PEBBLE */
    #suites-container-01-intro,
    #suites-container-02-zoe,
    #suites-container-03-oneiro,
    #suites-container-04-theros,
    #suites-container-05-helios,
    #suites-container-06-alas,
    #suites-container-07-thea{
        min-height:100vh;
        padding: 0px 48px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }
	
	
    /* INTRO - SUITES 1ST PEBBLE */
    #suites-container-01-intro {}
    #suites-pebble-01-intro {
		min-width:50%;
	}
	#suites-pebble-01-intro .et_pb_text{
		padding-left:80px;
		padding-right:96px;
	}

    /* ZOE - SUITES 2ND PEBBLE */
    #suites-container-02-zoe .et_pb_row>.et_pb_column:nth-child(2) .et_pb_image {
		padding-left: 60px;
	}
    #suites-pebble-02-zoe {
		min-width:50%;
	}
	#suites-pebble-02-zoe .et_pb_text{
		padding-left: 92px;
    	padding-right: 44px;
		top: 30px;
	}

    /* ONEIRO - SUITES 3RD PEBBLE */
    #suites-container-03-oneiro {}
    #suites-pebble-03-oneiro {
		min-width:50%;
	}
    #suites-pebble-03-oneiro .et_pb_text{}
	#suites-pebble-03-oneiro .et_pb_divider_hidden:nth-child(3) {
		left: calc(100% - 196px);
		top: 130px;
	}
	
    /* THEROS - SUITES 4TH PEBBLE */
    #suites-container-04-theros {}
    #suites-pebble-04-theros {
		min-width:50%;
	}

    /* HELIOS - SUITES 5TH PEBBLE */
    #suites-container-05-helios {}
    #suites-pebble-05-helios {
		min-width:50%;
	}
	#suites-pebble-05-helios .et_pb_text{
		padding-left:88px;
		padding-right:88px;
	}

    /* ALAS - SUITES 6TH PEBBLE */
    #suites-container-06-alas {}
    #suites-pebble-06-alas {
		min-width:50%;
	}
	#suites-pebble-06-alas .et_pb_text {
		padding-left: 102px;
		padding-right: 88px;
		top: -10px;
	}
	#suites-pebble-06-alas .et_pb_divider_hidden:nth-child(3) {
		left: calc(100% - 146px);
		top: 28px;
	}

    /* THEA - SUITES 7TH PEBBLE */
    #suites-container-07-thea {}
    #suites-pebble-07-thea {
		min-width:50%;
	}
	#suites-pebble-07-thea .et_pb_text {
		padding-left: 88px;
		padding-right: 88px;
		top: -30px;
	}
	#suites-pebble-07-thea .et_pb_divider_hidden:nth-child(3) {
		left: calc(100% - 260px);
		top: 40px;
	}
	#suites-container-07-thea .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image {
		padding-right: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {

  #at-your-services-pebble {
    position: relative;
    left: -100px;
  }

.et_pb_divider_11.et_pb_divider_hidden.et_pb_space.et_pb_divider_position_top.et_pb_module.et_had_animation,#signature-hospi{
	position: relative;
    left: -100px;	
}

	#home-pebble-01-hotel {
	left: -100px;
}

#home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        left: -80px !important;
    }

.et_pb_divider_7.et_pb_divider_hidden.et_pb_space.et_pb_divider_position_top.et_pb_module.et_had_animation {
	left: 0px;
}

 #image-hospi img {
    position: relative;
    left: -150px;
  }

}

@media only screen
and (width: 1024px)
and (height: 1366px) {

  #image-hospi img {
    position: relative;
    left: 0px;
  }

}

@media screen and (min-width: 981px) and (max-width:1460px) {
	
	
	#suites-pebble-05-helios .et_pb_divider_13 {
		left: 398px;
        top: 54px;
	}
	
	.et_pb_divider_7.sp-wellness-pebble-white {
		top: -8px;
	}
	#post-235305 .et_pb_image_6 {
		left: 0;
	}
	#home-pebble-04-wellness .et_pb_divider_hidden:nth-child(2) {
		top: -15px;
		left: 2px;
		max-width:100%;
	}	
}

@media all and (min-width: 981px) and (max-width: 1200px) {
	
	#wellness-greek-section-1 #wellness-rest-row {
		display: flex;
		flex-direction: column;
	}
	#wellness-greek-section-1 #wellness-rest-row #rest-relax-col-right {
		width: 100%;
		transform: translate(10px, -116px);
	}
	
	#wellness-greek-section-1 #wellness-rest-row #rest-relax-col-right .cicada-suites-pebble {
		left: 30px;
		top: -57px;
	}
	
	#book-now-master .book-now-btn {
		display: block !important; 	
		right: -70px !important;
	}
	
	#book-now-master .book-now-btn.check-in-btn {
		display: block !important; 	
		right: 25% !important;
	}
	
	#suites-pebble-06-alas {
       min-width: 575px;
	   min-height: 514px;
	}
	
	
	
	#suites-pebble-06-alas .et_pb_divider_hidden:nth-child(3) {
		left: calc(100% - 108px);
        top: 42px;
	}
	
	#suites-pebble-05-helios {
       min-width: 604px;
       min-height: 586px;
	   margin: 0;
	}
 
	
	#home-04-wellness-row-mobile{ display:none; }
    #home-01-hotel-container {
        padding: 101px 30px;
    }

    #home-01-hotel-container .et_pb_row {
        padding: 0;
    }

    #home-pebble-01-hotel {
        width: 50%;
        min-width: 368px !important;
    }
	
	.home-page-greek-section-2 #home-pebble-01-hotel {
		width: 60%;
	}

    #home-pebble-01-hotel .et_pb_text {
        min-width: 368px;
        padding-left: calc(50px - calc(100% - 368px)/100);
        padding-right: calc(50px - calc(100% - 526px)/100);
    }

    #home-pebble-01-hotel .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0px;
    }

    #home-01-hotel-container .et_pb_column:nth-child(2) {
        padding: 0;
        padding-left: 20px;
        min-width: unset;
    }

    #home-01-hotel-container .et_pb_column:nth-child(3) {
        padding: 0;
        padding-left: 20px;
        min-width: unset;
    }
	
    /* THE SUITES - 2ND PEBBLE */
    #home-02-suites-container {
        padding-right: 48px;
        padding-left: 48px;
    }
	
    #home-pebble-02-suites {
        top: 36px;
        width: 60%;
    }

    #home-pebble-02-suites .et_pb_text {
        width: 100%;
        min-width: 368px;
        padding-left: 60px;
        padding-right: 48px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    #home-pebble-02-suites .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0px;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container,
    #home-03-gastronomy-container .et_pb_row {
        min-height: 80vh;
    }

    #home-03-gastronomy-container .et_pb_row {
        padding: 95px 25px !important;
        display: flex;
        flex-direction: row;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
        width: 50%;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1)>.et_pb_image:first-child {
        left: 65px;
        padding-bottom: 32px;
    }

    #home-pebble-03-gastronomy {
        width: calc(50% - 104px);
        margin-left: 104px;
    }

    #home-pebble-03-gastronomy .et_pb_divider_hidden {
        display: none;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2>.sub-H2 {
        font-size: 32px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p {
        font-size: 1.8rem;
        line-height: 2.52rem;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p:nth-child(4) {}

    #home-pebble-03-gastronomy .et_pb_text .cicada-suites-pebble-button {
        margin-top: 18px;
    }

    /* WELLNESS - 4TH PEBBLE */
	#home-04-wellness-row-mobile{ display:none; }
    #home-04-wellness-container {
        padding: 95px 52px;
        padding-bottom: 160px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        display: flex;
        flex-direction: column;
    }

    #home-04-wellness-container .et_pb_column {
        width: 100%;
    }

    #home-pebble-04-wellness {
        margin-top: -340px;
        height: 643px;
        width: 563px;
        overflow: visible;
    }

    #home-pebble-04-wellness .et_pb_divider_hidden:nth-child(2) {
        top: 53px;
        transform: scaleY(1.01);
		left: 2px;
		max-width: 605px;
    }

    #home-pebble-04-wellness .et_pb_text {
        width: 100%;
        min-width: 370px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding: 0 70px;
		margin: 30px 69px 0 42px;
    }

    #home-pebble-04-wellness .et_pb_text>* {
        display: block;
    }

    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 149px 20px 149px 45px;
    }

    #home-05-services-container .et_pb_row {}

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 28%;
    }

    #home-pebble-05-services {
        width: 44%;
        max-width: 721px;
        min-height: 532px;
        overflow: visible;
    }

    #home-pebble-05-services .et_pb_text {
        min-width: 400px;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 133px;
        padding-right: 12px;
        top: 10px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -6px;
        left: -6px;
    }

    #main-header-inner .et_pb_module.et_pb_image.et_pb_image_0_tb_header {
        width: auto;
    }

    #main-header-inner .et_pb_image_wrap {
        width: 337.95px;
        ;
    }

    #main-header-inner {
        padding: 40px 20px !important;
    }

    .et_pb_column.et_pb_column_1_5.et_pb_column_0_tb_header {
        width: unset;
    }

    #menu-primary-menu ul>li {
        padding-left: 0px;
        padding-right: 0px;
    }

    #menu-primary-menu a {
        font-size: 15px;
    }

    /* INTRO - SUITES 1ST PEBBLE */
    #suites-container-01-intro .et_pb_column,
	#suites-container-02-zoe .et_pb_column,
	#suites-container-03-oneiro .et_pb_column,
	#suites-container-04-theros .et_pb_column,
	#suites-container-05-helios .et_pb_column,
	#suites-container-06-alas .et_pb_column,
	#suites-container-07-thea .et_pb_column
	{margin:0;}
	
    #suites-container-01-intro .et_pb_image,
	#suites-container-02-zoe .et_pb_image,
	#suites-container-03-oneiro .et_pb_image,
	#suites-container-04-theros .et_pb_image,
	#suites-container-05-helios .et_pb_image,
	#suites-container-06-alas .et_pb_image,
	#suites-container-07-thea .et_pb_image
	{padding-left:0!important; padding-right:0!important;}
	
    #suites-pebble-01-intro {
		transform:translate(-130px, -200px);
	}

	#suites-pebble-02-zoe {
		transform:translate(185px, -200px);
	}
	
	#suites-pebble-03-oneiro {
		transform:translate(-0px, -120px);
	}
	#suites-pebble-04-theros {
		transform:translate(154px, -224px);
	}
	#suites-pebble-05-helios {
		transform:translate(-130px, -200px);
	}
	#suites-pebble-06-alas {
		transform:translate(152px, -200px);
	}
	#suites-pebble-07-thea {
		transform:translate(-148px, -200px);
	}

	#suites-container-01-intro .et_pb_row,
	#suites-container-02-zoe .et_pb_row,
	#suites-container-03-oneiro .et_pb_row,
	#suites-container-04-theros .et_pb_row,
	#suites-container-05-helios .et_pb_row,
	#suites-container-06-alas .et_pb_row,
	#suites-container-07-thea .et_pb_row
	{
		height: unset;
		display: flex;
		flex-direction: column;
		gap: 48px;
		margin-top: 70px;
		margin-bottom:70px;
		justify-content: center;
		align-items: center;
	}
	.et_pb_promo_description {
		padding: 0 20px 40px!important;
	}
    /* ZOE - SUITES 2ND PEBBLE */
    #suites-container-02-zoe {}

    #suites-pebble-02-zoe .et_pb_text {
		padding-left: 134px;
		padding-right: 61px;
		top: 24px;
	}
	
	#main-header-inner .et_pb_image,
	#main-header-inner .et_pb_image_wrap,
	#menu-primary-menu,
	#menu-primary-menu ul {
		align-items: unset !important;
	}
	
    /* ONEIRO - SUITES 3RD PEBBLE */
    #suites-container-03-oneiro {}

    #suites-pebble-03-oneiro {}

    /* THEROS - SUITES 4TH PEBBLE */
    #suites-container-04-theros {}

    #suites-pebble-04-theros {}

    /* HELIOS - SUITES 5TH PEBBLE */
    #suites-container-05-helios {}

    #suites-pebble-05-helios {}

    /* ALAS - SUITES 6TH PEBBLE */
    #suites-container-06-alas {}

    #suites-pebble-06-alas {}

    /* THEA - SUITES 7TH PEBBLE */
    #suites-container-07-thea {}

    #suites-pebble-07-thea {}

}

/* MK CLUB for Tablet  */

.mkclub-welcome-text-module {
    margin-left: 150px;
}

@media screen and (max-width:789px) {
ul.custom-bullets-left li::before,
ul.custom-bullets-left-white li::before {
    top: 15px; 
}
}

@media screen and (min-width: 779px) and (max-width: 1024px) {
.mkclub-white-tier-col,
.mkclub-silver-tier-col,
.mkclub-gold-tier-col {
    display: flex;
    width: 100% !important;
    margin-right: 0 !important;
    justify-content: center;
    align-items: start;
    gap:3rem;
    margin-bottom: 150px;
}

#mkclub-redeem-mklogo {
    width: 130px;
}
.mkclub-welcome-text-module {
    margin-left: 50px !important;
}

}

@media screen and (min-width: 500px) and (max-width: 779px) {
.mkclub-white-tier-text-module,
.mkclub-silver-tier-text-module,
.mkclub-gold-tier-text-module {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mkclub-white-tier-text-module .et_pb_text_inner h2,
.mkclub-silver-tier-text-module .et_pb_text_inner h2,
.mkclub-gold-tier-text-module .et_pb_text_inner h2 {
    text-align: center;
}

.mkclub-enrollnow {
    
}
}

/* END MK CLUB for Tablet  */

@media all and (min-width: 768px) and (max-width: 980px) {
	
	#wellness-greek-section-1 #wellness-rest-row {
		display: flex;
		flex-direction: column;
	}
	#wellness-greek-section-1 #wellness-rest-row #rest-relax-col-right {
		width: 100%;
		transform: translate(10px, -116px);
	}
	
	#wellness-greek-section-1 #wellness-rest-row #rest-relax-col-right .cicada-suites-pebble {
		left: 30px;
		top: -57px;
		max-width: 570px;
	}
	
	
	 #suites-pebble-01-intro {
		transform:translate(-40px, -110px);
	}

	#suites-pebble-02-zoe {
		transform:translate(50px, -160px);
	}
	
	#suites-pebble-03-oneiro {
		transform:translate(-0px, -145px);
	}
	#suites-pebble-04-theros {
		transform:translate(0px, -145px);
	}
	#suites-pebble-05-helios {
		transform:translate(-18px, -160px);
	}
	#suites-pebble-06-alas {
		transform:translate(25px, -145px);
	}
	#suites-pebble-07-thea {
		transform:translate(0px, -120px);
	}
}

@media all and (min-width: 768px) and (max-width: 1180px) {
	#home-05-services-container .et_pb_row .et_pb_column:nth-child(2) {
		width: 81% !important;
		top: -42px;
	}
	#home-05-services-container {
		padding-bottom: 0 !important;
	}
	.et_pb_section_8 .et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description {
		margin-right: 47px;
	}
}

@media all and (min-width: 691px) and (max-width: 980px) {
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_6 {
		min-height: 50vh !important;
	}
	
	.services-atyourservices .et_pb_row.et_pb_row_0.et_pb_equal_columns {
		display: flex;
	}
	
	.services-atyourservices .et_pb_column_2_5.et_pb_column_1 {
		min-height: 70vh !important;
        min-width: 100%!important;
	}

	.book-now-btn {
		display: block !important;
		right: 10px !important;
	}
	
    #home-01-hotel-container {
        padding: 128px 24px 60px;
    }

    #home-pebble-01-hotel {
        width: 80%;
        min-width: 410px;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 54px;

    }

    /* THE SUITES - 2ND PEBBLE */
    #home-02-suites-container {
        padding: 95px 52px;
    }

    #home-02-suites-container .et_pb_row {
        display: block;
    }

    #home-02-suites-container .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) {
        display: none;
    }

    #home-pebble-02-suites {
        width: 80%;
        min-width: 410px;
        margin-left: auto !important;
        margin-right: auto !important;
		transform: translate(47px, -72px);
    }

    #home-pebble-02-suites .et_pb_text {
        width: 100%;
        min-width: 368px;
        padding-left: 50px;
        padding-right: 48px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        top: -28px;
    }

    #home-pebble-02-suites .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0px;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container {
        min-height: 80vh;
        padding: 95px 52px;
    }

    #home-03-gastronomy-container .et_pb_row {
        display: flex;
        flex-direction: row;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
        width: 52%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1)>.et_pb_image:nth-child(1) {
        width: calc(100% - 55px);
        left: 55px;
        padding-bottom: 20px;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1)>.et_pb_image:nth-child(2) {
        width: calc(100% - 55px);
        left: 0;
    }

    #home-pebble-03-gastronomy {
        /* 		width:calc(60% - 104px); */
        width: 48%;
        margin-left: 24px;
    }

    #home-pebble-03-gastronomy .et_pb_divider_hidden {
        display: none;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 10px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2>.sub-H2 {
        font-size: 32px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p {
        font-size: 1.8rem;
        line-height: 2.52rem;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p:nth-child(4) {}

    #home-pebble-03-gastronomy .et_pb_text .cicada-suites-pebble-button {
        margin-top: 18px;
    }

    /* WELLNESS - 4TH PEBBLE */
	#home-04-wellness-row-mobile{ display:none; }
    #home-04-wellness-container {
        padding: 95px 52px 160px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        display: flex;
        flex-direction: column;
    }

    #home-04-wellness-container .et_pb_column {
        width: 100%;
    }

    #home-04-wellness-container .et_pb_image {
        left: 0;
    }

    #home-pebble-04-wellness {
        margin-top: -340px;
        height: 643px;
        width: 563px;
        overflow: visible;
    }
	

    #home-pebble-04-wellness .et_pb_text {
        width: 100%;
        min-width: 370px;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding: 0 140px;
        top: 120px;
    }

    #home-pebble-04-wellness-mobile .et_pb_text {
        width: 100%;
        min-width: 370px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 110px;
        padding-right: 140px;
    }

    #home-pebble-04-wellness-mobile .et_pb_text>* {
        display: block;
    }
	
    #home-pebble-04-wellness .et_pb_divider_hidden:nth-child(2) {
        top: 53px;
        transform: scaleY(1.01);
		left: 2px;
		max-width: 605px;
    }
	
    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 149px 20px 149px 45px;
    }

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(1) {
        width: 100%;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 50%;
    }

    #home-pebble-05-services {
        width: 44%;
        max-width: 721px;
        min-height: 532px;
        overflow: visible;
    }

    #home-pebble-05-services .et_pb_text {
        min-width: 370px;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
		padding-left: 148px;
		padding-right: 180px;
        top: 10px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -20px;
        left: 10px;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
        transform: scaleY(1.05);
    }

}

.contact-form a {
	color: var(--footer-bg);
}
.contact-form a:hover {
	color: #886750;
}


#post-236616 .et_pb_slide_title {
	font-size: 96px;
}


@media all and (min-width: 769px) and (max-width: 980px) {
    #suites-pebble-01-intro .et_pb_divider_hidden:nth-child(1),
    #suites-pebble-01-intro .et_pb_divider_hidden:nth-child(2){
		left:unset!important;
	}

}

@media all and (min-width: 480px) and (max-width: 690px) {
	
	.home-page-greek-section-5 #hotel-pebble-02-private-beach>* {
	    width: 630px;
		margin-left: -50px;
	}
	
	.book-now-btn {
		display: block !important;
		right: 30px !important;
	}
	
	#hotel-pebble-02-private-beach>* {
		margin-top: 30px;
		width: 540px;
	}
	
	#a-waterfront-gateway-text {
		transform: translate(129px, 41px);
	}
	.home-page-greek-section-2 #a-waterfront-gateway-text {
		transform: translate(104px, 41px);
	}

    #global-header-row {
        width: auto !important;
    }

    .mobile_menu_bar {
        width: auto;
    }

    #global-header-row .et_pb_image_wrap {
        left: -15px;
    }

    /* THE HOTEL - 1ST PEBBLE */
    #home-01-hotel-container {
        padding-bottom: 60px;
        padding-left: 48px;
        padding-right: 48px;
    }

    #home-pebble-01-hotel {
        width: calc(100%);
        min-width: 410px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
	.home-page-greek-section-2 #home-pebble-01-hotel {
		height: 513px;
	}

    #home-01-hotel-container .et_pb_image {
        padding-left: 0;
        padding-right: 0;
    }

    #home-01-hotel-container .et_pb_row>.et_pb_column:nth-child(2) {
        padding-left: 0;
    }

    #home-01-hotel-container .et_pb_row>.et_pb_column:nth-child(3) {
        padding-right: 0;
    }

    /* THE SUITES - 2ND PEBBLE */
    #home-02-suites-container {
        padding-top: 128px;
        padding-left: 48px;
        padding-right: 48px;
    }

    #home-02-suites-container .et_pb_image_wrap {
        left: unset;
    }

    #home-02-suites-container .et_pb_image {
        padding-left: 0;
        padding-right: 0;
    }

    #home-pebble-02-suites {
        top: 24px;
        width: 100%;
    }

    #home-pebble-02-suites .et_pb_text {
        width: 100%;
        min-width: 368px;
        padding-left: 60px;
        padding-right: 48px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    #home-pebble-02-suites .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0px;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container {
        min-height: 80vh;
        padding-top: 128px;
        padding-left: 48px;
        padding-right: 48px;
    }

    #home-03-gastronomy-container .et_pb_row {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 48px;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image {
        padding-left: 0;
        padding-right: 0;
        width: 85%;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(1) {
        left: 15%;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(2) {
        margin: unset;
    }

    #home-pebble-03-gastronomy {
        width: 100%;
        margin-left: unset;
        padding-bottom: 0;
    }

    #home-pebble-03-gastronomy .et_pb_divider_hidden {
        display: none;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        height: auto;
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2>.sub-H2 {
        font-size: 32px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p {
        font-size: 1.8rem;
        line-height: 2.52rem;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p:nth-child(4) {}

    #home-pebble-03-gastronomy .et_pb_text .cicada-suites-pebble-button {
        margin-top: 18px;
    }

    /* WELLNESS - 4TH PEBBLE */
	
	#home-04-wellness-container {
        padding: 95px 48px;
        padding-bottom: 160px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    #home-04-wellness-container .et_pb_column:first-child {
        width: 100%;
        padding: 0;
        margin: 0;
    }
	#home-04-wellness-container .et_pb_image{
		padding:0;
	}
    #home-pebble-04-wellness-mobile {
        margin-top: -160px;
    }

    #home-pebble-04-wellness-mobile .et_pb_divider_hidden:nth-child(1),
    #home-pebble-04-wellness-mobile .et_pb_divider_hidden:nth-child(2) {
/*         display: none; */
    }

    #home-pebble-04-wellness-mobile .et_pb_text {
        width: 100%;
        min-width: 370px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
/*         padding-left: 110px;
        padding-right: 140px; */
		padding-left: 50px;
		padding-right: 24px;
		top: 85px;
    }

/*     #home-pebble-04-wellness-mobile .et_pb_text>* {
        display: block;
    } */

	#home-pebble-04-wellness .cicada-suites-pebble {
		top: 54px;	
	}
	
    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 128px 42px;
    }

    #home-05-services-container .et_pb_row {}

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 50%;
    }

    #home-pebble-05-services {
        min-height: 532px;
        width: 100%;
        max-width: calc(100% - 96px);
    }

    #home-pebble-05-services .et_pb_text {
        min-width: 370px;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 96px;
        padding-right: 12px;
        top: 10px;
		margin-left: 0px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -20px;
        left: 10px;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
        transform: scaleY(1.05);
    }
	
	#suites-pebble-03-oneiro {
		min-width: 661px;
        min-height: 723px;
	}
	#suites-pebble-04-theros{
		min-width: 484px;
        min-height: 337px;
	}
}

@media all and (min-width:1656px) {

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container .et_pb_row {
        padding: 45px 92px;
    }

    #home-pebble-03-gastronomy {}

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 110px;
        padding-right: 140px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px !important;
    }
}

@media all and (min-width: 1461px) {

    #menu-primary-menu ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* THE HOTEL - 1ST PEBBLE */
    #home-01-hotel-container {
        padding: 101px 82px;
    }

    #home-01-hotel-container .et_pb_row {
        padding: 0;
    }

    #home-pebble-01-hotel {
        width: 46%;
        min-width: 485px !important;
        max-width: 740px;
    }

    #home-01-hotel-container .et_pb_column:nth-child(2) {
        padding: 0;
        padding-left: 40px;
        flex: 1;
        min-width: 27%;
    }

    #home-01-hotel-container .et_pb_column:nth-child(3) {
        padding: 0;
        padding-left: 40px;
        flex: 1;
        min-width: 27%;
    }

    #home-01-hotel-container .et_pb_column .et_pb_image {
        max-height: 614px;
    }

    /* THE SUITES - 2ND PEBBLE */
    #home-02-suites-container {}

    #home-pebble-02-suites {
        width: 596px;
    }

    #home-pebble-02-suites .et_pb_text {
        width: 596px;
        min-width: 368px;
        padding-left: 100px;
        padding-right: 60px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container {
        min-height: 85vh;
    }

    #home-03-gastronomy-container .et_pb_row {
        height: calc(100% - 190px) !important;
    }

    #home-03-gastronomy-container .et_pb_row {
        padding: 95px 45px !important;
        display: flex;
        flex-direction: row;
    }

    #home-03-gastronomy-container .et_pb_row > .et_pb_column:nth-child(1) {
        width: 50%;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #home-03-gastronomy-container .et_pb_row > .et_pb_column:nth-child(1 )> .et_pb_image:first-child {
        left: 65px;
        padding-bottom: 32px;
    }

    #home-pebble-03-gastronomy {
        width: calc(50% - 104px);
        margin-left: 104px;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        min-width: 355px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 > .sub-H2 {
        font-size: 28px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px !important;
    }

    /* WELLNESS - 4TH PEBBLE */
	#home-04-wellness-row-mobile { 
        display:none; 
    }

    #home-04-wellness-container {
        padding: 115px 52px 160px 95px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        display: flex;
        flex-direction: row;
    }

    #home-04-wellness-container .et_pb_column:first-child {
        width: 55%;
		padding-right: 50px;
    }

    #home-pebble-04-wellness {
        min-height: 643px;
        height: inherit;
        width: 563px;
        overflow: visible;
    }

/*     #home-pebble-04-wellness > * {
        top: 50% !important;
        transform: translateY(-50%) !important;
    } */


    #home-pebble-04-wellness .et_pb_divider_hidden:nth-child(1) {
        transform: scaleX(1.03) rotate(3deg);
    }

    #home-pebble-04-wellness .et_pb_text {
        width: 100%;
        min-width: 370px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 110px;
        padding-right: 80px;
        top: 18px;
    }

    #home-pebble-04-wellness .et_pb_text > * {
        display: block;
    }

    #home-pebble-04-wellness .et_pb_text h2 {
        font-family: 'Generica';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 0.05em;
        color: #646464;
    }

    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 149px 20px 149px 45px !important;
    }

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 28%;
    }

    #home-pebble-05-services {
        width: 44%;
        max-width: 721px;
        min-height: 532px;
        overflow: visible;
    }

	#home-pebble-05-services .et_pb_divider_hidden:nth-child(1)
	#home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
		left: -38px;
		width: 585px;
	}
	
/*     #home-pebble-05-services>* {
        top: 50% !important;
        transform: translateY(-50%) !important;
    } */

    #home-pebble-05-services .et_pb_text {
        min-width: 370px;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
		padding-left: 148px;
		padding-right: 50px;
        top: 10px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -20px;
        left: 10px;
    }

/*     #home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
        transform: scaleY(1.05);
    } */
}

@media all and (min-width: 1366px){
	#suites-container-02-zoe .et_pb_row.et_pb_row_1,
	#suites-container-04-theros .et_pb_row.et_pb_row_3,
	#suites-container-06-alas .et_pb_row.et_pb_row_5 {
		flex-direction: row;
	}
}
@media screen and (min-width: 1200px) {
	#suites-container-02-zoe .et_pb_row.et_pb_row_1,
	#suites-container-04-theros .et_pb_row.et_pb_row_3,
	#suites-container-06-alas .et_pb_row.et_pb_row_5 {
		flex-direction: row !important;
	}
	

}

@media all and (min-width: 1360px) and (max-width: 1500px) {
	
	#private-transfer-col {
		width: 50%;
	}
	#private-transfer-module {
		left:30px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1365px) {
	
	.location-cicada-experience.et_pb_section_4 {
		height: unset !important;
		padding-bottom: 100px !important;
	}
	
	.location-crete .et_pb_text.et_pb_text_1 {
		margin-top: 200px;
	}
	
	.location-secluded .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		min-height: 67vh !important;
	}
	
	#wellness-rest-row {
		display: flex;
		flex-direction: row !important;
	}
	.spa-section .et_pb_column_2_5.et_pb_column_6 {
		width: 45% !important;
	}
	
	.welness-page-section.nohrd-equipment {
		height: unset !important;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	
	
	.location-crete .et_pb_column_2 {
		padding-top: 310px !important;
		padding-bottom: 100px !important;
	}
	.location-crete .et_pb_text_1 {
		padding-left: 50px;
	}
	
	.location-cicada-experience.et_pb_section_4 {
		height: 100vh;
	}
	
/* 	.location-cosmopolitan {
		margin-top: 603px !important;
	} */
	
	#home-05-services-container .et_pb_row .et_pb_column:nth-child(2) {
		left: -200px !important;
		top: 20px;
		margin-bottom: 50px;
	}

	.et_pb_slide_description {
		left: -150px;
}
	
	#home-05-services-container .et_pb_column.et_pb_column_1_4 .et_pb_image_wrap {
		padding: 80px 0;
	}

	.et_pb_section_3, .et_pb_section_10 {
	min-height: 0 !important;
}

}

@media all and (min-width: 1024px) and (max-width: 1160px) {
	.location-crete .et_pb_column_2 {
		padding-top: 160px !important;
		padding-bottom: 120px !important;
	}
}


@media only screen and (min-width: 980px) and (max-width: 1024px) {
	#services-greek-section-1 #at-your-service-module {
		transform: translate(-8px, 19px) ;
	}
}

@media all and (min-width: 733px) and (max-width: 1364px ) {
		
	/* ------- nav X adjustment ------- */
	.hamburger_menu_icon1 .hamburger_menu_icon-toggled .dtb-hamburger-inner {
		transform: translate3d(0,13px,0) rotate(45deg) scale(.7);
	}

	
	#dtb-m-menu .dtb-m-logo {
		width: 74px;
		margin-left: 23px;
		margin-top: 4px;
	}
	
	.dtb-hamburger {
		top: -16px;
	}
	
	#suites-container-06-alas .et_pb_row {
		height: auto;
	}
	

	/****** EOL nav X adjustment ******/
	
	/****** BOOK NOW MOBILE BUTTON *******/
	
	.book-now-btn:link,
	.book-now-btn:hover,
	.book-now-btn:visited,
	.book-now-btn:focus,
	.book-now-btn:focus-visible,
	.book-now-btn:focus-within,
	.book-now-btn:active:focus {
		text-decoration: none !important;
		outline: 0 !important;
		box-shadow: none !important;
		z-index:10;
	}


	.book-now-btn a {
		background: white;
		font-size: 10px;
		text-align: center;
		font-weight: 300;
		border-radius: 20px;
		padding: .5em 1em !important;
		color: #A08673;
		border: 1px solid transparent;
		transition: background-color .2s ease-out 100ms;
	}

	.book-now-btn a:hover {
		background: #A08673;
		color: white;
		
	}
	
	.has_et_pb_sticky .book-now-btn a {
		background: #A08673;
		color: white;
		transition: background-color .2s ease-out 100ms;
	}
	
	.has_et_pb_sticky .book-now-btn a:hover {
		background: white;
		color: #A08673;
	}
	
	/****** EOL BOOK NOW MOBILE BUTTON *******/
	
	/*------- iPad Pro - Startpage  -------- */
	
	#post-235305 .et_pb_section.et_pb_section_1 {
		padding-top:110px;
		padding-bottom: 90px !important;
	}
	
	#home-01-hotel-container {
		padding: 0 30px;
	}
	
	#home-01-hotel-container {
		padding: 90px 30px 60px 30px;
	}
	
	#home-01-hotel-container.et_pb_section_2 {
		min-height: unset !important;
	}
	
	#home-01-hotel-container .et_pb_text_2.cicada-suites-pebble {
		min-height: 550px;
	}
	
	#home-03-gastronomy-container.et_pb_section_4 {
		min-height: unset;
	}
	
	#home-03-gastronomy-container .et_pb_row_4 {
		padding: 0 25px !important;
		min-height: unset;
	}
	
	#home-05-services-container .et_pb_column.et_pb_column_1_2.et_pb_column_14 {
		top: 0;
		z-index: 5;
	}
	
	#home-05-services-container  {
		min-height: unset;
	}
	
	#home-05-services-container .et_pb_row.et_pb_row_6 {
		margin-top: -50px !important;
		margin-bottom: -100px !important;
	}
	
	#home-05-services-container .et_pb_column_1_4.et_pb_column_16 {
		display: none;
	}
	
	#home-05-services-container .et_pb_row .et_pb_column:nth-child(2) {
		width: 40%;
		left: 65px;
	}
	
	#home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
		width: 562px;
	}
	
	#home-pebble-05-services .et_pb_divider_hidden:nth-child(2) {
		width: 562px;
	}
	
	#hotel-container-01-adults {
		min-height: unset;
	}
	
	#hotel-container-01-adults .et_pb_row:nth-child(1) {
		padding-top: 30px;
		flex-direction: column-reverse;
		padding-bottom: unset;
	}
	
	
	#hotel-container-01-adults .et_pb_column.et_pb_column_3_5 {
		margin-right:0;
		width: unset;	
		margin-top: -300px;
    	padding-bottom: 100px;
	}
	
	#hotel-pebble-01-adults {
		width: 60%;
		min-height: 580px;
	}
	
	#hotel-container-02-private-beach {
		min-height: unset;
	}
	
	#hotel-pebble-02-private-beach>* {
    	width: 600px;
	}

	#hotel-container-02-private-beach .et_pb_row_1 {
		min-height: unset;
		right: 70px;
	}
	
	#hotel-pebble-02-private-beach .et_pb_text {
		padding-left: 88px;
    	padding-right: 60px;
	}
		
	#home-05-services-container .et_pb_text_6.cicada-suites-pebble .et_pb_text_inner {
		left: 70px;
	}
	
	.et_pb_section_7 .et_pb_fullwidth_slider_1.cicada-fullwidth-slider {
		height: 70vh;
	}

	#post-235305 .et_pb_section.et_pb_section_7.et_pb_fullwidth_section {
		height: unset;	
	}
	
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description {
		right: -145px !important;
	}
	
	.et_pb_section.et_pb_section_8 .et_pb_module.et_pb_text.et_pb_text_8 {
		min-height: 245px;
	}
	
	#cicada-suites-mailoptin {
		margin-top: 24px !important;
	}
	
	.FeedGridLayout__cell-content {
		padding: 10px !important;
	}
	
	.et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 80%;
	}
	
	.et_pb_section.et_pb_section_9 .et_pb_row.et_pb_row_9 .et_pb_module.et_pb_text.et_pb_text_9 {
		min-height: unset;
	}
	
	/*------- iPad Pro - End Startpage  -------- */
	
	
	
	
	/*------- iPad Pro - Suites  -------- */
	
	#suites-container-01-intro 	.et_pb_divider_hidden:nth-child(1) {
		left: unset;
	}
	
	#suites-container-01-intro .et_pb_text {
		padding-right: 100px;

	}
	
	#suites-container-02-zoe .et_pb_row.et_pb_row_1 {
		flex-direction: column-reverse;
	}

	#suites-container-04-theros .et_pb_row.et_pb_row_3 {
		flex-direction: column-reverse;
	}
	
	#suites-container-04-theros .et_pb_divider_8 {
		top: 7px;
		left: -11px;
		rotate: -9deg;
	}
	
	#suites-container-06-alas .et_pb_row.et_pb_row_5 {
		flex-direction: column-reverse;
	}
	
	#suites-container-07-thea .et_pb_text_6 .et_pb_text_inner {
		left: 33px;
		top: -20px;
	}
	
	
	/*------- iPad Pro - End Suites  -------- */
	
	
	/*------- iPad Pro - Wellness  -------- */
	
	#post-236568 .et_pb_row.et_pb_row_0 {
		display: flex;
		flex-direction: column-reverse;
	} 
	
	#post-236568 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width: 43vh;
		height: auto;
	}
	.relaxation .et_pb_column.et_pb_column_3_5 {
		width: 100%;
		margin-top: -400px;
	}
	
	#post-236568 .et_pb_module.et_pb_text.et_pb_text_0 {
		padding: 0 80px;
	}
	
	.inroom-gym.et_pb_section_2 {
		min-height: unset;
		padding-bottom: 50px !important;
	}
	
	.inroom-gym .et_pb_column.et_pb_column_2_5 {
		width: 65%;
		z-index: 3;
	}
	
	.inroom-gym .et_pb_column.et_pb_column_3_5 {
		width: 100%;
		margin-top: -300px;
	}
	
	.nohrd-equipment .et_pb_row.et_pb_row_2 {
		display: flex;
		flex-direction: column;
		top: -6vh;
	}
	
	.nohrd-equipment .et_pb_column.et_pb_column_3_5 {
		width: 100%;
	}
	
	.nohrd-equipment .et_pb_column_2_5.et_pb_column_5 {
		margin-top: -150px;
		width: 65%;
	}
	
	.nohrd-equipment .et_pb_text_2.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 60px;
	}
	
	.spa-section .et_pb_column_2_5.et_pb_column_6 {
		top: 250px;
		left: -65px;
		width: 65%;
	}
	
	.spa-section .et_pb_column_2_5.et_pb_column_6 .et_pb_text_inner {
		padding: 0 40px 30px 40px;
	}
	
	#post-236568 .et_pb_module.et_pb_text.et_pb_text_1.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 27px;
	}
	
	#post-236568 .et_pb_section.et_pb_section_2.welness-page-section {
		padding-top: 20px;
	}
	
	.state-art .et_pb_row.et_pb_row_4 {
		display: flex;
		flex-direction: column;
	}

	.state-art .et_pb_column.et_pb_column_1_2 {
		width: 100%;
	}
	
	.state-art .et_pb_image.et_pb_image_3 {
		margin-top: 30px !important;
	}
	
	.state-art .et_pb_column_1_2.et_pb_column_9 {
		top: -125px;
	}
	
	.state-art .et_pb_column_1_2.et_pb_column_9 .et_pb_text_inner {
		padding: 0 60px;
	}
	
	.spa-brochure.et_pb_section_6.et_pb_section {
		padding-top: 344px;
		padding-bottom: 8px;
	}

		
	/*------- iPad Pro - End Wellness  -------- */
	


	/*------- iPad Pro - Location  -------- */
	
	/*** Slider ***/

	#post-236731 .et_pb_slider .et_pb_slide_0 {
		background-position: center left;
	}
	
	.location-secluded .et_pb_row.et_pb_row_0 {
		flex-direction: column-reverse;
	}
	
	.location-secluded .cicada-suites-pebble .et_pb_text_inner {
		padding: 0 70px;
	}
	
	.location-secluded .et_pb_column_2_5.et_pb_column_1 {
		width: 65% !important;
	}
	#location-greek-section-1 .et_pb_column_2_5.et_pb_column_1 {
		width: 72% !important;
	}
	
	.location-secluded .et_pb_row.et_pb_equal_columns>.et_pb_column {
		width: 100%;
	}
	
	.location-secluded .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		min-height: 50vh;
	}
	
	.location-secluded .et_pb_column.et_pb_column_3_5{
		margin-top: -325px;
	}
	
	.location-crete .et_pb_row.et_pb_row_1 {
		flex-direction: column;
	}
	
	.location-crete .et_pb_text.et_pb_text_1 {
		max-width: unset;
	}
	
	.location-crete .et_pb_column.et_pb_column_2_5 {
		width: unset;
	}
	
	.location-crete .et_pb_column_2 {
		padding-top: 4vh;
		padding-bottom: 7vh;
	}
	
	.location-crete .et_pb_column_3 {
		padding-bottom: 500px;
	}
	
	.location-crete .et_pb_column_3_5.et_pb_column_3 {
		width: unset;
	}
	
	.location-heraklion .et_pb_row.et_pb_row_2 {
		flex-direction: column;
	}

	.location-heraklion .et_pb_text.et_pb_text_2 {
		height: 350px;
	}
	
	.location-heraklion .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, 
	.location-heraklion .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module {
		width: 700px;
		height: 527px;
	}
	
	.location-heraklion .et_pb_text_2.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 100px;
	}
	
	#location-greek-section-3 .et_pb_text_2.cicada-suites-pebble .et_pb_text_inner {
		margin-top: -50px;
	}
	
	.location-heraklion .et_pb_gutters2 .et_pb_column_1_4 {
		width: 100%;
	}
	
	.location-heraklion .et_pb_column_1_4.et_pb_column_6 {
		display: none;
	}
	
	.location-heraklion .et_pb_gutters2 .et_pb_column_1_4 {
		z-index: 0;
		margin-top: -335px;
	}

	.location-cicada-experience .et_pb_row.et_pb_row_3.et_pb_equal_columns {
		top: 0 !important;
		flex-direction: column;
	}
	
	.location-cicada-experience .et_pb_column.et_pb_column_3_5 {
		width: unset;
		margin-right: unset !important;
	}
	
	.location-cicada-experience .et_pb_image.et_pb_image_3 {
		margin-top: unset !important;
	}
	
	.location-cicada-experience .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 45px 30px 45px;
	}
	#location-greek-section-4 .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner{
		margin-top: -50px;
	}
	
	.location-cicada-experience .et_pb_column.et_pb_column_2_5.et_pb_column_8 {
		width: 60%;	
		margin-top: -350px;
	}
	
	.location-seaside .et_pb_column.et_pb_column_1_2.et_pb_column_11  {
		width: 90% !important;
	}
	
	.et_pb_section_7.location-elafonisi,
	.et_pb_section_8.location-balos {
		height: 50vh;
		
	}
	
	/*------- iPad Pro - End Location  -------- */
	
	
	
	
	/*------- iPad Pro - Gastronomy  -------- */
	
	.gastronomy-loveletter .et_pb_row.et_pb_row_0 {
		flex-direction: column;
	}
	
	.gastronomy-loveletter .et_pb_column.et_pb_column_3_5 {
		width: unset;
		margin-right: unset;
		padding-top: 25px;
	}
	
	.gastronomy-loveletter .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width: 65%;
	}
	
	.gastronomy-loveletter .et_pb_column.et_pb_column_2_5.et_pb_column_1 .et_pb_text_inner {
		padding: 0 50px;
	}
	
	.gastronomy-loveletter .et_pb_column_1 {
    	min-height: 39vh;
		margin-top: -200px;
	}
	
	.gastronomy-inroom .et_pb_text.et_pb_text_1 {
		max-width: 70%;
	}
	
	.gastronomy-inroom .et_pb_text.et_pb_text_1 .et_pb_text_inner {
		font-size: 1.8rem;
	}
	
	.gastronomy-inroom .et_pb_row.et_pb_row_1 {
		margin-top: 50px;
	}
	
	.gastronomy-culinary .et_pb_row.et_pb_row_3 {
		flex-direction: column;
	}
	
	.gastronomy-culinary .et_pb_column_1_2.et_pb_column_4 {
		width: 65%;
	}
	
	.gastronomy-culinary .et_pb_text_2.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 35px 30px 35px;
		
	}
	
	#gastronomy-lang-el-section-1 .et_pb_column.et_pb_column_2_5.et_pb_column_1 .et_pb_text_inner {
		margin-top: -50px;
	}
	#lang-greek-gastronomy-section-3 .et_pb_text_2.cicada-suites-pebble .et_pb_text_inner {
		margin-top: -50px;
	}
	#lang-greek-gastronomy-section-4 .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner {
		margin-right: -30px;
	}
	
	.gastronomy-culinary.et_pb_section_3.et_pb_section {
		padding-top: 0;
	}
	
	.gastronomy-culinary .et_pb_gutters2.et_pb_row .et_pb_column_1_4.et_pb_column_5 {
		display: none;
	}
	
	.gastronomy-culinary .et_pb_gutters2.et_pb_row .et_pb_column_1_4.et_pb_column_6 {
		margin-top: -300px;
		z-index: 0;
		width: 100%;
	}
	
	.gastronomy-culinary .et_pb_column.et_pb_column_1_2.et_pb_column_4 {
		left: 365px;
	}
	
	
	.gastronomy-cicada-experience .et_pb_row.et_pb_row_4 {
		flex-direction: column-reverse;
		top: -5vh;
	}
	
	.gastronomy-cicada-experience .et_pb_column.et_pb_column_3_5.et_pb_column_7 {
		width: 100%;
		margin-top: -300px;
	}
	
	.gastronomy-cicada-experience .et_pb_column.et_pb_column_2_5.et_pb_column_8 {
		min-height: 50vh;
		width: 65%;
	}
	
	.gastronomy-cicada-experience  .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 60px 30px 60px;	
	}
	
	/*------- iPad Pro - End Gastronomy  -------- */
	
	
	/*------- iPad Pro - Services  -------- */
	
	.services-atyourservices .et_pb_row.et_pb_row_0.et_pb_equal_columns {
		top: 5vh;
	}
	
	.et_pb_section.et_pb_section_1.services-atyourservices {
		height: unset;	
		padding-top: 0;
	}
	
	.services-atyourservices .et_pb_row.et_pb_row_0 {
		flex-direction: column-reverse;
	}
	
	.services-atyourservices .et_pb_column_3_5.et_pb_column_0 {
		width: 100%;
	}
	
	.services-atyourservices .et_pb_column_2_5.et_pb_column_1 {
		min-height: 50vh;
		width: 65% !important;
	}
	
	.services-atyourservices  .et_pb_column.et_pb_column_3_5.et_pb_column_0 {
		margin-top: -300px;
	}
	
	.services-atyourservices  .et_pb_text_0.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 50px 20px 50px;
	}
	
	.guest-rel .et_pb_row.et_pb_row_1 {
		display: flex;
		flex-direction: column;
	}
	
	.guest-rel .et_pb_column.et_pb_column_2_5.et_pb_column_2 {
		width: 65%;	
	}
	
	.guest-rel .et_pb_column.et_pb_column_3_5.et_pb_column_3 {
		width: 100%;
	}
	
	.guest-rel .et_pb_column.et_pb_column_3_5.et_pb_column_3 {
		margin-top: -190px;
		z-index: 0;
	}
	
	.services-ptransfer .et_pb_row.et_pb_row_2.et_pb_equal_columns {
		flex-direction: column;
	}
	
	.services-ptransfer .et_pb_column.et_pb_column_3_5.et_pb_column_4 {
		width: 100%;
	}
	.services-ptransfer .et_pb_column.et_pb_column_2_5.et_pb_column_5 {
		width: 70%;
		margin-top: -230px;
	}
	
	.et_pb_section.et_pb_section_4.services-housekeeping {
		height: 77vh;
	}
	
	.services-housekeeping .et_pb_row.et_pb_row_3.et_pb_equal_columns {
		flex-direction: column;
	}
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_6  {
		width: 100%;
		min-height: 50vh;
		left: 90px;
	}
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_6  .et_pb_text_inner {
		padding: 0 30px 20px 30px;
	}
		
	.services-housekeeping .et_pb_row.et_pb_row_3.et_pb_equal_columns {
		top: -8vh;
	}
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_7 {
		width: 100%;
		margin-top: -250px;
		z-index: 0;
	}
	
	.et_pb_section.et_pb_section_5.services-others {
		padding-top: 98px;
	}
	
	.services-others .et_pb_row.et_pb_row_4.et_pb_gutters2 {
		display: flex;
		flex-direction: column;
	}
	
	.services-others .et_pb_column.et_pb_column_1_3 {
		width: 100%;
	}
	
	.services-others .et_pb_module.et_pb_image {
		text-align: center;	
	}
	
	.services-others .et_pb_module.et_pb_promo {
		width: calc(100% - 230px) !important;
	}
	
	.services-others .et_pb_column.et_pb_column_1_3.et_pb_column_9,
	.services-others .et_pb_column.et_pb_column_1_3.et_pb_column_10 {
		margin-top: 100px;
	}
	
	.contact-section-form.et_pb_section.et_pb_section_1 {
		height: auto;
	}
	.contact-form {
		display: flex;
		flex-direction: column;
	}
	
	#post-236616 .et_pb_slide_title  {
		font-size: 78px !important;
	}
	
	.contact-innerSlider .et_pb_fullwidth_slider_1 {
		height: 78vh;
	}
	
	.contact-innerSlider .et_pb_fullwidth_slider_1 .et_pb_slide {
    	height: 60vh;
	}
	
	.et_pb_section.et_pb_section_2.contact-innerSlider {
		height: 60vh;
	}
	
	/*------- iPad Pro - End Services  -------- */
	


}




@media all and (max-width: 1200px) {

		/* ------- nav X adjustment ------- */
	.hamburger_menu_icon1 .hamburger_menu_icon-toggled .dtb-hamburger-inner {
		transform: translate3d(0,13px,0) rotate(45deg) scale(.7);
	}
	
	#book-now-master .book-now-btn{
		display: block !important;
	}

	
	#dtb-m-menu .dtb-m-logo {
		width: 74px;
		margin-left: 23px;
		margin-top: 4px;
	}
	
	.dtb-hamburger {
		top: -16px;
	}
	

	/****** EOL nav X adjustment ******/
	
	/****** BOOK NOW MOBILE BUTTON *******/
	
	.book-now-btn {
		position: absolute;
		top: -18px;
		right: -10px;
		width: 103px;
	}
	
	.book-now-btn:link,
	.book-now-btn:hover,
	.book-now-btn:visited,
	.book-now-btn:focus,
	.book-now-btn:focus-visible,
	.book-now-btn:focus-within,
	.book-now-btn:active:focus {
		text-decoration: none !important;
		outline: 0 !important;
		box-shadow: none !important;
		z-index:10;
	}


	.book-now-btn a {
		background: white;
		font-size: 10px;
		text-align: center;
		font-weight: 300;
		border-radius: 20px;
		padding: .5em 1em !important;
		color: #A08673;
		border: 1px solid transparent;
		transition: background-color .2s ease-out 100ms;
	}

	.book-now-btn a:hover {
		background: #A08673;
		color: white;
		
	}
	
	.has_et_pb_sticky .book-now-btn a {
		background: #A08673;
		color: white;
		transition: background-color .2s ease-out 100ms;
	}
	
	.has_et_pb_sticky .book-now-btn a:hover {
		background: white;
		color: #A08673;
	}
	
	/****** EOL BOOK NOW MOBILE BUTTON *******/
	
		/*--------- MENU LIST BG -----------*/ 
	
	#dtb-m-menu .dtb-mobile-menu li a:target,
	#dtb-m-menu .dtb-mobile-menu li a:hover,
	#dtb-m-menu .dtb-mobile-menu li a:focus,
	#dtb-m-menu .dtb-mobile-menu li a:focus-visible {
		background-color: #a28672 !important;
	}
	
    #menu-primary-menu {
        justify-content: flex-end;
    }

    #main-header-inner {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #dtb-m-menu {
        display: flex !important;
    }

    #top-menu,
    #book_n_lang_container {
        display: none;
    }

    /*     .et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu {
        display: flex;
        float: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_pb_fullwidth_menu .et_pb_menu__wrap, .et_pb_menu .et_pb_menu__wrap {
        justify-content: flex-end;
    }
    .et_mobile_menu {
        list-style-type:none !important;
        top:100%;
    } */
}



@media all and (max-width: 980px) {

	#global-header-row {
    	margin-right: 0 !important;
  	}

	.book-now-btn.check-in-btn {
		right: 60% !important;
	}
	
	#location-page-slider  .et_pb_slide_0 {
		background-position: 10%;
	}
	
	.spa-brochure.et_pb_section_6.et_pb_section {
		padding-top: 0 !important;
	}
	
	#suites-container-01-intro,
	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios,
	#suites-container-06-alas,
	#suites-container-07-thea{
		min-height:100vh;
		padding: 0px 48px;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
    #suites-container-01-intro .et_pb_column,
	#suites-container-02-zoe .et_pb_column,
	#suites-container-03-oneiro .et_pb_column,
	#suites-container-04-theros .et_pb_column,
	#suites-container-05-helios .et_pb_column,
	#suites-container-06-alas .et_pb_column,
	#suites-container-07-thea .et_pb_column
	{
		margin:0;
		width:unset;
	}
    #suites-container-01-intro .et_pb_image,
	#suites-container-02-zoe .et_pb_image,
	#suites-container-03-oneiro .et_pb_image,
	#suites-container-04-theros .et_pb_image,
	#suites-container-05-helios .et_pb_image,
	#suites-container-06-alas .et_pb_image,
	#suites-container-07-thea .et_pb_image
	{padding-left:0!important; padding-right:0!important;}
	   
	#suites-container-01-intro .et_pb_row,
	#suites-container-02-zoe .et_pb_row,
	#suites-container-03-oneiro .et_pb_row,
	#suites-container-04-theros .et_pb_row,
	#suites-container-05-helios .et_pb_row,
	#suites-container-06-alas .et_pb_row,
	#suites-container-07-thea .et_pb_row
	{
		height: unset;
		display: flex;
		flex-direction: column;
		gap: 48px;
		margin-top: 70px;
/* 		margin-bottom:70px; */
		justify-content: center;
		align-items: center;
	}
	.et_pb_promo_description {
		padding: 0 20px 40px!important;
	}
    .et_pb_divider_hidden:nth-child(1),
    .et_pb_divider_hidden:nth-child(2){
		left: unset;
	}
	#cicada-gallery{
		width:100%;
		padding: 0 calc(48px - 12.5px);
	}
    /* ZOE - SUITES 2ND PEBBLE */
    #suites-container-02-zoe {}

    #suites-pebble-02-zoe .et_pb_text {
		padding-left: 134px;
		padding-right: 61px;
		top: 24px;
	}

    /* INTRO - SUITES 1ST PEBBLE */
    #suites-container-01-intro {}


    /* ZOE - SUITES 2ND PEBBLE */
    #suites-container-02-zoe {}

    #suites-pebble-02-zoe {}

    /* ONEIRO - SUITES 3RD PEBBLE */
    #suites-container-03-oneiro {}
    #suites-pebble-03-oneiro {}
	#suites-pebble-03-oneiro .et_pb_divider_hidden:nth-child(3) {
		left: calc(100% - 200px);
		top: 130px;
	}

    /* THEROS - SUITES 4TH PEBBLE */
    #suites-container-04-theros {}

    #suites-pebble-04-theros {}

    /* HELIOS - SUITES 5TH PEBBLE */
    #suites-container-05-helios {}

    #suites-pebble-05-helios {}

    /* ALAS - SUITES 6TH PEBBLE */
    #suites-container-06-alas {}

    #suites-pebble-06-alas {}

    /* THEA - SUITES 7TH PEBBLE */
    #suites-container-07-thea {}

    #suites-pebble-07-thea .et_pb_divider_hidden:nth-child(1) {
		transform: scale(98%) translateY(-13px);
	}

    #hotel-container-01-adults .et_pb_row:nth-child(2){
		display:flex;
		flex-direction:column;
		align-items:center;
		margin-bottom:200px;
	}
	#hotel-container-01-adults .et_pb_row:nth-child(2)>.et_pb_column:first-child,
	#hotel-container-01-adults .et_pb_row:nth-child(2)>.et_pb_column:nth-child(2)
	{
		width: 100%;
		margin:0;
	}
	#hotel-pebble-01-adults .et_pb_text {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		padding-left:clamp(5.8rem, -10.391rem + 16.522vw, 13.4rem);
		padding-right: clamp(3rem, -11.913rem + 15.217vw, 10rem);
	}
	
	#at-your-services-pebble {
		max-width: 350px;
		
	}
	


}
@media all and (min-width: 689px) and (max-width: 980px) {
	
	#private-transfer-col {
		width: 90% !important;
	}
	
	#private-transfer-col #private-transfer-module {
		max-width: 450px;
		left: 70px;
		top: -35px;
	}
	
	.gastronomy-loveletter .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width:85% !important;
	}
	#gastronomy-lang-el-section-1 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width: 90% !important;
	}
	#lang-greek-gastronomy-section-3 .et_pb_column_1_2.et_pb_column_4 {
		width: 80%;
	}
	
	.gastronomy-culinary .et_pb_column.et_pb_column_1_2.et_pb_column_4 {
		left: 180px !important;
	}
	.gastronomy-culinary .et_pb_column_1_2.et_pb_column_4 {
		width: 75%;
	}
	.gastronomy-cicada-experience .et_pb_column.et_pb_column_2_5.et_pb_column_8 {
		width: 85%;
	}
	
	.gastronomy-cicada-experience .cicada-suites-pebble .et_pb_text_inner {
		top:70px;
	}
	
	.gastronomy-cicada-experience .et_pb_row.et_pb_row_4 {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.gastronomy-cicada-experience .et_pb_column.et_pb_column_3_5.et_pb_column_7 {
		margin-top: -150px;
	}
	
	.gastronomy-loveletter .et_pb_column_1 {
		min-height: 60vh;
		margin-top: -160px; 
	}
	
	.inroom-gym .et_pb_column.et_pb_column_2_5 {
		width: 75% !important;
	}
	
	.nohrd-equipment .et_pb_column_2_5.et_pb_column_5 {
		width: 85%;
	}
	.spa-section .et_pb_column_2_5.et_pb_column_6 {
		width: 75% !important;
		top: 0;
	}
	.location-cicada-experience .et_pb_column.et_pb_column_2_5.et_pb_column_8 {
		width: 80%;	
		margin-top: -350px;
	}
		
	.location-secluded .et_pb_column.et_pb_column_3_5 {
		margin-top: 0;
	}
	.location-secluded .et_pb_column_2_5.et_pb_column_1 {
		width: 85% !important;
	}
	
	#location-greek-section-1 .et_pb_column_2_5.et_pb_column_1 {
		width: 95% !important;
	}
	
	#location-greek-section-4 .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner {
		margin-top: 50px;
	}
	.location-secluded .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		transform: translate(1px, -159px);
	}
	
	.location-cosmopolitan .et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
		width: 100%;
	}
	
	.location-seaside .et_pb_column.et_pb_column_1_2.et_pb_column_11 {
		width: 100% !important;
	}
	
	.location-cicada-experience .et_pb_text_3.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 20px 14px 71px !important;
	}
}

@media all and (min-width: 768px) {
	.book-now-btn {
		display: block;	
	}
	
    #cicada-suites-mailoptin {
        margin: 0 auto;
        display: flex !important;
        flex: 1;
        flex-direction: column ;
        justify-content: center ;
        align-items: center;
    }

    #cicada-suites-mailoptin .et_pb_newsletter_description {
        display: flex;
		flex-direction: column;
		justify-content: end;
		align-items: start;
		padding: 10px 47px;
    }

    #cicada-suites-mailoptin input#et_pb_signup_email {
        width: 392px;
    }
	
	.relaxation .et_pb_column.et_pb_column_3_5 {
		width: 100%;
		margin-top: -200px;
	}
	
	#post-236568 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		width: 70vw;
	}
	
	.welness-page-section.nohrd-equipment {
        height: 100vh;
    }
}

@media only screen and (min-width: 688px) and (max-width: 768px) {
	.book-now-btn.check-in-btn {
		right: 60% !important;
	}
	
	#location-greek-section-1 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		min-height: 60vh !important;
	}
	
	.services-housekeeping {
		height: auto !important;
	}
	
	.guest-rel .et_pb_column.et_pb_column_2_5.et_pb_column_2 {
		width: 85%;
	}
	
	.services-housekeeping .et_pb_column.et_pb_column_1_2.et_pb_column_6 {
		height: 77vh;
	}
}

@media all and (max-width: 767px) {
	.book-now-btn {
		right: 30px;
		display: block;	
	}
	
    #main-header-inner {
        justify-content: center !important;
    }
	
	#dtb-m-menu .dtb-m-logo {
		width: 74px;
		margin-left: 30px;
		margin-top: 10px;
	}

    #cicada-suites-mailoptin {
        margin: 0 auto;
        display: flex !important;
        flex: 1;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0;
    }

    #cicada-suites-mailoptin .et_pb_newsletter_description {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
	
	#suites-container-01-intro .et_pb_column_1_2 .et_pb_module.et_pb_divider_0,
	#suites-container-01-intro .et_pb_column_1_2 .et_pb_module.et_pb_divider_1 {
		transform: translateX(0) translateY(0);	
	}
	
	#suites-container-07-thea .et_pb_row {
		flex-direction:column-reverse;
	}
	
	.et_pb_newsletter.et_pb_subscribe.et_pb_newsletter_layout_left_right .et_pb_newsletter_form {
		display: flex;
		justify-content: center;
	}
	
}


@media all and (min-width: 480px) and (max-width: 767px) {
	
	/******* Logo size Adjustment *********/
	
	
	
	#main-header-inner .et_pb_image_wrap img {
		width: 106px !important;
		left: -85px;
		top: -4px;
	}
	.cicada-suites-pebble .et_pb_text_inner p:first-child {
		padding-top: 0px;
	}
	.my-suite-icon-mobile {
      transform: translate(0px, 20px);
	}
	
	#suites-pebble-03-oneiro .et_pb_text {
		top: 0;
		left: 30px;
	}
	
	#suites-container-01-intro .et_pb_row,
	#suites-container-03-oneiro .et_pb_row,
	#suites-container-05-helios .et_pb_row
 {
		flex-direction: column-reverse;
	}
}

@media all and (min-width: 480px) and (max-width: 688px) {
	.book-now-btn.check-in-btn {
		right: 70% !important;
	}
	
	#location-greek-section-1,
	#location-greek-section-4 {
		height: auto !important;
	}
	
	#blue-spa-row .et_pb_column_6 {
		max-width: 550px;
	}
	
	#blue-spa-row .et_pb_column_6 .cicada-suites-pebble {
		max-width: 440px;
		left: 70px;
		top: -28px;
	}
	
	.location-balos .et_pb_column_14{
		flex-direction: column-reverse !important;
	}
	
	.location-elafonisi .et_pb_column_13 {
		flex-direction: column-reverse !important;
	}
	

	#melting-point-row .et_pb_column_8 .cicada-suites-pebble {
		max-width: 470px;
		left: 130px;
		top: 220px;
	}
	
	#secluded-connected-row .et_pb_column_1 .cicada-suites-pebble {
		top:150px;
		left: 110px;
		max-width: 450px;
	}
	
	#location-greek-section-1 #secluded-connected-row .et_pb_column_1 .cicada-suites-pebble {
		top: 118px;
        left: 90px;
	}
	
	#secluded-connected-row  .et_pb_column_1 {
		max-width: 420px;
	}
	
	#location-heraklion-row .et_pb_column_4 {
		max-width: 570px;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 70px;
	}
	
	#location-heraklion-row .et_pb_column_4 .cicada-suites-pebble {
		min-height: 550px;
		max-width: 459px;
	}
	
	#home-pebble-02-suites .et_pb_text {
		min-width: 450px;
		top: -50px;
		left: -20px;
	}
	
	#home-02-suites-container .et_pb_row_3.et_pb_row {
		width: 85%;
	}
	
	.love-letter-pebble-col {
		min-height: 50vh !important;
	}
	
	#gastronomy-lang-el-section-1 .love-letter-pebble-col {
		min-height: 57vh !important;
	}
	
	#love-letter-module {
		max-width: 430px;
		left: 145px;
	}
	
	#culinary-module {
		max-width: 450px;
		left:120px;
		height: 510px;
	}
	#lang-greek-gastronomy-section-3 #culinary-module {
		height: 560px;
        top: -30px;
	}
	
	.seascape-exp-pebble-col {
		min-height: 60vh !important;
	}
	
	#seascape-exp-pebble-module {
		max-width: 450px;
		left: 130px;
		top: 175px;
	}
	
	.welness-page-section .cicada-suites-pebble .et_pb_text_inner {
		max-width: 370px;
	}
	
	.at-your-service-row .at-your-service-col2 #at-your-service-module {
		max-width: 450px;
		left: 85px;
	}
	
	#guest-relation-row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#guest-relation-module {
		height: 520px;
		max-width: 460px;
		left: 85px;
	}
	
	#private-transfer-row #private-transfer-col {
		min-height: 60vh;
		max-width: 65%;
	}
	
	#private-transfer-row #private-transfer-col #private-transfer-module {
		max-width: 450px;
		left: 105px;
		top: 105px;
	}
	
	#housekeeping-row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#housekeeping-row #housekeeping-col {
		min-height: 60vh;
		max-width: 60%;
	}
	
	#housekeeping-row #housekeeping-col #housekeeping-module {
		left: 85px;
		max-width: 450px;
		
	}
}

@media all and (max-width: 479px) {
	
	.select-season-left-col, .select-season-right-col {
		height: 100%;
	}
	
	.select-season-left-col {
		align-items: end;
	}
	
	.location-balos.winter, .location-elafonisi.winter{
		height: 130vh;
	}
	

	.select-season-summer-module {
		 transform: translateY(94px) scale(.8);
	}
	.select-season-winter-module {
		transform: scale(.8) translateY(0px);
	}
	

	
	.cicada-suites-pebble h2:lang(el) {
		font-size: 3rem !important;
		font-weight: 300;
	}
	
	#wellness-rest-row .et_pb_column_1 {
		min-height: unset;
	}
	
	#location-page-slider .et_pb_slide_0 {
		background-position: 10%;
	}
	
	.gastronomy-cicada-experience {
        height: unset !important;
    }
	

	/* ------- nav X adjustment ------- */
	.hamburger_menu_icon1 .hamburger_menu_icon-toggled .dtb-hamburger-inner {
		transform: translate3d(0,13px,0) rotate(45deg) scale(.7);
	}

		#at-your-services-pebble {
		max-width: 350px;
		transform:translate(30px, 0px);
	}
	
	.et_pb_newsletter_form {
		padding-top: 0 !important;
		display: flex;
		justify-content: center;
	}
	
	.my-suite-icon-mobile {
      transform: translate(0px, 20px);
	}
	
	.cicada-suites-pebble .et_pb_text_inner p:first-child {
		padding-top: 30px;
	}
	
	#dtb-m-menu .dtb-m-logo {
		width: 74px;
		margin-left: 23px;
		margin-top: 4px;
	}
	
	.dtb-hamburger {
		top: -16px;
	}
	
	#main-header-inner .et_pb_image_wrap img {
		width: 100px !important;
		left: -70px;
	}
	
	/****** EOL nav X adjustment ******/
	
	/****** BOOK NOW MOBILE BUTTON *******/
	
	.book-now-btn {
		display: block !important;
		position: absolute;
		top: -15px;
		right: -20px;
		width: 80px;
	}
	
	.book-now-btn.check-in-btn {
		right: 35% !important;
	}
	
	.book-now-btn:link,
	.book-now-btn:hover,
	.book-now-btn:visited,
	.book-now-btn:focus,
	.book-now-btn:focus-visible,
	.book-now-btn:focus-within,
	.book-now-btn:active:focus {
		text-decoration: none !important;
		outline: 0 !important;
		box-shadow: none !important;
		z-index:10;
	}


	.book-now-btn a {
		background: white;
		font-size: 10px;
		text-align: center;
		font-weight: 300;
		border-radius: 20px;
		padding: .3em .8em !important;
		color: #A08673;
		border: 1px solid transparent;
		transition: background-color .2s ease-out 100ms;
	}

	.book-now-btn a:hover {
		background: #A08673;
		color: white;
		
	}
	
	.has_et_pb_sticky .book-now-btn a {
		background: #A08673;
		color: white;
		transition: background-color .2s ease-out 100ms;
	}
	
	.has_et_pb_sticky .book-now-btn a:hover {
		background: white;
		color: #A08673;
	}
	
	/****** EOL BOOK NOW MOBILE BUTTON *******/
	
	#suites-container-01-intro,
	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios,
	#suites-container-06-alas,
	#suites-container-07-thea
	{
/* 		min-height: 100vh; */
		height: 100%;
	}
	
	#suites-container-01-intro {
		min-height: 65vh;
	}
	
	
	#main-header-inner .et_pb_css_mix_blend_mode_passthrough {
		position: absolute;
	}
	
	#dtb-m-menu .mobile_menu_bar {
		top: 38px !important;
		right: 14px !important;
	}
	
	#post-235305 .et_pb_module.et_pb_text.et_pb_text_0 .et_pb_text_inner h2 {
		font-size: 30px;
	}
	
	#post-235305 .p1 {
		font-size: 1.8rem;
	}
	
	/* Startpage Wellness Section */
    #home-04-wellness-container {
        padding-top:30px;
    }
	.et_pb_text_5.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 35px;
	}
    #suites-container-06-alas .et_pb_text_5.cicada-suites-pebble .et_pb_text_inner {
		padding: 0;
	}

	#home-pebble-03-gastronomy.et_pb_column_9 {
		height: 71vh;
	}
	
	.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular {
		padding-bottom: 50px !important;
	}
    
	#hotel-container-01-adults, #hotel-container-02-private-beach {
        padding:0;
    }

    #hotel-pebble-01-adults p, #hotel-pebble-02-private-beach p {
        font-size:1.9rem;
        line-height:26px;
    }

    #hotel-pebble-01-adults {
        min-height:400px;
        margin-top:80px !important;
    }

    .et_pb_row.et_pb_row_1.et_pb_gutters1.et_pb_row_1-2_1-4_1-4 {
        padding-top:50px !important;
    }
    #hotel-container-01-adults .et_pb_row:nth-child(2) {
        margin-bottom:30px;
    }

    h1.et_pb_slide_title {
		line-height:calc(52px * 1.15)!important;
	}

    #global-header-row {
        width: auto !important;
    }

    .mobile_menu_bar {
        width: auto;
    }

    #global-header-row .et_pb_image_wrap {
        left: -53px;
    }

    /* THE HOTEL - 1ST PEBBLE */
    #home-01-hotel-container .et_pb_row {
        padding: 0;
        padding-top: 120px;
    }

    #home-01-hotel-container {
        padding-bottom: 60px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100vw;
    }

	#home-01-hotel-container .et_pb_text_inner {
		padding: 0 20px;
	}
	
    #home-pebble-01-hotel {
        max-width: calc(100% - 24px);
        width: 95%;
        min-width: unset;
        margin: 0 auto !important;
    }


    #home-pebble-01-hotel .et_pb_text h2 {
        font-size: 32px;
    }

    #home-pebble-01-hotel .et_pb_text p {
        font-size: 18px;
    }

    #home-pebble-01-hotel .cicada-suites-pebble-button {
        margin: 0;
    }

    #home-01-hotel-container .et_pb_image {
        padding: 20px;
    }

    #home-01-hotel-container .et_pb_image:first-child {
        padding-top: 70px;
    }

    #home-01-hotel-container .et_pb_row>.et_pb_column {
        padding: 0;
    }

	.et_pb_section.et_pb_section_8 .et_pb_module.et_pb_text.et_pb_text_8 {
		min-height: unset;
	}
	
    /* THE SUITES - 2ND PEBBLE */
    #home-02-suites-container {
        padding-top: 128px;
        padding-left: 0;
        padding-right: 0;
    }

    #home-02-suites-container .et_pb_image_wrap {
        left: unset;
    }

    #home-02-suites-container .et_pb_image {
        transform: scaleY(1.25);
    }

    #home-pebble-02-suites .et_pb_text {
        width: 95%;
        min-width: unset;
        padding-right: 36px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    #home-pebble-02-suites .et_pb_text p {
        font-size: 18px;
    }

    #home-pebble-02-suites .et_pb_text h2 {
        font-size: 32px;
    }

    #home-pebble-02-suites .et_pb_text .cicada-suites-pebble-button {
        margin-top: 20px;
    }

    /* GREEK GASTRONOMY - 3RD PEBBLE */
    #home-03-gastronomy-container {
        padding-top: 91px;
        padding-bottom: 0;
        padding-left: 48px;
        padding-right: 48px;
    }

    #home-03-gastronomy-container .et_pb_row {
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 48px;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image {
        padding-left: 0;
        padding-right: 0;
        width: 85%;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(1) {
        left: 15%;
    }

    #home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(2) {
        margin: unset;
    }

    #home-pebble-03-gastronomy {
        width: 100%;
        margin-left: unset;
        padding-bottom: 0;
    }

    #home-pebble-03-gastronomy .et_pb_divider_hidden {
        display: none;
    }

    #home-pebble-03-gastronomy .et_pb_text {
        height: auto;
        width: 95%;
        min-width: unset;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }

    #home-pebble-03-gastronomy .et_pb_text h2 {
        font-size: 40px;
    }

    #home-pebble-03-gastronomy .et_pb_text h2>.sub-H2 {
        font-size: 32px;
        line-height: 32.21px;
        letter-spacing: 0.05em;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p {
        font-size: 1.8rem;
        line-height: 2.52rem;
    }

    #home-pebble-03-gastronomy .et_pb_text .et_pb_text_inner>p:nth-child(4) {}

    #home-pebble-03-gastronomy .et_pb_text .cicada-suites-pebble-button {
        margin-top: 18px;
    }

    /* WELLNESS - 4TH PEBBLE */
    #home-04-wellness-container {
        padding: 0 12px -4px;
        margin: 0;
    }

    #home-04-wellness-container .et_pb_row {
        padding: unset;
        display: flex;
        flex-direction: column;
    }

    #home-04-wellness-container .et_pb_column:first-child {
        width: 100%;
        padding: 0;
        margin: 0;
    }

	#home-04-wellness-container .et_pb_image_6  {
		margin-top: 25px;	
	}
	
    #home-pebble-04-wellness-mobile .et_pb_text {
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 42px;
        padding-right: 60px;
        top: 60px;
    }

    #home-pebble-04-wellness-mobile .et_pb_text h2 {
        font-size: 32px;
    }

    #home-pebble-04-wellness-mobile .et_pb_text p {
        font-size: 18px;
    }

    #home-pebble-04-wellness-mobile .et_pb_text .cicada-suites-pebble-button {
        margin: 0;
    }

    /* SERVICES - 5TH PEBBLE */
    #home-05-services-container {
        min-height: 85vh;
        padding: 95px 12px;
    }

    #home-05-services-container .et_pb_row .et_pb_column {
        margin-right: unset;
    }

    #home-05-services-container .et_pb_row .et_pb_column:nth-child(2),
    #home-05-services-container .et_pb_row .et_pb_column:nth-child(3) {
        width: 50%;
    }

    #home-pebble-05-services {
        min-height: 532px;
        width: 100%;
        max-width: calc(100% - 24px);
    }

    #home-pebble-05-services .et_pb_text {
        min-width: unset;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        padding-left: 47px;
        padding-right: 0;
    }

    #home-pebble-05-services .et_pb_text h2 {
        font-size: 32px;
    }

    #home-pebble-05-services .et_pb_text p {
        font-size: 16px;
    }

    #home-pebble-05-services .et_pb_text .cicada-suites-pebble-button {
        margin-top: 0;
    }

    #home-pebble-05-services .et_pb_divider_hidden:nth-child(1) {
        top: -20px;
        left: 10px;
    }
	
	#home-05-services-container .et_pb_column.et_pb_column_1_2.et_pb_column_12 {
		top: 0;
	}

	
	/* location slider */
	.cicada-fullwidth-slider .et-pb-controllers {
		height: 822px;
	}
	.et_pb_fullwidth_slider_1.et_pb_slider.et_pb_slider .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button {
		margin-top: 30px;
		margin-left: 0 !important;
		padding: 0;
	}
	
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description {
		backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.125);
		position: absolute;
		top: 50px;
		padding:30px !important;
	}
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description h2, 
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description p, 
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description a:link, 
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description a:hover, 
	.et_pb_fullwidth_slider_1.et_pb_slider .et_pb_slide_description a:visited {
		color: #A08673 !important;
		text-shadow: none;
		line-height: 1.3;
	}
	
	#page-container .et_pb_section.et_pb_fullwidth_slider_1.et_pb_slider.et_pb_more_button.et_pb_button {
		color: black !important;
	}
	
    #hotel-pebble-02-private-beach .cicada-suites-pebble {
        width: 89%;
        text-align: center;
        margin: 40px 20px;
        padding: 0;
        color: #000;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.125);
    }

	#hotel-pebble-02-private-beach .cicada-suites-pebble .et_pb_text_inner {
		padding: 0 20px;
	}
	
	
    #hotel-container-01-adults .et_pb_row:nth-child(1) {
        padding-top:30px;
        padding-bottom:30px;
    } 
	
	.cicada-suites-generica .et_pb_slides .et_pb_slide .et_pb_slide_title {
        font-size:50px !important;
    }

    .et_pb_section .et_pb_equal_columns .et_pb_column_1 .et_pb_text_0.cicada-suites-pebble {
        min-width:unset;
        width:100%;
		position: relative !important;
		padding: 0 !important;
    }
	
	.et_pb_section.et_pb_section_6.location-seaside {
		margin-top: -150px;
	}

    .welness-page-section {
        padding-top: 90px !important;
        padding-bottom:0px !important;
/*         height:auto !important; */
    }

    .et_pb_section_2.welness-page-section {
        padding-top:50px !important;
    }
    .et_pb_section_2.welness-page-section > .et_pb_row_1  {
        display:flex;
        flex-direction: column;
        padding-top:0px;
    }

    .et_pb_section_2.welness-page-section > .et_pb_row_1 .et_pb_column_2 {
        order:2;
        padding-bottom:30px;
        min-height:unset;
    }

    .et_pb_section_2.welness-page-section > .et_pb_row_1 .et_pb_column_2 > .et_pb_text {
        height:auto;
        padding-top:30px !important;
		min-width: 100%;
    }
    .et_pb_section_2.welness-page-section > .et_pb_row_1 .et_pb_column_3 {
        order:1;
    }

    .et_pb_section_3.welness-page-section {
        padding-top:70px !important;
    }

    .et_pb_section_3.welness-page-section > .et_pb_row_2 .et_pb_column_5 {
        min-height:48vh;
    }
	
	.welness-page-section .et_pb_module_header a {
		display: block;
		width:150px;
	}
	
	.bluespa-rc {
		width: 100%;
	}
	
	#post-235305 .et_pb_section.et_pb_section_8 {
		height: unset;
	}

	#post-235305 .et_pb_section.et_pb_section_9 .et_pb_row_9 .et_pb_module.et_pb_text.et_pb_text_9 {
		min-height: unset;
	}
	
	/********* post-236731 - Location **********/
	#post-236731 .et_pb_text_0.cicada-suites-pebble {
		max-height: 290px;
	}
	
	#post-236731 .et_pb_row.et_pb_row_0.et_pb_equal_columns.et-last-child {
		top: -10vh !important;
	}
	
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_1 {
		padding: 0 20px;
	}
	
	#post-236731 .et_pb_column.et_pb_column_2_5.et_pb_column_2 {
		padding-bottom: 5vh;
		padding-top: 0;
	}
	
	#post-236731 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		min-height: 40vh;
	}
	
	#post-236731 .et_pb_text_2.cicada-suites-pebble {
		height: unset;	
		min-height: unset !important;
	}
	
	#post-236731 .et_pb_column.et_pb_column_1_2.et_pb_column_4 {
		min-height: 250px;
	}
	
	#post-236731 .et_pb_module.et_pb_image.et_pb_image_2 {
		padding: 0 20px;
	}
	
	#post-236731 .et_pb_row.et_pb_row_3.et_pb_equal_columns {
		top: -9vh;
	}
	
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_3.cicada-suites-pebble {
		padding:0;
		min-width: unset;
	}
	
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_3.cicada-suites-pebble .et_pb_text_inner>:last-child {
		max-width: 90vw;
	}
	
	#post-236731 .et_pb_row.et_pb_row_4.et_pb_equal_columns.et_pb_gutters1 {
		display: flex;
    	flex-direction: column;
		max-width: 90vw;
		top: -250px;
	}

	.location-seaside .et_pb_row_5.et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.location-elafonisi .et_pb_row_6 .et_pb_column_13 {
		flex-direction: column-reverse;
	}
	
	.location-balos .et_pb_row_7 .et_pb_column_14 {
		flex-direction: column-reverse;
	}
	
	#post-236731 .et_pb_column.et_pb_column_1_2.et_pb_column_9 {
		padding-top: 4vh;
		padding-bottom: 0;
	}
	
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_5 {
		padding: 0 20px;
		margin: 0;
		top: -20px;
	}
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_6 .et_pb_text_inner,
	#post-236731 .et_pb_module.et_pb_text.et_pb_text_7 .et_pb_text_inner {
		padding: 0 20px 30px 20px;	
	}
	
	#post-236731 .et_pb_module.et_pb_image.et_pb_image_4 {
		height: 40vh;
	}

	#post-236731 .et_pb_module.et_pb_image.et_pb_image_5 {
		height: 40vh;
	}
	
	#post-236731 .et_pb_row.et_pb_row_0.et_pb_equal_columns.et-last-child {
		top: -10vh !important;
		display: flex;
		flex-direction: column-reverse;
   }
	
	#post-236731 .et_pb_row_4 .et_pb_image_wrap, 
	#post-236731 .et_pb_row_5 .et_pb_image_wrap {
		display: none;
	}

	#post-236731 .et_pb_section.et_pb_section_7,
	#post-236731 .et_pb_section.et_pb_section_8 {
		background-position: center;
		height:105vh;
	}

	/********* post-236691 - Gastronomy **********/
	
/* 	#post-236691 .et_pb_section_1 {
		height: 100vh;
	} */
	
/* 	#post-236691 .et_pb_section_1 .et_pb_column_1 {
		min-height: 60vh;
	} */
	
	#post-236691 .et_pb_section_1 .et_pb_text_0 {
    	max-height: 345px;
	}
	
	#post-236691 .et_pb_section_3 .et_pb_text_2.cicada-suites-pebble {
		height: 290px;
	}
	
	#post-236691 .et_pb_column_6 .et_pb_image_4 {
		padding: 0 20px;
	}
	
	#post-236691 .et_pb_section_4 {
		padding-top: 48px;
		height: 100vh;
	}
	
	#post-236691 .et_pb_text_3.cicada-suites-pebble {
		min-width: unset;
	}
	
	/********* post-236637 - Services **********/
	
	#post-236637 .et_pb_row.et_pb_row_1.et-last-child {
		display:flex;
		flex-direction: column-reverse;
	}
	
	#post-236637 .et_pb_column.et_pb_column_3_5.et_pb_column_3 {
		padding: 0 20px;
	}
	
	#post-236637 .et_pb_text_1.cicada-suites-pebble {
		min-width: unset;
		height: 365px;
		min-height: unset;
	}

	#post-236637 .et_pb_row.et_pb_row_2 {
		top: 3vh;
	}
	
	#post-236637 .et_pb_column_3_5.et_pb_column_4 {
		padding: 0 20px 20px 20px;
	}
	
	#post-236637 .et_pb_section_3.et_pb_with_background.et_section_regular {
		padding: 0 !important;
	}
	
	#post-236637 .et_pb_text_0.cicada-suites-pebble {
		max-height: 550px;
		padding: 0 !important;
		padding-top: 70px !important;
	}
	
	#post-236637 .et_pb_column_3_5.et_pb_column_0 {
		margin-bottom: 0;
	}
	
	#post-236637 .et_pb_text_2.cicada-suites-pebble,
	#post-236637 .et_pb_text_3.cicada-suites-pebble {
		min-width: unset;
	}
	
	#post-236637 .et_pb_text_3.cicada-suites-pebble {
		padding: 50px 0 0 0 !important;
	}
	
	#post-236637 .et_pb_row.et_pb_row_3 {
		display: flex;
		flex-direction: column-reverse;
	}
	
	#post-236637 .et_pb_promo  {
		padding: 26px 0 !important;
	}
	
	/********* post-236616 - Contact **********/
	

	.contact-section-form .et_pb_module.et_pb_text.et_pb_text_1.cicada-suites-pebble {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#post-236616 .et_pb_row.et_pb_row_0 {
		width: unset;
	}

	#post-236616 .et_pb_text_1.cicada-suites-pebble {
		min-width: unset;	
	} 
	
	#post-236616 .et_pb_section.et_pb_section_2 {
		height: unset;
	}

	#post-236616 .et_pb_text_1.cicada-suites-pebble {
		width: 100%;
	}
	
	#post-236616 .et_pb_section.et_pb_section_1 {
		padding-bottom: 0 !important;
	}
	
	#post-236616 .et_pb_slide.et_pb_slide_0 {
		background-position: -550px;
	}
	
	#post-236616 .et_pb_slide.et_pb_slide_2 {
		background-position: -550px;
	}
	
		
	#post-236616 .et_pb_slide.et_pb_slide_3 {
		background-position: -200px;
	}
	
	#post-236616 .et_pb_slide.et_pb_slide_4 {
		background-position: -550px;
	}
	
	#post-236616 .et_pb_slide.et_pb_slide_5 {
		background-position: -500px;
	}
	
	#post-236616 .et_pb_slide.et_pb_slide_6 {
		background-position: -500px;
	}
	
    .et_pb_section_3.welness-page-section > .et_pb_row_2 .et_pb_column_5 > .et_pb_text {
        height:auto;
        padding-top:30px !important;
        width:100%;
        min-width:unset;
		position: relative !important;
		padding: 0 !important;
    }

    .et_pb_section_4.welnes-page-section {
        padding:0 30px !important;
    }

    .et_pb_section_4.welnes-page-section .cicada-suites-pebble {
        width: 100%;
        text-align: center;
        margin: 40px 0;
        color: #666;
        backdrop-filter: blur(16px) saturate(180%);
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.125);
    }
    
    .et_pb_section_4.welness-page-section > .et_pb_row_3 .et_pb_column_6 > .et_pb_text_3 {
        min-width:unset;
    }

    .et_pb_section_5.welness-page-section {
        padding-top: 30px !important;
    }

    .et_pb_section_5.welness-page-section > .et_pb_row_4 .et_pb_column_9 {
        min-height:40vh;
    }

    .et_pb_section_5.welness-page-section > .et_pb_row_4 .et_pb_column_9 > .et_pb_text_4 {
        min-width:unset;
		position: relative !important;
		padding: 0 !important;
    }

    .et_pb_section_6.welness-page-section .et_pb_row_5 {
        padding:40px 20px !important;
    }

    .et_pb_section_6.welness-page-section .et_pb_row_5 .et_pb_blurb_content {
        text-align:center;
    }

	#suites-container-01-intro {
/* 		min-height: 65vh !important; */
	}
    #suites-container-01-intro,
	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios,
	#suites-container-06-alas,
	#suites-container-07-thea {
		padding: 0px 24px;
		display:block;
		overflow:hidden;
		clear:both;
/* 		display:flex;
		flex-direction:column;
		justify-content:center; */
	}
	#suites-container-01-intro .et_pb_row,
	#suites-container-02-zoe .et_pb_row,
	#suites-container-03-oneiro .et_pb_row,
	#suites-container-04-theros .et_pb_row,
	#suites-container-05-helios .et_pb_row,
	#suites-container-06-alas .et_pb_row,
	#suites-container-07-thea .et_pb_row{
		margin-top:0;
		gap:0;
	}
	
	#suites-container-01-intro .et_pb_image_wrap  {
		display: none;
	}
	
	#suites-pebble-01-intro h2,
	#suites-pebble-02-zoe h2,
	#suites-pebble-03-oneiro h2,
	#suites-pebble-04-theros h2,
	#suites-pebble-05-helios h2,
	#suites-pebble-06-alas h2,
	#suites-pebble-07-thea h2{
		font-family: 'Generica';
		font-style: normal;
		font-weight: 400;
		font-size: 36px;
		line-height: 46px;
		letter-spacing: 0.05em;
		color: #646464;	
		padding-bottom:24px;
	}
	#suites-pebble-01-intro p,
	#suites-pebble-02-zoe p,
	#suites-pebble-03-oneiro p,
	#suites-pebble-04-theros p,
	#suites-pebble-05-helios p,
	#suites-pebble-06-alas p,
	#suites-pebble-07-thea p{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 18px;
		line-height: 21px;
		color: #646464;
	}
	#suites-pebble-01-intro,
	#suites-pebble-02-zoe,
	#suites-pebble-03-oneiro,
	#suites-pebble-04-theros,
	#suites-pebble-05-helios,
	#suites-pebble-06-alas,
	#suites-pebble-07-thea{
		min-width: auto;
		width:100%;
		min-height:100%;
	}
	#suites-container-02-zoe .et_pb_row,
	#suites-container-04-theros .et_pb_row,
	#suites-container-06-alas .et_pb_row{
		flex-direction:column-reverse;	
	}
	#suites-container-01-intro .et_pb_image,
	#suites-container-02-zoe .et_pb_image,
	#suites-container-03-oneiro .et_pb_image,
	#suites-container-04-theros .et_pb_image,
	#suites-container-05-helios .et_pb_image,
	#suites-container-06-alas .et_pb_image,
	#suites-container-07-thea .et_pb_image{
		transform:scale(130%);
	}
	#suites-pebble-01-intro .et_pb_text,
	#suites-pebble-02-zoe .et_pb_text,
	#suites-pebble-03-oneiro .et_pb_text,
	#suites-pebble-04-theros .et_pb_text,
	#suites-pebble-05-helios .et_pb_text,
	#suites-pebble-06-alas .et_pb_text
	{
		padding:30px 0 30px 0!important;
		min-width:auto;
		width:100%!important;
		align-items: flex-start;
		max-height:unset;
		height:auto;
		clear:both;
		top:60px;
	}
	
	#suites-pebble-07-thea .et_pb_text {
		padding:30px 0 0 0!important;
		min-width:auto;
		width:100%!important;
		align-items: flex-start;
		max-height:unset;
		height:auto;
		clear:both;
		top:230px;
	}
	#suites-pebble-06-alas .et_pb_text {
		padding: 1px 0 0 0 !important;
	}
	
    /* Remove pebbles	 */
    .et_pb_divider_hidden:nth-child(1),
	.et_pb_divider_hidden:nth-child(2),
	.et_pb_divider_hidden:nth-child(3){
		display:none;
	}

	/* Wellness Page */
	.et_pb_module.et_pb_text.et_pb_text_3.cicada-suites-pebble.et_pb_text_align_left.et_pb_bg_layout_light.et_had_animation {
/* 		height:unset; */
	}
	.et_pb_module.et_pb_text.et_pb_text_3.cicada-suites-pebble.et_pb_text_align_left.et_pb_bg_layout_light.et_had_animation .et_pb_text_inner h2 {
		padding-bottom: 30px;
	}
	
    .my-footer .et_pb_icon_0_tb_footer, .my-footer .et_pb_icon_1_tb_footer {
        margin-left:unset;
        margin-right:unset;
    }


	/* INTRO - SUITES 1ST PEBBLE */
    #suites-pebble-01-intro {}

    /* ZOE - SUITES 2ND PEBBLE */
    #suites-container-02-zoe {}

    #suites-pebble-02-zoe {}

    /* ONEIRO - SUITES 3RD PEBBLE */
    #suites-container-03-oneiro {}

    #suites-pebble-03-oneiro {}

    /* THEROS - SUITES 4TH PEBBLE */
    #suites-container-04-theros {}

    #suites-pebble-04-theros {}

    /* HELIOS - SUITES 5TH PEBBLE */
    #suites-container-05-helios {}

    #suites-pebble-05-helios {}

    /* ALAS - SUITES 6TH PEBBLE */
    #suites-container-06-alas {}

    #suites-pebble-06-alas {}

    /* THEA - SUITES 7TH PEBBLE */
    #suites-container-07-thea {}

    #suites-pebble-07-thea {}
	
	.FeedGridLayout__grid {
		gap: 10px !important;
	}
	#post-235305 .et_pb_section.et_pb_section_7.et_pb_fullwidth_section.et_section_regular {
		height: 93vh;
	}
}

@media screen and (max-width: 412px) {
	
	.select-season-section .select-season-row {
		height: 100vh !important;
		gap: 0rem !important;
	}
	
/* 	.select-season-summer-module {
		transform: translatey(-80px);
	} */
}

@media screen and (max-width: 398px) {
	.select-season-summer-module {
		transform: translatey(32px) scale(.8);
	}	
}


@media only screen and (min-width: 393px) and (max-width: 393px) and (min-height: 786px) and (max-height: 786px) {
	#suites-pebble-05-helios .et_pb_text {
		top: 0;
	}
	
	#suites-pebble-07-thea .et_pb_text {
		top: 165px;
	}
	
	#suites-pebble-04-theros .et_pb_text {
		top: 23px;
	}
	
	#suites-pebble-03-oneiro .et_pb_text {
		top: 18px;
	}
	

}


@media screen and (min-width: 600px) and (max-width: 688px) {
	.select-season-section .select-season-row {
		gap: 10rem;
	}	
}

 @media all and (min-width: 360px) and (max-width:375px) {
	 .select-season-section .select-season-row {
		gap: 1rem;
	}
	 
	 .select-season-winter-module{
		 transform: scale(.8);
	 }
	 
	 .select-season-summer-module {
		 transform: scale(.8) translatey(32px);
	 }
	
	/****** BOOK NOW MOBILE BUTTON *******/
	
	.book-now-btn {
		right: -10px;
	}
	
	/****** EOL BOOK NOW MOBILE BUTTON *******/
	
	 #suites-pebble-07-thea .et_pb_text {
		 top: 180px;
	 }
	 
	 #suites-pebble-05-helios .et_pb_text {
		 top: 10px !important;
	 }
	 
	 #suites-pebble-04-theros .et_pb_text {
		 top: 15px;
	 }
	 
	 #suites-pebble-03-oneiro .et_pb_text {
		 top: 23px;
	 }
 	
	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios,
	#suites-container-06-alas,
	#suites-container-07-thea{
/* 		min-height: 140vh; */
	}
	 
	 #suites-container-01-intro {
		 min-height: auto;
	 }
	
	
	#suites-pebble-01-intro .et_pb_text {
		padding: 0!important;
	}
	
	#global-header-row .et_pb_image_wrap {
    	left: -35px;
	}
	
	#home-pebble-05-services .et_pb_text {
        padding-right: 45px;
    }
	
	#home-03-gastronomy-container {
		padding-bottom: 105px;
		padding-left: 40px;
		padding-right: unset;
	}
	#home-pebble-03-gastronomy .et_pb_text {
    	padding-right: 0;
	}
	
	#home-pebble-03-gastronomy .et_pb_text {
		padding-right:10px;
	}
	
	#home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) {
		gap: 25px;
	}
	
	#home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(1) {
		left: 10%;
	}
	
	#home-03-gastronomy-container .et_pb_row>.et_pb_column:nth-child(1) .et_pb_image:nth-child(2) {
		right: 7%;
	}	
	
	#home-04-wellness-container {
		height: 140vh;
	}
	
	#home-05-services-container .p1 {
		font-size: 1.8rem;
	}
	
	#post-236731 .et_pb_text_0.cicada-suites-pebble {
		max-height: 225px;
	}
	
	#post-236731 .et_pb_column.et_pb_column_2_5.et_pb_column_1 {
		min-height: 35vh;
	}
	
	#post-236731 .et_pb_row.et_pb_row_3.et_pb_equal_columns {
		top: -15vh;
	} 
} 

@media only screen and (device-width: 375px) and (device-height: 667px) {
	#suites-container-02-zoe, #suites-container-03-oneiro, #suites-container-04-theros, #suites-container-05-helios, #suites-container-06-alas, #suites-container-07-thea {
		min-height: 122vh;
	}
}

@media all and (max-width:360px) {
	
	.select-season-section .select-season-row {
		gap: 6rem;
	}
	
	.select-season-winter-module {
		margin-top: 50px;
	}
	
	.select-season-row {
		height: 100% !important;
	}
	
		 .select-season-winter-module{
		 transform: scale(.7);
	 }
	 
	 .select-season-summer-module {
		 transform: scale(.7) translatey(50px);
	 }
	
	#location-greek-section-1 {
		height: auto !important;
	}
	
	#location-greek-section-4 .cicada-suites-pebble {
		min-width: unset;
	}

	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios,
	#suites-container-07-thea
	{
		min-height: 120vh;
	}
	
	#suites-container-01-intro {
		min-height: auto;
	}
	
	#suites-container-06-alas {
		min-height:120vh;
	}
	
	#suites-pebble-01-intro .et_pb_text {
		top: 50px !important;
	}

	#suites-pebble-07-thea .et_pb_text {
		top: 160px;
	}
	#suites-pebble-06-alas .et_pb_text {
		top: 0;
	}
	
	#suites-pebble-05-helios .et_pb_text {
		top:0;
	}
	#suites-pebble-04-theros .et_pb_text {
		top: 0;
	}
	#suites-pebble-03-oneiro .et_pb_text {
		top: 0;
	}
	
}
@media all and (max-width:330px) {
	
	.season-select-header-row {
		padding: 0;
		width: 100%;
	}

	
	#housekeeping-col {
		min-height: 85vh;
	}
	
	
	.gastronomy-inroom .et_pb_row_1.et_pb_row {
		padding-left: 28px !important;
		padding-right: 28px !important;
	}
	
    .gastronomy-inroom .et_pb_row_1.et_pb_row .et_pb_module.et_pb_text_align_center {
		text-align: start;
	}
	
	#culinary-module {
		min-width: unset;
	}
	
	#cicada-suites-mailoptin .et_pb_newsletter_fields {
		width: 255px;
	}
	
	
	#suites-pebble-01-intro {
		height: 100%;
	}
	
	#suites-container-02-zoe,
	#suites-container-03-oneiro,
	#suites-container-04-theros,
	#suites-container-05-helios
	{
		min-height: unset;
		height:130vh;
		
	}
	#suites-container-07-thea {
		min-height: unset;
		height:150vh;
	}
	
	#suites-pebble-01-intro .et_pb_text,
	#suites-pebble-02-zoe .et_pb_text,
	#suites-pebble-03-oneiro .et_pb_text,
	#suites-pebble-04-theros .et_pb_text,
	#suites-pebble-05-helios .et_pb_text,
	#suites-pebble-06-alas .et_pb_text {
		top: 0 !important;
	}
	
	#home-03-gastronomy-container {
		padding: 0 10px;
	}
	.et_pb_text_5.cicada-suites-pebble .et_pb_text_inner {
		padding: 0 20px;
	}
	
	.book-now-btn {
		display: block !important;
		position: absolute;
		top: -16px;
		right: 0px;
		width: 90px;
	}
	
	#main-header-inner .et_pb_image_wrap img {
		left: -40px;
	}
}

@media (min-width: 981px) {

    .et_pb_icon_0_tb_footer,
    .et_pb_icon_1_tb_footer {
        margin-bottom: 100% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.cicada-pebble {
        display: none !important;
    }

  .et_pb_text_10 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        z-index: 2 !important;
    }

    .et_pb_section_12 {
        height: auto !important;
        min-height: 0 !important;
    }

    .et_pb_section_11.contact-section-form {
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important; 
    
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .et_pb_text_10 {
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .et_pb_image_6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    .et_pb_image_6 .et_pb_image_wrap,
    .et_pb_image_6 img.wp-image-372383 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  body .et_pb_section_11.contact-section-form .et_pb_row_8.contact-form {
    width: calc(100vw - 104px) !important;
    max-width: calc(100vw - 104px) !important;
    min-width: 0 !important;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  body .et_pb_text_10 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    width: 100% !important;
    max-width: 550px !important;
    margin: 0 auto 60px auto !important;
  }

body .et_pb_text_10 {
    padding-top: 100px !important;
    left: -210px !important;
}

}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
  .et_pb_section_12.contact-section-form {
    padding-left: 63px !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .et_pb_section_12.contact-section-form .et_pb_row_9 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}