/*
Theme Name: Draftspot theme
Theme URI:
Author: Draftspot
Author URI: www.draftspot.net
Description:  The best wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: draftspot_theme
Tags: flashrad,Draftspot
*/
.float_r{
    float: right;
}
.ds_modal_wrapper {
    position: fixed;
    top: 20%;
    width: 50%;
    background-color: white;
    z-index: 11111;
    padding: 50px;
    left: 25%;
}
.ds_modal_wrapper h3{
    font-size: 4.25em;
    font-weight: 700;
}
.ds_modal_wrapper h3 strong{
    color: #D2B61F;
}
.ds_modal_wrapper p{
    font-size: 1.625em;
    font-weight: 400;
}
.ds_modal_wrapper .ds_modal_header{
    justify-content: space-between;
}
@media (max-width: 767px) {
    .ds_modal_wrapper .ds_form_wrap input.ds_email_e {
        width: 10em!important;
        max-width: 90%;
    }
    .ds_modal_wrapper h3 {
        font-size: 2.25em;
        font-weight: 700;
    }
    .ds_modal_wrapper .ds_eform_close {
        top: 5em!important;
    }
}