/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


.transparent-header .main-search-container.full-height, .main-search-container.full-height {
    min-height: 85vh !important;
}

/*Colores de Marca*/


/*Agregar estilos adicionales a iconos*/
.redes {
	display: flex;
	align-items: center;
	justify-content: left;
}

.redes i {
	color: #00a54a;
	width: 40px;
	height: 40px;
    margin: 1px;
	font-size: 13px;
	display: flex;
	align-items: left;
	justify-content: center;
}

.redes a {
	text-decoration: none;
}

.redes i:hover {
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
	opacity: .9;
}