/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

span.wpcf7-form-control-wrap {
    display: block;
}
form.wpcf7-form br {
    display: none;
}
.contact .contact-wrap .theme-btn {
    width: fit-content;
}




div#es_form_f1-n1 .es-email {
    padding: 12px 20px 7px 20px;
    border-bottom: 1px solid #b5c1c8;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.14;
    color: #314c5f;
    width: 100%;
}