/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
.wpcf7-form p {clear: both;}
span.servicearea label, span.service label {float: left;}
span.servicearea .wpcf7-list-item > label, span.service .wpcf7-list-item > label { margin-left: 15px;}
span.servicearea .wpcf7-list-item > label > input, span.service .wpcf7-list-item > label > input { margin-right: 15px;}
.label-comments {clear: both;padding-top: 25px;}

.blog .x-landmark, .single-post .x-landmark { display: none !important;}
.blog .x-breadcrumbs-wrap, .single-post .x-breadcrumbs-wrap  {text-align: left !important;}




@media (min-width: 768px) {
	
	.x-section .x-container.flexbox-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		-webkit-box-align: stretch;

		align-items: stretch;
	}
	
}