/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1675864838
Updated: 2023-02-08 14:00:38

*/

li.log-c.menu-item {
    background: #5f6cae;
    border-radius: 30px;
}
.log-c a:before {
    content: "\f2bd";
    display: block;
    width: 20px !important;
    height: 20px !important;
    align-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    opacity: 1 !important;
    margin-right: 10px;
    position: relative;
}

.col-1 {
    margin-bottom: 0;
}
.jet-form-builder__field-wrap.checkradio-wrap span {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #949494;
    border-radius: 10px;
    margin-right: 10px;
}
.layout-column .jet-form-builder__fields-group.checkradio-wrap {
    display:flex;
}
h4.quest-t {
    color: #606cac;
}
.col-2 {
    margin-bottom: 50px;
}
.jet-form-builder-row.field-type-radio-field {
    margin-bottom: 40px;
}
h3.paragraf-1 {
    font-size: 22px;
    background: #ececec;
    padding: 20px;
    border-radius: 10px;
}
.elementor-login.elementor-login__logged-in-message a {
    display: block;
    padding: 15px 30px;
    border-radius: 14px;
    width: fit-content;
    margin-top: 20px;
    background: #606cac;
    color: white;
    font-weight: 700;
	 transition: 0.4s;
}
.elementor-login.elementor-login__logged-in-message a:hover {
    background: #4b568f;
    transition: 0.4s;
}