/**
* Theme Name: Edumodo Child
* Description: This is a child theme of Edumodo, generated by Merlin WP.
* Author: <a href="https://www.themexpert.com/">Themexpert</a>
* Template: edumodo
* Version: 3.5.0
*/


/*

[
	'name'  => esc_html__( 'negro', 'wpdc' ),
	'slug'  => 'negro',
	'color' => '#000000',
],
[
	'name'  => esc_html__( 'beige', 'wpdc' ),
	'slug'  => 'beige',
	'color' => '#F3EEE6',
],
[
	'name'  => esc_html__( 'amarillo', 'wpdc' ),
	'slug'  => 'amarillo',
	'color' => '#C2A068',
],
[
	'name'  => esc_html__( 'cafe', 'wpdc' ),
	'slug'  => 'cafe',
	'color' => '#8E8373',
],
[
	'name'  => esc_html__( 'verde', 'wpdc' ),
	'slug'  => 'verde',
	'color' => '#1A493C',
],
[
	'name'  => esc_html__( 'gris', 'wpdc' ),
	'slug'  => 'gris',
	'color' => '#97939C',
],

*/


body, body p {
    font-family: "Jost", Sans-serif;
}


.has-verde-background-color {
    background-color: #97939C;
}

.has-verde-color {
    color: #97939C;
}



.has-verde-background-color {
    background-color: #1A493C;
}

.has-verde-color {
    color: #1A493C;
}


.has-negro-background-color {
    background-color: #000000;
}

.has-negro-color {
    color: #000000;
}





.has-beige-background-color {
    background-color: #F3EEE6;
}

.has-beige-color {
    color: #F3EEE6;
}




.has-amarillo-background-color {
    background-color: #C2A068;
}

.has-amarillo-color {
    color: #C2A068;
}



.footer-sidebar-3,
.show-login {
    display: none !important;
}

.logged-in .footer-sidebar-3 {
    display: block !important;
}

.logged-in .show-login {
    display: inline-block !important;
}

.logged-in .mm-panel .show-login {
    display: block !important;
}

div#media_image-3 {
    width: 80px;
    margin: auto;
}

.ld-tabs-content a {
    color: #1A493C !important;
}

img.logo-footer {
    max-width: 50px !important;
    margin-left: 10px;
    float: right;
    margin-top: -6px;
}

.wp-block-file .wp-block-file__button {
    background: #F3EEE6 !important;
}

.mm-panel a.ld-login-button {
    display: none !important;
}

li.wppb-heading {
    padding: 45px 0 !important;
}

span.wppb-description-delimiter {
    font-size: 13pt !important;
    margin-top: 10px;
}

.wppb-form-field label i {
    font-weight: 300;
}

.ld-profile-edit-link,
.ld-profile-stat-points {
    display: none !important;
}

.ld-profile-stat-certificates {
    border: none !important;
}

.wppb-default-e-mail,
.wppb-default-password,
.wppb-default-username{
    display: none !important;
}

#select_user_to_edit_form {
    display: none;
}

#select_user_to_edit_form {
    margin-top: 40px;
}

.admin-bar #select_user_to_edit_form {
    display: block;
}

.type-post .entry-meta,
.type-post .entry-footer-body,
.single-post  .navigation,
.single-post  .related-post,
.single-post  .comment-respond{
    display: none !important;
}

.single-post .wp-block-file__button {
    background-color: #1A493C !important;
}
.single-post aside {
    display: none !important;
}


.ui-datepicker .ui-datepicker-title {
   color: #626262 !important;
}

.edumodo-header .navigation-main > li > ul {
    top: 40px !important;
}

