/*
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;
}