/*
Theme Name: yaeli
Theme URI: http://www.yaeli.shakedeal.co.il/
Author: Tiran Moyal
Author URI: http://www.yaeli.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: landing page
Text Domain: yaelbdar
*/
body{
	font-family: 'Heebo', sans-serif;
	color:#25245d;
	text-align:right;
	direction:rtl;
	background:url(images/mainbg.jpg) no-repeat top center;
	background-size:cover;
}
*{
	margin:0;
	padding:0;
}
ul, li, ol{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.cls{
	clear:both;
}
a {
	color:#b5197b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
	color:#b5197b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe, object, embed {
    max-width: 100%;
}
input:focus{
	outline:none;
}
input{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
textarea{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}
select{
	font-family: 'Heebo', sans-serif;
	text-align:right;
}

.wrap{
	width:auto;
	max-width:1335px;
	margin:0 auto;
	overflow:hidden;
}
.header{
	padding:100px 0 0 0;
	overflow:hidden;
}
.maincontent{
	color:#b2e0d6;
}
.maincontent h1{
	font-size:116px;
	line-height:110px;
	padding:0 0 30px 0;
	font-weight:900;
}
.maincontent h1 sup{
	font-size:71px;
	line-height:71px;
}
.maincontent p{
	font-size:36px;
	line-height:36px;
	padding:0 0 0 0;
}
div.wpcf7-mail-sent-ok {

    color: #fff!important;

}
.formarea{
	padding:120px 0 0 0;
	overflow:hidden;
}
.formarea h3{
	font-size:34px;
	line-height:34px;
	padding:0 0 20px 0;
	color:#b2e0d6;
}
.formitem{
	width:28%;
	float:right;
	padding:0 0 0 2%;
}
.formitem input{
	width:94%;
	height:40px;
	font-size:26px;
	color:#342824;
	background:#fff;
	border:none;
	padding:0 3% 0 3%;
}
.formsend{
	width:10%;
	float:left;
}
.formsend input{
	width:100%;
	font-size:26px;
	color:#342824;
	height:40px;
	border:none;
	text-align:center;
	background:#b2e0d6;
	cursor:pointer;
}
.formsend input:hover{
	background:#b2e0d6;
	color:#000;
}
.footer{
	font-size:26px;
	padding:40px 0 40px 0;
	text-align:center;
	overflow:hidden;
	color:#fff;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#b2e0d6;
	text-decoration:none;
}
.footer span{
	background:url(images/bullet01.png) no-repeat 0 15px;
	padding:0 0 0 15px;
}
.mobilecontent{
	display:none;
	color:#bbdfd6;
}