/*
Theme Name: Citadela Child
Template: citadela
Version: 1.0
Description: Child theme for Citadela 
Author:
Author URI:
Description:
Tags:
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* CONTACT FORM 7 */
.wpcf7-container {
}
.wpcf7-form {
	margin: 10px;
	padding: 30px;
	background-color: #fff;
}
.wpcf7-form label {
	font-weight: bold;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
}
.wpcf7 input[type="submit"] {
	border-radius: 5px; 
	background-color: rgb(209, 72, 46); 
	border-color: rgb(209, 72, 46);
	color: white;
	font-size: 20px;
	line-height: 1.5em;
	cursor: pointer;
}
@media (max-width: 768px) { 
  .wpcf7-form-control.wpcf7-text {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}


/* Submit Listing form */
.hint {
	font-size: 80%;
	color: darkgray;
}

/* WP BLOCKS */
.wp-block-separator {
	padding-bottom:30px;
}