/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */




/************************************* HOME ***************************************************/

.item.slick-slide {
    display: block !important;
}
/* Hace que los tags queden todos a al misma altura */


.item-tag {
	border: none !important;
}
/* Borra el borde de los tags de la home */


.item-tag .content, .item-tag .content>a {
    margin-top: 20px !important;
    color: #7B7B7B !important;
}
.item-tag .tb-icon:before{
    background: #F5F5F5 !important;
    padding: 15px !important;
    border-radius: 50px !important;
    color: #7B7B7B !important;
}
/* Agrega fondo a los iconos de los tags */


.item-tag:hover .content>a {
    color: #C4743F !important;
}
.item-tag:hover .tb-icon:before {
    background: #FBEFE6 !important;
    color: #C4743F !important;
}
/* Cambia los colores de los tags en hover */



#cats-temp {
    display: none !important;
}
/* Cosas temporalmente desactivadas. borrar cuando se termine */

/************************************************************************************************/