/*
Theme Name: aspen
Text Domain: twentytwenty
Version: 2.8
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description:  The Custom Theme With ACF Flexible Content Option March 2025
Tags: Theme Option, Header Footer
Author: the Dev team
Author URI:  
Theme URI:#
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

 
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 7px;
}
.wpcf7-response-output {
	    margin: 0 !important;
    font-size: 14px;
    padding: 10px !important;
}

 

.contact .container .contact-panel .contact-box form input:not([type=submit],[type=radio]) {
    width: 100%;
}

[data-name="Howcanwehelp"] {
   width: 100% !important;
}

[data-name="consent"] {
   width: 100% !important;
}

span.wpcf7-list-item.first.last {
    width: 100% !important;
    display: ruby-text;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 1px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 46%;
}

.wpcf7-response-output {
    width: 100% !important;
    text-align: center;
}
@media only screen and (max-width: 767px) {
   .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
}