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

.elementor-widget-animated-headline .elementor-headline {
  display:block;
}


/* Form Changes*/

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f71f !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    font-weight: 400 !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 2px 2px 2px 2px !important;
    padding: 12px 18px 12px 18px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border-color: rgba(128, 128, 128, 0.5) !important;
	min-height: 40px !important;
	width: 50% !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]:hover {
    background-color: #89cbc0 !important;
    background-image: none !important;
    border-color: #89cbc0 !important;
	color:#fff !important;
}

.nf-form-fields-required{
	color:#fff !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    color: #fff !important;
}
.nf-pass.field-wrap .nf-field-element:after {
    color: #88cabf !important;
}
.nf-pass .ninja-forms-field {
    border-color: #88cabf!important;
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: #fff !important;
}

.nf-form-content select.ninja-forms-field {
    color: #fff !important;
}

.nf-form-content {
    max-width: 100% !important;
}

.nf-form-content .list-select-wrap>div select {
    background:#706465 !important;
    border: 1px solid #c4c4c4 !important;
}