/**
* Theme Name: Villax Child
* Description: This is a child theme of Villax, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: villax
* Version: 1.2.3
*/

/* BLOG */
.recent-posts-info .post-title span{
	font-size: 14px !important;
}
.article-default .entry-content-wrapper .entry-title a{
	font-size: 20px !important;
}
.article-default .entry-content-wrapper .entry-meta .categories-link{
	display: none !important;
}
/* TESTEMUNHOS */
.elementor-widget-villax-testimonials .content{
	font-weight: 400;
  font-size: 15px;	
}
/* CONTACT FORM */
.form-divider {
    margin: 30px 0 !important;
    border: 0;
    border-top: 1px solid #ddd;
}
.elementor hr {
    background-color: transparent;
    margin: 30px 0 !important;
}
.cf-full,
.cf-full input {
    width: 100%;
}

.cf-row {
    display: flex;
    gap: 20px;
}

.cf-row .cf-col {
    flex: 1;
}

.cf-row input,
.cf-full input,
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
}
.wpcf7 textarea {
	resize: none;
	height: 150px;
}

@media (max-width: 767px) {
    .cf-row {
        flex-direction: column;
        gap: 10px;
    }
}
.wpcf7 input[type="date"] {
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    font-family: inherit;
    color: inherit;
}

/* detalhe do alojamento */
#search_form .field-group-inner{
    height: auto !important;
}


.no-comments{
    display:none !important;
}