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

main {
    overflow: hidden;
}

.nui-headline {
    margin-bottom: 30px !important;
}
.nui-headline h2:after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #69ffff;
    position: absolute;
    left: -40px;
    bottom: -15px;
}
.nui-headline-center h2:after {
    content: '';
    width: 150px;
    height: 3px;
    background-color: #69ffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -30px;
}
.nuii-blog-overview .elementor-post__read-more {
    background-color: #143C82;
    padding: 7px 20px;
    border-radius: 25px;
}
.nuii-blog-overview .elementor-post__read-more:hover {
    text-decoration: none;
}
.footer-content a {
    color: #FFF;
}
.footer-content a:hover {
    color: #FFF;
    text-decoration: underline;
}
._brlbs-btn-cookie-preference {
    border-radius: 25px !important;
}
@media (max-width: 520px) {
    .nuii-blog-overview .elementor-post {
        flex-direction: column;
    }
    .nuii-blog-overview .elementor-post .elementor-post__thumbnail__link {
        margin-bottom: 15px;
    }
}