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


/* Box only legacy/non-Elementor pages */
.not-built-with-elementor [data-widget_type="theme-post-content.default"] {
    width: 100%;
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 50px 0;
}

.not-built-with-elementor.single-post hr {
    display: none;
}

@media (max-width: 1200px) {
    .not-built-with-elementor [data-widget_type="theme-post-content.default"] {
        width: 100%;
        max-width: 100% !important;
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .not-built-with-elementor [data-widget_type="theme-post-content.default"] {
        padding: 30px;
    }
}

.vc-migrated-button.wp-element-button {
    font-family: "Raleway", Sans-serif;
    font-size: 0.9em;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    background: #24286C;
    display: block;
    width: fit-content;
    margin: 40px auto 40px;
    border-radius: 5px;
    clear:both;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .elementor-widget-text-editor strong {
    font-weight: 900;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .not-built-with-elementor .elementor-widget-theme-post-content ul, .not-built-with-elementor .elementor-widget-theme-post-content ol {
    margin-bottom: 30px;
}

.elementor-widget-text-editor ul li, .elementor-widget-text-editor ol li, .not-built-with-elementor .elementor-widget-theme-post-content ul li, .not-built-with-elementor .elementor-widget-theme-post-content ol li {
    margin-bottom: 10px;
}

.not-built-with-elementor h2, .not-built-with-elementor h3 {
    margin-bottom: 40px;
    clear: both;
}

.not-built-with-elementor h3 img {
    margin-bottom: 20px;
}

.not-built-with-elementor h3 img.alignright {
    margin-left: 50px;
    clear: right;
}

.not-built-with-elementor h3 img.alignleft {
    margin-right: 50px;
    clear: left;
}

.not-built-with-elementor iframe {
    max-width: 80%;
    width: 80%;
    height: auto;
    margin: 0 10% 40px;
    display: block;
    aspect-ratio: 16/9;
}

.not-built-with-elementor hr {
    margin: 40px auto;
    border: 1px solid #E0E0E0;
    width: 100%;
    max-width: 1300px;
}
