/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child Theme
Author: IGM para Lupescoto
Author URI: https://lupescoto.com/
Template: hello-elementor
Version: 2.6.1
Requires PHP: 5.6
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
Tags: flexible-header, Colores personalizados, custom-menu, Logotipo personalizado, Imágenes destacadas, rtl-language-support, threaded-comments, translation-ready, child-theme
*/

/* POST IMG redondea y pone borde a las imagenes insertadas dentro de un post*/
.is-style-default img{
	border-radius:50px;
	border: 2px solid #85b0ae;
}

/* POST IMG leyenda de imagen pequeña y centrada*/
.wp-element-caption {
	font-size: 12px;
	text-align: center;
}