form.wpcf7-form{
	
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-text.wpcf7-not-valid{
    border: 1px solid red;
}

form.wpcf7-form span.wpcf7-not-valid-tip{
    float: left;
    position: relative;
    top: -18px;
}

form.wpcf7-form .wpcf7-validation-errors{
    border: 1px solid #fff;
    color: #fff;
}

form.wpcf7-form .wpcf7-mail-sent-ok {
    border: 1px solid #fff;
    color: #fff;
}

.bottomcontactformbutton.formsubmitbutton img.ajax-loader{
    height: 16px;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 16px;
    z-index: 1;
}

.gform_wrapper .gform_body ul li label{
	display:none;
}

.gform_wrapper .gform_body ul li .ginput_container{
	margin: 15px 0;
}

.gform_wrapper .gform_body ul li .ginput_container input{
    border: 1px solid #a49c9b;
    box-shadow: 0 8px 6px -6px #eee;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

.gform_wrapper .gform_body ul li .ginput_container select{
    border: 1px solid #a49c9b;
    box-shadow: 0 8px 6px -6px #eee;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

.gform_wrapper .gform_body ul li .ginput_container textarea{
    border: 1px solid #a49c9b;
    box-shadow: 0 8px 6px -6px #eee;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    width: 100%;
}

.gform_validation_error .validation_error{
	color:#e65827;
}

.gfield_description.validation_message {
    color: #e65827;
}

.pum-container{
	padding: 4% 6%;	
}

.popmake-content .gform_wrapper ul.gform_fields li.gf_left_half{
    float: left;
    width: 46%;	
	height: 60px;
}

.popmake-content .gform_wrapper ul.gform_fields li.gf_right_half{
    float: right;
    width: 46%;	
	height: 60px;
}

.gform_footer .gform_button.button {
   background-color: #ef9d03;
    border-color: #ef9d03;
    border-style: solid;
    border-width: 2px;
    /*box-shadow: 2px 2px 0 #ef9d03;*/
    color: #fff;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    /*width: 95px; */
	width: 200px !important;
}
.gravity-form-style .gform_footer .gform_button.button {
	width: 200px !important;
	
}


.gform_footer .gform_button.button:hover {
    /*box-shadow: 3px 3px 0 #ef9d03;*/
	opacity:0.8;
}

.popmake-content select.gfield_select{
	color:#a49c9b;
	 margin-top: 20px;
}

.popmake-content .gform_validation_error .validation_message {
    bottom: 14px;
    font-size: 12px;
    position: relative;
	color: #e65827;
}

#boxwrapper-5 span.wpcf7-not-valid-tip{
    color: #fff;
    font-size: 12px;
    height: 10px;
    position: absolute;
    top: -5px;
}

.vc_wp_search.wpb_content_element .widget_search form#searchform input#s{
    border: 1px solid #a49c9b;
    box-shadow: 0 8px 6px -6px #eee;
    float: left;
    width: 72%;
}

.vc_wp_search.wpb_content_element .widget_search form#searchform input#searchsubmit{
    border: 1px solid #a49c9b;
    bottom: 0;
    float: left;
    height: 37px;
    margin-top: 0;
    padding: 0;
    position: relative;
    right: 0;
    width: 20%;
}


.singlepostright h3.widget-title{
	margin: 0 0 15px;
}

.singlepostright form#searchform input#s{
    border: 1px solid #a49c9b;
    box-shadow: 0 8px 6px -6px #eee;
    float: left;
    width: 72%;
}

.singlepostright form#searchform input#searchsubmit{
    border: 1px solid #a49c9b;
    bottom: 0;
    float: left;
    height: 37px;
    margin-top: 0;
    padding: 0;
    position: relative;
    right: 0;
    width: 20%;
}

