/* Quito imagen pequeña en posts */
.article__featured-image {
    display: none !important;
}

/* Quito categoria al final de los posts */
.article__taxonomies {
    display: none !important;
}

/* Quito fecha en /blog de los posts */
.article-grid .article__date {
    display: none !important;
}

/* Quito Leer más en /blog de los posts 
.article__more-link {
    display: none !important;
}
*/


/* Quito fecha en home últimos posts */
.latest-news__date {
    display: none !important;
}

/* Quito borde en categorías como blog */
.article-grid .article__content {
    border: 0px !important;
}

/* Color del texto blanco en botones del pie */
.footer-top a {
    color: #ffffff !important;
}

/* Quito titulares de páginas y posts (solo querría en posts) */
.page-header {
    display: none !important;
}

/* Quito fondo blanco logo borjagiron */
.header__logo {
height: 90px !important;
background-color: transparent !important;
box-shadow: none !important;
}

/* Quito efecto movimiento categorías como blog en títulos */
.article-grid .article__container {
    display: unset !important; 
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    flex-direction: unset !important;
    transition: unset !important;
}

/* Cambio color título /blog por color azul de Google 
.article-grid .article__content h2 {
color: #1a0dab !important;
font-size: 20px;
line-height: 26px;
}
*/

/* Adapto color título /blog */
.article-grid .article__content h2 {
font-size: 24px;
line-height: 26px;
}


/* Cambio color Leer más /blog por color gris de Google 
.article-grid .article__more-link {
color: #4d5156 !important;
text-transform: none;
line-height: 1.58;
font-size: 14px;
}
*/

/* Estilo para descripción de /blog Excerpts como el de Google */
.descripcionblog {
    display: none !important;
    color: #4d5156 !important;
    line-height: 1.58;
    font-size: 14px;
}


/* Ancho en /blog como el de Google
@media screen and (min-width: 1000px) {   
.article__header {
    width: 60% !important;
}
}
*/

/* Margen en /blog como el de Google
.article-grid .article__header {
    margin-bottom: -80px !important;
}
*/


/* 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;
}

/* Que se quede fijo arriba popup de Análisis SEO Gratuito 
.tve-leads-ribbon.tve-leads-triggered {
    position: absolute;
} */

/* Línea de color amarillo en negritas */
strong {
    /*box-shadow: inset 0 -7px 0 0 #bee6ec;*/
    box-shadow: inset 0 -7px 0 0 #ffeb00;
}

/* Con WP Rocket Lazy Load en Vïdeos de Youtube creaba un espacio en blanco en los vídeos y lo quito */
.embed-responsive:before {
    display: inline;
    content: "";
}


/* Quito todas las animaciones. De momento lo desactivo porque me fallan cosas. */

/* 
* {
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;

-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;

-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;

-webkit-transform: none !important; 
transform: none !important;
animation: none !important;
}
 */

/* Fondo a listas numeradas */
ol li {
    position: relative !important;
    margin: 0 0 13px 5px !important;
    padding: 4px 8px !important;
    list-style: none !important;
    *list-style: decimal !important;
}

/* Fondo a listas numeradas */
ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -2em;
    width: 27px;
    margin-right: 8px;
    padding: 3px 1px 4px 0!important;
    color: #000;
    font-size: 20px;
    background-color: #ffeb00;
    font-weight: 700;
    text-align: center;
}

/* Fondo a listas numeradas */
ol {
    display: block;
    list-style-type: decimal;
    list-style: decimal;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


/* Color enlaces azul oscuro */
a {
    color: #1d679e;
font-weight: bold;

}

body, button, input, select, textarea {
   /* font-family: "Poppins",sans-serif; */
    /* font-size: 20px; */
    font-size: 1.1em;
}

/* Índice con sombra y línea */

#toc_container p.toc_title {
    text-align: left!important;
    font-size: 1.1em;
    border-bottom: 2px solid #ffa300;*/
    padding-bottom: 5px;
}

#toc_container {
    box-shadow: 0px 4px 8px #b9b8b8 !important;
    margin: 20px 0px 50px 0px !important;
    border: 0 !important;
    width: 100% !important;
    background: #fdfdfd;
    padding: 20px;
}

/* Color sub texto botón grande arriba */
.header .featured-button__subtitle {
    color: #253953 !important;
}

/* Línea blockquote azul oscura */
blockquote {
    border-left: .15em solid #103653;
}

/* Botones Easy Digital Download más grandes y con más espacio */

#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
    padding: 20px 2em !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

/* El check de formularios sale pequeño y lo agrando en todos los formularios de la web */
input[type=checkbox] {
    transform: scale(1.8) !important;
margin: 9px !important;
}

/* Quito opción guardar datos en navegador de comentarios */
.comment-form-cookies-consent {
display: none !important;
}


/* Quito imagen pequeña en posts cuando se cargan nuevos con Smart Scroll Posts 
.smart_ajax_container .featured_image {
    display: none !important;
}*/

/* Quito categoría y autor en posts cuando se cargan nuevos con Smart Scroll Posts */
.smart_ajax_container .post-metas {
    display: none !important;
}

/* Quito fecha en posts cuando se cargan nuevos con Smart Scroll Posts */
.smart_ajax_container .posted-date {
    display: none !important;
}

/* Cambio color verde botón por verde tipo WhatsApp */
.btn-success {
    color: #212529;
    background-color: #00bb2d !important;
    border-color: green !important;
}