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

.translations-container .wpcf7 label {

    font-weight: 700 !important;
    color: #333333 !important;

}

.translations-container .wpcf7 .translation-type-radio label {
    font-size: 16px !important;
    font-weight: 400 !important;

}


.translations-container .wpcf7 .translation-type-radio .wpcf7-list-item {
    margin-right: 20px !important;
}

.translations-container .wpcf7 .types-container {
    display: inline-flex;
    column-gap: 40px;
    margin: 20px 0;
    padding: 30px 0 20px 0;
    border-top: 2px solid #c2d501;
    border-bottom: 2px solid #c2d501;
}

.translations-container .wpcf7 .types-container div {
    width: 45%;
    flex-grow: 1;
}

.translations-container .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 10px !important;
}

.translations-container .wpcf7 .wpcf7-acceptance label {
    color: #888 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}


@media only screen and (max-width: 992px) {

    .mobile-reorder .right {
        order: 1;
    }

    .mobile-reorder .left {
        order: 2;
    }

}

@media only screen and (max-width: 779px) {


    .translations-container .ult-content-box {
        padding: 40px 30px 20px !important;
    }

    .translations-container .wpcf7 .types-container {
        flex-direction: column;
    }

    .translations-container .wpcf7 .types-container div {
        width: 100%;

    }

    .mobile-image {
        margin-left: 150px !important;
        margin-top: 200px;
    }


}