/*   
Theme Name: Conference Child Theme
Theme URI:
Description: Use this theme to start your Conference Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: conference-wpl
Version: 2.0.0
*/


.home-page-hero .action .cta-items.speakers .item .avatar img {
	border-radius: 0;
}

.home-page-hero .action .cta-items.speakers .item .avatar .info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-radius: 0;
	-webkit-box-orient: none;
	-webkit-box-direction: none;
	-ms-flex-direction: none;
	flex-direction: none;
	-webkit-box-pack: none;
	-ms-flex-pack: none;
	justify-content: none;
	-webkit-box-align: none;
	-ms-flex-align: none;
	align-items: none;
	padding: 0;
}