/* 
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: Elementor Team
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
*/

/*
    Add your custom styles here
*/

.title-comments {
	
	font-family:'Jost';
	
}


.error-field {
	
	border:1px #ff0000 solid;
	
}

.error {
	
	
	color:#ff0000;
	font-family: 'Jost';
}

label {
	
	width:100%;
	float:left;
	padding-bottom:1rem;
	font-family: 'Jost';
}


.comment-form-author, .comment-form-url {
	
	width:33.3333%;
	float:left;
	border-radius:0px;
	
	
}

.comment-form-email {
	
	width:33.3333%;
	float:left;
	padding:0 2rem;
	
	
}


#comment, #author, #email, #url {
	
	font-family: 'Jost';
	border-radius:0px;
	border:2px #FBC00B solid;
	
}

#reply-title {
	
	float:left;
	width:100%;
	font-family:'Jost';
	font-size:20px;
}


.comments-form {
	
	width:100%;
	float:left;
	margin-top:2rem;
}

.comment-body {
	
	font-family: 'Jost' !important;
}

.comments-loadmore {
	
	border: 2px #FBC00B solid;
    text-align: center;
    width: 200px;
    padding: 0.5rem 1rem;
    margin: 0px auto;
    margin-top: 1rem;
    font-family: 'Jost' !important;
    cursor: pointer;
    text-transform: uppercase;
    color: #FBC00B;
}


#cancel-comment-reply-link {

float: right;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px #FBC00B solid;
    padding: 0.3rem;
    color: #FBC00B;
}