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

.elementor-widget-nav-menu nav.e--pointer-framed .elementor-item:before {
    border-radius: 30px;
}

.elementor-widget-form .elementor-field-type-radio {
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px !important;
	margin-bottom: 0 !important;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: -1px -1px 8px 0px rgba(0, 0, 0, 0.25);
}
.elementor-widget-form .elementor-field-type-radio label {
	color: var(--e-global-color-primary);
}
.elementor-widget-form .elementor-field-type-radio > label {
	font-weight: 700;
}

.elementor-widget-form .elementor-field-type-radio .elementor-field-subgroup input[type=radio] {
    width: 18px;
    height: 18px;
    accent-color: var(--e-global-color-primary ) !important;
    margin: 0px 3px 0 0;
    cursor: pointer;
}
/*.elementor-widget-form .elementor-field-type-radio .elementor-field-subgroup input[type=radio][value="Yes"] {
    accent-color: var(--e-global-color-secondary) !important;
}*/
.elementor-widget-form .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-top: 15px;
}
.elementor-widget-icon-list {
	margin-bottom: 20px !important;
}
.elementor-field-type-html h3 {
	margin: 0;
}

.wp-element-button,
.wp-block-button__link,
.learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"],
.learndash-wrapper .ld-quiz-actions input[name="restartQuiz"] {
    background-color: var(--e-global-color-primary) !important;
    color: #ffffff !important;
    border: 0 !important;
}
.wp-element-button:hover,
.wp-block-button__link:hover,
.learndash-wrapper .ld-quiz-actions input[name="reShowQuestion"]:hover,
.learndash-wrapper .ld-quiz-actions input[name="restartQuiz"]:hover {
    background-color: var(--e-global-color-accent) !important;
    color: #ffffff !important;
}

.learndash-wrapper .ld-button:not([disabled]):not(.ld-button-reverse):not(.ld-button-transparent):not(.ld--ignore-inline-css),
.learndash-wrapper .ld-expand-button.ld-button-alternate:not([disabled]) .ld-icon,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not([disabled]):not(.wpProQuiz_button_reShowQuestion):not(.wpProQuiz_button_restartQuiz){
    color: #ffffff !important;
    border: 0 !important;
}


@media only screen and (min-width: 767px) {
	 .elementor-widget-form .elementor-form-fields-wrapper {
		gap: 30px;
	}
	.elementor-widget-form .elementor-column.elementor-col-50 {
		width: calc(50% - 20px);
	}
	.elementor-widget-form .elementor-column.elementor-col-33 {
		 width: calc(33.333% - 20px);
	}
  
}


