﻿/*
Theme Name: Blogasm Child
Theme URI: https://minamarlo.es
Description: Blogasm Child Theme
Author: Mina Marlo
Author URI: https://minamarlo.es
Template: blogasm
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, custom-colors, threaded-comments, translation-ready, blog
Text Domain: blogasm
*/

/* Aquí tus reglas CSS */
@font-face {
    font-family: 'danielblack';
    src: url('https://minamarlo.es/fuentes/daniel-black-webfont.woff2') format('woff2'),
         url('https://minamarlo.es/fuentes/daniel-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'danielbold';
    src: url('https://minamarlo.es/fuentes/daniel-bold-webfont.woff2') format('woff2'),
         url('https://minamarlo.es/fuentes/daniel-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'danielregular';
    src: url('https://minamarlo.es/fuentes/daniel-regular-webfont.woff2') format('woff2'),
         url('https://minamarlo.es/fuentes/daniel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'maxine';
    src: url('https://minamarlo.es/fuentes/maxine-webfont.woff2') format('woff2'),
         url('https://minamarlo.es/fuentes/maxine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
 Títulos

----------------------------------*/
.h2, h2 {
    font-size: 1.5rem!important;
}

/* Párrafos */
/*.single-post .site-main > article > .entry-content p {

    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #808080;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.01em;
}

.single-post .site-main > article > .entry-content p {

    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #808080;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.01em;
}

.page .site-main > article > .entry-content p {
*/
p {
	font-family: Roboto!important, Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    text-transform: none!important;
    color: #808080!important;
    font-size: 18px!important;
    line-height: 2em!important;
    letter-spacing: 0.01em!important;
}

/* Listas */
ol {
	font-family: Roboto!important, Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    text-transform: none!important;
    color: #808080!important;
    font-size: 18px!important;
    line-height: 2em!important;
    letter-spacing: 0.01em!important;
}

ul {
	font-family: Roboto!important, Helvetica, Arial, sans-serif;
    font-weight: 400!important;
    text-transform: none!important;
    color: #808080!important;
    font-size: 18px!important;
    line-height: 2em!important;
    letter-spacing: 0.01em!important;
}

.tagcloud a {
    font-size: 18px !important;
}

.widget ul li {
    font-size: 18px!important;
    color: #666;
}

.primary-menu li a {
    font-size: 16px;
	
}

/* hipervínculos*/

.entry-content a {
    color: #007bff!important;
	text-decoration: underline!important;
}


/*

 Site Branding

----------------------------------*/
.site-branding .site-title a {

    font-family: "maxine", Helvetica, Arial, sans-serif;

    font-weight: 400;

    color: #000;

    font-size: 40px;

    line-height: 1em;

}

@media (max-width: 767px) {

.site-branding .custom-logo {

    height: 60px;
	width: 70px;
	margin-left: 35px;
	margin-right: 8px;
}

}

@media (min-width: 768px) {

    .site-branding .site-title a {

        padding-left: 10px;
		
		font-size: 50px;

        line-height: 1em;

    }



    .site-branding .custom-logo {

        height: 70px;

    }

}



@media (min-width: 1200px) {

    .site-branding .site-title a {
		
		padding-left: 10px;
		
        font-size: 70px;

        line-height: 1em;

    }



    .site-branding .custom-logo {

        height: 110px;

    }

}

/*

	Quitar imágen destacada del interior del artículo

----------------------------------*/
	
.single-post article.have-portrait-img .post-featured-image img {
    display: none!important;
}

/*

	Hacer más pequeñas las imágenes mezcladas con el texto en formato móvil

----------------------------------*/
@media (max-width: 600px) {
	.wp-block-image .alignleft{
		width: 200px!important;
	}
	
	.wp-block-image .alignright{
		width: 200px!important;
	}
}