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

.elementor-element.elementor-element-8fbec48.elementor-widget.elementor-widget-post-comments {
    padding: 5%;
    background: #FAFAFD;
}

textarea#comment {
    background: #FFFFFF;
/* Principal/Blue */
    border: 2px solid #113154;
    border-radius: 5px;
}

form#commentform label {
    margin-bottom: 15px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    margin-top: 16px;
}


form#commentform input {
    border-bottom: 2px solid #113154;
    background: transparent;
    /* padding: 0px; */
}
input#submit {
    background: #113154 !important;
}

p.comment-form-cookies-consent label {
    font-weight: 400 !important;
    color: #1E1E28;
    font-size: 18px !important;
}
span.elementor-post-date {
    font-family: 'Raleway', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #282833;
}
span.elementor-post-categories {
    display: block;
}

span.elementor-post-categories ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    max-width: 75%;
}
.elementor-posts .elementor-post__avatar img {
    border-radius: 50%;
    width: 48px !important;
    padding: 3px;
}
.elementor-post__avatar {
    margin-top: 10px;
}
span.elementor-post-categories ul li {
    list-style-type: none;
    margin-right: 5px;
    margin-bottom: 8px;
}

span.elementor-post-categories ul li a {
    color: #282833;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #D2D4E9;
    border-radius: 5px;
    padding: 5px;
}

span.elementor-post-categories ul li a:hover {
    font-size: 14px;
}
.elementor-post__avatar {
    display: flex;
    align-items: center;
    pointer-events: all !important;
}

.content_text_user p {
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
}

.content_text_user {
    margin-left: 10px;
}

.content_text_user a{
	color:#282833;
}

.home .elementor-post__text {
    display: flex !important;
    justify-content: center;
}
.elementor-posts .elementor-post__avatar {
    height: auto !important;
    top: 0px !important;
    padding-left: 0px !important;
}

.elementor-posts .elementor-post__avatar img {
    transform: inherit !important;
}


.content_text_user a {
    color: #113154 !important;
}

