/*TODO DESACTIVADO


/*
Añado mi foto en home
*/

img.borjahome {
    margin-bottom: -5em;
    margin-top: -4em;
}

@media (max-width: 79em) {
img.borjahome {
display: none;
}
}

/*
Cambio color hover botón carrito
*/

.pmpro_btn:hover {
/*background-color:#3b883e !important;*/
background-color:#f0ad4e !important;

}

/*
Cambio color botón carrito
*/
input[type=submit].pmpro_btn{
    /*background: #4CAF50;*/
    background: #f0ad4e !important;

}


/*
Cambio color botón home
*/
.btn_action, .btn_action:link{
background:#ffdf2b !important;
color: #000 !important;
}

/*
Cambio color hover botón home
*/
.btn_action:hover, .btn_action:visited {
background: #ffdf2b !important;
color: #000 !important;

}

/*
Cambio color botones Precio
*/
.pmpro_btn:link, .pmpro_btn:visited, a.pmpro_btn, a.pmpro_btn:link{
background:#f0ad4e;
}

#primary .hentry .entry-meta a {
    color: #FFF !important;
}

/*
Cambio color botones Suscripcion
*/
.pmpro_btn:link, .pmpro_btn:visited, a.pmpro_btn, a.pmpro_btn:link {
    background: #f0ad4e !important;
}

p {
color: #2e2e2e !important;
}

/* H2 con línea naranja */
section h2, .type-post h2 {
    padding-top: 5px;
    color: #E86515;
    font-size: 1.5em;
    margin: 60px 0 50px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 3px solid #fd904d;
}


/* Texto en listas igual */
.entry-content ol, .entry-content ul {
 font-size: 2rem !important; 
}

/* Quito descripción de páginas de masterclass y podcast y dejo solo título */
body.category-podcast .entry-content{display: none;
}

body.category-masterclass .entry-content{display: none;
}

/* Para que en móvil se ajuste laterales de textos */
@media screen and (max-width: 400px) { 
.row {
    width: 96% !important;
}
}

p {
text-align: left !important;
	}

/* Muestro botón completar lección abajo a la derecha */
article.lesson.post footer {
    width: 100% !important;
    display: grid;
    text-align: right !important;
}

/* Ajusto campos formularios para que sean responsive. Página contacto y formulario. */

.wpcf7-text {
    max-width: 98% !important;
}

/* Ajusto campos formularios para que sean responsive. Página acceso. */

.tml-field{
    max-width: 98% !important;
    min-width: 98% !important;
}

/* Quito filtro orden en Cursos */
.sensei-ordering {
    display: none;
}

.sensei-course-filters {
    display: none;
}

/* Para promo descuentos hostings en posts */
.mipromo {
text-align:left;
clear:both;
margin-top: 2em;
margin-bottom: 2em;
background-color: #f9f9f9;
padding:0.3em;
border:2px solid #ffa300;
border-radius:0px;
box-shadow: 0px 4px 8px #b9b8b8 !important;
}

*/