/*
Theme Name:         Virtue - Child
Theme URI:          http://www.kadencethemes.com/product/virtue-premium-theme/
Description:        by MOREZ
Version:            2.6.8
Author:             Kadence Themes
Author URI:         http://www.kadencethemes.com/
Tags: 				flexible-width, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging 
Template: virtue_premium
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
*/

.panel-row-style.pays { display: block!important; }
.widget_text > .textwidget > p { margin: 0; }
/*
	.telfa_row:after { clear: both; display: table; content: ''; }
*/

.telfa_row {
	display: flex;
	justify-content: space-between;
}

.telfa_row ul {
	margin-bottom: 0;
}

.block-people {
	padding-top: 15px;
	padding-bottom: 15px;
}

.block-people:first-child {
	padding-top: 60px;
}

.block-people:last-child {
	padding-bottom: 60px;
}

.panel-grid .widget.row-medium {
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
}

@media (max-width: 750px)
{
	.telfa_row {
		display: block;	
	}
	
	html, body, #wrapper {
		height: auto!important;
	}
}