/*
Theme Name:     Carmen Murillo - Customizr Child
Theme URI:      
Description:    Tema hijo de customizr para la web de Carmen Murillo.
Author:         Lorenzo Sicilia Torres
Author URI:     https://lorenzo.marianistas.org
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

img.attachment-large {
   width: 95%; 
   height: auto; 
   top: -83.5px; 
   display: block; 
   margin-left: auto; 
   margin-right: auto
}

/* Añadimos la fuente Magnolia Sky*/
@font-face {
    font-family: 'magnolia_skyregular';
    src: url('https://carmenmurillo.es/fuentes/magnolia_sky-webfont.woff2') format('woff2'),
         url('https://carmenmurillo.es/fuentes/magnolia_sky-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
  background: #333;/* color de fondo por defecto para toda la web*/
  color: white;/* Influye al final de la ruta índice en cada página y a sus flechas*/
}

body {
  overflow-x: hidden; /*Quita el scroll horizontal*/
}

article .entry-content { /* Fuente del contenido de páginas y artículos */
    font-size: 1.2em;
    line-height: 1.65em;
    color: #eee;
}

a, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin.inverted, .grid-container__classic .post-type__icon, .post-type__icon:hover .icn-format, .grid-container__classic .post-type__icon:hover .icn-format, [class*="grid-container__"] .entry-title a.czr-title:hover, input[type="checkbox"]:checked::before {
    color: #DCDCDC; /* Ruta índice en páginas*/
}
a:hover{color: #808080; /*#A9A9A9 más claro*/;} /* Color de fuente al pasar sobre los enlaces */

article .entry-content a { /*Elimina el subrayado de los enlaces*/
    text-decoration: none;
}

h1, h3, h4, h6 { /*Color de títulos*/
    color: #eee;
}

h2 { /*Formato de h2 (utilizado como subtítulo)*/
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-size: .833em;
    color: #808080;
}

h1 { /*Formato de h1 (utilizado para los títulos de las páginas)*/
    font-family: "magnolia_skyregular";
}

h5 { /*Formato de h5 (utilizado para la descripción de la Home)*/
    font-size: 2em;
    text-align: right;
    color: #542700;
    margin-right: 40px;
}

label {
    font-family: "Source Sans Pro",Arial,sans-serif;
    color: #eee;
}

/*No funciona*/

/*.entry-title: after {
    background: url(https://carmenmurillo.es/images/marca_amapola_blanca.png) no-repeat left transparent;
    padding-left: 10px;
}*/

/*
.entry-title: after {
content: url(https://carmenmurillo.es/images/marca_amapola_blanca.png); }*/

/*hasta aquí no funciona*/



.btn-edit, .btn-small { /*Color de la fuente y el lápiz de "Editar"*/
    color: #eee;
}


.tc-header.border-top { /*Eliminamos el borde superior de la cabecera*/
    border-top-width: 0; /*5px*/
    border-top-style: 0; /*solid;*/
}


.header-skin-light #tc-sn .tc-sn-inner, .header-skin-light .tc-header {
    /*background: black;*/
    /*opacity: 0.5;*/
    /*background: url(https://carmenmurillo.es/wp-content/uploads/2017/12/pizarra.jpg) no-repeat center center fixed;*/
    background: url(https://carmenmurillo.es/images/opacidad15.png);
}

.footer-skin-dark .footer__wrapper .colophon__row {
    background: url(https://carmenmurillo.es/images/opacidad15.png);
}

.footer-skin-dark .footer__wrapper {
    background: url(https://carmenmurillo.es/images/opacidad15.png);
}


/* En el tema hijo: /templates/parts/footer/footer_colophon.php */
#redes-sociales{ /*Coloca las redes sociales en el centro */
  position: relative;
  margin-left: auto;
  margin-right: auto;  
}

.navbar-brand img { /*dimensiones del logo dentro del header*/
    /*width: auto;
    max-width: 50%;*/
    height: auto;
    max-height: 14.52%;

}
.hamburger-toggler__container { /*Fondo del botón menú en versión móvil*/
/*background-color: white;*/
background: url(https://carmenmurillo.es/images/blanco_opacidad30.png);
}

.footer__wrapper #colophon {
    background: transparent;
}

/* Remove the Tagline on Mobile  */
@media (max-width: 978px) {
    h2.site-description {
        display:    none;
    }
    h5 { /*Formato de h5 (utilizado para la descripción de la Home)*/
        font-size: 1.2em;
        /*font-size: 200%;*/
        /*font-weight: bold;*/
        text-align: center;
        margin-right: 0px;
    }
}