
@media (min-width:780px) {
    .breadcrumbs {
        margin: 0 auto;
        max-width: 870px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 1.0rem;
      background-color: #f4f4f4;
      padding-right: 1rem

    }
}
.art_title_container {
    width: 100%;
    max-width: 870px;
    background-color: #ffffff;
    border-bottom: 3px solid #e57b05;
    padding: 1.5rem;
    text-align: right;

}

@media (min-width:900px) {
    .art_title_container {
        background-color: #f4f4f4;
    }

}

.main {
    display: block;
    padding-top: 80px;
    direction: rtl;
    background-color: #f4f4f4
}

@media (min-width:900px) {
    .main {
        margin: 0;
        padding: 0;
        background-color: #ffffff
    }
}

.art_title-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f4f4f4
}

@media (min-width:900px) {
    .art_title-breadcrumbs {
        background-color: #fff
    }
}

.main-title-div {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}



.main_title {
    color: #e57b05;
    font-weight: 500;
    font-size: 28px;
    margin: 0 5px 15px;
    font-weight: 600;
    font-family: Heebo, Arial, sans-serif;
}

.main_title span {
    font-size: 20px;
    display: block
}
@media (min-width:600px) {
  .main_title span {
        font-size: 24px;
        display: inline
    }
}
@media (min-width:900px) {
    .main_title {
        font-size: 38px;
        margin: 30px 0 !important
    }

    .main_title span {
        font-size: 24px;
        display: inline
    }
}

@media (min-width:600px) {
    .main_title {
        margin: 0 auto 10px;
        max-width: 1000px
    }
}

@media (min-width:1200px) {
    .main_title {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        font-family: Heebo, Arial, sans-serif;
    }
}
.art_main_wrapper { width: 100%; height: auto; margin: 0 auto; background-color: #f4f4f4; padding: 1.0rem }

@media (min-width:766px) {
  .art_main_wrapper, .main .more_title { width: 100%; max-width: 870px; margin: 0 auto; padding: 3.0rem }
}
.article_container h2 strong { font-size: 18px; line-height: 2.0rem; }
.main .links { width: 100%; height: auto; margin: 0 auto; background-color: #f4f4f4; padding: 1.0rem; }
  .main .links a { color: #3e6ca5; border: 1px solid #dbdee0; border-radius: 3px; margin-left: 5px; font-size: 14px; padding: 3px 7px 3px 12px; display: inline-block; margin-bottom: 10px; background-color: #fff; text-decoration:none; }

@media (min-width: 766px) {
  .main .links { width: 100%; max-width: 870px; margin: 0 auto; padding: 3.0rem; background-color: #f4f4f4; }
}

.main .links a::before { content: "\e912"; font-size: 9px; margin-left: 0.5rem; font-family: 'magazin'; }


.art_main_wrapper a{
  color:#4672a9;
  text-decoration: underline;
}
.art_main_wrapper h1.articletitle{
  font-size: 1.5rem;
  padding-bottom: 1rem
}
.art_main_wrapper p.artintro{
  font-size: 1.2rem
}
.art_main_wrapper .writer_date{
  padding: 0.5rem 0;
  border-top: 1px dashed #ccc;
  margin-top: 0.8rem;
}
@media (min-width:766px) {
  .art_main_wrapper .writer_date{
    padding: 0.5rem 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.art_main_wrapper .writer_date .writer{
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

}
@media (min-width:766px) {
  .art_main_wrapper .writer_date .writer{
    width: 50%;
    }
}


.art_main_wrapper .writer_date .writer .avatar{
  width: 20%;

  margin-left: 0.3rem

}
.art_main_wrapper .writer_date .writer .avatar img{
  width: 50px;
  height:50px;
  border-radius: 50%
}
.art_main_wrapper .writer_date .date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.art_main_wrapper .writer_date span{
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
}
.art_main_wrapper .writer_date span.w_name{
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem
}
.art_main_wrapper .writer_date .social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.0rem 0 0.5rem 0


}
@media (min-width:766px) {
  .art_main_wrapper .writer_date .social{
  width:50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 4rem
}
}
.art_main_wrapper .writer_date .social ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;


}
.art_main_wrapper .writer_date .social ul li span{
  font-size: 1.3rem;
  color: #a2a2a2;
  margin: 0 14px
}
.art_main_wrapper .article_container{
  width: 100%
}
.art_main_wrapper .article_container img{
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width:600px) {
  .art_main_wrapper .article_container img { width:auto; max-width: 100%; height: auto; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; display: block; margin: 2.0rem auto 0.8rem auto; }
}
.art_main_wrapper .article_container p{
  line-height: 1.4rem
}
.art_main_wrapper .article_container p.img-description{
  line-height: 0.8rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}
.art_main_wrapper .article_container p strong{
  line-height: 2.4rem
}
.art_main_wrapper .article_container ul{
  line-height: 1.5rem;
  list-style: disc;
  margin-right: 1rem
}
.main .art_tags{
  width: 100%;
  margin: 0 auto;
  max-width: 870px;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  background-color: #f4f4f4;
}
  .main .art_tags span { font-size: 18px; /* font-weight: 600; */ color: #333333; display: inline-block; margin-left: 1rem; }

.main .art_tags{
  color: #4672a9
}
  .main .art_tags a { color: #4672a9; /* text-decoration: underline; */ /* line-height: 1.5rem; */ border: 1px solid #dbdee0; border-radius: 3px; margin-left: 5px; font-size: 14px; padding: 3px 7px; display: inline-block; margin-bottom: 10px; text-decoration:none }


.main .more_articles {
 width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 3.0rem

}
.main .more_title {
 width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #e57b05;
    border-top: 2px solid #fff;
    margin-top: 1rem

}

@media (min-width:766px) {
    .main .more_articles, .main .more_title {
        width: 100%;
        max-width: 870px;
        margin: 0 auto;
    }

}
.main .art_sections_title { background-color: #ffffff; border-top: 1px dotted #ccc }
  .main .art_sections_title h2 { color: #d4500f; font-size: 24px; }
.main .art_sections{
  background-color: #e7e7e7;
  border-top: 1px solid #e57b05;
  margin-top: 3px
}
@media (min-width:766px) {
  .main .art_sections{
    background-color: #e7e7e7;
    border-top: 1px solid #e57b05;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main .art_sections, .main .art_sections_title{
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #fff
}
.main .art_sections ul{
  padding: 0;
  margin: 0
}
@media (min-width:600px) {
  .main .art_sections ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
}
.main .art_sections li{
  background-color: #fff;
  padding: 0.5rem;
  margin: 0.6rem;
  color:#666666;
  font-size: 14px;
}

@media (min-width:600px){
  .main .art_sections li{
    font-size: 1rem;
      padding: 4px 8px;
      margin: 8px 0 0 8px;
      background-color: #fff;
      color: #588bca;
      border: 1px solid #dedede;
  }
}
.main .art_sections li a{
  color: #4672a9;
font-size: 16px;
}
.main .homeandphone{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
}
.main .homeandphone a{
  margin-left: 2rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.main .homeandphone span{
  font-size: 2rem;
  padding-left: 0.5rem;
  float: right;
  vertical-align: middle;
}
.main .more_articles .tree_more{
  display: flex;
  flex-direction: column;

}
@media (min-width:900px){
  .main .more_articles .tree_more{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.main .more_articles .tree_more .art_pic_cont{
    width: 100%;
    margin-bottom: 2rem;

}
@media (min-width:900px){
  .main .more_articles .tree_more .art_pic_cont{
      width: 30%;


  }
}
.main .more_articles .tree_more .art_pic_cont a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
            color: #4672a9;

}

.art_pic_cont div { padding-top: 0.5rem; }

.article_pic{
    width: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
    vertical-align: middle;
    display: block;
   max-width: 100%;
    height: auto;
    margin-bottom: 0.8rem
}
.art_main_wrapper .writer_date .social ul li:nth-child(2) { display: inline }

@media (min-width:900px) {
  .art_main_wrapper .writer_date .social ul li:nth-child(2) { display: none }
}

.breadcrumbs .sections_list .section.active:hover { cursor: default; text-decoration: none; }
h3, h4, p h3, p h4, p strong{ line-height: 2.4rem; font-size: 18px !important; font-weight: bold; }
h2, p h2{ line-height: 2.4rem; font-size: 22px !important; font-weight: bold; }
p {
  margin: 20px 0 !important;
  padding: 0;
}
.newBlockDark{
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #29282f;
  margin: 0 -1rem 1rem -1rem;
  padding:  2rem 2rem;
}
.newBlockDark a{
  width: 100%;
  margin-bottom: 20px;
  color: white;
}
.newBlockDark a img{
  width: 100%;
  height: auto;
  border: 2px solid #fff;
}
.newBlockDark h2{
  display: block;
  width: 100%;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (min-width:900px) {
  .newBlockDark{
    width: calc(100% + 6rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #29282f;
    margin: 0 -3rem 3rem -3rem;
    padding:  2rem 3rem;
    color: #fff;
  }
  .newBlockDark a{
    width: 30%;
    margin-bottom: 20px;
    color: white;
  }
  .newBlockDark a img{
    width: 100%;
    height: auto;
    border: 2px solid #fff;
  }
  .newBlockDark h2{
    display: block;
    width: 100%;
    color: #ffffff;
  }
}


.newBlockLight{
  width: calc(100% + 2rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
  margin: 0 -1rem 1rem -1rem;
  padding:  2rem 2rem;
}
.newBlockLight a{
  width: 100%;
  margin-bottom: 20px;
  
}
.newBlockLight a img{
  width: 100%;
  height: auto;
  
}
.newBlockLight h2{
  display: block;
  width: 100%;
 
  padding-bottom: 20px;
}
@media (min-width:900px) {
  .newBlockLight{
    width: calc(100% + 6rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    margin: 0 -3rem 3rem -3rem;
    padding:  2rem 3rem;
    
  }
  .newBlockLight a{
    width: 30%;
    margin-bottom: 20px;
   
  }
  .newBlockLight a img{
    width: 100%;
    height: auto;
    
  }
  .newBlockLight h2{
    display: block;
    width: 100%;
    
  }
}
.headerpicture{
  width: 100%;
  height: 110px;
  position: relative;
  background-image:url(https://www.weekend.co.il/images/articles/headerbg.png);
     background-position: top right;
     background-size: cover; 
}
@media (min-width: 900px) {
  .headerpicture{
    width: 100%;
    height: 314px;
    position: relative;
    background-image:url(https://www.weekend.co.il/images/articles/headerbg.png);
       background-position: top right;
       background-size: cover;
     margin-bottom: -28px;
  }
}