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

body {
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
}

/* Partner Section */
.greyscale:hover {
    	filter: grayscale(1);
    	transition: 0.25s;
}

/* CF7 */
.wps-form {
	width: 100%;
	margin: 0 auto;
}
.wps-form-row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.wps-form-row .wpcf7-form-control {
	width: 100%;
}
.wps-form-column {
	flex: 1;
	padding: 0.5rem 0;
	width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) {
	.wps-form-row {
		flex-direction: row;
	}
	.wps-form-column {
		padding: 0.5rem 1rem;
	}
}
input[type=checkbox] {
	-ms-transform: scale(1.2); /* IE */
 	-moz-transform: scale(1.2); /* FF */
 	-webkit-transform: scale(1.2); /* Safari and Chrome */
 	-o-transform: scale(1.2); /* Opera */
        margin-right: 5px;
}
.hl-font14 {
	font-size: 14px; 
}
.footer .vc_btn3-container {
    margin-bottom: 5px;
}
.ult_ecpsub_cont {
    text-align: left !important;
}
.lead {
    	font-size: 1.2em;
    	line-height: 1.6em;
}
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
