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

/*.all_com_pr span:before{color:#FB9C30;}*/
/*.com_block_star{margin:10px 0;}*/
/*.comments-rating{border: none;padding: 0;margin-left: 0;}*/
/*.comments-rating label{display:inline-block;font-size:18px;}*/
/*.rating-container{font-size: 0;unicode-bidi: bidi-override;direction: rtl;}*/
/*.rating-container * {font-size: 1.4rem;}*/
/*.rating-container > input {display: none;}*/
/*.rating-container > input + label {*/
/*    font-family:'dashicons';*/
/*    display: inline-block;*/
/*    overflow: hidden;*/
/*    text-indent: 9999px;*/
/*    width: 1em;*/
/*    white-space: nowrap;*/
/*    cursor: pointer;*/
/*    margin: 0;*/
/*}*/
 
/*.rating-container > input + label:before {*/
/*    display: inline-block;*/
/*    text-indent: -9999px;*/
/*    content: "\f154";*/
/*    color: #888;*/
/*}*/
 
/*.rating-container > input:checked ~ label:before,*/
/*.rating-container > input + label:hover ~ label:before,*/
/*.rating-container > input + label:hover:before {*/
/*    content: "\f155";*/
/*    color: #FB9C30;*/
/*    text-shadow: 0 0 1px #888;*/
/*}*/
 
/*.rating-container > .star-cb-clear + label {*/
/*    text-indent: -9999px;*/
/*    width: .5em;*/
/*    margin-left: -.5em;*/
/*}*/
 
/*.rating-container > .star-cb-clear + label:before {*/
/*    width: .5em;*/
/*}*/
 
/*.rating-container:hover > input + label:before {*/
/*    content: "\f154";*/
/*    color: #888;*/
/*    text-shadow: none;*/
/*}*/
 
/*.rating-container:hover > input + label:hover ~ label:before,*/
/*.rating-container:hover > input + label:hover:before {*/
/*    content: "\f155";*/
/*    color: #FB9C30;*/
/*    text-shadow: 0 0 1px #888;*/
/*}*/

#respond, .comment-list, .h_wrap {
    max-width: 1120px;
    margin: 0 auto !important;
}
#comments a {
   color: #6ec1e4 !important; 
}

.comment-content, .comment-author {
    font-size:18px;
}
.comment-metadata, .reply {
    font-size:14px !important;
}

textarea {
    border: 1px solid #ccc;
}

[type=submit]:focus, [type=submit]:hover {
    background-color: #124F98;
}

[type=submit] {
    color: #124F98;
    border: 1px solid #124F98;
}

@media (max-width: 767px) {
#comments {
    padding: 0px 20px 0px 20px;
   }
}