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


.single .elementor-widget-theme-post-content img{
    border-radius: 10px;
    margin-bottom: 20px;
}

.single .elementor-widget-theme-post-content img[align="left"],
.single .elementor-widget-theme-post-content img.alignleft{
    margin-right: 20px;
}

.single .elementor-widget-theme-post-content img[align="right"],
.single .elementor-widget-theme-post-content img.alignright{
    margin-left: 20px;
}

.single .elementor-widget-theme-post-content blockquote{
    position: relative;
    background: #f7f7f7 !important;
    padding: 30px;
    margin: 30px 0px;
    border-radius: 30px;
    overflow: hidden;
    padding-left: 80px;
}

.single .elementor-widget-theme-post-content blockquote em{
    font-style: normal;
}

.single .elementor-widget-theme-post-content blockquote:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    background: #3B66B0;
}

.single .elementor-widget-theme-post-content blockquote:after {
    position: absolute;
    color: #3B66B0;
    content: "“";
    display: block;
    font-family: Times New Roman,Times,serif;
    font-size: 60px;
    font-weight: 900;
    height: .6em;
    line-height: 1;
    top: 15px;
    left: 40px;
}

.single .elementor-widget-theme-post-content figure{
    margin-top: 20px;
}

.single .elementor-widget-theme-post-content img.aligncenter{
    margin-top: 20px;
    margin-bottom: 20px;
}

.single #commentform{
    gap: 10px;
}

.single #commentform .comment-form-comment{
    width: 100%;
}

.single #commentform .comment-form-cookies-consent{
    display: flex;
    align-items: flex-start;
}

.single #commentform #wp-comment-cookies-consent{
    margin-right: 10px;
    line-height: 130%;
    margin-top: 6px;
}

.single #commentform .comment-form-cookies-consent label{
    line-height: 130%;
    vertical-align: top;
    font-size: 16px;
}

.single #commentform #comment{
    max-height: 120px;
}

.single .comment-list{
    width: 100%;
}

.single  #comments{
    flex-wrap: wrap;
}

/* Mobile Devices */
@media only screen and (max-width: 765px) {

    .single .elementor-widget-theme-post-content blockquote{
        padding: 20px;
        padding-left: 40px;
    }

    .single .elementor-widget-theme-post-content blockquote:before{
        width: 8px;
    }

    .single .elementor-widget-theme-post-content blockquote:after {
        font-size: 40px;
        top: 15px;
        left: 15px;
    }
}