/*
Theme Name: Peskesi
Description: Peskesi Theme
Author: Enhance Digital Agency
Author URI: https://enhance.gr
Version: 1.4.1
Template: caverta
*/

/* Globals */
:root {
    /* --light-green: #8cada2; */
    --light-green: #4c5d4d;
    --dark-green: #4c5d4d;
    --ceramic: #a86e53;
    --light-ceramic: #b0905f;
    --ultra-light-ceramic: #e3d3c5;
    --grey: #d6d6d4;
    --light-grey: #e7e9ea;
    --menu-second: #bcbcbc;
    --light-white: #eee;
    --font-primary: "Peskesi";
    --graphine-color: #414141f2;
    --cookie-color: var(--dark-green);
	--e-a-bg-default: #ffffff;
}

::selection {
    background-color: var(--dark-green) !important;
    color: #fff !important;
}

html { 
	overflow-y: scroll !important; 
}

html,
body {
    width: 100% !important;
	-webkit-overflow-scrolling: touch;
    user-select: none !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
}

a {
    text-decoration: none;
}

p a {
    border-bottom: none !important;
}

p {
    line-height: 22px !important;
}

#wpadminbar span {
    font-family: dashicons !important;
}

/* Init Cera Font */
@font-face {
    font-family: "Peskesi", sans-serif;
    src: url("./fonts/CeraProBlack.woff2");
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: "Peskesi";
    src: url("./fonts/CeraProBold.woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Peskesi";
    src: url("./fonts/CeraProMedium.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Peskesi";
    src: url("./fonts/CeraProMediumItalic.otf");
    font-weight: 400;
    font-style: italic;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
strong,
.widgettitle,
#respond h3 {
    font-family: "Peskesi" !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500 !important;
}

/* Buttons */
.view-more,
.submit,
#submit,
#enhancegr-load-more-post,
.wpcf7-submit,
.white-btn,
.el-btn .elementor-button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-weight: 500;
	font-size:14px;
	line-height: 22px;
	letter-spacing: 0.15em;
    color: #ffffff;
    border: 2px solid var(--light-green) !important;
    text-transform: uppercase;
    padding: 12px 24px;
    background: var(--light-green);
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#enhancegr-load-more-post:hover,
.view-more:hover,
.submit:hover,
#submit:hover,
.wpcf7-submit:hover,
.el-btn .elementor-button.elementor-size-md:hover,
.el-btn .elementor-button.elementor-size-sm:hover {
    color: var(--light-green);
    border: 2px solid;
    background: none;
}

/* Links */
a:hover,
p a:hover {
    color: var(--light-green);
}

.tagcloud a:hover,
.tags-single-page a:hover {
    background: var(--light-green) !important;
    color: #ffffff;
    text-decoration: none;
}

.slider-btn:hover {
    border-bottom: 2px solid var(--light-green);
}

/* Header */
.logo img {
    background: none;
    height: 55px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

body.page-template-template-home .video-container:before {
    background: rgba(0, 0, 0, 0.22);
}

.social-media li,
.footer-social li {
    font-size: 1rem;
}

.social-media,
.footer-social {
    font-size: inherit;
}

.footer-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.enhance {
    display: flex;
    flex-direction: column;
    line-height: 1.7rem;
    margin-top: 5px;
}

.btn-header1 {
    margin-left: 25px;
}

/* Scroll to Top */
.scrollup {
    bottom: 40px;
    right: 20px;
    position: fixed;
}

.scrollup svg path {
    fill: #fff;
}

a.scrolltop {
    z-index: 160;
    padding: 10px 12px;
    cursor: pointer;
    background: var(--light-green);
    border-radius: 50%;
}

.progress-wrap{
    z-index: 1000 !important;
}

/* Footer */
footer div#text-2 svg,
footer div#text-7 svg {
    width: 150px;
}

footer div#text-2 svg path,
footer div#text-7 svg path {
    fill: white !important;
}

.footer-intro {
    text-align: left;
    font-size: 0.85rem;
}

.copyright {
    align-items: center;
}

footer,
footer a,
.footer-social li a {
    color: var(--light-white);
}

footer a:hover,
footer p a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    .testimonial-info h4 {
        font-size: 20px;
    }

    .social-media.social-media1 {
        display: none;
    }
}

.wp-block-image:not(.is-style-rounded) img {
    filter: brightness(0) invert(1);
	width: 70%;
}

/* Main Menu */
.mobile-menu-holder.is-active .menu-mobile li:nth-child(1) {
    -webkit-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.mobile-menu-holder.is-active .menu-mobile li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-menu-holder.is-active .menu-mobile li:nth-child(3) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.mobile-menu-holder.is-active .menu-mobile li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mobile-menu-holder.is-active .menu-mobile li:nth-child(5) {
    -webkit-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.mobile-menu-holder.is-active .menu-mobile li:nth-child(6) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}


.mobile-menu-holder.is-active .menu-mobile li:nth-child(7) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}


.mobile-menu-holder.is-active .menu-mobile li:nth-child(8) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
} 


/* End of Menu */

/* ! In Case that Menu Grows
.mobile-menu-holder.is-active .menu-contact div.mobile-btn {
    -webkit-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
}

.mobile-menu-holder.is-active .menu-contact .social-media {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
} */

/* .mobile-menu-holder.is-active .menu-contact div.mobile-btn {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
 */


 .menu-mobile li:hover>a, .menu-mobile li.current-menu-item>a {
    color: var(--e-a-bg-default, #fff);
}


.mobile-menu-holder.is-active .menu-contact .social-media {
   -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.mobile-menu-holder.is-active .menu-mobile li,
.mobile-menu-holder.is-active .social-media,
.mobile-menu-holder.is-active div.mobile-btn {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    opacity: 1;
    -moz-transform: translateY(-16px);
    -o-transform: translateY(-16px);
}

.mobile-menu-holder .menu-mobile li,
.mobile-menu-holder .social-media,
.mobile-menu-holder div.mobile-btn {
    -webkit-transition: transform ease 0.5s 0s, opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
    transition: opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
    -o-transition: transform ease 0.5s 0s, opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
    transition: transform ease 0.5s 0s, opacity ease 0.25s 0s;
    transition: transform ease 0.5s 0s, opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
    opacity: 0;
    -moz-transition: transform ease 0.5s 0s, opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
    -ms-transition: transform ease 0.5s 0s, opacity ease 0.25s 0s, -webkit-transform ease 0.5s 0s;
}

.nav-button-holder.nav-button-holder-3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

header.header-3 .wpml-ls-legacy-list-horizontal {
    margin-left: 20px;
}

.menu-mobile {
    margin: 30px auto;
}

.mobile-menu-holder {
    background: rgb(0 0 0 / 85%);
}

.menu-mobile li a {
    color: var(--menu-second);
}

.social-media li a {
    color: #fff
}

.menu-contact .mobile-btn a {
    background: transparent;
    color: #fff;
    border-color: #fff !important
}

.btn-header .view-more,
div.slider-caption a.view-more{
    border-color: #fff !important;
}

.menu-contact .mobile-btn a:hover,
.menu-contact .mobile-btn a:active {
    background: #fff;
    color: #000;
}

@media (min-width: 768px) and (max-width: 979px) {

    .logo-1,
    .social-btn-top1 {
        flex: 1 1 0px;
    }
}

.social-btn-top1 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

.social-btn-top1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}




/* Page Title */
.inner-desc h1,
div.slider-text {
    line-height: 3.2rem;
    margin-bottom: 1.1rem;
    font-size: 2.8rem;
    font-weight: 500;
}

/* Woocommerce */
.woocommerce-info::before {
    color: var(--dark-green) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: 3px solid var(--light-green) !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fff;
    color: var(--light-green);
}

.inner-desc h1.product-page-title {
    line-height: 4rem;
    margin-bottom: 0px;
    font-size: 3.4rem;
}

/* .topWooBkg {
    height: 55vh;
    background-color: var(--light-ceramic);
} */

@media (max-width: 576px) {
    .inner-desc h1.product-page-title {
        line-height: 2.6rem;
        font-size: 2rem;
    }
}

input[type="number"].qty,
.woocommerce .woocommerce-ordering select {
    font-weight: 500;
    border: 2px solid var(--light-green) !important;
    text-transform: uppercase;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 5rem !important;
}

.woocommerce .woocommerce-ordering select {
    width: auto !important;
    text-transform: none !important;
}

.woocommerce .quantity .qty {
    text-align: right;
}

div.pswp__caption__center {
    display: none !important;
}

body.single-product header#header-3 {
    margin-top: 0px;
    background: var(--dark-green);
    padding: 20px 30px;
}

div.elementor-add-to-cart form.cart {
    display: flex;
    flex-direction: row;
}

/**
 * Woocommerce Single Product
 */


body.single-product .topWooBkg {
    height: 25vh;
    background-color: transparent;
}

/* Woocommerce Product Archives / Shop Page */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

ul.products span.woocommerce-Price-amount.amount {
    color: var(--dark-green);
    font-size: 1.2rem;
}

span.price ins {
    text-decoration: none;
}

ol.flex-control-nav.flex-control-thumbs li {
    margin: 0 15px 0 0;
}

ol.flex-control-nav.flex-control-thumbs {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
}

.product_meta span {
    padding: 5px 0px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--light-green);
    color: #fff;
    opacity: 1;
}

/* Woocommerce Checkout */
input,
select,
textarea,
.select2-container--default .select2-selection--single {
    border: 2px solid var(--light-green) !important;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 0px;
    height: auto;
}

textarea {
    min-height: 120px;
}

body.woocommerce-checkout h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
}

a.woocommerce-terms-and-conditions-link,
a.woocommerce-privacy-policy-link {
    color: var(--dark-green);
    text-decoration: underline;
}

.woocommerce table.shop_table {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
	    table-layout: auto;
}

.woocommerce table.shop_table thead {
    background: var(--dark-green);
    color: white;
}

.woocommerce table.shop_table th {
    padding: 12px;
    border-bottom: 0;
	text-align: left;
}

.woocommerce table.shop_table td{
	text-align: left;
}

.woocommerce table.shop_table dl.variation {
	display: flex;
    justify-items: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: start;
    flex-direction: column;
    
}

.woocommerce table.shop_table dl.variation dd p{
	margin-right: 20px;
}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	    background-color: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid #ffffff;
	    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;

}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--light-grey);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--dark-green);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
}

/* Variations */
.product-type-variable div.elementor-add-to-cart form.cart {
    display: flex;
    flex-direction: column;
}

table.variations {
    border: none !important;
}


table.variations tr {
    display: flex;
    align-content: flex-end;
    align-items: center;
    margin: 20px 0px;
}


.woo-variation-swatches.wvs-show-label .variations td {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: none;
    padding: 0 3rem 0 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    margin: 30px 0px;
}

a.reset_variations {
    visibility: visible;
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.woocommerce-variation.single_variation {
    margin-top: 3rem;
}

.woocommerce-variation-price {
    color: #000000;
    font-size: 2rem;
}

.woocommerce table.shop_attributes,
tr.woocommerce-product-attributes-item>tr,
.woocommerce table.shop_attributes th,
tr.woocommerce-product-attributes-item>td {
    border: none !important
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0px;
}

span.woo-selected-variation-item-name {
    display: none !important;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    height: 2rem;
    width: 2rem;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2.7rem;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: var(--dark-green);
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

body.woocommerce-shop .woocommerce span.onsale {
    line-height: 2.4rem;
}

a.woocommerce-product-gallery__trigger {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {

    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        float: none;
        text-align: center;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100% !important;
        margin-bottom: 5rem;
    }
}

/* Modal */
div#reservationModal {
    background: rgba(0, 0, 0, 0);
}

div.modal .modal-content {
    border-radius: 0px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

div.row.book a {
    flex-direction: column;
    align-items: center;
}

div.modal-content {
    background-color: var(--dark-green);
}

div.modal-content a {
    padding: 20px;
}

#farmModal textarea,
#farmModal2 textarea{
    min-height: 20px;
    height: 70px;
    width: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.farm_reserve_btn {
    border: 2px solid white !important;
    margin-top: 15px;
}

#farmModal .wpcf7-not-valid-tip,
#farmModal2 .wpcf7-not-valid-tip {

    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin: -15px 0px 10px;
    font-style: italic;
}

#chooseExperienceModal a.book-farm.d-flex.h-100.draw-border {
    padding: 60px;
}

.row.reserve-holder {
    align-items: flex-end;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.farm_reserve_btn:hover {
    color: var(--light-green);
    background-color: #fff;
}

/* Drawing Border Modal */
.draw-border {
    position: relative;
    display: inline-block;
    padding: 0.5em 2em;
    cursor: pointer;
    overflow: hidden;
}

.draw-border:before,
.draw-border:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: transparent;
}

.draw-border:before {
    top: 0;
}

.draw-border:after {
    bottom: 0;
}

.draw-border:hover>*>*:before,
.draw-border:hover>*>*:after {
    transform: translate3d(0, 0, 0);
}

.draw-border:hover>*>*>*:before,
.draw-border:hover>*>*>*:after {
    transform: translate3d(0, 0, 0);
}

.draw-border>*:before,
.draw-border>*:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: transparent;
}

.draw-border>*:before {
    left: 0;
}

.draw-border>*:after {
    right: 0;
}

.draw-border>*>*:before,
.draw-border>*>*:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.draw-border>*>*:before {
    top: 0;
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.draw-border>*>*:after {
    bottom: 0;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.draw-border>*>*>*:before,
.draw-border>*>*>*:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 2px;
    background-color: #fff;
}

.draw-border>*>*>*:before {
    left: 0;
    transform: translate3d(0, 105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.draw-border>*>*>*:after {
    right: 0;
    transform: translate3d(0, -105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}


.inner-desc h1,
div.slider-text {
    line-height: 2.4rem;
    margin: 1.1rem auto;
    font-size: 1.8rem;
    font-weight: 500;
    width: 50%;
    letter-spacing: 0.05em;
}

.testimonial-info h4 {
    line-height: 1.7rem;
    font-size: 1.3rem !important;
    width: 70%;
    margin: 0 auto;
}

.video-container:before {
    background: rgba(0, 0, 0, 0.4);
}

.video-container {
    height: 100vh;
}

.item-img:before {
    background: rgba(0, 0, 0, 0.2);
}

.post-subtitle {
    color: #ffffff;
    text-transform: none;
    opacity: 0.9;
    text-align: center;
    display: block;
    width: 60%;
    margin: 1rem auto;
    font-size: 1.2rem;
}

/* Viosimotitta Page */
.viosimotita-bck-color,
.viosimotita-bck-color-3,
.viosimotita-bck-color-4,
.viosimotita-bck-color-7 {
    background-color: var(--light-white);
}


@media (max-width: 1024px) {
    .viosimotita-bck-color-3,
    .viosimotita-bck-color-5,
    .viosimotita-bck-color-7 {
        background-color: #fff;
    }

    .viosimotita-bck-color-2,
    .viosimotita-bck-color-4,
    .viosimotita-bck-color-6 {
        background-color: var(--light-white);
    }
	
	footer .textwidget{
		word-break: break-word;
	}

}

body.page-id-2036 footer,
body.page-id-3878 footer{
    margin-top: 0px;
}

body.page-id-2036 .slider-image,
body.page-id-3878 .slider-image{
    filter: brightness(0.85);
}

/* Contact Page */
body.page-id-2032 .topSingleBkg,
body.page-id-3856 section.topSingleBkg.topPageBkg {
    margin-bottom: 0px !important;
}


body.page-id-2032 footer {
    margin-top: 0px;
}

body.page-id-2032 .elementor-container a,
body.page-id-3856 .elementor-container a {
    color: var(--dark-green);
}

/* Farm Page */
body.page-id-2040 .video-container:before,
body.page-id-4016 .video-container:before {
    background: rgba(0, 0, 0, 0.2);
}


/* Forms Responses */
.wpcf7 form .wpcf7-response-output {
    border: none !important;
    color: white !important;
    margin: 2em 0px 0px !important;
    padding: 0 0 !important;
    font-style: italic;
}

div.modal-content label {
    margin-bottom: 10px;
    color: white;
}

/* Home Page */
.slider-image {
    object-fit: cover;
}

.slider-icons svg {
    margin: 20px 20px 0px;
}

body.page-template-template-home footer {
    margin-top: 0px;
}

svg.d-flex {
    margin: 0 auto !important
}

/* Restaurant Page */
body.page-id-2038 .topSingleBkg {
    margin-bottom: 0px;
}


body.page-id-2038 section.topSingleBkg.topPageBkg:before {
    background-color: rgb(0 0 0 / 14%) !important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body.page-id-2038 footer,
body.page-id-4053 footer {
    margin-top: 0px;
}

/* Restaurant Page Carousel */
.elementor-2038 .elementor-element.elementor-element-c52f28d * {
    max-height: 650px !important;
    object-fit: cover;
	min-height: 170px;
}


/* Scroll to Top Mobile */
@media (max-width: 725px) {
    
    .progress-wrap.btn-right-side {
        right: 25px !important;
    }
    
}

/* Page 404 */
.topPage404 {
    background: url("/wp-content/uploads/2021/09/Peskiesi-by-Dryjohn-345.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.slider-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Responsiveness */
@media (min-width : 768px) and (max-width: 1023px) {

    .espa-banner,
    .espa-banner img {
        max-height: 40px !important;
        height: 40px;
    }
}

@media (max-width : 767px) {

    div.slider-text,
    .testimonial-info h4 {
        width: 100%;
        line-height: 1.7rem;
        font-size: 1.3rem;
    }

    .espa-banner,
    .espa-banner img {
        max-height: 3vh !important;
        height: 3vh;
        vertical-align: top;
        width: 60px;
    }

    .logo img {
        height: 40px;
    }

    .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
        display: none;
    }

    .social-btn-top1 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
        display: block;
        margin-top: 7px;
		margin-left: 0px;
    }

    .copyright {
        align-items: flex-start;
        display: flex;
        flex-direction: column-reverse;
    }

    .copyright ul {
        margin-bottom: 20px;
    }

    .inner-desc h1 {
        word-wrap: normal;
        margin: 0 auto;
    }


    .menu-mobile {
        padding: 10px 20px;

    }

    .menu-contact {
        padding: 0px 20px;
    }

    .elementor-2038 .elementor-element.elementor-element-39a99de:not(.elementor-motion-effects-element-type-background),
    .elementor-2038 .elementor-element.elementor-element-39a99de>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 36% center !important;
    }
	
	.slider-icons {
    	padding: 0px 15px;
	}

    .hp-sm-100{
        width: 100% !important;
    }

}

/* Reservation Form & Links on Restarant Page */
.wpcf7-list-item {
    margin: 10px 0 0;
}

a.gdpr {
    padding: 0px !important;
    color: white;
    text-decoration: underline;
}

.elementor.elementor-2038 a {
    text-decoration: underline;
    font-weight: 500;
}

.elementor.elementor-2038 a.view-more {
    text-decoration: none;

}


/* Home Page Button */
div.slider-caption a.view-more:hover {
    background: none;
    border-color: #ffffff;
    color: #ffffff;	
}

div.slider-caption a.view-more{
	color: #252525;
    background: #ffffff;
    border-color: #ffffff;
    margin-top: 0;
}

@media (min-width: 980px){
	div.slider-caption a.view-more{
		display: none;
	}
}

.ch2-settings-actions p a {
    display: none !important;
}

.ch2-theme-bar .ch2-dialog-actions,
.ch2-container *{
	font-family: 'Peskesi' !important;
}

.elementor-testimonial__text,.elementor-testimonial__name{
	color: #fff !important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-2e39a13a.elementor-section-stretched.elementor-section-height-min-height.animated-slow.elementor-section-boxed.elementor-section-height-default.elementor-section-items-middle.animated.fadeIn{
	z-index: 9999999999999999999 !important;
}

.scrollup{
	z-index: 999999999999999999999 !important;
}

@media (max-width: 800px){
	.ch2-settings-declaration table tr {
		display: flex;
	}
}


@media (max-width: 660px){
	body.page-id-2040 .video-container video,
	body.page-id-4016 .video-container video{
		left:10%;
		zoom: 0.1 !important;
	}
	
	body.page-id-2036 .slider-image, 
	body.page-id-3878 .slider-image{
		width: 230%;
	}
	
}

/* Calendar Booking */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{
    background: var(--dark-green);
    box-shadow: var(--dark-green) 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover,
.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{
	color: #fff !important;
    background: var(--ceramic) !important;
}

.xdsoft_datetimepicker .xdsoft_year{
	min-width:50px;
}


/* Page Title Responsive */
@media (max-width: 767px){
	.topSingleBkg {
	  width: 100%;
	  height: 50vh;
	}
	
	body.page-id-2040 .video-container {
		height: 50vh;
		zoom: 0.9;
	}
	
	body.page-id-2038 .slider-image{
		object-fit: cover;
	}
}

/* Animations fix */
.elementor-3561 .elementor-element.elementor-element-2e39a13a{
	z-index: 9999999;
}

/* Carousel Nav */
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -30px;
    display: block !important;
    border:0px solid black;
}

button.owl-prev svg, button.owl-next svg {
    width: 0.7em !important;
    height: auto;
}

.blog-3col-grid.home-blog-grid.owl-carousel.owl-theme.blog-slider .owl-nav {
    display: block;
}


.blog-item .post-image img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    min-height: 350px;
    object-fit: cover;
}

.blog-item:hover .post-image img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}


/* Dash on subtitles */
.meta-categ:before, .post-meta li.meta-sticky, .smalltitle:before, .smalltitle:after, .tagcloud a:hover, .tags-single-page a:hover, .top-header {
    background: var(--dark-green) !important;
}

.smalltitle{
    color: var(--dark-green) !important;
}

/* Native Scroll to Top Disable */
.scrollup {
    display: none !important;
}

.smalltitle.white.margin-b16{
	color: #fff !important;
}

.smalltitle.white.margin-b16:before,
.smalltitle.white.margin-b16:after{
	background: #fff !important;
}

.smalltitle:before, .smalltitle:after{
    content: none !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}


/* Show - Hide Text */
.bg-margin-for-link,
.bg-close{
    margin: 20px;
}

#farmModal2 .row.book.p-5 .details{
    color: #fff;
}
#farmModal2 .row.book.p-5 .details p {
    margin-bottom: 5px;
}

#farmModal2 .row.book.p-5 .details p span {
    font-style: italic;
}

#farmModal2 .col-md-12.col-12.details {
    margin-bottom: 30px;
}

#farmModal2 .col-md-12.col-12.pro {
    color: white;
    margin-bottom: 30px;
}

#farmModal2 .row.book.p-5 .details p.message {
    margin-top: 20px;
}

/* New Farm & Viosimotita Page */
body.page-id-5018 footer,
body.page-id-5089 footer 
{
    margin-top: 0;
}

body.page footer{
    margin-top: 0 !important;
}




/*Home Grid */
a.mosaico_bloque h1 {
    font-size: 2rem;
}

a.mosaico_bloque {
    height: 55vh !important;
}


body.home .mocaic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.home .mocaic-row .mocaic-col {
  margin-left: 0 !important;
}

body.home .opacity_in {
  opacity: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

body.home .enhance-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
}

body.home .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

body.home .mosaico_bloque {
  position: relative;
  display: block;
  height: 60vh;
  padding: 80px 40px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

body.home .mosaico.mocaic-row {
  margin-bottom: 0;
  margin-left: -5px !important;
  width: calc(100% + 10px);
  margin-top: -5px;
  margin-bottom: 5px;
}

body.home .mosaico_bloque .filter {
  z-index: -1;
}

body.home .mosaico.mocaic-row .mocaic-col {
  padding: 5px !important;
}

body.home .mocaic-row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

body.home .mocaic-row:after {
  content: "";
  display: table;
  clear: both;
}

body.home .mocaic-row .mocaic-col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .75rem;
  min-height: 1px;
}

body.home .mocaic-row .mocaic-col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 601px) {
  body.home .mocaic-row .mocaic-col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  body.home .mocaic-row .mocaic-col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}



@media (max-width: 1024px){
	a.mosaico_bloque h1 {
		font-size: 1.8rem;
	}
}

@media (max-width: 549px){
	a.mosaico_bloque {
		height: 416px !important;
	}
	
	.enhance-background {
    	object-position: left center;
	}
	
}


@media (max-width: 767px){
	.home-blog-grid .blog-item {
		margin: 30px;
	}
	
	.owl-prev{
		margin-left: 0px;
	}
	
		
	.owl-next{
		right: 0px;
	}
	
	h1.post-title.single-post-title {
    	width: 100%;
	}
}


/** New cookie mechanism */
.cky-footer-wrapper div:last-child {
    display: none !important;
}

/**
 * QR 2023 Κυκλική Οικονομία
*/

body.page-id-5621.page,
body.page-id-5651.page{
   background: var(--light-green) !important;
}

@media (max-width: 767px){
	body.page-id-5621.page .btn-header,
	body.page-id-5651.page .btn-header{
		display: block !important;
	}
}


/**
 * Blog Page
*/
.page-numbers{
    border-color: var(--light-green) !important;
    color: #fff !important;
    background: var(--light-green) !important;
}

.page-numbers:hover, .nav-page a:hover{
    color: var(--light-green) !important;
}

span.page-numbers.current-page{
    background-color: #fff !important;
    color: var(--light-green) !important;
}

span.nav-page a {
    color: #fff;
    background: var(--light-green);
    border-color: var(--light-green);
}

.container.blog-holder{
    margin-top: 80px;
}

footer.elementor-slideshow__footer {
    display: none;
}




/*
 * 2024 FIXes and Improvements
 *
*/

body.woocommerce-checkout section.topSingleBkg.topPageBkg,
body.archive.category section.topSingleBkg.topPageBkg,
body.blog section.topSingleBkg.topPageBkg,
body.page-slug-press-kit .video-container
{
    height: 25vh;
    margin: 0;
    position: relative;
}

body.woocommerce-checkout header#header-3,
body.archive.category header#header-3,
body.blog header#header-3,
body.page-slug-press-kit  header#header-3{
    margin-top: 0px;
    background: var(--dark-green);
    padding: 20px 30px;
    position: inherit;
}

body.woocommerce-checkout .item-img:before,
body.archive.category .item-img:before,
body.blog .item-img:before,
body.page-slug-press-kit .video-container:before {
    background: var(--light-green);
}


body.archive.category span.post-subtitle{
	display: none !important;
}

 
.menu-mobile li, .menu-mobile .sub-menu li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-top: 24px;
    text-transform: uppercase;
    list-style: none;
}

.menu-mobile .sub-menu {
    margin-top: 20px;
    padding-left: 12px;
    font-size: 13px;
}

/**
 * Blog
*/

.single-post-content img{
	width: 100%;
	margin: 0 auto;
}

/**
 * Footer Certifications
 */

.footer-certification {
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: space-between; 
	 margin: 0 0 15px 0;
}


@media (min-width: 1040px) {
	.footer-certification {	
    	flex-direction: row;
    	align-items: center;
    	justify-content: space-between;
	}
}

a.footer-certification{
	margin-top: 15px;
}

/**
 * 2025 Experiences 
 * 20/04/2025
 */


body.single-product span.title {
    font-weight: normal !important;
}


/**
 * Single Product
 */

div#wc-bookings-booking-form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    width: 100%;
	border: 0px;
	padding: 15px 0;
}


body.single-product form.cart.enhance-booking-form-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
}



body.single-product fieldset.wc-bookings-date-picker {
    width: 85%;
    display: flex;
	padding: 0;
	margin: 0 3% 0 0;
	flex-direction: column;
}


body.single-product p.form-field.form-field-wide {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px ;
}


.wc-bookings-booking-form .form-field input[type=number] {
    width: 100%;
}


body.single-product .enhancegr-booking-form-right-side {
    width: 20%;
    display: flex;
    flex-direction: column;
}



body.single-product .wc-bookings-date-picker .ui-datepicker-header {
    padding: 0;
    border-bottom: none;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 4px 4px 0 0;
    background-color: var(--dark-green);
    background-image: none;
    background-image: none !important;
    border: 0;
    border-top: 1px solid var(--dark-green);
}


.wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev, .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next{
    background: var(--dark-green) !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: white !important;
    background-image: none !important;
    border-color: none !important;
    text-shadow: none !important;
    color: var(--dark-green) !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background: var(--dark-green) !important;
    color: #fff;

}


.wc-bookings-booking-form .wc-bookings-booking-cost {
    background: transparent;
}




@media (min-width: 1200px){
	.container, .elementor-section.elementor-section-boxed>.elementor-container, .e-con > .e-con-inner {
		max-width: 1140px !important;
    }
	
	body .enhance-experience-grid .e-con-inner{
		width: 1140px !important;
		margin: 0 auto;
	}
}


@media (min-width: 1500px) {
    .container, .elementor-section.elementor-section-boxed>.elementor-container, .e-con > .e-con-inner {
		max-width: 1350px !important;
    }
	
	body .enhance-experience-grid .e-con-inner{
		width: 1350px !important;
		margin: 0 auto;
	}

}



@media (max-width: 768px){
	
	body.single-product fieldset.wc-bookings-date-picker {
   		width: 100% !important;
	}
	
	body.single-product .enhancegr-booking-form-right-side {
		width: 100% !important;
	}
	
	div#wc-bookings-booking-form{
		flex-direction: column-reverse !important;
	}
	
}


#uc_content_accordion_elementor_db9c664 .ue-item-image img {
    width: 100%;
    display: block;
    object-fit: contain;
}


.elementor-widget-ucaddon_content_accordion p a {
    color: white;
    text-decoration-line: underline;
}

body.single-product button.wc-bookings-booking-form-button.single_add_to_cart_button {
    margin: 0 !important;
}


dt.variation-BookingType, dd.variation-BookingType {
    display: none !important;
}



body.woocommerce-order-received .woocommerce-order .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received ul.woocommerce-order-overview ~ p,
body.woocommerce-order-received h2.woocommerce-order-details__title

{
	display: none !important;
}


span.booking-start-date, li.people span {
    font-weight: bold;
}



body.woocommerce-order-received .wc-booking-summary {
    margin: 0;
    border: 0px solid #ddd;
    padding: 0;
    color: #252525;
    border-radius: 0px;
}



body.single-product span.enhance-faq-icon .enhance-faq-icon img {
    object-fit: contain !important;
}

.wc-bookings-booking-form .block-picker li:nth-child(odd) a:hover, .wc-bookings-booking-form .block-picker li:nth-child(odd) a:focus {
    background: var(--dark-green) !important;
    color: #fff;
}



/** WCAG Fixes - 19/07/2025 */
div.slider-caption,
.video-container,
.topSingleBkg,
body.home .mosaico_bloque,
.wpml-ls-legacy-list-horizontal{
    background-color: #00000001;
}

#wc-bookings-booking-form tr span {
    color: var(--dark-green) !important;
}


.wc-bookings-date-picker .ui-datepicker td.bookable a{
    font-family: 'Peskesi';
}


.cya11y-container footer.cya11y-footer {
    display: none !important;
}
