/*

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

*/
.form_half {
    width: 49.5%;
    float: left;
    margin-right: 1%;
}
.form_half_last {
    margin-right: 0px;
}
.form_full .wpcf7-form-control {
    width: 100%;
}
@media only screen and ( min-width: 48em ) {
	.form_half .wpcf7-form-control {
		width: 100%;
	}
}
.entry-date { 
	display: none; 
	}
.x-recent-posts .x-recent-posts-date {
	display: none !important;
}
.h-extra.launch {
	display: none;
    }
.x-portfolio-filters.cf {
	display: none;
    }
.woo-paypalplus-checkout-button {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

