/* 
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 */


/*general */
.page-header {
    display: none !important;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
/* Footer */
footer a {
    color: #fff;
}
/* contact form */
.wpcf7 form .col-md-6 {
    width: 50%;
}
.wpcf7 form .col-md-12 {
    width: 100%;
}
.wpcf7 form .row {
    display: flex;
	    gap: 20px;
}
.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form input[type=phone], .wpcf7-form textarea {
    border: 1px solid #ccc;
    border-radius: 0;
}
.wpcf7-form label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 25px;
    display: block;
}
.wpcf7 input[type="tel"], .wpcf7 select {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.wpcf7 input[type="tel"]:focus, .wpcf7 select:focus {
	 border: 1px solid #ccc;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #997C60;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 12px 30px;
}

/* Google review */
.wp-gr .wp-google-text {
    font-size: 18px !important;
    line-height: 26px !important;
}