/*--------- Contact Form --------- */
.wpcf7-form .asc-wrap {
    width: 33.3%;
    float: left;
   padding-bottom: 10px;
    margin-bottom: 15px;
}
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form #alsh-written,
.wpcf7-form #alsh-religion,
.wpcf7-form #asc-cf7-title,
.wpcf7-form #asc-cf7-firstname,
.wpcf7-form #asc-cf7-lastname,
.wpcf7-form #asc-cf7-email,
.wpcf7-form #asc-cf7-nationality,
.wpcf7-form #asc-cf7-city{
    width: 96%;
	height: 42px;
	padding-left: 14px;
    font-size: 14px;
}
.wpcf7-form input[type=date] {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}
.wpcf7-form input#asc-cf7-tele{
	height: 42px;
	padding-left: 5px;
    font-size: 14px;
	width: 100%;
    text-indent: 23px;
}
.wpcf7-form textarea#asc-cf7-city{
	width: 96%;
    height: 98px;    
    font-size: 14px;
}


.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
  text-indent: 15px;
}
.wpcf7 p{ 
	position: relative; 
}
.wpcf7 p .fa {
    position: absolute;
    color: #bababa;
    z-index: 100;
    font-size: 14px;
    top: 25%;
    left: 3%;
}
.wpcf7 p .user-last.fa-user {
    top: 32%;
}
.asc-wrap-submit {
    display: inline-block;
    width: 100%;
    margin: 30px auto 0px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #fad92d;
    color: #464947;
    border: none;
    font-weight: bold;
    padding: 10px 18px;
    margin: auto;
    display: block;
    cursor: pointer;
width: 34%;
}
textarea#asc-cf7-message {
    height: 98px;
    padding-left: 14px;
    font-size: 14px;
    display: block;
    width: 100%;
}
.wpcf7 p .fa-comments {
    top: 5%;
}
select#asc-cf7-title,
select#asc-cf7-nationality,
select#asc-cf7-city {
    padding-left: 5px !important;
}
#asc-cf7-nationality {
    margin-bottom: 16px;
}
/* --------- C0NTACT FORM NEWS SUBSCRIPTION ---------- */

input.wpcf7-form-control.wpcf7-text,input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
}
.asc-wrap-news-submit input.wpcf7-form-control.wpcf7-submit {
    padding: 12px 60px;
	margin: 0px;
}
.asc-wrap-news-submit {
	float:	left;
	width: auto;
}
div#wpcf7-f456-p107-o2 {
    max-width: 45em;
    margin-left: auto;
    margin-right: auto;
}

@media all and ( max-width: 640px ) {
	.wpcf7-form .asc-wrap {
		width: 100%;
		float: none;
    	margin-bottom: 15px;
	}
	.wpcf7-form #asc-cf7-title, .wpcf7-form #asc-cf7-firstname, 
	.wpcf7-form #asc-cf7-lastname, .wpcf7-form #asc-cf7-email, 
	.wpcf7-form #asc-cf7-nationality, .wpcf7-form #asc-cf7-city {
		width: 100%;
	}
}

.wpcf7-form .alsh-full{
	width: 98%;
    float: left;
	padding-bottom: 20px;
}
.wpcf7-form .alsh-left{
	width: 48%;
    float: left;
}
.wpcf7-form .alsh-right{
	width: 48%;
    float: left;
	padding-bottom:16px;
}
 .wpcf7-form .alsh-reg-submit{
	padding-top: 20px;
	
}