/* 
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 */
pre, code, kbd, tt, var {
    font-size: inherit;
}
input::placeholder, textarea::placeholder {
    opacity: 1 !important;
}
body {
    overflow-wrap: break-word;
}
.elementor hr {
    background-color: #aaaaaa;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 1.2em;
}
ul + p, ol + p, ul + h1, ol + h1, ul + h2, ol + h2, ul + h3, ol + h3, ul + h4, ol + h4, ul + h5, ol + h5, ul + h6, ol + h6 {
    margin-top: 1.2em;
}
.elementor-widget-heading .elementor-heading-title {
    line-height: 1.1;
}
.elementor-widget-heading p.elementor-heading-title {
    line-height: 1.5;
}
main a {
    text-decoration-thickness: 1px !important;
    text-decoration: underline !important;
}
main a:hover {
    text-decoration: none !important;
}
main a.elementor-button, main a.button {
    text-decoration: none !important;
}
main h1 a, main h2 a, main h3 a, main h4 a, main h5 a, main h6 a {
    color: #1200ff !important; /* CHANGE THIS TO THE LINK COLOR!!! */
    text-decoration: none !important;
}
main li.elementor-icon-list-item > a {
    text-decoration: none !important;
}
header .elementor-sticky {
    width: 100% !important;
}
/*
header .elementor-sticky--effects {
    border-bottom: 1px solid #dedede;
}
*/
header .e-con-inner, header .elementor-sticky--effects .e-con-inner {
    transition: all 0.25s cubic-bezier(.4, 0, .2, 1);
}
header .header-logo img, header .elementor-sticky--effects .header-logo img {
    transition: all 0.25s cubic-bezier(.4, 0, .2, 1);
}
.comments-area {
    border-top: 1px solid #ccc;
}
.comment-list, .comment-list .children {
    list-style: none;
}
.comment-list {
    padding-left: 0;
    margin-left: 0;
}
.comment-body {
    border: 1px solid #ccc;
    padding: 3em;
    margin: 4em 0;
}
.comment-metadata {
    font-size: 0.8em;
}
.comments-area .comment-author a {
    pointer-events: none;
    color: #333333;
    text-decoration: none !important;
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1200px) {
    header .elementor-sticky--effects .header-logo img {
        max-width: 100px !important;
    }
}