/*
	Theme Name: Hello Elementor Child
    Template:   hello-elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.1.1
	Stable tag: 3.1.1
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementorchild
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 

#content {
    padding: 20px 0;
}
.site-header .header-inner .site-branding .site-logo img,
.site-footer .footer-inner .site-branding .site-logo img {
    width: 70px;
}
.site-navigation ul.menu li a {
    color: black;
}
.questionnaire_container {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5%;
    border-radius: 5px;
}

.questionnaire_container img {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.questionnaire_container form {
    margin-top: 3rem;
}

.questionnaire_container .form-group,
.questionnaire_container .form-check {
    margin-bottom: 2rem;
}
.questionnaire_container .form-check {
    padding-left: 0;
}
.questionnaire_container .check_wrapper {
    position: relative;
    margin-top: 1rem;
}
.questionnaire_container .check_wrapper input {
    position: absolute;
    left: 2rem;
    top: 0.55rem;
}
.questionnaire_container .check_wrapper label {
    margin-left: 2rem;
}
.questionnaire_container .hidden-group {
    display: none;
}

.questionnaire_container input[type=file] {
    margin-bottom: 1rem;
}
.questionnaire_container #select2 {
    margin-bottom: 1rem;
}
.questionnaires_list_container {
    min-height: 70vh;
}
.questionnaire_container {
    font-size: 1.3em;
}
.questionnaire_container input,
.questionnaire_container textarea,
.questionnaire_container select {
    font-size: 1.1em;
}
.questionnaires_list_container .questionnaire_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    border-bottom: 1px solid #636363;
}
.questionnaires_list_container .questionnaire_wrapper > a {
    background: #4f95ff;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
}
.questionnaires_list_container .questionnaire_wrapper h3 a{
    color: black;
}
.questionnaires_list_container .questionnaire_wrapper h3 a:hover{
    text-decoration: underline;
}
#site-footer .show-logo {
    display: none;
}