/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.w100,
.w100 img,
.w100 a{
	width: 100%;
}
.headerContactList strong {
	display: block;
	width: 100%;
}

form.contactPageForm input[type="text"],
form.contactPageForm input[type="email"],
form.contactPageForm input[type="tel"],
form.contactPageForm select,
form.contactPageForm textarea {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    display: block;
    outline: 0;
    padding-left: 0;
    padding-right: 0;
}

form.contactPageForm .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    position: relative;
}

form.contactPageForm label {
	 display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

form.contactPageForm .wpcf7-list-item {
	margin: 0;
 }

form.contactPageForm input[type="submit"]{
	display: block;
	width: 100%;
}

form.contactPageForm span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    font-weight: bold;
}

form.contactPageForm textarea {
    height: 150px;
}