/*header,footer,body*/

/*functions*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body #sectionBlog {
  margin-top: 110px;
  min-height: calc(100vh - 293px);
}
@media only screen and (max-width: 991px) {
  body #sectionBlog {
    margin-top: 60px;
  }
}
body #sectionBlog .backGroundBlog {
  background-image: url('../../img/mainMulti/blog-header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  position: relative;
}
body #sectionBlog .backGroundBlog .title {
  color: white;
  font-weight: 900;
  font-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-family: 'Open Sans Hebrew', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body #sectionBlog .backGroundBlog {
    height: 150px;
    background-image: url('../../img/mainMulti/imgMobile/blog-mobile-bg.jpg');
  }
  body #sectionBlog .backGroundBlog .title {
    font-size: 32px;
  }
}
body #sectionBlog .containerBlog {
  margin: 20px auto;
  background: white;
}
body #sectionBlog .containerBlog .boxBlogPost .imageBlogPost img {
  width: 100%;
}
body #sectionBlog .containerBlog .boxBlogPost .linkPostBlog {
  color: #373a3c;
  text-decoration: none;
}
body #sectionBlog .containerBlog .boxBlogPost .linkPostBlog .datePostBlog {
  font-size: 14px;
  margin-top: 20px;
}
body #sectionBlog .containerBlog .boxBlogPost .linkPostBlog .titlePost {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
body #sectionBlog .containerBlog .boxBlogPost .linkPostBlog .postBlog {
  color: #505050;
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  body #sectionBlog .containerBlog {
    margin-top: 0px;
    padding: 20px 15px 0;
  }
  body #sectionBlog .containerBlog .boxBlogPost .linkPostBlog .postBlog {
    margin-bottom: 30px;
    line-height: 24px;
  }
}
body #sectionBlog .widthBlogSingle {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle {
  max-width: 1075px;
  margin: initial;
  background: white;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost {
  width: 70.23%;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost {
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  padding-top: 60px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .datePost {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 14px;
  color: #505050;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .titlePost {
  font-size: 28px;
  font-weight: bold;
  color: #191919;
  line-height: 36px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .imagePost {
  padding: 25px 0;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost {
  font-family: 'Assistant', sans-serif;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost img {
  max-width: 100%;
  height: auto;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .divParagraph {
  font-size: 14px;
  line-height: 24px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .buttonDiv {
  text-align: center;
  padding: 14px 0;
  margin-top: 5px;
  margin-bottom: 10px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .buttonDiv .buttonLink {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #0044f0;
  text-decoration: none;
  font-family: 'Open Sans Hebrew Condensed', sans-serif;
  padding: 14px 65px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 10px 0px #0044f0;
  -moz-box-shadow: 0px 4px 10px 0px #0044f0;
  box-shadow: 0px 4px 10px 0px #0044f0;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .titleParagraph {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 30px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .listTips {
  padding: 0px 26px 0 0;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .listTips li {
  color: #0090ff;
  padding-bottom: 40px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .listTips li span {
  color: #191919;
  line-height: 24px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .questionsAnswers .titleQa {
  color: #191919;
  font-size: 16px;
  padding: 15px 0;
  font-weight: bold;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .questionsAnswers .boxQa {
  padding: 15px 20px;
  font-size: 14px;
  line-height: 24px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .questionsAnswers .boxQa .question {
  color: #0090ff;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .contentPost .questionsAnswers .boxQa .answer {
  color: #191919;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .boxSocial {
  text-align: center;
  border-top: 1px solid #ececec;
  max-width: 550px;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 25px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .boxSocial .listSocial {
  margin: 0;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .boxSocial .listSocial li a span {
  border: 2px solid #7fa9d1;
  width: 32px;
  height: 32px;
  line-height: 29px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #7fa9d1;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost {
    width: 100%;
    padding: 0;
  }
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost {
    max-width: 100%;
    padding: 25px 15px 0;
  }
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .titlePost {
    font-size: 24px;
  }
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .imagePost img {
    margin: 0 auto;
  }
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colPost .containerPost .imgBanner img {
    margin: 0 auto;
  }
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts {
  background: #f3f3f3;
  width: 29.77%;
  padding: 75px 30px;
}
@media only screen and (max-width: 991px) {
  body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts {
    width: 100%;
    padding: 15px 20px;
  }
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts .titleOther {
  color: #0054a4;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 25px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts .boxexPosts .linkPost {
  text-decoration: none;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts .boxexPosts .linkPost .boxImagePost {
  height: 175px;
  background-size: cover;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts .boxexPosts .linkPost .datePost {
  color: #868686;
  font-size: 14px;
  padding: 10px 0 5px;
}
body #sectionBlog .widthBlogSingle .containerBlogSingle .row .colOtherPosts .boxexPosts .linkPost .titlePost {
  color: #0054a4;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 25px;
  font-family: 'Assistant', sans-serif;
}
