/**
Theme Name: Tus Cursos Online
Author: Tus Cursos Online
Author URI: https://www.tuscursosonline.com.ar
Description: Theme para vender tus cursos online
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tus-cursos-online
Template: astra
*/

.ld-focus-content h1 {
	font-size: 25px !important;
}

/* ELIMINAR MENÚ DE MI CUENTA */
li.woocommerce-MyAccount-navigation-link--downloads {display: none !important;}
li.woocommerce-MyAccount-navigation-link--edit-address {display: none !important;}
/* ELIMINAR MENÚ DE MI CUENTA */

/* ELIMINAR GRAVATAR DE /MIS-CURSOS */
.ld-profile-avatar {display: none !important;}
/* ELIMINAR GRAVATAR DE /MIS-CURSOS */

/* ELIMINAR TÍTULO "TUS CURSOS" DE "MIS CURSOS" */
.ld-section-heading h3 {display: none !important;}
.ld-section-heading {margin-bottom: 20px !important;}
/* ELIMINAR TÍTULO "TUS CURSOS" DE "MIS CURSOS" */

/* MUESTRA SELECCIONABLE EN DUMMY GATEWAY */
input#payment_method_wc_dummy_gateway.input-radio {display: inline-grid !important;}
/* MUESTRA SELECCIONABLE EN DUMMY GATEWAY */

/* OCULTAR TU ORDEN EN CHECKOUT */
h3#order_review_heading {
	display: none !important;
}
/* OCULTAR TU ORDEN EN CHECKOUT */


/* COMENTARIOS EN LECCIONES */
form#commentform.comment-form {
	  border-width: 2px;
    border-color: #f1f1f1;
    border-style: solid;
    padding: 30px;
	
}

input#submit.submit {
	padding: 1em !important;
}

h3#reply-title.comment-reply-title {
	font-size: 20px !important;
}

div.ld-comment-wrapper {
	background-color: #f1f1f1 !important;
}

.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper, .learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper, .learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper {
	background-color: #f1f1f1  !important;
}

.ld-comment-wrapper { padding: 20px !important;}

.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link {
	background-color: #1f1f1f!important;
	color: #ffffff !important;
  font-size: .75em !important;
}

.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link:hover{
	background-color: #000000!important;
	color: #ffffff !important;
  font-size: .75em !important;
}

/* COMENTARIOS EN LECCIONES */

/* VOLVER A CURSOS EN LECCIONES */
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back { font-size: 15px !important;
	color: #000000 !important;
	text-decoration: underline !important;}
/* VOLVER A CURSOS EN LECCIONES */
