/*
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
*/

#gallery-1 img, #gallery-2 img{
	border:none!important;
}


/* FORM STYLING START */
#responsive-form{
	max-width:100% /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}

.wpcf7-form label{
	font-size:13px;
	display:block;
	text-transform:uppercase;
	font-weight:600;
}

.form-row{
	overflow:auto;
	margin:0px;
	padding:0px;
}


.column-full{
	float: left;
	position: relative;
	padding-right: 1rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: bold;
}

.column-half{
	float: left;
	position: relative;
	padding-right: 1rem;
	width:50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: bold;
}



.content select{
	font-size:14px;
	color:#999999;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #000 !important;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000 !important;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000 !important;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000 !important;
	opacity: 1;
}

#nothing{
	display:none;;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 input[type="textarea"] {
	width: 100%;
	padding: 8px;
	margin:0px 0px 10px 0;
	background:#ffffff;
	border: 0px solid #dddddd;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#262626;
	font-size:14px;
	text-transform:none;
}

.wpcf7 textarea{
	width:100%;
	padding: 8px;
	margin:0px 0px 10px 0;
	background:#ffffff;
	border-width: 0;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#262626;
	font-size:14px;
	text-transform:none;
}




#responsive-form span.wpcf7-form-control-wrap.product-type-r > span, #responsive-form span.wpcf7-form-control-wrap.order-type-r > span{
	line-height: 40px;
}


span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]{
	position:relative;
	top:1px;
	background:#ffffff;
	border: 1px solid #dddddd;
}

span.wpcf7-list-item{
	margin:0 1.5em 0 0;
	font-weight:normal;
}

.wpcf7-form input[type="submit"]{
	width: 100%;
	background: #212f77;
	color: #fff;
	text-transform: uppercase!important;
	border-radius: 50px;
	border: none;
	padding: 20px 0px!important;
	cursor: pointer;
	margin:0;
	font-weight:bold!important;
	font-size:14px!important;
}

.wpcf7-form input[type="submit"]:hover{
	background: #1f69a6!important;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000!important;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #212f77!important;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #212f77!important;
	color: #fff;
	margin: 0;
}
/* FORM STYLING END */


/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	
	
	
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 640px) { 
	.column-half{
	float: left;
	position: relative;
	padding: 0rem;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
	}
	
	.wpcf7 textarea{
	width:104%;
}
	

	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
	
}