﻿#wrapper {
    max-width: 100%;
    min-width: 100%;
    color:#fff;
    background-color:#161616;
}
#p2048 {
    background: #000;
}
header.header {
    display: flex;
    background: #000;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
   
    z-index: 2;


}
.header.sticked {
 overflow:hidden
}
.article .header.sticked {
    overflow: visible
}



.header-left, .header-right, .sponser {
    display: flex;
    align-items: center;
    font-size: 18px;
}
.sponser {
    margin-right: 20px;
}
    .logoImg {
        margin-left: 20px;
    }
.projectImg {
    padding-right: 20px;
    border-right: 1px solid #414141;
    line-height: 1;
}
.sponserText {
    font-family: 'almoniDL400';
    font-size: 18px;
    padding: 4px 15px 4px 10px;
    border-right: 1px solid #4D4D4D;
}
.social{
    background-image:url(https://res.cloudinary.com/globes/image/upload/v1623135678/Digital/genesis/Share_Icon_k7esw0.svg);
    width:20px;
    height:20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 15px;
    cursor:pointer;
}
.kidumImg {
    width: 100%;
    height: 850px;
    object-fit: cover;
    margin-top: 50px;
}

.ItemKidom {margin-bottom:60px}
.intro {
    font-size: 24px;
    font-family: 'almoniDL300';
    font-weight: normal;
    max-width: 830px;
    position: absolute;
    left: 11%;
    top: 120px;
    z-index: 1;
    text-align: left;
    direction: ltr;
}

    .intro img {margin-bottom:240px}
    .intro h2 {
        font-size: 72px;
        line-height: 34px;
        font-family: almoniDL400;
        margin: 0;
        font-weight: normal;
    
    }
    .intro p {
        font-size: 35px;
        line-height: 43px;
        width: 335px;
        direction: rtl
    }
        .intro p strong {display:block}



        .sparkWr, .section_media {
            display: grid;
            max-width: 1550px;
            margin: auto;
            grid-gap: 50px;
        }
.sparkWr{
     grid-template-columns: repeat(auto-fill, 350px);
     padding: 0 0 70px 0;
     justify-content: space-evenly;
         grid-auto-flow: dense;

}







.cls_item {
    text-decoration: none;
}
.articleBox_info {
    background: #202020;
    padding:15px;
    border-radius: 0 0 12px 12px;
}
.articleBox_img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.articleBox {
    background: #202020;
    border-radius: 14px;
}
.articleBox_info .articleBox_img {
    border-radius: 12px 12px 0 0;
}
.articleBox_title {
    color: #fff;
    font-family: 'almoniDL700';
    font-size: 26px;
    margin: 10px 0;
    text-align: right;
    line-height: 1.2;
}
.articleBox_info .articleBox_title {
    min-height: 84px;
}
.authorInfo_name, .authorInfo_desc, .authorInfo_date {
     
    color:#C18760;
    text-align: right;
    margin: 0;
    line-height: 1.2;
}
.ArtWr .itmWr img {
    width: 100%;
    margin-top: 100px;
}

#p2048.artKidum #divArticleSubTitle {
    margin-bottom: 40px;
}
#p2048.artKidum .socialNew {
    float: left;
    margin-top: -70px;
}
  .socialNew span {
        font-family: 'almoniDL400';
    }
.socialNew .socialTxt {
    margin-left: 10px !important
}

    .media .authorInfo_name, .media .authorInfo_desc, .media .authorInfo_date {
        color: #CECECE;
    }

    .authorInfo_name{
    font-size: 18px;
    font-family: 'demibold';
    margin: 0 0 0 10px;
}
.authorInfo_desc{
    font-size: 16px;
    font-family: 'almoniDL400';
    min-height: 38px;
}
.authorInfo_date{
    font-size: 16px;
    font-family: 'almoniDL400';
}
.media{
    background: #000;
    margin-top:50px;
}
.section_media {
    grid-template-columns: 1fr 1fr 1fr;
    position:relative;
    padding: 20px 0 60px;
    width: calc(100% - 40px);
    grid-gap: 25px 50px;
}
.artKidum .section_media {    grid-template-columns: 1fr 1fr;}
    .mekudam {
        display: flex;
        width: calc(100% - 40px);
        margin: auto;
        justify-content: space-between;
        padding-top: 30px;
        max-width: 1550px;
    }
.mekudam p{
    font-size: 20px;
    font-family: 'almoniDL300';
    margin: 0;
}
.articleBoxPromo .articleBox_img {
 
    height: 100%;
    object-fit: cover;
}
.articleBoxPromo {
    display: grid;
    grid-template-columns: 1fr;
 
    border: 1px solid #c18760;
    border-radius: 12px;
}
.articleBoxPromo_info {
    padding: 5px 15px 15px 15px;
    display: grid;
}
.articleBoxPromo  .authorInfo {
    display: flex;
    align-self: end;
}
#Footer {
    background: #000;
    font-family: 'almoniDL400';
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
 
}
#Footer p, #Footer a{
    font-size: 16px;
    margin: 26px 0;
    color:#fff;
}
.bannerAd{
    grid-column:1/-1;
}
@media screen and (max-width: 800px) {
    header.header {
        height: 50px;
        border-bottom: 1px solid #707070;
    }
    .header.sticked {
         height: 50px; 
    }
    .sponser {
        position: absolute;
        top: 51px;
        padding: 6px 0;
        right: 0;
        background: #000;
        width: 100%;
        justify-content: center;
        margin-right:0
    }
    .logoImg {
        margin-left: 15px;
        line-height: 1;
    }
    .projectImg {
        padding-right: 15px;
    }
    .social{
        margin-left:0;
    }
    .sponserText {
        padding: 4px 0 4px 10px;
        border-right: none;
    }
    .ItemKidom {
        margin-top: 45px;
    }
    .intro {
        font-size: 16px;
        margin: -13px auto 40px auto;
    }
    .sparkWr, .section_media {
        grid-gap: 20px;
    }
    .sparkWr {
        padding: 0 0 30px 0;
    }
    .section_media {
        display: flex;
        padding: 20px 20px 30px;
        overflow-x: scroll;
    }
    .mekudam {
       
    }
    .mekudam img{
        max-width:135px;
    }
    .mekudam p {
        font-size: 16px;
    }
    .promo_item {
        flex: 1 0 290px;
    }
    .articleBox {
        display: grid;
        grid-template-columns: 140px 1fr;
        grid-template-rows: 140px;
    }
    .articleBox_img {
        height: 100%;
        object-fit: cover;
        border-radius: 0 12px 12px 0;
    }
    .articleBox_info .articleBox_title {
        min-height: auto;
        margin: 0 0 10px 0;
    }
    .articleBox_info {
        border-radius: 12px 0 0 12px;
        padding: 12px;
    }
    .articleBox_title{
        font-size:18px;
    }
    .authorInfo_name {
        font-size: 16px;
    }
    .authorInfo_desc {
        font-size: 14px;
    }
    .articleBoxPromo {
        grid-template-columns: 1fr;
    }
    .articleBoxPromo .articleBox_img {
        border-radius: 12px 12px 0 0;
    }
      .articleBoxPromo .articleBox_title {
        min-height: 50px;
    }
      .itmWr img{
          width:100%;
      }
}
/*------------------------article page-----------------------------------------*/
#p2048 {
    background-image: url('https://res.cloudinary.com/globes/image/upload/v1661333315/Digital/15029/shutterstock_1581923224_1_hxehvx.png');
    background-repeat: no-repeat;
    background-position: top center;
}
 
.ArtWr {
    max-width: 700px;
    margin: -40px auto 0;
    width: calc(100% - 40px);
    background: #000000c2;
    padding: 60px 125px 20px;
}


#divGalleryCredits, .img_credit_in_the_content {
    color: #5d5d5d;
    font-family: 'almoniDL400';
    font-size: 16px;
    text-align: center;
    display: block;
}
#divArticleSubTitle h1 {
    font-family: 'almoniDL700';
    font-size: 45px;
    text-align: right;
    line-height: 52px;
    font-weight: normal;
    margin-top: 100px;
}
#divArticleSubTitle h2 {
    font-family: 'almoniDL400';
    font-size: 26px;
    text-align: right;
    line-height: 32px;
    font-weight: normal;
}


#divArticleSubTitle span{
    font-size:26px;
    line-height:33px;
    font-family: 'almoniDL400';
    display:inline-block;
    margin-bottom:25px;
    text-align:right;
}
#divAuthorAndTime {
    display: none;
}
.authorBox {
    display: flex;
 
    border-radius: 12px;
    margin-bottom: 32px;
    position:relative;
}
.authorBox  img {
    width: 290px;
    border-radius: 0 12px 12px 0;
    object-fit: cover;
}
.authorCredits {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 8px;
    font-family: almoniDL300;
    border-radius: 0 0 12px 0;
    width: 275px;
}
.authorBox .authorInfo {
    padding: 20px;
    text-align: right;
    background: #161616;
    border-radius: 12px 0 0 12px;
    flex: 1;
}
.authorName {
    font-family: 'almoniDL700';
    font-size: 22px;
}
.authorName, .authorText,  .authorTitle {
    line-height: 24px;
    color: #c18760;
    margin:0;
}
.authorTitle {
    font-family: 'almoniDL400';
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #545150;
}
.authorText p, .authorText{
    font-family: 'almoniDL400';
    font-size: 16px;
    margin: 10px 0 0 0;
}
.authorText {color:#fff}
#divArticleText {
    text-align: right;
    font-size: 19px;
    font-family: 'OpenSansHebrew';
    line-height: 25px;
}
    #divArticleText h3 {
        font-family: 'OpenSansHebrewBold';
        font-size: 20px;
        line-height: 26px;
        color: #c18760;
    }

.socialLinks {
        margin-top: -70px;
        margin-right: -120px;
        position: absolute;
        display: none
    }
.socialLinks.sticked {
    position: fixed;
    top: 190px;
}
.socialLinks a{
    width:40px;
    height:40px;
    display: block;
    margin-bottom: 5px;
}
.socialLinks  .twitter{
    background-image:url(https://res.cloudinary.com/globes/image/upload/v1623326114/Digital/genesis/twitter_ixtaxg.svg);
}
.socialLinks .facebook{
    background-image:url(https://res.cloudinary.com/globes/image/upload/v1623326114/Digital/genesis/facebook_vxkrry.svg);
}
.socialLinks .whatsap{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1623326114/Digital/genesis/whatsapp_x9gpz5.svg');
}
.socialLinks .linkedin{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1623326116/Digital/genesis/linkdin_izey2x.svg');
}
.socialLinks .envelope{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1623326114/Digital/genesis/mail_aoouwb.svg');
}
.socialLinks  .twitter:hover{
    background-image:url(https://res.cloudinary.com/globes/image/upload/v1624798777/Digital/genesis/icn_twitter_aeujlm.svg);
}
.socialLinks .facebook:hover{
    background-image:url(https://res.cloudinary.com/globes/image/upload/v1624798777/Digital/genesis/icn_facebook_yo6ayb.svg);
}
.socialLinks .whatsap:hover{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1624798777/Digital/genesis/icn_whatsapp_rojdah.svg');
}
.socialLinks .linkedin:hover{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1624798777/Digital/genesis/icn_linkdin_k3v4te.svg');
}
.socialLinks .envelope:hover{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1624798777/Digital/genesis/icn_mail_n8bf72.svg');
}
#wrapper .socialBlock {
    background: #181818;
}
    #wrapper .socialBlock a,
    #wrapper .socialBlock h3,
    #wrapper .socialBlock .close,
    #wrapper .closetext {
        color: #fff
    }


.socialNew {
    border: 1px #6D6D6D solid;
    border-radius: 6px;
    width: 96px;
    display: flex;
    justify-content: space-around;
    height: 39px;
    align-items: center;
    cursor: pointer
}
.socialNew:hover {background:#6D6D6D}
.socialNew span {margin:0 !important; font-size:18px !important}

.articleInfo {
    display: flex;
    font-family: 'almoniDL400';
    font-size: 16px;
}
.date {
    margin: 0 0 0 10px;
}
.author{
    color:#c18760;
    margin:0 10px 0 0;
}
@media screen and (min-width: 480px) and (max-width: 1460px)  {
    .articleBoxPromo_info {
        min-height: 110px
    }
}


    @media screen and (max-width: 800px) {
        #p2048 {
            background-image: url('https://res.cloudinary.com/globes/image/upload/v1623328351/Digital/genesis/Hero_Mobile_1_no_logo_nl3gjz.png');
        }

        .ArtWr {
            margin: 70px auto 0;
        }

        #divArticleSubTitle h2 {
            font-size: 32px;
            line-height: 34px;
        }

        #divArticleSubTitle span {
            font-size: 22px;
            line-height: 26px;
        }

        .authorBox {
            flex-direction: column;
            margin-top: 20px;
        }

            .authorBox img {
                width: auto;
                border-radius: 0;
            }

        .authorCredits {
            position: initial;
            display: inline-block;
            padding: 2px 5px;
            width: calc(100% - 10px);
            border-radius: 0;
            text-align: right;
            margin-top: -27px;
        }

        .authorBox .authorInfo {
            border-radius: 0 0 12px 12px;
        }

        .socialLinks {
            margin: 0 0 20px 0;
            position: static;
            justify-content: space-between;
            flex-direction: row-reverse;
        }
    }

    @media screen and (max-width: 480px) {

        .intro img {
            zoom: 50%;
        }

        .sparkWr {
            grid-template-columns: 96%;
        }
            .sponserText2 {
            display: none
        }
        .ArtWr .itmWr img {
            margin-top: 15px
        }


        #p2048.artKidum #divArticleSubTitle {
            margin-bottom: 20px
        }

        #p2048.artKidum .socialNew {
            float: none;
            margin: 0
        }

        .intro h2 {
            font-size: 24px;
            text-align: center;
            line-height: 36px;
            margin: 0
        }

        .intro p {
            font-size: 24px;
            text-align: center;
            line-height: 29px;
            margin: 0;
           
        }

        .kidumImg {
            height: auto
        }

        .ArtWr {
            padding: 0;
        }

        #divArticleSubTitle h1 {
            font-size: 34px;
            line-height: 38px;
        }

        #divArticleSubTitle h2 {
            font-size: 24px;
            line-height: 29px;
        }

        #divArticleText {
            font-size: 19px;
            line-height: 26px
        }

        .intro p strong {
            font-weight: normal;
            font-family: almoniDL400;
        }
    }


@media screen and (max-width: 375px) {
    .ItemKidom {margin-bottom: 100px;}
     .intro { left:0; right:0 }
    .intro p {margin: 0 auto !important; width:80%;}
     .intro img { margin-left:50px  }

}