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

/*******************************************************************************
 * 
 *                                   H E A D E R 
 * 
 ******************************************************************************/

#vib-logo-link .elementor-widget-container a:before,
#vib-logo-link .elementor-widget-container a:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 6px;
    background: #1b2944;
    z-index: 1;
}

#vib-logo-link .elementor-widget-container a:before {
	right: -73px;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
	overflow: hidden;
}
#vib-logo-link .elementor-widget-container a:after {
    right: -69px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
	overflow: hidden;
}
#menu-bar-md-lg {
	z-index:2;
}
#elearning-link a:hover {
	text-decoration: underline;
	color: #fff;
}
#vib-logo-link {
	overflow: hidden;
    background: url(../hello-theme-child-master/assets/icons/chev_divider.png) no-repeat 90%;
}
/*
#elearning-link {
	overflow: hidden;
    background: url(../hello-theme-child-master/assets/icons/chev_divider.png) no-repeat 100%;
}
*/

/*******************************************************************************
 * 
 *                                   F I L T E R S
 * 
 ******************************************************************************/
#filters div.facetwp-type-checkboxes div.facetwp-checkbox,
#filters div.facetwp-type-checkboxes a {
	color: #F7F4F9;
}
/* Selected values close button */
.elementor-widget-container .facetwp-selections .facetwp-selection-value {
	padding-right: 20px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: right center;  
	background-image: url(../hello-theme-child-master/assets/icons/icon-close.png);
}
/* Selected values remove label */
.facetwp-selection-label {
    display: none;
}

/*******************************************************************************
 * 
 *                                   H 5 P
 * 
 ******************************************************************************/

.h5p-joubelui-button {
	background: #3ABBBA;
	border: 1px solid #3ABBBA;
}
.h5p-joubelui-button:hover {
	background: #fff;
	color: #3ABBBA;
	border: 1px solid #3ABBBA;
}
.h5p-content .h5p-question-introduction p {
	line-height: 1.5;
}

/*******************************************************************************
 * 
 *                               L E A R N D A S H
 * 
 ******************************************************************************/
/* navmenu title */
.learndash-wrapper .ld-course-navigation-heading h3 #ld-focus-mode-course-heading {
	font-size: 2em;
	font-weight: 400;
	margin-left: 5px;
}
/* navmenu icon */
.learndash-wrapper .ld-course-navigation-heading h3 #ld-focus-mode-course-heading span.ld-icon::before {
	font-size: 24px;
	position: relative;
  	top: -14px;
}
/* Margin-bottom breadcrumbs & body */
.learndash-wrapper .ld-topic-status,
.learndash-wrapper .ld-tabs-content {
	margin-bottom: 2em;
}

/* buttons like previous/next topic */
.learndash-wrapper .ld-content-actions .ld-content-action a.ld-button:hover,
.learndash-wrapper .ld-content-actions .ld-content-action input:hover,
.learndash-wrapper .wpProQuiz_content input.wpProQuiz_button:hover {
	color: #fff;
}
/* Button Mark Complete */
.learndash-wrapper .ld-content-actions .ld-content-action input.learndash_mark_complete_button {
	padding: 8px 48px 8px 12px;
}

/* Default p */
.learndash-wrapper .ld-tab-content p {
	/* font-family: montserrat; */
	font-size: 1.1em;
	line-height: 2;
}
/* Style Blockquote */
.learndash-wrapper .ld-tab-content blockquote {
	border-left: 10px solid #3ABBBA;
	margin: 50px 20px;
	padding: 10px 20px;
	background-color: #F7F4F9;
}
.learndash-wrapper .ld-tab-content blockquote p {
	font-weight: 600;
	color: #1B2944;
}
/* Style Code */
.learndash-wrapper .ld-tab-content code {
	background-color: #b5b5b5;
	color: #F7F4F9;
	padding: 0px 3px 0px 3px;
}
/* Native Quiz buttons */
.learndash-wrapper .wpProQuiz_question label.is-selected,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label, 
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label {
	border-color: #3ABBBA;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label {
	background: #3ABBBA;
}
.learndash-wrapper .wpProQuiz_content input[type="button"],
.learndash-wrapper .wpProQuiz_content input[type="button"]:hover {
	border: 1px solid #3ABBBA;
}
.learndash-wrapper .wpProQuiz_content input[value="check"],
.learndash-wrapper .wpProQuiz_content input[value="check"]:hover {
	border: 0px solid #3ABBBA;
}
.learndash-wrapper .ld-tabs-content .psa-code-table {
	border: 1px solid lightgray;
	padding: 5px;
}
.learndash-wrapper .ld-tabs-content .psa-code-table code {
	background-color: white;
	color: black;
}





/*******************************************************************************
 * 
 *                               P O L L  M A K E R
 * 
 ******************************************************************************/
.learndash-wrapper .ays-poll-main .choosing-poll {
	padding-left: 0;
}
.learndash-wrapper .ays-poll-main .ays_question {
	color: #1B2944;
	font-family: Dense, sans-serif;
}
.learndash-wrapper .ays-poll-main .ays-poll-btn {
	background-color: #3ABBBA;
	border: 1px solid #3ABBBA;
	color: white;
}