/*
Theme Name:     finance-child
Description:    Child theme for the finance
Author:         Themesflat
Template:       finance

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* style for contact form */
.flat-wrap-field {
    margin: 0 -10px;
    margin-bottom: 30px;
}
.flat-one-half {
    width: 50%;
    float: left;
    padding: 0 10px;
}
label{
	color: #029dcf;
}
.flat-wrap-field input[type="text"], .flat-wrap-field input[type="email"], .flat-wrap-field input[type="phone"], .flat-wrap-field textarea {
    background-color: #f7f7f7;
    font-size: 14px;
    color: #272626;
	margin-bottom: 15px;
    padding: 10px;
	width: 100%;
}
.flat-wrap-field input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
   /* background: #87d9f6;*/
	background:#fff
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 25px;
    border: 3px solid #dedede;
}

/* End with Contact page style */
/* contact form */
.flat-contact-form input[type="text"], .flat-contact-form input[type="email"], .flat-contact-form input[type="phone"], .flat-contact-form textarea {
    background-color: #f7f7f7;
    font-size: 14px;
    color: #272626;
}
.textarea {
	{
		height:200px
	}
.flat-wrap-field input[type="submit"]
{
	background:#fff
}
/*
@media only screen and (max-width: 767px) {
	._image_section .vc_row.wpb_row {
      flex-wrap: wrap;
  	}
   	._image_section .wpb_column {
        margin: 5px;
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 470px) {
	._image_section .wpb_column {
        margin: 5px 0;
        width: 100%;
    }
}
*/
/* contact form end */