/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 5.2
Description: Divi - Child 
Author: Cato
Author URI: https://gatto-perso.gr/
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */
body h1, body h2, body h3, body h4{
	font-family: 'Cinzel','Inter';
}

.home-intro-one h1 {
    color: white;
    font-size: 20px;
}

.home-intro-one p {
    font-family: 'Cinzel', 'Inter';
    font-size: 60px;
    line-height: 1.2em;
    margin-top: 30px;
    color: white;
}

.home-intro-two {
    color: white;
    font-size: 20px;
    font-weight: normal;
}


.villa-blurb .et_pb_main_blurb_image .et_pb_image_wrap:before {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 86, 150, 0.1) 50% 100%) !important;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	z-index: 99;
}

.villa-blurb .et_pb_main_blurb_image{
	overflow: hidden;
	position: relative;
}

.villa-blurb .et_pb_main_blurb_image img, .villa-blurb .et_pb_blurb_container{
	transition: .5s all ease;
}

.villa-blurb .et_pb_blurb_container {
    position: absolute;
    z-index: 9999999;
    bottom: 20px;
    left: 20px;
}

.villa-blurb h4.et_pb_module_header {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.villa-blurb .et_pb_blurb_description {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.villa-blurb:hover img {
    transform: scale(1.1);
}



form.wpcf7-form input[type="tel"], form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form textarea, form.wpcf7-form input[type="date"], form.wpcf7-form input[type="number"] {
    padding: 10px 18px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #f2ebdc;
    color: #000000;
    font-size: 16px;
    transition: all 0.8s ease;
    background-color: #f2ebdc;
	border-radius: 10px;
}

form.wpcf7-form label {
    color: #f2ebdc;
}

.wpcf7-submit {
    background-color: white;
    color: black;
    border: 1px solid black;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    cursor: pointer;
    padding: 8px 12px;
    transition: all 0.4s;
}

.wpcf7-submit:hover {
    background-color: black;
    color: white;
}

.contact-form-columns {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
}

.contact-form-columns>p {
    flex: 1;
}



/* ==========================================================================
   Terra Elea - Elegant Booking Form Fixes
   ========================================================================== */

.tf-booking-form {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(75, 89, 69, 0.08) !important;
}

/* Διόρθωση των Labels για να είναι ευανάγνωστα (Dark Olive) */
.tf-booking-form label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #4B5945 !important; /* Σκούρο λαδί για contrast */
    display: block !important;
    margin-bottom: 8px !important;
}

/* Απόσταση μεταξύ των πεδίων */
.tf-field {
    margin-bottom: 25px !important;
}

/* Δομή Grid για Desktop */
.tf-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.tf-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

/* Styling των Inputs σύμφωνα με την παλέτα Sand Beige */
.tf-booking-form input[type="text"],
.tf-booking-form input[type="email"],
.tf-booking-form input[type="tel"],
.tf-booking-form input[type="date"],
.tf-booking-form input[type="number"],
.tf-booking-form select,
.tf-booking-form textarea {
    width: 100% !important;
    background-color: #F2EBDC !important; /* Sand Beige από τα specs */
    color: #2C302E !important;
    border: 1px solid #E0DED9 !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}

/* Focus State */
.tf-booking-form input:focus,
.tf-booking-form select:focus,
.tf-booking-form textarea:focus {
    background-color: #ffffff !important;
    border-color: #C07A5A !important; /* Terracotta */
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(192, 122, 90, 0.15) !important;
}

.tf-booking-form textarea {
    height: 140px !important;
}

/* Διόρθωση Κουμπιού σε Terracotta (#C07A5A) */
.tf-submit-container {
    text-align: center !important;
    margin-top: 10px !important;
}

.tf-booking-form input[type="submit"].et_pb_button {
    background-color: #C07A5A !important; /* Terracotta */
    color: #ffffff !important;
    font-family: 'Cinzel', serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    padding: 16px 36px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    display: inline-block !important;
}

.tf-booking-form input[type="submit"].et_pb_button:hover {
    background-color: #4B5945 !important; /* Μετατρέπεται σε Olive Green στο hover */
    letter-spacing: 3px !important;
    box-shadow: 0 8px 20px rgba(75, 89, 69, 0.2) !important;
}

/* Responsive για Κινητά */
@media screen and (max-width: 767px) {
    .tf-grid-2, .tf-grid-3 {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .tf-booking-form {
        padding: 25px 20px !important;
    }
}

.tf-field br {
    display: none;
}




li.book-button a {
    background-color: #4b5945;
    color: white !important;
    padding: 16px 25px !important;
    border-radius: 0px;
    font-size: 15px;
	transition: all 0.5s;
}

li.book-button a:hover{
	background-color: #f2ebdc;
	color: #4b5945 !important;
}

.et-fixed-header #top-menu li.book-button a{
	color: #fff !important;
}

header#main-header.et-fixed-header {
    background-color: #ffffff94;
    backdrop-filter: blur(10px);
}

/*
.home #main-header{
	background-color: transparent !important;
    backdrop-filter: blur(17px);
}

.home div#et-main-area{
	margin-top: -110px;
}*/

.mfp-title {
    display: none !important;
}

@media screen and (max-width: 980px){
	.footer-title, .footer-text {
    text-align: center !important;
}
	
	.et_pb_social_media_follow_0_tb_footer {
    justify-content: center !important;
}
	
	.et_mobile_menu{
		    background: #f2ebdc !Important;
	}
}