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

.homepage_contact .contact_row {
	display: block;
	border: 2px solid black;
	padding: 2px 6px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
}

.homepage_contact .contact_row input,
.homepage_contact .contact_row textarea {
	border: none !important;
	outline: none !important;
	margin: 0px !important;
	padding: 4px !important;
    font-size: 14px !important;
    background: transparent !important;
}

.homepage_contact input[type="submit"].wpcf7-form-control {
	background: none;
    border: 2px solid black;
    border-radius: 0px;
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 40px;
}

.homepage_contact input[type="submit"].wpcf7-form-control:hover {
	background: black !important;
	color: white;
}

.download-button-1 .elementor-button-icon {
	background: #fff;
    height: 40px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D1D1B !important;
}

.elementor-popup-modal .dialog-close-button {
    display: block !important;
    top: 30px !important;
    right: 30px !important;
}

.dt-nav-menu > li > a {
    word-spacing: 0px !important;
}