/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.wpcf7-list-item {
  display:block;
}
.wpcf7-list-item > input {
  min-height: 15px;
}

.futered-posts {
	padding: 50px 0;
	background-color: #f7f7f7;
	text-align: center;
}

.futered-posts__title {
	margin-bottom: 20px;
}

.futered-posts .posts-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.futered-posts .futered-post {
	margin: 0 5px;
}