/*
Theme Name: Tareq\'s Planet - 2013

Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

http://codex.wordpress.org/Right_to_Left_Language_Support

*/

/*
body {
	direction: rtl;
	unicode-bidi: embed;
}
*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

.inner-form .wpcf7 p input[type="text"], .inner-form .wpcf7 p input[type="tel"] {
    width: 93% !important;
    padding: 10px;
    background: transparent;
    border-radius: 0;
    border: 0 solid white !important;
    border-bottom-width: 1px !important;
    text-align: center;
    outline: none;
    color:white;
}
.inner-form .wpcf7 p input[type="submit"]{
	background: white;
	color:#39b6eb;
	font-weight: bold;
	width:93%;
	outline: none;
}
.inner-form .wpcf7 p{
	margin-bottom:14px;
}

.inner-form {
	background: #39b6eb;
	padding: 15px;
}
a.headerphone {
    color: black;
    font-size: 26px;
    line-height :28px;
}