/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.payment-form .section {	
	padding: 10px 0;
	clear: both;
	max-width: 60%;
}

.payment-form .item-header {
	display: block;
	font-weight: 700;
	font-size: 16px;
	float: none;
	line-height: 1.3;
	margin: 0 0 4px 0;
	padding: 0;
}
.item{
	width:94.5%;
	display: inline-block;
	margin-bottom:8px;
}

.item.item-half {
	width: 45%;
	display: inline-block;
	margin-right: 4%;
}

.item .text, .item .select, .item .textarea{
	width: 100%;
	display: block;
}

.item-header sup {
	color: #ff0000;
	font-weight: 400;
}

.item label{
	display: block;
	font-size: 13px;
	float: none;
	font-weight: 400;
	line-height: 1.3;
	margin: 4px 0 0;
	padding: 0;
}

.payment-form .form-title{
	margin-bottom:90px;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=date], input[type=range], input[type=password], select, textarea {
    color: #000 !important;
    font-weight: bold !important;
}

@media screen and (max-width:767px) {
	.payment-form .section {
        max-width: 100% !important;
    }
}