/*
Theme Name: Klik4
Theme URI: https://ejemplo.com/themes/hestia/
Version: 1.0
Description: Tema hijo  Hestia  
Author: dobleklik
Author URI:https://ejemplo.com/themes/hestia/
Template: hestia
*/

@import url("../hestia/style.css");

/*------------------------------------------------*/

/*****Tipografias*******/
body{
	font-family:'Montserrat';
	 
}
p{
	text-align:justify;
}
/****imagenes***/
/****borde en imágenes de post***/
.post-template-default.single.single-post img{
	border: 1px solid black;
}

/******************Navegación/menus**********/

/****botones******/

/**********enlaces***********/
a{
   text-decoration:none;
}
/****enlaces baner política privacidad******/
a#obfx-accept-cookie-policy {
    color: #0000ff;
}
.obfx-cookie-bar a {
  color: #0000ff;
}
a#obfx-accept-cookie-policy:hover {
    color: #1919e6;
}
.obfx-cookie-bar a:hover {
  color: #1919e6;
}