/*
 * Template: ms-lms-starter-theme
 * Theme Name: MasterStudy Templates Child
 * Theme URI: https://starter.stylemixthemes.com/
 * Author: StylemixThemes
 * Author URI: https://stylemixthemes.com/
 * Description: MasterStudy Templates Child es el tema hijo de MasterStudy Templates. Con este tema puedes personalizar to sitio LMS sin cambiar el tema original.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
*/

.h1, .h2, .h3, .h4, .h5, .h6, .heading_font, .nav-tabs>li>a, .select2-chosen, .select2-selection__rendered, .sidebar-area .widget ul li a, .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a, .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab a, .widget_categories ul li a, blockquote, h1, h2, h3, h4, h5, h6, table {
    color: #000000;
}

.footer {
	display: flex !important;
	flex-direction: column;
	padding: 10px;
	background: linear-gradient(90deg, #8207ff, #c085fc);
}

.footer .container {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box
}

.footer .container::before, .footer .container::after {
	content: none !important
}

.footer .cajon_1 {
	min-width: 350px;
	border-radius: 10px
}

.footer .cajon_2 {
	width: stretch;
}

.footer .cajon_3 {
	color: black;
	min-width: 250px;
	padding: 10px;
	border-radius: 10px
	font-weight: 500;
}

.footer .copyright {
	font-size:var(--stm-lms-copyright-text-size);
	text-align: center;
	width: 100%;
	font-weight: 500;
	padding-top: 10px;
}

.yana-footer-menu {
	color: black;
	list-style: none;
	padding: 10px;
	margin-bottom: 0px;
	border-radius: 10px;
	font-weight: 600;
}

.yana-footer-menu a {
	color: black;
}

.yana-footer-menu li::marker {
	display: none;
}

.stm_lms_courses__filter_reset {
	font-weight: 600;
}

.lms-archive-courses .archive-courses-filter__update {
	text-transform: none;
}