/*
Theme Name:     Merca Madrid
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Objects
Theme URI: 	
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
@import "assets/css/styles.min.css";
@import "assets/css/custom.min.css";

.page-template-list-search-without-img-template .company-list .company-mail {
	hyphens: none !important;
	font-size: 13px !important;
    overflow: hidden; /* Escondemos la parte sobrante */
    white-space: nowrap; /* Indicamos que no realice salto de linea si no cabe en la anchura indicada */
    text-overflow: ellipsis; /* Ponemos los dos puntos */
}

.page-template-list-search-without-img-template .company-list-item .row .col-sm-3 {
	padding-left: 10px !important;
	padding-right: 10px !important;
	hyphens: none !important;
}