/*
Theme Name: Abre la boca v1.0
Theme URI: https://www.abrelaboca.com
Description:  Theme desarrollado especialmente para abrelaboca.com
Version: 1.0
Design: www.blogalizate.com
Author: Blogalizate
Author URI: http://www.blogalizate.com
Template: padre
Text Domain: blogalizate
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* HTML 
================= */
body {
    background: url('images/bg-abrelaboca.png') repeat fixed;
}

a {
    color: #d4006a;
    text-decoration: underline;
}

a:hover {
    color: #020202;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #d4006a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

/* FORMULARIOS 
==================== */
input[type="submit"] {
    background: #d4006a;
}

.formbuscar button {
    background: #d4006a;
}

/* HEADER 
================= */
header {
    background: #fff;
}


/* MENU SUPERIOR 
=================== */
nav.menu-superior {
    background: #020202;
    color: #fff;
}

nav.menu-superior ul li a {
    background: #d4006a;
}

nav.menu-superior ul li a:hover {
    background: #ac0056;
}

header nav#menu-movil li:hover a{
    color: #d4006a;
}

/* ENTRADAS 
================== */
article.entrada.destacada .metas, 
.single article.entrada .metas {
    color: #fff;
}

article.entrada .categoria {
    background: #d4006a;
}

article.entrada .metas {
    border-bottom: 4px solid #d4006a;

}

.single article.entrada .metas {
    border-bottom: 4px solid #d4006a;
}

.etiquetas {
    background: #d4006a;
    color: #fff;;
}

.etiquetas a {
    color: #fff;
    text-decoration: underline;
}

/* COMENTARIOS
============================= */
div.comment-body {
    border-top: 4px solid #d4006a;
}

a.comment-reply-link {
    background: #d4006a;
}

a.comment-reply-link:hover {
    color: #fff;
    text-decoration: none;
    background: #ac0056;
}


/* BARRA LATERAL - ASIDE 
============================= */
aside .widget-title {
    margin: 1rem 0;
    border-bottom: 3px solid #202020;
    text-transform: uppercase;
    font-weight: 500;
}


/* ARCHIVE 
=============== */
.archive h1 {
    color: #d4006a;
}

/* FOOTER
============ */
footer {
    background: #111;
}

footer a:hover {
    color: #fff;
}