/*
Theme Name: Getleads
Description: Child theme for the GetLeads. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Theme URI: http://themeforest.net/user/XpeedStudio
Author: XpeedStudio
Author URI: http://xpeedstudio.com
Version: 2.1
* Tags: one-column, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
Template: getleads
*/

.btn_wrp {
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:40px;
}
.btn_wrp > div {
	margin: 0 10px;
}
.btn_wrp input[type=submit] {
	padding: 6px 10px;
    background: #1C66B6;
    color: #FFF;
    text-align: center;
    border: 0;
    border-radius: 4px;
	cursor:pointer;
}
.mw_wp_form .error {
    width: 50%;
    margin: 0 auto;
	text-align:left;
}
.form-privacy span.error, .chboxes span.error {
    width: 100% !important;
}
.chboxes span.error {
	padding-left:20px;
}
.bck-btn input[type=submit] {
	background:#AAA;
}
.mw_wp_form_confirm {
	margin-top:50px;
}
.mw_wp_form_confirm table th {
	background: #f7f7f7 !important;
	 width: 50%;
}
.mw_wp_form_confirm table {
	margin-bottom: 40px;
}

.mw_wp_form_complete {
	min-height:400px;
	margin-top:50px;
}

.contact___box p:first-child {
	font-weight: bold;
    margin-bottom: 10px;
}


.contact___box p:last-child {
    padding: 20px;
    display: inline-block;
    border: solid 1px #D2B071;
    border-radius: 8px;
}
.alink {
	color:#007bff !important;	
}
.alink:hover {
	text-decoration:underline;
}
.form-contents .vtop{
    margin-bottom: 40px;
}

.form-fields th {
    background: #f7f7f7;
}
.form-fields .req{
    color: #fff;
    background-color: #d63637;
    padding: 2px 5px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 3px;
    vertical-align: middle;
}
.form-contents {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 1140px;
}
.form-fields .chboxes{
    color: #000;
}
.form-fields .dflex-fields{
    color: #000;
}
.form-fields .txtarea-style{
    width: 80%;
}
.form-fields .fieldstyle{
    width: 50%;
}
.form-contents table {
    margin-bottom: 20px;
}
.form-fields input{
    color: #000;
}
.form-fields .fieldsize-1{
    width: 67%;
}
.form-fields .fieldsize-2{
    width: 67%;
}
.form-contents .address{
    width: 75%;
    text-align: right;
    margin-right: 30%;
}
.form-contents .btn_wrp {
    margin-bottom: 40px;
}

.mw_wp_form_confirm .dflex-fields{
    color: inherit;
    text-align: center;
}
.mw_wp_form_confirm .form-contents .address{
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .form-fields th,.form-fields td {
        display: block;
    }
    .form-contents{
        max-width: 500px;
        width: 100%;
        margin: 40px auto 0;
    }
    .form-fields .fieldstyle{
        width: 80%;
    }
    .form-fields .address{
        width: 100%;
        margin-right: 0;
    }
    .form-fields .fieldsize-1{
        width: 80%;
    }
    .form-fields .fieldsize-2 {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
	.mw_wp_form_confirm table th {
		font-size:14px !important;
	}
}