﻿#wrapper {
    max-width: 100%;
    min-width: 100%;
    color:#fff;
    background-color:#161616;
}
#p2048 {
    background: #161616;
}
.ItemKidom {
    height: 600px;
    background: #000;
    background-image: url(https://res.cloudinary.com/globes/image/upload/v1660545796/Digital/15015/Ellipse_1_wj1fh0.svg);
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
.ItemKidom img {margin-top:120px}
header.header {
    display: flex;
    background: #000;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}
.header.sticked {
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    z-index: 1;
}
.header-left, .header-right, .sponser {
    display: flex;
    align-items: center;
}
.logoImg {
    margin-left: 20px;
}
.projectImg {
    padding-right: 20px;
    border-right: 1px solid #414141;
    line-height: 1;
}
.sponserText {
    font-family: 'almoniDL400';
    font-size: 16px;
    padding: 4px 15px 4px 10px;
    border-right: 1px solid #686868;
}
.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;
    z-index:111;
}
.kidumImg {
  
}
.intro {
    font-size: 24px;
    font-family: 'almoniDL300';
    font-weight: normal;
    max-width: 830px;
    width: calc(100% - 40px);
    margin: -150px auto 100px auto;
}
.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;

}
.cls_item {
    text-decoration: none;
}
.articleBox_info {
    background: #202020;
    padding:15px;
    border-radius: 0 0 12px 12px;
}
.articleBox_img {
    width: 100%;
   
}
.articleBox {
    background: #202020;
    border-radius: 14px;
}
.articleBox_info .articleBox_img {
    border-radius: 12px 12px 0 0;
}
.articleBox_title {
    color: #fff;
    font-family: 'almoniDL400';
    font-size: 26px;
    margin: 10px 0;
    text-align: right;
    line-height: 28px;
    font-weight: normal;
}
.articleBox_info .articleBox_title {
    min-height: 84px;
}
.authorInfo_name, .authorInfo_desc, .authorInfo_date {
    color: #CFCFCF;
    text-align: right;
    margin: 0;
    line-height: 1.2;
}
.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;
    position:relative
}
.section_media {
    grid-template-columns: 1fr 1fr;
    position:relative;
    padding: 20px 0 60px;
    width: calc(100% - 40px);
    grid-gap: 25px 50px;
}

.section_media .articleBox_title {
        font-family: 'almoniDL700';
        font-size: 42px;
        line-height: 44px;
    }
.mekudam {
    
    width: calc(100% - 40px);
    margin: auto;
    justify-content: space-between;
    padding-top: 30px;
    max-width: 1550px;
}
.mekudam p{
    font-size: 82px;
    font-family: 'almoniDL400';
    margin: 0;
}
.articleBoxPromo .articleBox_img {
    
    height: 100%;
    object-fit: cover;
}
.articleBoxPromo {
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: 150px;*/
    background: #fff;
}
.articleBoxPromo_info {
    padding: 5px 15px 15px 15px;
    display: grid;
}
.articleBoxPromo_info * {color:#000}
.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;
}
@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;
    }
    .logoImg {
        margin-left: 15px;
        line-height: 1;
    }
    .projectImg {
        padding-right: 15px;
    }
    .social{
        margin-left:0;
    }
    .sponserText {
        padding: 4px 0 4px 10px;
        border-right: none;
    }
  
    .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: 18px;
    }
    .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;
      
    }
    .articleBox_info .articleBox_title {
        min-height: auto;
        margin: 0 0 10px 0;
    }
    .articleBox_info {
       
        padding: 12px;
    }
    .articleBox_title{
        font-size:20px;
        line-height:18px
    }
    .authorInfo_name {
        font-size: 16px;
    }
    .authorInfo_desc {
        font-size: 14px;
    }
    .articleBoxPromo {
        grid-template-columns: 1fr;
    }
    .articleBoxPromo .articleBox_img {
       
    }
        .articleBoxPromo .articleBox_title {
            min-height: 35px;
            font-size: 20px;
            line-height: 21px;
        }

        .articleBoxPromo  .articleBoxPromo_info {
            padding: 0px 15px 10px 15px;
        }

    #Footer p, #Footer a {
        margin: 16px 0 10px;
    }
       .itmWr img {
        width: 100%;
    }
}
/*------------------------article page-----------------------------------------*/
/*#p2048{
    background-image:url('https://res.cloudinary.com/globes/image/upload/v1623326359/Digital/genesis/Hero_Desktop_no_logo_vj2oxo.png');
    background-repeat:no-repeat;
    background-position:top center;
}*/
#p2048.artKidum{
    background-image:none;
    background:#141414;
}
.ArtWr {
    max-width: 700px;
    margin: 70px auto 0;
    width: calc(100% - 40px);
}
#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;
}
#divArticleSubTitle h2 {
    font-family: 'almoniDL400';
    font-size: 28px;
    text-align: right;
    line-height: 32px;
}

#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;
    box-shadow: -10px -10px #bbbbbb;

 
    margin-bottom: 32px;
    position:relative;
}
.authorBox  img {
    width: 290px;
 
    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;
     width: 274px;
}
.authorBox .authorInfo {
    padding: 20px;
    text-align: right;
    background: #D9D9D9;
    
    flex: 1;
}
.authorName {
    font-family: 'almoniDL700';
    font-size: 24px;
}
.authorName, .authorText, .authorTitle {
    line-height: 24px;
     margin: 0;
    color: #000;
}
.authorTitle {
    font-family: 'almoniDL400';
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #545150;
}
.authorText p, .authorText{
    font-family: 'almoniDL400';
    line-height:24px;
    font-size: 17px;
    margin: 10px 0 0 0;
    color:#000;
}
#divArticleText {
    text-align: right;
    font-size: 19px;
    font-family: 'OpenSansHebrew';
    line-height: 25px;
}
    #divArticleText h3 {
        font-size: 20px;
        font-family: 'OpenSansHebrewBold';
        line-height: 26px;
        margin-top:50px;
    }
.socialLinks {
    margin-top: -70px;
    margin-right: -120px;
    position: absolute;
}
.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/v1661071330/Digital/15015/Group_2017_sm4upg.svg);
    }
    .socialLinks .facebook {
        background-image: url(https://res.cloudinary.com/globes/image/upload/v1661071331/Digital/15015/Group_2015_dor7r3.svg);
    }
    .socialLinks .whatsap {
        background-image: url('https://res.cloudinary.com/globes/image/upload/v1661071330/Digital/15015/Group_2016_c0m4i3.svg');
    }
    .socialLinks .linkedin {
        background-image: url('https://res.cloudinary.com/globes/image/upload/v1661071330/Digital/15015/Group_2018_axizqw.svg');
    }
    .socialLinks .envelope {
        background-image: url('https://res.cloudinary.com/globes/image/upload/v1661071330/Digital/15015/Group_2019_xyrc8m.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');
}
.articleInfo {
    display: flex;
    font-family: 'almoniDL400';
    font-size: 16px;
}
.date {
    margin: 0 0 0 10px;
}
.author{
    color:#CFCFCF;
    margin:0 10px 0 0;
}
@media screen and (max-width: 800px) {
  
    .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;
    }
    .authorBox img {
        width: auto;
        
    }
    .authorCredits {
        position: initial;
        display: inline-block;
        padding: 2px 5px;
        width: calc(100% - 10px);
        border-radius: 0;
        text-align: right;
        margin-top: -27px;
    }
    .authorBox .authorInfo {
         
    }
    #divArticleText {
        font-size: 18px;
    }
    .socialLinks {
        margin: 0 0 20px 0;
        position: static;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}


@media screen and (max-width: 480px) {
    .ItemKidom img { max-width:90% }
    .ItemKidom { height:300px}
    .section_media { display:block}
    .articleBoxPromo {margin-bottom:20px}
    .articleBox_info {display: grid;}
    .authorInfo { align-self: end;}

    a.sponserLink {display:none}

    .header.sticked .sponser { background:none; left:-50px; right:auto; top:4px}



    #divArticleSubTitle h1 {font-size: 34px; line-height: 38px; font-weight: normal;}
    #divArticleSubTitle h2 {    font-size: 24px; line-height: 29px; font-weight: normal;}
    #divArticleText {font-size: 19px; line-height: 26px;  }


    .itmWr img {margin-top:40px}
    #divArticleText div img {width:100%; height:auto}
    #divGalleryCredits, .img_credit_in_the_content {
        width: auto !important;
    }

}

@media screen and (max-width: 320px) {

    .projectImg { padding-right:2px; border-right:0   }
    .sponserText {display:none}
    .header.sticked .sponser {top:13px}


}

    /*.spotlight {
    position: absolute;
    animation: floatBubble 12s infinite normal ease-out;
    width: 180px;
    top: -100px;
    margin: 0;
    height: 202px;
}
 
@keyframes floatBubble {
    0% {
        right: 0;
    }

    50% {
        top: 200px;
    }

    100% {
        right: 100%;
        top: -100px;
    }
}*/