/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*הטמעת פונט לעמוד הבית - חתימה*/

@font-face {
  font-family: 'FbMelatef';
  src: url('fonts/FbMelatef-Mudgash.otf') format('opentype');
  font-weight: bold;
  font-style: bold;
}



/*תוכן עמוד אודות*/

/*כתב יד - לכותרת*/
.yad-big{
  font-family: FbMelatef;
  font-weight:bold;
  color: black;
  text-align: right;
  font-size: 60px;
  line-height: 0.7em;
  margin: 0% 15% 0% 15%;
  padding-top: 0%;
}

section.information{
  width: 100%;
  position: relative;
}

div.information-text-1{
  float: right;
  width: 60%;
  height:500px;
  background-color: #f5cf5c;
}
div.information-text-2{
  float: right;
  width: 60%;
  height:500px;
  background-color: white;
}
div.information-text-1 p,div.information-text-2 p{
  font-family: Assistant;
  color: black;
  text-align: right;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0% 15% 0% 15%;
}
div.information-pic{
  float: right;
  width: 40%;
  height:500px;
  overflow: hidden;
}

div.information-pic img{
width: auto;
height: 100%;
}

.information h1{
  padding-top: 5%;
  font-family: Assistant;
  color: black;
  text-align: center;
  font-size: 35px;
  line-height: 2em;
}
/*-------------------------------------------------------------------------------------*/
/*המלצות - אודות*/
/*כתב יד של כותרת המלצות*/

.Recommendations-Background{
  padding-top: 5%;
  padding-bottom: 5%;
  height: auto;
  width: 100%;
  background: #560d53;
}
.Recommendations .yad-big{
  font-family: FbMelatef;
  font-weight:bold;
  color: white;
  text-align: center;
  font-size: 60px;
  line-height: 0.7em;
  margin: 0% 15% 0% 15%;
  padding-top: 0%;
}

.Recommendations p{
  font-family: Assistant;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  width: 40%;
  margin: 0% 30% 0% 30%;
}
.Recommendations-Background p.yad{
  font-family: FbMelatef;
  font-weight:bold;
  color: white;
  text-align: center;
  font-size: 40px;
  line-height: 2em;
  z-index: 100px;

}
.icon{
  position: relative;
  width: 70px;
  right: 50%;
  margin-right: -35px;
  margin-top: 2%;
  margin-bottom: 2%;
  justify-content: center;‏

}
.icon-hert{
  padding: 0.1%;
  justify-content: center;‏
}

.title-white{
  padding-top: 5%;
  margin: 0px;
  font-family: Assistant;
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 3em;
}
/*-------------------------------------------------------------------------------------*/

/*ארכיון פוסטים*/

/*לפרטים נוספים כפתור*/
a.elementor-post__read-more{
  background-color: #FDCD10;
  padding: 1% 4%;
  text-align: right;
}



/*רספונסיב*/

@media only screen and (max-width: 768px) {



    /*ארכיון פוסטים*/
    /* טיפול בתמונה*/
    .elementor-post{
      display: block !important;
      border-width: 0px !important;
    }

    .elementor-post__thumbnail__link{
      width: 70% !important;
      margin-right: 15%;
      margin-top: 15%;
      border: 1px solid #29296f;
    }
    .elementor-post__text{
      margin-bottom: 10% !important;
    }

    /*אודות*/
    .yad-big{
      font-family: FbMelatef;
      font-weight:bold;
      color: black;
      text-align: right;
      font-size: 60px;
      line-height: 0.7em;
      margin: 0% 15% 0% 15%;
      padding-top: 0%;
    }

    div.information{
      width: 100%;
      margin:auto;
      position: relative;
    }

    div.information-text-1{
      float: right;
      width: 100%;
      height:auto;
      background-color: #f5cf5c;
    }
    div.information-text-2{
      float: right;
      width: 100%;
      height:auto;
      background-color: white;
    }
    div.information-text-1 p,div.information-text-2 p{
      font-family: Assistant;
      color: black;
      text-align: right;
      font-size: 20px;
      line-height: 1.2em;
      margin: 0% 15% 15% 15%;
    }
    div.information-pic{
      width: 100%;
      height:400px;
      float: right;
    }

    .information-pic img{
    width: auto;
    height: 100%;
    }

    .information h1{
      padding-top: 5%;
      font-family: Assistant;
      color: black;
      text-align: center;
      font-size: 35px;
      line-height: 2em;
    }

    .Recommendations p{
      font-family: Assistant;
      color: white;
      text-align: center;
      font-size: 20px;
      line-height: 1.2em;
      width: 70%;
      margin: 0% 15% 0% 15%;
    }

  /*סוגר מובייל*/

  }
