html,
body.body-landing,
.landing-wrap,
.landing-wrap .site,
.landing-wrap .site-main,
.landing-wrap .landing{
    /* height: 100%; */
    background-color: transparent;
    direction: rtl;
    unicode-bidi: bidi-override;
    color: #1b3856;
    font-family: "Almoni";
    line-height: 1;
    font-weight: normal;
}

html{
    font-size: 25px;
}

body{
    font-size: 1rem;
}

h1,h2,h3,h4,h5,h6,a,input,button{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}

li{
    list-style-type: none;
}

div.wpcf7-validation-errors {
        border: none;
    position: absolute;
    width: 100%;
    bottom: -10px;
}

.contact-form-wrap-mobail div.wpcf7-validation-errors{
    bottom: 0px;
}


/* SLIDER */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/* END SLIDER */


.landing-wrap .site{
    max-width: 1020px;
    border: none;
}

.landing{
    border-top: 7px solid #1b3856;
    border-bottom: 7px solid #1b3856;
    padding: 65px 0;
    text-align: center;
}

.landing-mobail{
    display: none;
}

.inner{
    max-height: 815px;
    /* height: 815px; */
    background-color: rgba(236,240,244, 0.9);
}

.header-content{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header-content h1,
.agent-inner-mobail h1{
    font-size: 2.8rem;
    margin: 25px 0;
}

.header-content::after,
.body-content::after,
.footer-content::after,
.property-items::after,
.contact-form ul::after,
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

.left-block,
.right-block{
    float: left;
}

.left-block{
    width: 67%;
    position: relative;
}

.right-block{
    width: 33%;
    position: relative;
}

.body-content .left-block::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #c9c7c6;
}

.photo-house{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    border: 35px solid #40c4c8;
    padding: 0;
    height: 280px;
    -moz-border-image: url(../images/picture_frame.png) 43 37 44 48  round round;
    -webkit-border-image: url(../images/picture_frame.png) 43 37 44 48  round round;
    -o-border-image: url(../images/picture_frame.png) 43 37 44 48  round round;
    border-image: url(../images/picture_frame.png) 43 37 44 48  round round;
}

.photo-house img,
.photo-agent img,
.photo-agent-mobail img{
    max-width: 100%;
    height: auto;
    /* vertical-align: bottom; */
}

ul.property-items{
    margin: 0;
    padding: 15px 25px 0 25px;
}

ul.property-items li{
    float: right;
    width: 23%;
    padding-top: 45px;
    position: relative;
}

ul.property-items li::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -moz-calc(50% - 18.5px);
    left: -webkit-calc(50% - 18.5px);
    left: calc(50% - 18.5px);
    width: 37px;
    height: 37px;
    background-image: url(../images/checkbox-ico.png);
    background-repeat: no-repeat;
}

ul.property-items li+li{
    margin: 0 2.6% 0 0;
}

.agent{
    padding-top: 15px;
}
.photo-agent,
.photo-agent-mobail{
    width: 200px;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 14px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 14px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 14px -3px rgba(0,0,0,0.75);
}

.info-agent{
    padding: 0 30px;
}

.info-agent h3,
.info-agent-mobail h3{
    font-size: 1.4rem;
    color: #747374;
    margin: 20px 0 5px 0;
}

.info-agent p.link::after{
    content: "";
    display: block;
    width: 80%;
    margin: 25px auto -20px;
    height: 2px;
    background-color: #c9c7c6;
}

.info-agent p.phone{
    font-size: 1.6rem;
    margin: 0;
}

.info-agent p.phone::before{
    content: "";
    display: inline-block;
    background-image: url(../images/phone-ico.png);
    height: 38px;
    width: 38px;
    position: relative;
    top: 6px;
    margin-left: 15px;
}


.footer-content{
    background-image: url(../images/bg-landing-footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0 0;
    padding: 40px 0 0 0;
}

.footer-content h2,
.contact-form-wrap-mobail h2{
    margin: 0;
    font-size: 1.4rem;
}


form.contact-form{
    float: none;
    width: 100%;
}

.contact-form ul {
    padding: 0 0 30px;
    margin: 20px 10% 0;
        position: relative;
}

.contact-form ul li{
    width: 25%;
    float: right;
}

.contact-form ul li+li{
    margin: 0 2.5% 0 0;
}

.contact-form ul li:last-of-type{
    width: 45%;
}

.contact-form input{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid transparent !important;
}

.contact-form input[type=submit]{
    background-color: #1b3856 !important;
}

.contact-form input.wpcf7-not-valid{
    border: 1px solid red !important;
}

.contact-form span.wpcf7-not-valid-tip{
    display: none;
}


/* MEDIA */
@media screen and (max-width: 890px){

    html{
        font-size: 18px;
    }
}


@media screen and (max-width: 767px){

    .landing{
        display: none;
    }

    .landing-wrap > .backstretch{
        display: none;

    }

    .landing-mobail{
        display: block;
    }

    .logo-mobail{
        text-align: center;
        padding: 15px 0;
    }

    .agent-wrap-mobail{
        padding: 30px 0 0;
    }

    .agent-inner-mobail{
        width: 85%;
        margin: 0 auto;
        text-align: center;
        background-color: rgba(236,240,244, 0.9);
    }

    .agent-inner-mobail h1 {
        font-size: 4rem;
        margin: 0;
        padding: 20px;
    }

    .photo-agent-mobail{
        width: 225px;
        height: 225px;
    }

    .info-agent-mobail h3 {
        font-size: 2rem;
        margin: 20px 0 0px 0;
        padding: 0 20px;
    }

    .link-mobail{
        margin: 0;
        padding: 15px 0;
        font-size: 1.7rem;
    }

    .phone-mobail h2{
        margin: 0;
        text-align: center;
        background-color: #1b3856;
        color: #fff;
        font-size: 4.5rem;
        padding: 15px 0 5px;
    }

    .phone-mobail h2 a::before{
        content: "";
        display: inline-block;
        background-image: url(../images/phone-mobail-ico.png);
        height: 65px;
        width: 65px;
        position: relative;
        top: 7px;
        margin-left: 30px;
        background-size: cover;
    }

    .phone-mobail h2 a:hover{
        text-decoration: none;
    }

    .property-items-mobail{
        padding: 40px 0;
        margin: 0;
    }

    .property-items-mobail li{
        display: inline-block;
        width: 80%;
        margin: 0 10%;
        font-size: 1.7rem;
        position: relative;
        min-height: 55px;
        padding: 3px 75px 0 0;
    }



    .property-items-mobail li+li{
        margin: 25px 10% 0;
    }

    .property-items-mobail li::before{
        content: "";
        background-image: url(../images/checkbox-ico.png);
        height: 55px;
        width: 55px;
        position: absolute;
        top: 0px;
        background-size: cover;
        right: 0;
    }



    .property-items-mobail li p{
        display: inline-block;
        margin: 0;
    }

    .contact-form-wrap-mobail{
        /* background-image: url(../images/bg-landing-footer.png); */
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 20px 0 0;
        padding: 40px 0 0 0;
        background-color: #ffac3a;
        position: relative;
    }

    .contact-form-wrap-mobail{
        text-align: center;
        background-size: 300% 100%;
        background-position: center;
    }

    .contact-form-wrap-mobail::before{
        content: "";
        border: 10px solid transparent;
        border-top: 10px solid #fff;
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -moz-calc(50% - 10px);
        left: -webkit-calc(50% - 10px);
        left: calc(50% - 10px);

    }

    .contact-form-wrap-mobail h2{
        font-size: 2.5rem;
        padding: 0 20px;
    }

    .contact-form ul {
        margin: 20px 10% 0;
    }

    .contact-form ul li {
        width: 100%;
        float: none;
    }

    .contact-form ul li input{
        font-size: 1.6rem;
    }

    .contact-form ul li:last-of-type {
        width: 100%;
    }

    .contact-form ul li+li {
        margin: 10px 0 0 0;
    }

}


@media screen and (max-width: 500px){
    .phone-mobail h2 {
        font-size: 3.5rem;
        padding: 10px 0 5px;
    }

    .phone-mobail h2 a::before {
        height: 50px;
        width: 50px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 430px){
    html{
        font-size: 12px;
    }

    .phone-mobail h2 {
        padding: 5px 0 5px;
    }

    .phone-mobail h2 a::before {
        height: 40px;
        width: 40px;
    }

    .property-items-mobail {
        padding: 20px 0 0;
    }

    .property-items-mobail li {
        padding: 3px 60px 0 0;
    }

    .property-items-mobail li+li {
        margin: 0px 10% 0;
    }

    .property-items-mobail li::before {
        height: 40px;
        width: 40px;
    }

    .contact-form-wrap-mobail {
        margin: 5px 0 0;

    }


}

@media screen and (max-width: 500px){
.photo-house{
    width: 100%;
	max-height:230px
}
}

@media screen and (max-width: 340px){
.photo-house{
    width: 100%;
	max-height:200px
}
}

a.site-link {font-family:'Arial'; color:#1b3856; font-size:.8rem; margin-top:10px; display:inline-block}
h2 a.site-link::before {display:none}
.contact-form-wrap-mobail a.site-link {font-size:1.8rem; margin-top:-20px; margin-bottom:30px}
.phone-mobail a.site-link:hover{color:#ea9629}

.phone-mobail h2.truma-link a::before {display: none}
.phone-mobail h2 {padding: 12px 5px 10px !important; line-height: 1.2em}
.phone-mobail h2.truma-link {display: none}
.page-id-9231 .phone-mobail h2.truma-link {display: block; margin-top: 10px}
.page-id-9231 figcaption.info-agent-mobail {display: none !important} 

