/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Parisa Parvizi
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/
*{
	list-style:none;
}
.header-content h2:before {
content: "//";
    margin-left: 0.3em;
    display: inline;
    vertical-align: text-top;
    font-weight: 900;
    letter-spacing: .05em;
    color:var( --e-global-color-9b95751 );
}
.header-content-white h2:before{ 
   content: "//";
    margin-left: 0.3em;
    display: inline;
    vertical-align: text-top;
    font-weight: 900;
    letter-spacing: .05em;
    color: white;
}

/* Comment */
.comment-form-author{
float:left;
    width: 45%;
}
.comment-form-email{
    width: 45%;
}
#reply-title{
    display:none;
}
#commentform #email-notes{
    font-size: 14px;
    font-weight: 400;
}
.required-field-message{
    font-size: 14px;
    font-weight: 400;
}
.comment-form-cookies-consent{
    font-size: 14px;
    font-weight: 400;
}
#commentform #comment, #commentform input:not(#submit){
    border: 1px solid #7A7A7A24;
    box-shadow:none;
    margin-top: 10px;
}