/*
Theme Name: Constructo Child Theme
Theme URI: https://anpsthemes.com/constructo-landing-page/
Description: Constructo Child Theme
Author: AnpsThemes
Author URI: https://themeforest.net/user/Anps/portfolio
Template: constructo
Version: 1.0.0
*/

@import url("../constructo/style.css");
/* Style the success message */
.wpcf7-form.sent .wpcf7-response-output{
    color: #1e7e34;
    background-color: #d4edda;
    padding: 10px;
	border: none !important;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* Style the Warning message */
.wpcf7-form.invalid .wpcf7-response-output{
    color: #a71d2a;
    background-color: #f8d7da;
    padding: 10px;
	border: none !important;
    border-radius: 4px;
    margin-bottom: 20px;
}