/*
Theme Name: Builtup Child
Template:   builtup
Theme URI: https://themeforest.net/user/awaiken
Description: Construction WordPress Theme
Author: Awaiken
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: builtup-child
*/

.contact-form .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid var(--divider-color) !important;
}
/* 
Case Study Feature image hide css */
.case-study .post-single-image{
	display:none;
}
.case-study{
	border:1px solid #dddddd;
}
  

.elementor-widget-button #digital-solution::after{
	background:#E9F7FE !important;
}
/* 
Contact success messages */

.contact-form .sent .wpcf7-response-output{
    border: 1px solid #68C821 !important;
    color: #68C821 !important;
    font-weight: bold;
}