/*
Theme Name: BlankSlate Child
Theme URI: https://wp-themes.com/blankslate
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress BlankSlate child theme.
Template: blankslate
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: blankslate-child
*/

#company p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #000;
}
#access p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #000;
}


#contact .inquiryForm input[type="tel"], #contact .inquiryForm input[type="email"], #contact .inquiryForm input[type="number"]{    
    width: 100%;
    height: 39px;
    background-color: #f4f3f9;
    vertical-align: middle;
    border: 1px solid #f4f3f9;
    color: black;
    font-size: 18px;
}
#contact .inquiryForm input[type="number"]{width:100px !important;}
#contact .wpcf7-list-item {
        display: inline-block;
        margin: 0 0 0 1em;
     /*   width: 100%;
        max-width: 50%; 
        columns: 2;*/
        text-align: center;
    }
#contact .consultation_type .wpcf7-list-item {
    display:block;
    margin: 0 0 0 1em;
 /*   width: 100%;
    max-width: 50%; 
    columns: 2;*/
    text-align: left;
}

#contact .hope_treatment_block .wpcf7-list-item {
    display:block;
    margin: 0 0 0 1em;
 /*   width: 100%;
    max-width: 50%; 
    columns: 2;*/
    text-align: left;
}

#contact .hope_date_block .wpcf7-list-item {
    display:block;
    margin: 0 0 0 1em;
 /*   width: 100%;
    max-width: 50%; 
    columns: 2;*/
    text-align: left;
}

#contact .hopelist .q .calendar input[type="date"] {
    width: 100%;
    height: 39px;
    background-color: #f4f3f9;
    vertical-align: middle;
    border: 1px solid #f4f3f9;
    color: black;
}

#contact .hopelist .q .calendar select {
    text-align: center;
    width: 50px;
    height: 37px;
}