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

.landing-quiz-form_wrapper > .landing-quiz-form ul li.gfield {
    margin: 0px;
}

.landing-quiz-form_wrapper > .landing-quiz-form .gform_body div.ginput_container {
    margin: 0px !important;
}

.landing-quiz-form_wrapper > .landing-quiz-form .gform_body ul li.gfield input, .gf_login_form .gform_body ul li.gfield input {
    margin-top: 10px !important;
    padding: 15px !important;
    width: 100%;
}

.landing-quiz-form .ginput_complex span.ginput_full, .landing-quiz-form .ginput_complex .ginput_left, .gform_wrapper .ginput_complex span.ginput_right {
    min-height: auto !important;
}

.landing-quiz-form .gfield_label, .gf_login_form .gfield_label {
    display: none !important;
}

.gform_body input {
    margin-bottom: 0px !important;
}

.gform_wrapper ul.gform_fields li.gfield span {
    padding-top: 0px !important;
}

.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0px !important;
}

.gform_login_widget {
    display: none;
}

body.logged-in .gform_login_widget {
    display: block;
}

body.logged-in .gform_login_widget p {
    display: none;
}

.gform_login_widget a, a.btn-blue {
    border-radius: 100px;
    padding: 11px 20px 11px 20px;
    color: #ffffff;
    background-color: #184099;
    background: #184099;

    font-size: 14px;
    line-height: 16px;
    font-family: Montserrat, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.gform_login_widget a:hover, a.btn-blue:hover {
    background: #5dbc4c;
    color: #fff;
}

.gform_wrapper ul.gfield_checkbox li {
    overflow: visible !important;
}

.validation_message a {
    display: none;
}

a.form-inline-link, a.form-inline-link:visited {
    text-decoration: none;
}

a.form-inline-link:hover {
    text-decoration: underline;
}

a.form-inline-link, a.form-inline-link:visited, a.form-inline-link:hover {
    color: #213f9a;
    font-weight: 700;
    display: block;
}

nav.gf_login_links {
    margin-bottom: 25px;
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}

.gform_wrapper ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 0.6;
}

.gform_wrapper :-ms-input-placeholder {
    color: #000;
    opacity: 0.6;
}

.gform_wrapper input:focus::-webkit-input-placeholder {
    color: #000;
    opacity: 0.4;
}

.gform_wrapper input:focus::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 0.4;
}

.gform_wrapper input:focus:-ms-input-placeholder {
    color: #000;
    opacity: 0.4;
}

.landing-form-container input {
    background-color: #fff;
    color: #525358;
}

@media only screen and (min-width: 641px) {
    .landing-form-container .top_label div.ginput_complex.ginput_container.gf_name_has_1, .landing-form-container .top_label div.ginput_complex.ginput_container.gf_name_has_2, .landing-form-container .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 16px);
    }
}