


@media only screen and (max-width:750px){
    .iframeLive{
        height: 300px !important;
        width: 100% !important;
    }
}

@media only screen and (min-width:750px){
    .iframeLive{
        height: 300px !important;
        width: 735px !important;

    }
}

/*
===========================================================
                        MIBZAKIM
===========================================================

*/

@media only screen and (max-width:750px){
    .orech-or-tochnit {
        display: none !important;
    }
    .orech-or-tochnit a, p.post-time {
        font-size: 12px !important;
        font-weight: 100;
    }
}
@media only screen and (min-width:750px){
    .orech-or-tochnit {
        margin-top: 8px !important;
    }
}

p.post-time {
    color: #726f6f !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 100;
    bottom: 0;
    margin: 0 !important;
}
.orech-or-tochnit {
    display: flex;
}
.orech-or-tochnit a {
    color: #726f6f !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 100;
    align-self: center;
}
/* .orech-or-tochnit a, .post-time-rashi {
    position: absolute !important;
} */
.image-zone.displayator .tochnitOrCategory {
    top: 0px !important;
}
.orechName{
    color: #726f6f ;
    font-size: 14px;
}
.under-ketanim-content.blue .orech-or-tochnit a {
    position: static !important;
}

.mibzak-date-top {
    width: 100%;
    text-align: left;
}


/*
===========================================================
                        MIBZAKIM
===========================================================

*/



.mibzakim-content a {
    text-decoration: unset;
    color:#000;
}

.mibzak-unit {
    margin-bottom: 10px;
    padding: 4px 10px 6px;
    color: #000;
    border-bottom: 0.5px #dedbdb;
    border-style: solid;
    border-top-color: #aaa0;
    border-right-color: #aaa0;
    border-left-color: #aaa0;
}

.a.mibzak-date{
    font-size: 14px !important;
    color: #903f3e  !important;
    font-weight: bold  !important;
    text-align: left !important;
}

.mibzakim-sidebar-wrapper .outer {
    background-color: #fcf9f9;
    /* padding: 15px 10px;*/
    padding-bottom: 250px;
}

@media only screen and (min-width:750px ){
    .mibzakim-sidebar-wrapper .outer {
        border-top: 1px solid #E30613;
    }
}

.mibzak-unit a {
    font-family: 'Linotype', 'Simpler';
    color: #1e1e1f;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none !important;
} 

.img-mibzak {
    width: 4px;
    height: 4px;
    margin: 7px 0 33px 9px;
    object-fit: contain;
    background-color: #e30512;
}



/* MIBZAKIM NEW */

.mibzakim-new *{
    margin:0;
    padding:0;
    text-decoration: none;
}
.mibzakim-new .inner{
    position:relative;
    animation-timing-function: cubic-bezier(0,0,0,0);
    animation-iteration-count: infinite;
}
.mibzakim-new .outer{
    overflow:hidden;
}
.mibzakim-content.inner .mibzak-unit {
    margin-bottom: 20px;
    margin: 20px 5px 20px 5px!important;
}


.mibzakim-content >div {
    padding: 4px 6px;
}

/* MIBZAKIM DESKTOP  */
@media only screen and (min-width:750px){
    .mibzak-unit {
        display: grid;
        grid-template-columns: 10px auto;
    }
    .img-mibzak {
        margin-top: 5px;
        border-radius: 10px;
    }
}



/* MIBZAKIM MOBILE  */

@media only screen and (max-width:750px){
    /* .mibzakim-new *{
        border-bottom: 1px solid #141533; 
    } */
    .mibzak-unit a {
        font-size: 18px;
    }
    .mibzak-unit{
        padding: 5px 10px;
    }
    div#mibzakim-sidebar-title {
        padding: 2px 5px;
        font-size: 30px;
        height: 34px;
    }
    .mibzakim-new .outer {
        max-height: 250px!important;
    }
    .mibzakim-sidebar-wrapper .outer {
        padding-bottom: 0;
    }
}


/*** MIBZAKIM MOBILE NEW NEW ***/

@media only screen and (max-width:750px){
    .mibzakim-mobile-wrapper {
        display: grid;
        grid-template-columns: 20% 80%;
        border-bottom: 1px solid #141533;
    }
    .title-zone-mivzakim {
        font-family: 'FbPractica', 'Simpler';
        font-weight: 600;
        background-color: #141533;
        color: #ffffff;
        font-weight: 600;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px 0 0 0;
    }
    .mibzakim-new .innerMobile {	
        height: 32px;
        font-size: 15px;
        align-items: center;
        color: #141533;
    }
    .mibzakim-content-mobile.innerMobile .mibzak-unit {
        flex-shrink: 0;
    }
    #inner-wrapper {
        animation: autoscroll 15s ease-in infinite;
        /* animation-timing-function: cubic-bezier(0.42,0,0.58,1.5); */
        animation-delay: 2s;
        position: relative;
        display: flex;
    }
    .mibzakim-content-mobile a {
        color: #141533 !important;
        font-weight: 400;
        justify-self: center
    }
    .mibzakim-content-mobile > div {
        /* background-color: #15499d; */
        padding: 4px 3px;
    }
    @keyframes autoscroll {
        from { 
            transform: translateX(0%);
        }
        to {
            transform: translateX(200%);
        }
    }
}


/*
=========================================================
                     SOCIAL ICONS 
=========================================================
*/
.iconImg:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
@media only screen and (min-width:750px) {
    .social-section { /* article desktop */
        width: 100%;
        display: grid;
        grid-template-columns: 7fr 1fr 1fr 1fr 1fr 1fr 1fr 45px;
        color: #e30512;
        align-items: center;
        font-size: 38px;
        font-weight: 900;
        padding: 30px 2px;
        margin-top: 20px;
        border-bottom: 1px solid #dedbdb;
        border-top: 1px solid #dedbdb;
    }
    .social-section-homepage {
        padding: 20px 0 10px;
        text-align: -webkit-center;
        text-align:-moz-center;
    }
    .social-section-homepage-red {
        font-family: 'FbPractica', 'Simpler';
        font-size: 32px;
        font-weight: 900;
        padding-inline: 30px;
        line-height: 0.91;
        letter-spacing: normal;
        color: #e30512;
    }
    .social-section-homepage-icons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 15px;
        padding: 25px 50px;
    }
}
@media only screen and (max-width:750px) {
    .social-section-homepage-icons {
        /* display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 4%;
        margin: 0 20px 25px; */
        display: flex;
        padding: 10px 10% 20px;
        place-content: space-evenly;
        border-bottom: 1px #99999975 solid;
        gap: 2%;
    }
}


/*
==================================================
                KETAIM SIDEBAR
==================================================
*/


@media only screen and (min-width:750px){
    .content-zone.displayator{
        position: absolute;
        bottom: 0%;
        font-size: 15px;
        background-image: linear-gradient(transparent,#00000040,#00000078, #000000eb, #000);
        color: #ffffff;
        padding-right: 15px;
        padding-top: 18px;
        padding-left: 47px;
        bottom: 0px;
        font-weight: bold;
        right: -4%;
        padding-bottom: 10px;
    }
    .title-zone-mivzakim {
        background-color: #141533;
        border-radius: 10px 0 0 0;
        font-weight: 600;
        width: 80px;
    }
    .ketaim-sidebar {
        padding: 0px 10px 0px;
        height: fit-content;
    }
    .keta-unit {
        margin-bottom: 16px;
        position: relative;
    }
    .keta-unit > * {
        flex-basis: 50%;
    }

    .keta-unit img.wp-post-image {
        max-width: 100%;
        width: 230px;
        height: 140px;
        object-fit: cover;
        object-position: 0 20%;
        border-radius: 10px 0 0 0;
    }   
    .image-zone.displayator {
        position: relative;
        height: 140px;
        margin-bottom: 6px; 
    }
    .keta-unit a.keta-name{
        font-size: 14px !important;
        font-weight: 400;
        color: #ffffff !important;
        line-height: 16px;
    }
    .keta-unit a.tochnit-name {
        font-weight: 600;
        font-size: 10px;
        color: #ffffff  !important;
    }
}

.keta-unit img.playSidebarIcon {
    position: absolute;
    z-index: 1;
    width: 27px;
    top: 85px;
    left: 11px;
}

@media only screen and (max-width:750px){
    .ketaim-sidebar {
        width: 100%!important;
        display: grid !important;
        border-bottom: 1px #13499f solid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 5px;
    }
    .keta-unit .content-zone.displayator {
        margin-top: 10px;
    }
}

.keta-unit a.tochnit-name {
    font-weight: 600;
    font-size: 10px;
    color: #000;
}
.keta-unit .keta-time{
    display:none;
}
.keta-unit .content-zone.displayator {
    margin-right: 10px;
}
.keta-title-container {
    line-height: 14px;
}
.keta-tochnit-name-container {
    margin-top: -6.8px;
}


@media only screen and (max-width:750px){
    .keta-unit img.wp-post-image {
        max-width: 100%;
        width: 100%;
        height: 120px;
        object-fit: cover;
        object-position: 0 20%;
        border-radius: 10px 0 0 0;
    }
    .keta-unit a.keta-name {
        font-weight: 600;
        line-height: 20px;
    }
    .keta-tochnit-name-container {
        margin-bottom: 10px;
    }
    .keta-unit .preview-container-kaltura {
        height: 120px!important;
    }
    .keta-unit video.preview_video {
        width: 100%!important;
        height: 100%!important;
        object-fit: cover;
    }
    .keta-unit.kataba-pirsum {
        padding: 5px 0px;
    }
}



/*
================================================
                DEOT
================================================
*/

@media only screen and (max-width:750px){
    a.deot-post-title {
        color: #15499d;
        font-weight: bold;
    }
    .deot-keta-unit {
        margin-bottom: 4px;
    }
    .deot-orech-or-tochnit > a {
        color: #2091cd;
        font-size: small;
    }
    .deot-image-zone.displayator {
        display: block;
        padding: 7px;
        align-self: center;
        justify-self: center;
    }
    .deot-keta-unit {
        display: grid;
        grid-template-columns: 25% 75%;
        height: 90px;
    }
    img.deotImg {
        height: 50px;
        width: 50px;
        object-fit: cover;
        border-radius: 50%;
    }
    .deot-keta-unit {
        background-color: #f1f1f1;
        border-radius: 0%;
    }
    .deot-orech-date {
        text-align: right;
        padding-right: 9px;
        align-self: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:750px){
    .deot-image-zone.displayator {
        display: grid;
        grid-template-columns: 50px auto;
        padding: 10px;
    }
    .deot-image {
        width: 100%;
    }
    a.deot-post-title {
        font-size: 16px;
    }
    .deot-content-zone.displayator {
        border-bottom: 1px #dbdbdb solid; 
        padding: 5px 15px 15px;
    }
    .deot-keta-unit {
        background-color: #ededed;
        border-radius: 10px;
        margin-top: 10px;
    }
    img.deotImg {
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }
    .deot-orech-or-tochnit > a {
        color: #000;
        font-size: 16px;
        font-weight: 900;
    }
    .deot-orech-date {
        padding: 6px 10px 0 12px;
    }
    .date-deot {
        color: #4c4c4c;
        font-size: 13px;
        margin: 3px 3px 0 0;
    }
    img.titlePicDeot {
        content: url("/wp-content/uploads/2021/02/כותרת-דעות-קצר.jpg");
    }
}


/*  Youtube*/
@media only screen and (min-width:750px) {
.keta-unit .preview-container-youtube, .right-splitted .image-zone.displayator .preview-container-kaltura .overlay-youtube,  .keta-unit .displayator video.preview_video {
    max-height: 140px;
    overflow: hidden;
    width: 230px!important;
    height: 140px !important;
    }
}

.keta-unit iframe.preview_video {
    max-height: 100px;
}

/* Kaltura */
.keta-unit video.preview_video {
    max-width: 100%!important;
    width: 107px!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 10px 0 0 0;
}
.keta-unit .preview-container-kaltura {
    height: 94px!important;
}

@media only screen and (max-width:750px){
    .keta-unit video.preview_video {
        width: 100%!important;
        height: 100%!important;
        object-fit: cover;
        max-height: 120px;
    }
    .keta-unit .preview-container-kaltura {
        height: 120px!important;
    }
    .keta-unit iframe.preview_video{
        max-height: 120px;
    }
    .under-ketanim-unit .overlay-youtube, .preview-container-kaltura .overlay-youtube {
        z-index: 10!important;
        height: 109px;
        width: 100%;
        max-width: 145px;
    }
}

/*
================================================
                RASHI POST
================================================

*/
.rashi-achrive-date {
    display: none;
}
@media only screen and (min-width:750px){
    .rashi-post-new {
        display: flex;
        height: 300px;
        width: 1000px;
    }
    .rashi-content-new {
        padding: 20px 0px 20px 100px;
        flex-basis: 82%;
    }
    .mainTitleRashiVeryBig{
        font-weight: 900;
        font-size: 40px;        
    }
    .mainTitleRashiBig {
        font-family: 'FbPractica', 'Simpler';
        font-weight: 900;
        font-size: 38px;
        line-height: 36px;
        color: #141533;
    }
    .mainTitleRashiSmall{
        font-weight: 900;
        font-size: 30px;
    }
    .rashi-content-new > a {
        font-size: 35px;
        font-weight: 900;
    }
    .excerpt-zone-new {
        font-weight: 600;
        color: #000;
        margin-top: 19px;
        line-height: 26px;
        font-size: 18px;
        margin-left: -60px;
    }
    .excerpt-zone-new p {
        font-size: 20px;
        line-height: 26px;
    }
    .rashi-image-new {
        flex-basis: 77%;
        background-color: #f1f1f1;
    }
    div#rashi-post img.wp-post-image {
        height: 300px;
        width: 465px;
        object-fit: cover;
        border-radius: 10px 0 0 0;
    }
    div#rashi-post .rashi-content {
        padding: 10px;
    }
    div#rashi-post .tagit-container {
        position: absolute;
        display: inline-flex;
        height: 35px;
        padding: 0px 20px;
        margin-top: 20px;
    }
    div#rashi-post .tagit-container p {
        font-weight: 700;
        line-height: 1.2;
        color:#ffffff;
    }
    div#rashi-post .thirtyone{
        font-size: 30px;
    }
    div#rashi-post .rashi-image .wp-post-image {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    div#rashi-post .excerpt-zone, div#rashi-post .excerpt-zone p {
    font-size: 20px;
    }
    div#rashi-post .excerpt-zone p {
        font-size: 20px!important;
    }
    #rashi-post .excerpt-zone p {
        margin-bottom: 0px;
    }
    .authorAndDate_rashi {
        display: flex;
        color: #726f6f;
        font-weight: 100;
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }
    .spaceDate {
        margin-inline: 2px;
    }   
}
 /* fade in animation for change image rashi */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    animation: fadeIn 2s forwards;
}

@media only screen and (max-width:750px){
    .authorAndDate_rashi {
        display: flex;
        margin-top: 6px;
        font-size: 15px;
        font-weight: 500;
    }

    div#rashi-post .wp-post-image {
        width: 100%;
        aspect-ratio: 3 / 2;
    }

    div#rashi-post img.icon-al-temuna{
        direction: ltr!important;
        position: absolute;
        max-width: 150px;
        margin-top: 10px;
        float: left!important;
        max-height: 70px;
    }

    div#rashi-post .tagit-container.thirtyone {
        position: absolute;
        display: inline-flex;
        height: 35px;
        padding: 0px 20px;
        margin-top: 10px;
        font-size: 25px;
        color: #ffffff;
        font-weight: 700;
    }

    div#rashi-post .rashi-content {
        height: auto;
        padding: 24px;
    }
    .rashi-content{
        /* background-image: linear-gradient(#f1f1f100,#f1f1f147,#f1f1f1d1, #f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1);
        /* backdrop-filter: blur(3px); */
        background-color: #00ede8;
        color: #0a2f66;
        height: 85px;
        display: flex;
        align-items: center;
        border-radius: 0 0 10px 10px;
    }
    /* .rashi-important {
        background-image: linear-gradient(#f1f1f100,#f1f1f147,#f1f1f1d1, #f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1) !important;
    } */

    a.rashi-title {
        font-family: 'FbPractica', 'Simpler';
        font-size: 26px !important;
        font-weight: 900;
        line-height: 26px;
        color: #141533 !important;
    }

    div#rashi-post .excerpt-zone, div#rashi-post .excerpt-zone p {
        /* font-size: 16px; */
        /* font-weight: 200; */
        line-height: 22px;
        margin-bottom: 0px;
        color: #1e1e1f;
    }
    .excerpt-zone{
        font-family: 'Linotype', 'Simpler';
        font-size: 18px;
        margin-top: 6px ;
        font-weight: 500;
    }
}

/*
===============================================================
                KETANIM DESK  AND RELATED POSTS
===============================================================

*/
.subtitle {
    font-weight: 100;
    display: flex;
}

@media only screen and (min-width:750px){
    div#ketanim-posts1 {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        display: grid;
        justify-items: center;
    }
    div#ketanim-posts {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto;
        column-gap: 10px;
        row-gap: 15px;
        margin-top: 35px;
    }
    div#related-posts {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr; 
        margin-top: 35px;
        column-gap: 1%;
    }
    .katan-unit {
        flex-basis: 33.3%;
    }
    .katan-unit .wp-post-image {
        object-fit: cover;
        width: 100%;
        height: 110px;
        aspect-ratio: 3 / 2;
        border-radius: 10px 0 0 0;
    }
    .katan-unit { /* under single desktop */
        margin-left: 10px;
        position: relative;
        height: 220px;
    }
    .katan-unit:last-child, .katan-unit:nth-last-child(5) {
        margin-left: 0px;
    }
    .katan-unit img.red-play {
        margin: -27px 4px 0 0;
        width: 25px;
    }
    .katan-unit .tagit-container {
        font-size: 14px;
        position: absolute;
        display: inline-flex;
        height: 20px;
        padding: 0px 5px 0px 10px;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
    }
    .katan-unit .tagit-container p{
        padding-top: 3px;
        line-height: 1;
    }
    div#ketanim-posts .cat-name-container a, div#related-posts .cat-name-container a {
        color: #ffffff!important;
    }
    div#ketanim-posts .cat-name-container.back-blue { /* , div#related-posts .cat-name-container a */
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .thirteen, div#related-posts .cat-name-container a {
        font-size: 14px !important;
        font-family: 'FbPractica', 'Simpler';
    }
    div#related-posts .katan-title {
        font-weight: bold;
        font-size: 14px !important;
    }
    
    div#ketanim-posts .cat-name-container { /* , div#related-posts .cat-name-container */
       padding-bottom: 3px;
    }
    div#ketanim-posts .the-tags-container, div#related-posts .the-tags-container {
        height: 18px;
        margin-bottom: 10px;
    }
    #ketanim-posts .preview-container-youtube {
        height: 110px;
    }
    .cat-name-container.back-blue {
        border-radius: 10px;
        padding: 3px 8px;
    }
    .katan-unit video.preview_video{
        object-fit: cover;
    }
    .katan-unit img.icon-al-temuna {
        direction: ltr!important;
        position: absolute;
        max-width: 100px;
        margin-top: 10px;
        float: left!important;
        max-height: 50px;
    }
    .episode_air_date {
        font-size: 13px;
        color: #726f6f;
        float: left;
    }
    .episode_air_date_newTv {
        display: none;
        font-size: 14px;
        color: #ffffffa3;
    }
}


@media only screen and (max-width:750px){
    .episode_air_date_newTv {
        position: absolute;
        bottom: -1px;
        color: #ffffffa8;
        font-size: 12px;
    }

    .katan-unit img.icon-al-temuna {
        direction: ltr!important;
        position: absolute;
        max-width: 100px;
        margin-top: 10px;
        float: left!important;
        max-height: 50px;
    }

    .katan-unit .tagit-container {
        font-size: 14px;
        position: absolute;
        display: inline-flex;
        height: 20px;
        padding: 0px 5px 0px 10px;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
    }


    div#ketanim-posts1 {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-items: center;
        row-gap: 1%;
        column-gap: 2%;
        justify-content: space-evenly;
        margin-bottom: 50px;
        width: 100% !important;
        max-width: 100% !important; 
        padding: 0 1% 0;
    }
    div#ketanim-posts1 img {
        height: auto !important;
    }
    /* div#ketanim-posts1 > div:nth-child(even) {} */
    div#ketanim-posts, div#related-posts {
        display: grid;
        gap: 1%;
        margin-bottom: 5%; /* 25% */
    }
    div#ketanim-posts {
        margin-bottom: 56px;
    }
    div#ketanim-posts > div {
        display: inline-grid;
        grid-template-columns: 130px auto;
        padding-inline: 3% 4%;
        gap: 2%;
    }
    .related-posts-a > img {
        height: 100% !important;
        aspect-ratio: 2 / 3;
        object-fit: cover;
    }
    .katan-image > a > img,
    .katan-image > a > .default-image > img {
        width: 100%; /* need this? */
        height: fit-content; /* need this? */
        aspect-ratio: 3 / 2;
        object-fit: cover;
        border-radius: 10px 0 0 0;
    }
    .katan-image > img {
        aspect-ratio: 3 / 2;
        width: 100%;
        object-fit: cover;
    }
    .katan-content {
        margin-top: 8px;
        padding-inline: 5px;
    }
    .katan-image .postimage-and-tagit {
        height: 100px;
    }
    .katan-image iframe.preview_video {
        height: 100px!important;
        width: 100%!important;
    }
    a.katan-title {
        font-size: 16px !important;
        line-height: 20px;
    }
    .post-title > a:hover {
        color: #144177;
    }
    .katan-title:hover {
        color: #144177;
    }
   
    a[class~="katan-title"]:hover{
        color: #144177;


    }
    
    /*a.dblue:hover {
        color: #002653;
    }*/
    .katan-unit .preview-container-kaltura{
        height:100px;
    }
    .subtitle {
        margin: 3px 3px 0 0;
    }
    .post-title a {
        font-weight: 600;
    }
}

@media only screen and (max-width: 750px) and (min-width: 400px){
    .katan-image img.wp-post-image {
        object-fit: cover;
        width: 100%;
        aspect-ratio: 3 / 2 !important;
        padding: 0 1% 0;
    }

    div#under-ketanim .postimage-and-tagit img.wp-post-image {
        height: 300px!important;
        object-fit: cover;
    }

    #under-ketanim .preview-container-youtube, #under-ketanim .preview-container-youtube iframe, #under-ketanim .preview-container-youtube .overlay-youtube {
        width: 100%;
        height: 300px!important;
    }

    div.cat-render-style-one .not-main-posts .image-zone img.wp-post-image {
        height: 130px;
        object-fit: cover;
    }

    .keta-unit .preview-container-kaltura {
        height: 130px!important;
    }

    .keta-unit .preview-container-youtube {
        max-height: 130px;
        overflow: hidden;
    }
 
    
}

/*
================================================
                TAGIOT
================================================

*/
@media only screen and (min-width:750px){


    div#rashi-post .tagit-container p {
        margin-bottom: 0px;
    }
    div#rashi-post img.icon-al-temuna {
        direction: ltr!important;
        position: absolute;
        max-width: 400px;
        margin-top: 20px;
        float: left!important;
        max-height: 130px;
    }



}

/*
================================================
                UNDER KETANIM
================================================

*/
@media only screen and (min-width:750px){
    .newsPosts {
        padding: 10px;
        color: #ffffff;
        background: #1f487d;
        height: 40px;
        text-align: center;
        font-size: 22px;
    }
    div#under-ketanim {
        border: 1px solid #80aed0;
        padding: 10px 16px;
    }
    .under-ketanim-unit {
        flex-direction: row;
        display: flex;
        margin-bottom:16px;
    }
    .under-ketanim-image {
        overflow: hidden;
        flex-basis: 33%;
        min-width: 253.33px;
    }
    .under-ketanim-content {
        flex-basis: 66%;
    }
    .under-ketanim-image .wp-post-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: top;
    }
    .under-ketanim-content{
        margin-right:10px;
    }
    .the-tags-container a {
        font-weight: 400;
    }
    .under-ketanim-content .meta-data {
        border-bottom: 1px solid #141533;
        margin-bottom: 10px !important;
    }
    .under-ketanim-image .icon-al-temuna {
        float: right;
        text-align: right;
        max-width: 130px;
        object-fit: contain;
        margin-top: 10px;
        text-align: right!important;
        max-height: 50px;
        position: absolute;
    }
    #under-ketanim .tagit-container {
        font-size: 20px;
        position: absolute;
        display: inline-flex;
        height: 27px;
        padding: 0px 5px 3px 25px;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
        z-index: 10;
    }

    #under-ketanim .cat-name-container.back-blue {
        width: unset;
        border-radius: 10px 0 0 0;
        display: inline-block;
    }
    #related-posts .katan-unit .katan-content {
        position: relative;
    }
    .tochnitOrCategory.hideInDesktop1 {
        margin: 10px;
        top: -110px !important;
    }
}

 .tochnitOrCategory.hideInDesktop1 {
    z-index: 2 !important;
    position: absolute;
    top: 0px;
}


/*
================================================================================
               G e n e r a l s    C a t e g o r y    M o b i l e
================================================================================

*/

@media only screen and (max-width:750px) { 
   
    .newsPosts {
        padding: 10px;
        color: #ffffff;
        background: #1f487d;
        height: 40px;
        text-align: center;
        font-size: 22px;
    }
  div#under-ketanim img.wp-post-image {
        width: 100%;
    }

    div#under-ketanim>div {
        margin-bottom: 20px;
    }

    div#under-ketanim .under-ketanim-image {
        margin-bottom: 10px;
        overflow: hidden;
    }

    div#under-ketanim .postimage-and-tagit img.wp-post-image {
        height: 110px !important;
        object-fit: cover;
        border-radius: 10px 0 0 0;
    }

    div#under-ketanim  iframe.preview_video {
        height: 180px;
    }

    div#under-ketanim a.katan-title {
        padding: 0;
    }
  
    div#under-ketanim .under-ketanim-content > * {
        margin-bottom: 5px;
    }

    div#under-ketanim .the-excerpt p, div#under-ketanim .the-excerpt {
        font-weight: 100;
        line-height: 1;
        margin-bottom: 0px;
    }

    div#under-ketanim .under-ketanim-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tochnitOrCategory {
        z-index: 2;
        position: absolute;
    }

    #under-ketanim .preview-container-youtube, #under-ketanim .preview-container-youtube iframe, #under-ketanim  .preview-container-youtube .overlay-youtube {
        width: 100%;
        height: 200px;
    }

    #under-ketanim img.icon-al-temuna {
        direction: rtl!important;
        position: absolute;
        left: 5px;
        max-width: 150px;
        margin-top: 8px;
        float: right!important;
        max-height: 80px;
        z-index: 10!important;
    }

    #under-ketanim .tagit-container {
        font-size: 23px;
        position: absolute;
        display: inline-flex;
        height: 30px;
        padding: 0px 5px 3px 10px;
        margin-top: 10px;
        color: #ffffff;
        font-weight: 600;
        z-index: 10;
    }
    .category-name {
        display: grid;
        grid-template-columns: 92% 8%;
        background-color: #15499d;
        color: #ffffff;
        margin-bottom: 0px !important;
        padding-right: 2%;
        display: none; /* remove old titles from mobile */
    }
    .category_name_all {
        display: inline-flex;
        white-space: break-spaces;
        background-color: #15499d;
        color: #ffffff;
        padding-right: 2%;
        font-size: 18px;
        height: 27px;
    }
    p.category_name_first_piece {
        font-weight: 900;
    }
    .category_img {
        margin-right: -3%;
    }
    .category_arrow {
        width: 12px;
        align-self: center;
    }
    .src {
        width: 12px;
        align-self: center;
    }
}

.imgFit {
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 0;
    object-fit: cover;
    object-position: bottom;
}



/*
================================================
                STANDARD CATEGORY BLOCK
================================================

*/


div.cat-render-style-one .not-main-posts .image-zone.top  img.wp-post-image{
    object-position: 0 10%;
}
div.cat-render-style-one .not-main-posts .image-zone.center  img.wp-post-image{
    object-position: 0 40%;
    border-radius: 10px 0 0 0;
}
div.cat-render-style-one .not-main-posts .image-zone.bottom  img.wp-post-image{
    object-position: 0 90%;
}


@media only screen and (min-width:750px){
    .cat-render-style-one .title-zone {
        display: flex;
        justify-content: space-between;
    }

    .cat-render-style-one .cat-name-container {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 600;
        flex-basis: 45%;
    }

    .cat-render-style-one .the-posts {
        display: flex;
    }

    .cat-render-style-one .no-image-posts {
        width: 100%;
        flex-basis: 55%;
        padding: 0px 10px 0px 10px;
        border-right: unset;
    }

    .cat-render-style-one .main-post {
        flex-basis: 63%!important;
    }

    .cat-render-style-one .main-post img.icon-al-temuna {
        direction: ltr!important;
        position: absolute;
        max-width: 150px;
        margin-top: 10px;
        float: left!important;
        max-height: 70px;
        object-fit: contain!important;
    }

    .cat-render-style-one .main-post .tagit-container {
        position: absolute;
        display: inline-flex;
        height: 25px;
        padding: 0px 10px 0px 30px;
        margin-top: 20px;
        color: #ffffff;
    }

    .cat-render-style-one .main-post .post-title a {
        font-family: 'FbPractica', 'Simpler';
        font-size: 27px !important;
        font-weight: 600;
    }


    .cat-render-style-one .main-post .tagiot, .cat-render-style-one .main-post .tagiot a {
        color: #ffffff!important;
    }

    .cat-render-style-one .image-zone .wp-post-image {
        width: 390px;
        height: 260px;
        object-fit: cover;
        border-radius: 10px 0 0 0;
    }
    .main-post .image-zone {
        height: 260px;
    }

    .cat-render-style-one .main-post .post-excerpt {
        color: #002653;
        background-color: #E5E5E5;
        display: none;
    }
    a.eighteen {
        color: #000;
    }

    .cat-render-style-one .content-zone > div {
        padding-bottom: 5px;
    }
    .cat-render-style-one .no-image-posts {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 6% 10px 0 10px;
    }
    .cat-render-style-one .not-main-posts {
        padding-bottom: 5px;
        border-bottom: 1px solid #e5e5e5; /*ffc5c5*/
    }
    .transparent-blue-gradient{
         background: #E5E5E5;
        /*background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,88,160,1) 83%); */
    }
    .cat-render-style-one .od-be-container {
        padding-top: 5px;
    }

    .cat-render-style-one .od-be-container a.thirteen.cat-name {
        font-weight: 600;
        padding-left: 20px;
    }

    .cat-render-style-one .title-zone .cat-name-container a {
        font-size: 25px;
    }

    .cat-render-style-one .no-image-posts .content-zone > div, .cat-render-style-one .no-image-posts .transparent-blue-gradient > div{
        margin-bottom: 4px;
    }

    .cat-render-style-one .no-image-posts .content-zone > div:last-child {
        margin-bottom: unset;
    }

    div.cat-render-style-one .orech-or-tochnit a {
        color: #002f6b;
    }


    .cat-render-style-one .main-post .content-zone > div {
        padding: 10px 10px 25px 30px;
        background-color: rgb(0 237 232);
        border-radius: 0 0 10px 10px;
    }

    .cat-render-style-one .title-zone .cat-name-container.back-blue {
        height: 28px;
    }


}

@media only screen and (max-width:750px){
    .black-gradient {
        position: absolute;
        width: 100%;
        height: 30px;
        bottom: -4px;
        background-image: linear-gradient(transparent,#0000002e,#00000052,#0000007d, #000000c7);
    }
    div.cat-render-style-one .title-zone .od-be-container {
        display: none;
    }

    div.cat-render-style-one .title-zone .cat-name-container {
        flex-basis: 100%;
        display: block!important;
    }

    div.cat-render-style-one .main-post  .content-zone {
        margin-bottom: 15px;
    }
    div.cat-render-style-one .main-post .post-title a{
        font-family: 'FbPractica', 'Simpler';
        font-weight: 600;
        font-size: 23px!important;
    }
    .post-title-category {
        margin: 8px 5px 0px 0px;
    }
    .od-be-container-mobile a {
        font-size: 16px;
        color: #002f6b !important;
        font-weight: 700;
        /* add in 15.7 */
        background-color: #15499d;
        color: #ffffff !important;
        padding: 0.8% 1.5% 0.8%;
    }

    div.cat-render-style-one .main-post .content-zone * {
        color: #0a2f66;
        font-size: 16px;
        font-weight: 600;
    }
    .post-excerpt {
        /* add 15.7 for yosef */
        display: none;
    }
    div.cat-render-style-one  .main-post {
        margin-bottom: 5px;
    }

    div.cat-render-style-one .not-main-posts {
        display: grid;
        grid-template-columns: 120px auto;
        gap: 2%;
        padding: 5px 12px;
        padding-left: 4%;
    }
    div.cat-render-style-one .not-main-posts:nth-child(even) {
        width: 100%;
    } 
    .no-image-posts {
        gap: 2%;
        display: grid;
    }

    div.cat-render-style-one .not-main-posts .image-zone {
        flex-basis: 50%;
    }

    div.cat-render-style-one .not-main-posts .content-zone {
        flex-basis: 50%;
    }

    div.cat-render-style-one .content-zone {
        padding: 5px 15px;
    }

    div.cat-render-style-one .orech-or-tochnit {
        display: none;
    }

    div.cat-render-style-one .not-main-posts .image-zone img.wp-post-image {
        height: 80px;
        width: 120px;
        object-fit: cover;
        object-position: 0 20%;
    }

    div.cat-render-style-one .not-main-posts  a.tochnit-name {
        font-weight: 600;
        font-size: 15px;
        color: #002f6b;
        margin-top:unset;
    }

    .cat-render-style-one .main-post img.icon-al-temuna {
        direction: ltr!important;
        position: absolute;
        max-width: 150px;
        margin-top: 10px;
        float: left!important;
        max-height: 70px;
        object-fit: contain!important;
    }
    .cat-render-style-one .main-post .tagit-container {
        position: absolute;
        display: inline-flex;
        height: 25px;
        padding: 0px 10px 0px 30px;
        margin-top: 20px;
        color: #ffffff;
    }
    .cat-render-style-one .od-be-container-mobile {
        text-align: left;
        margin-left: 12px;
        margin-top: 20px;

        display: none;
    }
    .keta-tochnit-name-container {
        margin-bottom: unset;
    }
}








/* 
-------------------------------------------------------------------------
                        20 PLUS
-------------------------------------------------------------------------

*/

#esrim-plus{
   width: 100%;
}

.plus-image img.wp-post-image {
    width: 100%;
    height: auto;
    margin: auto;
}

div#esrim-plus {
    padding: 0px;
    border-right: 1px solid #B4D784;
    border-left: 1px solid #B4D784;
    border-bottom: 24px solid #B4D784;
}

div#esrim-plus .ketaim-zone{
    padding-right: 10px;
    padding-left:10px;
}

div#esrim-plus .ketaim-zone {
    margin-top: -30px;
}

.ketaim-zone > div {
    margin-bottom: 0px;
}

.title-zone {
    z-index: 3;
}
.title-mivzakim-desktop {
    font-family: 'FbPractica', 'Simpler';
    width: 75px;
    height: 30px;
    background-color: #E30613;
    color: #ffffff;
    font-size: 18px;
    /* padding: 7px; */
    border-radius: 10px 0 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

div#esrim-plus img {
    position: relative;
}

.title-zone img {
    z-index: 3;
}

@media only screen and (max-width:750px){
    div#esrim-plus .ketaim-zone {
        margin-top: -40px;
    }
}


/* SEARCH FORM */

.arutz-search-form input.search-submit {
    background-color: #e30613;
}
form.arutz-search-form {
    height: 52px;
}

form.arutz-search-form input.search-submit {
    font-family: 'FbPractica', 'Simpler';
    padding-top: 12px;
    border-radius: 28px 0 0 0;
    margin: 0px;
}



/* search */

.search-form-home {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 0 0;
	width: fit-content;
	height: 30px;
}

.search-form-home .search-field-home,
.search-form-home .search-submit-home {
	margin: 0 0.8rem 0.8rem 0;
}

.search-form-home label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 128px;
	border: 0px;
}

.search-form-home .search-field-home {
	width: 117px;
	height: 20px;
	border: none;
	background-color: #E5E5E5;
}

.search-form-home .search-submit-home {
	flex-shrink: 0;
}

.search-form-home .search-submit-home:focus,
.search-form-home .search-submit-home:hover {
	text-decoration: none;
}

/* 
-------------------------------------------------------------------------
                       new on TV 
-------------------------------------------------------------------------

*/
.videoImg img {
    object-fit: cover;
    width: -webkit-fill-available;
}

@media only screen and (max-width:750px){

    .title-zone-img{
        content:url(/wp-content/uploads/2021/01/כותרת-מיוחדים-מובייל-1.jpg);
        width: 100%;
    }
    .newTV-unit {
        flex-shrink: 0; /* !important */
        scroll-snap-align: start;
        width: 300px;
        height: 175px;
        position: relative;
    }
    .ketaim-zone.newTV {
        border-bottom: 1px #13499f solid;
        display: flex;
        gap: 15px;
        padding: 10px 0px 10px;
        -webkit-overflow-scrolling: touch;
        width: 100%!important;
        scroll-snap-type: x mandatory;
        overflow-x: auto!important;
        background-repeat: no-repeat;
    }
    .videoText {
        background-image: linear-gradient(transparent,#0000002e,#00000052,#0000007d, #000000eb, #000, #000);
        width: 100%;
        min-height: 44px;
        position: absolute;
        bottom: 0px;
        padding-left: 35px;
        padding-right: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .keta-name-newTv {
        color: #ffffff !important;
        font-size: 15px;
        font-weight: 600;
    }
    img.red-play-new-tv {
        margin: -27px 4px 0 0;
        width: 25px;
    }
    .videoImg img.attachment-ketanim.size-ketanim.wp-post-image {
        height: 170px;
        object-fit: cover;
    }
    .videoImg img {
        min-height: 175px;
        max-height: 175px;
    }
}

@media only screen and (min-width:750px){
    .title-zone-img{
        content:url(/wp-content/uploads/2021/02/כותרת-ארוכה-מיוחדים.jpg);
        margin-bottom: 10px;
    }
    .red-play-new-tv {
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 15px;
        margin-right: 198px;
    }
    .newTV {
        flex-wrap: wrap;
        max-width: 1000px;
        position: relative;
        margin: auto;
        display: flex;
    }
    .newTV-unit {
        width: 240px;
        margin-left: 10px;
        position: relative;
        background: #000;
        background-image: url(/wp-content/uploads/2021/02/load-gif.gif);
        background-size: 50px;
        background-position: top;
        background-position: center;
        height: 145px;
        background-repeat: no-repeat;
    }
    .newTV-unit:hover {
        opacity: 0.5;
    }
    .videoImg {
        min-height: 136px;
        max-height: 136px;
    }
    .videoImg img {
        min-height: 136px;
        max-height: 136px;
    }
    .videoText {
        font-size: 15px;
        color: #ffffff !important;
        height: 72px;
        height: fit-content;
        position: absolute;
        width: 240px;
        bottom: 0px;
        background-image: linear-gradient(transparent,#00000040,#00000078, #000000eb, #000);
        padding: 20px 16px 10px 27px;
    }
    .newTV-unit:nth-child(4){
        margin-left:0px;
    }
    .newTV-unit:nth-child(8){
        margin-left:0px;
    }
    a.keta-name-newTv {
        color: #ffffff !important;
        font-size: 15px !important;
    }
    .videoImg img.attachment-ketanim.size-ketanim.wp-post-image {
        height: 135px;
        object-fit: cover;
    }
}



/* TODO Change to Mibzakim Tag ID */
body.rtl.archive.tag.tag-1113 .archive-title {
    color: #141533 !important;
}



/* Bechirot USA 2020 */
/*
@media only screen and (min-width:750px){
      /* Bechirot New Zone 
    .bechirot-main-area {
        display: flex;
    }

    .ketaim-zone.right-bechirot {
        flex-basis: 50%;
    }

    .left-bechirot {
        flex-basis: 50%;
    }
}

.ketaim-zone.right-bechirot {
    margin-top: 0px!important;
}

.bechirot-main-area {
    background-color: #ECECED;
}

.seker-title-hasekarim-haacharonim {
    padding-right: 30px;
    font-size: 38px;
    
}

.seker-candidates {
    display: flex;
}

.seker-table {
    margin-top: 12px;
}

.bechirot-post {
    display: flex;
    padding-left: 10px;
}
a.bechirot-post {
    display: flex;
}

.bechirot-image {
    flex-basis: 55%;
}

.bechirot-title {
    font-weight: 700;
    font-size: 90%;
    padding-right: 10px;
    color: #343D7A;
}

.seker-mechkar {
    align-items: center;
    display: flex;
    min-height: 60px;
    justify-content: space-evenly;
}

.seker-mechkar div {
    flex-basis: 25%;
}

.seker-mechkar div:first-child {
    flex-basis: 40%;
}

.seker-candidates img {
    max-height: 75px;
    margin: auto;
    margin-bottom: 5px;
}


.candidate-usa.candidate-trump-image-container {
    margin-right: 25px;
}

.candidate-name {
    font-size: 25px;
    text-align: center;
}

.seker-title {
    border-left: 1px solid #000;
}

.seker-biden {
    border-left: 1px solid #000;
    color: #343D7A;
}

.seker-trump {
    color: #E9272B;
}

.seker-table > div {
    border-bottom: 1px solid #000;
}

.seker-mechkar.mechkar-one {
    border-top: 1px solid #000;
}

.seker-biden, .seker-trump {
    text-align:center;
    font-size: 40px;
}
.seker-mechkar.seker-candidates .seker-title {
    border: unset!important;
}
.seker-biden.seker-biden-picture {
    border: unset!important;
}
.left-bechirot {
    margin: 30px;
    padding-top: 30px;
}

.ketaim-zone.right-bechirot {
    border-left: 1px solid #ccc6c6;
    margin: 30px!important;
}

.lekol {
    text-align: left;
    margin-top: 10px;
    margin-left: 15px;
  }

.lekol a {
    color: #343D7A;
    
}


@media only screen and (max-width:750px){
    .ketaim-zone.right-bechirot{
        margin:unset;
        border-left:unset;
        padding: unset;
    }

    .bechirot-post {
        flex-direction: column;
        padding-left:0px;
    }

    .bechirot-image img {
        width: 100%;
    }
    .bechirot-title{
        font-size: 20px!important;
        font-weight: 700px;
        margin-top: 12px;
    }

    .left-bechirot {
        margin: unset;
        padding-top: unset;
    }

    .seker-usa-content{
        padding-right: 30px;
        padding-left: 30px;
    }

    .seker-title-hasekarim-haacharonim {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .seker-title-hasekarim-haacharonim span {
        background-color: #EEEEEE;
    }

    .seker-title-hasekarim-haacharonim {
       height: 25px;
        font-size: 25px;
        margin-bottom: 20px;
        background-image: url(/wp-content/themes/14-child/assets/bechirot-usa-2020/pas.jpg);
        background-size: contain;
        padding-top: 0px;
    }

    .bechirot-main-area {
        padding-bottom: 30px;
    }
} 
*/

.course-text{
    text-align: center;
    background: #141533;
    font-weight: bold;
    height: 80px;
    border-radius: 10px;
}
.course-text > a {
    color: #ffffff !important;
}


/* corona zone */
@media only screen and (min-width:750px){
    .squareBackgroundColor {
        display: flex;
        height: 104px; 
        background: url("/wp-content/themes/14-child/assets/banners/bannerBack_x0.5.png");
        background-size: contain;
        /* background-image: linear-gradient(to bottom, rgba(248, 247, 247, 0) -40%, #efecec 147%);  */
        border-radius: 10px;
    }
    .boxSquare {
        flex-basis: 25%;
        text-align: center;
        height: 50px;
        display: grid;
        align-self: center;
        direction: ltr;
    }
    .boxCoronaLast {
        text-align: center;
        flex-basis: 25%;
        text-align: center;
        height: 50px;
        display: grid;
        align-self: center;
    }
    .boxTitle {
        /* color: #154a9f; */
        color: #000;
        font-size: 15px;
        font-weight: 900;
        margin-top: -9px;
    }
    .boxNumber {
        font-family: 'FbPractica', 'Simpler';
        font-size: 35px;
        /* color: #469ed0; */
        color: #000;
        font-weight: 600;
        margin-top: 20px;
        letter-spacing: -1px;
    }
    .titleCorona {
        margin-top: 25px;
        margin-bottom: 3px;
    }
    .coronaImg{
        content: url(/wp-content/uploads/2021/01/כותרת-קורונה-מתוקן-לדף-הבית.jpg);
        display: none; /* add in 31.8 */
    }

    /* sepred ? */
    .corona_none {
        display: none;
    }
    .titleCorona {
        display: block !important;
    }
}

/* mobile */
@media only screen and (max-width:750px){
    .coronaZone .category-name,
    .coronaZone .category-name>a {
        background-color: #f5e616 !important;
        color: #000;
    } 
    /* .boxCorona */
    .boxSquare {
        display: inline-grid;
        text-align: -webkit-center;
        align-items: center;
        color: #000;
        height: 107px;
        direction: ltr;
    }
    .boxCoronaLast {
        color: #27304f;
        font-size: 15px;
        font-weight: bold;
        margin-top: 35px;
    }
    .boxTitle {
        font-family: 'FbPractica', 'Simpler';
        font-size: 16px;
        font-weight: 600;
        color: #1e1e1f;
    }
    .boxNumber {
        font-family: 'FbPractica', 'Simpler';
        font-size: 38px;
        line-height: 22px;
        letter-spacing: 0;
        color: #141533;
        font-weight: 600;
        margin-top: -25px;
    }
    .coronaImg{
        content: url(/wp-content/uploads/2020/12/כותרת-קורונה-מובייל.jpg);
        margin-bottom: 3px;
        margin-top: 20px;
    }
}

/* twitter */
@media only screen and (max-width:750px) {
    .twitter {
        background-color: #f1f1f1;;
        border-radius: 9px;
        padding: 6px;
    }
    .twitter {
        background-color: #f1f1f1;
        border-radius: 30px;
        padding: 6px;
        /* width: 90%; */
        margin: 3px;
    }
}

/*
================================================
                elections 2021 Desktop
================================================

*/

.elections2021 {
    display: flex;
    width: 735px;
    height: 289px;
    background-image: url(/wp-content/uploads/2021/01/באנר-דף-הבית-ריק-1.jpg);
    padding-top: 110px;
    flex-wrap: wrap;
}
.party > a > img {
    width: 100px;
    height: 80px;
    margin-left: 0px !important;
    display: inherit;
    margin-right: 14px;
}
.party {
    flex-basis: 16.6%;
}
.party > a :hover{
    filter:opacity(40%); 
    border-radius: 40%;

}
/*
================================================
                elections 2021 Mobile
================================================

*/

.elections2021mobile {
    display: flex;
    background-image: url(/wp-content/uploads/2021/01/באנר-בחירות-2021-מובייל.jpg);
    flex-wrap: wrap;
    padding-top: 77px;
    width: 360px;
    height: 275px;
}
.partyMobile > a > img {
    width: 75px;
    height: 69px;
    margin-right: 11px;
}
.partyMobile > a :hover{
    filter:opacity(40%); 
    border-radius: 40%;

}

/*
================================================
                level Of Kinneret
================================================

*/
@media only screen and (min-width:750px){
    .levelOfKinneret{
        background: url("/wp-content/uploads/2021/01/מפלס-הכינרת.jpg");
        height: 160px;
    }
    .levelOfKinneret-all {
        width: 250px;
    }
    .textKinneret{
        text-align: center;
        align-self: end;
        font-size: 15px;
        padding-inline: 50px;
    }
    .levelOfKinneretPost{
        height: 210px;
        position: relative;
        background-repeat: no-repeat;
    }
    .textKinneretPost {
        background-image: url('/wp-content/themes/14-child/assets/14imgs/rectangle-weather.png');
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        height: 150px;
        border-radius: 0 0 10px 10px;
        color: #141533;
    }
    
    p.numberKinneret {
        font-size: 30px;
        font-weight: lighter;
        direction: ltr;
        text-align: center;
        align-self: center;
        margin: 0;
    }
    .displayKinnert,
    /*.textKinneret,*/
    .kinneretSimbol {
        display: none;
    }
    .KinneretFlexbox {
        display: contents;
    }
    .kinneretGrid {
        display: grid;
    }
    .kinneretBackground {
        background: url('/wp-content/themes/14-child/assets/14imgs/rectangle-weather.png') !important;
        height: 150px !important;
    }
}

/*** kinneret mobile ***/

@media only screen and (max-width:750px){

    /*** kinneret mobile ***/
    .kinneretSimpol { 
        border-bottom: 1.5rem solid #e3f0fa;
        box-shadow: inset 0 1.5rem 0 0 #e3f0fa, 
                    inset 0 0 10px 0 #6ebae6 ;
    }
    .textKinneret {  
        font-size: 15px;
        font-weight: 600;
        margin-top: 10px;
        padding-top: 15%;
    }
    .numberKinneret {
        font-size: 35px;
        direction: ltr;
        color: #141533;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .levelOfKinneretPost .category_name_all{
        background-color: #6ebae6 !important;
    }
     
    /*** doubleFlexbox ***/
    .doubleFlexbox {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        padding: 0px 20px;
    }
    .squareBackgroundColor {
        background-color: #f2f2f2;
    }
}


/*
================================================
               W e a t h e r
================================================

*/
@media only screen and (min-width:750px){
    /*** weather Desktop ***/
    .eachCity {
        flex-basis: 20%;
        text-align: -webkit-center;
        color: #000;
        border-radius: 10px 0 0 0;
        padding: 4px;
        padding-top: 8px;
        letter-spacing: 0.5px;
        font-size: 16px;
        cursor: pointer;
    }
    .navCities {
        display: grid;
        border-bottom: 1px #141533 solid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 30px;
        font-weight: 600;
    }
    .weatherPerCity {
        height: 350px;
        display: grid;
        grid-template-rows: 1fr 1fr;
        row-gap: 12px;
        font-family: 'FbPractica';
    }
    .weatherToday {
        display: flex;
        background-image: url('/wp-content/themes/14-child/assets/14imgs/rectangle-weather.png');
        color: #141533; 
        width: 100%;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        border-radius: 0 0 10px 10px;
    }
    .weatherTodayText {
        padding-inline: 10px;
    }
    .fourdays {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 12px;
    }
    .weatherweek {
        background-image: url('/wp-content/themes/14-child/assets/14imgs/rectangle-weather-copy-14.png');
        display: grid;
        text-align: -webkit-center;
        border-radius: 10px;
    }
    .wrapperWeatherDesk {
        display: flex;
        align-items: end;
        justify-content: center;
    }
    .wrapperWeatherDesk > img[src*="/wp-content/themes/14-child/assets/weather/svg-black/sun.svg"] {
        width: 22px;
    }
    .wrapperWeatherDesk > img {
        width:33px;
    }
    .weatherweekText {
        font-size: 22px;
        line-height: 1;
        padding-bottom: 5px;
        margin: 0;
    }
    .weatherweektemp {
        font-size: 27px;
        text-align: -webkit-center;
    }
    .weatherMainM {
        display: none;
    }
    .weatherTextM {
        display: none !important;
    }
    img#next0Img, img#next1Img, img#next2Img, img#next3Img {
        margin: 10px;
    }
    img#next0Img {
        width: 55px;
    }
}
.doubleFlexbox {
    display: contents;
}
/* end weather Desktop */

/*** weather Mobile ***/
@media only screen and (max-width:750px){

    /*** weather Mobile ***/
    .weatherTextMobile, .weatherTempM {
        /*font-family: 'FbPractica', 'Simpler';*/
    }
    .weatherPerCity,
    .navCities {
        display: none;
    }
    .weatherMainM {
        background-image: linear-gradient(130deg, rgba(248, 247, 247, 0) 1%, #e8e8e8 99%);
        object-fit: contain;
        font-weight: 600;
        font-size: 2.7rem;
        /* margin-top: -34px; */
    }
    .weatherM {
        height: 70px;
        padding: 10px 0;
        margin-inline: 25px;
        display: grid;
        grid-template-columns: 30% 27% 5% 18%;
        align-items: center;
        color: #141533;
        border-bottom: 1px solid #d9d9d9;
        font-size: 20px;
    }
    .weatherImgM {
        float: left;
        width: 34%;
        padding-bottom: 15px;
    }
    .weatherDivTitleM {
        display: none;
        background-color: #13499f;
        color: #ffffff;
        font-size: 40px;
        height: 60px;
        margin-top: -67px;
        padding-top: 2%;
    }
    .weatherCategoryM {
        font-size: 40px;
        align-items: baseline;
    }
    .weatherInline {
        display: inline;
        font-family: "Linotype", "Simpler";
        font-size: 20px !important;
        color: #141533 !important;
        font-weight: 700;
    }
    .weatherTempM {
        justify-self: center;
    }
    .weatherSimbol {	
        height: 45%;
        width: 15%;
        background-color: #141533;
    }
    .weatherTitleM{
        position: relative; 
        right: 7%; 
        top: 18px; 
        font-weight: 100;
    }
    .navbar_mobile_weather_icon {
        width: 20px;
        margin-left: 5px;
    }
    #weatherTitleMsecond {
        font-weight: 800;
    }
    body #postid-431421 .the-content {
        padding: 0px !important;
    }
    body .postid-431421 .the-content {
        padding: 0px !important;
    }
}

/* weather text div */
.weatherTextM {
    display: block;
    color: #141533;
    padding: 3%;
    margin-top: 10px;
}
.weatherTextH {
    font-family: 'FbPractica', 'Simpler';
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #141533;
}
.weatherText {
    /* font-weight: 100; */
    font-size: 16px;
    line-height: 27px;
    color: #1e1e1f;
}

/* end weather Mobile */


/*
====================================================
                scroll tochniot mileot              
====================================================

*/

* {box-sizing:border-box}

/* tochniot names */
@media only screen and (min-width:750px){
    .tochnit_name {
        width: 150px;
        text-align: center;
        padding: 20px;
        font-size: 22px;
        line-height: 24px;
        font-family: 'FbPractica';
        font-weight: 600;
        color: #141533;
    }
    .tochnit_img {
        width: 135px;
        margin: auto;
    }
    .tochniotImagesAbovePlayer .slideshow-container {
        place-content: center;
    }
}
@media only screen and (max-width:750px){
    .tochnit_name {
        text-align: center;
        padding: 10px 0 5px;
        font-size: 20px;
        font-family: 'FbPractica';
        font-weight: 600;
        color: #141533;
    }
    .tochnit_img {
        width: 95px;
        height: auto !important;
        margin: auto;
    }
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  display: flex;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev{
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    padding: 23px;
    padding-right: 1px;
    color: rgb(0, 0, 0);
    font-size: 55px !important;
    background-image: linear-gradient(to right,#f1f1f100 ,#f1f1f187,#ffffff  );
    transition: 0.6s ease;
    border-radius: 25px 0 0 25px;
    user-select: none;
}
.next {
      height: 100%;
      left: 10px;
      cursor: pointer;
      position: absolute;
      top: 0;
      width: auto;
      padding: 23px;
      padding-left: 1px;
      color: rgb(0, 0, 0);
      font-size: 55px !important;
      background-image: linear-gradient(to right, #ffffff,#f1f1f187, #f1f1f100 );
      transition: 0.6s ease;
      border-radius: 0 25px 25px 0;
      user-select: none;
}

.next1 i, .prev1 i {
    border-width: 0 0.2rem 0.2rem 0;
    padding: 6px;
    cursor: pointer;
}
.prev1, .next1 {
    margin-top: 5.5%;
    font-size: 3rem;
    color: #343434;
    cursor: pointer;
}
.next1:hover, .prev1:hover{
    opacity: 0.5;
}
/* Position the "next button" to the right */
.next {
    margin-right: 935px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: #dfdfdfad;
}

.dotsShows {
    text-align:center; 
    margin-top: -35px;
    position: absolute;
    left: 0;
    right: 0;
}

@media only screen and (max-width:750px){   
    a.next1 > img {
        width: 25px !important;
    }
    a.prev1 > img {
        width: 25px !important;
    }
    .fade {
        width: auto !important;
        height: auto !important;
        margin-right: 0px !important;
    }
    .slideshow-container {
        width: 100%;
        position: relative;
        margin: auto;
        display: grid;
        gap: 1%;
        grid-template-columns: 15% 15% 15% 15% 15% 15%;
        grid-template-rows: 20%;
        justify-content: center;
    }
    
    /* Hide the images by default */
    .mySlides {
        display: none;
    }
    
    /* Next & previous buttons */
    .prev{
        height: 100%;
        cursor: pointer;
        position: absolute;
        top: 0;
        width: auto;
        padding: 23px;
        padding-right: 1px;
        color: rgb(0, 0, 0);
        font-size: 75px;
        background-image: linear-gradient(to right,#f1f1f100 ,#f1f1f187,#ffffff  );
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    .next {
        height: 100%;
        left: 10px;
        cursor: pointer;
        position: absolute;
        top: 0;
        width: auto;
        padding: 23px;
        padding-left: 1px;
        color: rgb(0, 0, 0);
        font-size: 75px;
        background-image: linear-gradient(to right, #ffffff,#f1f1f187, #f1f1f100 );
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
  
    .prev1, .next1 {
        position: absolute;
        top: 50%;
        border-radius: 50%;
    }
    .prev1{
        right: 0px;
    }
    .next1 {
        position: absolute;
        left: 0px;
        border-radius: 50%;
    }
    .next1:hover{
        box-shadow: 5px 2px 20px 0px #000;
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1); 
    }
    .prev1:hover{
        box-shadow: 5px 2px 20px 0px #000;
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1); 
    }
    /* Position the "next button" to the right */
    .next {
        margin-right: 935px;
    }
    .next1 > img:hover {
        box-shadow: inset 0px 0px 20px 20px #13499f;
        border-radius:50%
    /*         box-shadow: 0px 0px 20px 5px #000;; */
    }
    .prev1 > img:hover {
        box-shadow: inset 0px 0px 20px 20px #13499f;
        border-radius:50%
    /*         box-shadow: 0px 0px 20px 5px #000;; */
    }
}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #dfdfdf
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  width: 150px;
  height: 250px;
  margin-inline: 8.5px;
}
.fade:hover {
    opacity: 0.5;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* .textsmooveForm {
    text-align: -webkit-center;
    background-color: rgb(21, 73, 157);
    margin-right: 55px;
    height: 40px;
    margin-left: 55px;
    padding-top: 12px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 30px;
} */


/* The Modal (background) */
.modalApps {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    height: 140px;
    overflow: auto;
    background-color: #00000045;
    margin-top: 20%;
    margin-right: -39%;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
  
/* The Close Button */
.close {
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 7px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
  

/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #ffffff;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.column {
    display: flex;
}
.textAPP {
    text-align: center;
    font-size: 34px;
}

@media only screen and (max-width:750px){
    .Zmanim {
        margin: -20px 0 20px;
    }
    .titleAndTime {
        display: inline-grid;
        text-align: -webkit-center;
        align-items: center;
        color: #000;
        height: 107px;
    }
    .titleZmanim {
        font-size: 20px;
        font-weight: 600;
    }
    .timeZmanim {
        font-size: 46px;
        direction: ltr;
        color: #f5e616;
        font-weight: 200;
        margin-bottom: 0;
        margin-top: -25px;
    }
    .zmanimTitleMobile,
    .zmanimTitleMobile .category_name_all {
        background-color: #f5e616 !important;
        color: #000;
    }
}
/*
@media only screen and (min-width:750px){
    .imgZmanim {
        background-color: #13499f;
        height: 28px;
        color: #ffffff;
        padding-top: 6px;
        padding-right: 7px;
        font-weight: 600;
        margin-top: 8px;
    }

    .Zmanim {
        background-image: url(/wp-content/uploads/2021/03/זמני-זריחה-ושקיעה-מתוקן.jpg);
        text-align: -webkit-center;
        background-repeat: no-repeat;
        display: flex;
        height: 95px;
        position: relative;
        margin-bottom: 18px;
    }

    .titleAndTime {
        width: 184px;
    }
    .titleAndTime:last-child {
        border-bottom:none
    }
    .titleZmanim {
        display: none;
    }

    .timeZmanim {
        color: #000000; 
        margin-top: 35px;
        font-size: 30px;
        font-weight: 200;
    }
    /* Zmanim Page */
/*

    .ZmanimPage{
        background-image: url("/wp-content/themes/14-child/assets/zmanim.jpg");
        background-size: 735px auto;
        height: 450px;
    }
    .ZmaniHaiom {
        display: grid;
        grid-template-columns: 133px 224px 220px;
        padding-right: 126px;
        height: 240px;
        padding-top: 41px;
    }
    
    .leftSide {
        padding-right: 33px;
        padding-top: 29px;
    }
    
    .Zmanilimod {
        padding-top: 29px;
    }
    
    .rightSide {
        padding-top: 32px;
    }
    .timeZmanim0, .timeZmanim2, .timeZmanim3, .timeZmanim4, .timeZmanim5 {
        color: #141533;
        font-size: 13px;
        font-weight: 400;
    }
    .timeZmanim2 {
        margin-bottom: 10px;
    }
    .timeZmanim0 {
        margin-bottom: 8px;
    }
    .timeZmanim3 {
        margin-bottom: 9px;
    }
    .timeZmanim4 {
        margin-bottom: 11px;
    }
    .timeZmanim5 {
        margin-bottom: 10px;
        height: 44px;
    }
    .ZmaniShabat {
        display: flex;
        margin-top: 102px;
        display: grid;
        margin-right: 115px;
        grid-template-columns: 237px 144px 173px 56px;
    }
}
*/

@media only screen and (min-width:750px){
    .textCountDownAllHome{
        display: flex;
        margin-right: 176px;
        color: #ffffff;
        margin-top: -30px;
    }
    .countdown_timer_Home{
        direction: ltr;
        display: flex;
        margin-left: 80px;
        margin-top: 16px;
    }
    .countdown_timer_all_Home{
        background: url(/wp-content/uploads/2021/03/באנר-עליון-עם-שעון-בלבד.jpg);
        height: 301px;
        border: 1px #163a54 solid;
    }
    p.textCountDownHome {
        margin-left: 52px;
    }
    .countdown_timer_Home_text {
        color: #ffffff;
        margin-right: 4px;
        width: 40px;
        font-size: 30px;
        font-weight: 900;
        text-align: -webkit-center;
    }
}

@media only screen and (max-width:750px){
    .textCountDownAllHome {
        display: flex;
        margin-right: 23px;
        color: #ffffff;
        margin-top: -23px;
    }
    .countdown_timer_Home {
        direction: ltr;
        width: 221px !important;
        margin-top: 53px;
        display: flex;
        margin-right: 39px;
    }
    .countdown_timer_all_Home {
        background-image: url(/wp-content/uploads/2021/03/שעון-למובייל.jpg);
        height: 140px !important;
        border: 1px #163a54 solid;
    }
    p.textCountDownHome {
        margin-top: 0px;
        color: #ffffff;
        margin-left: 9px;
        width: 44px;
        font-size: 12px;
    }
    .countdown_timer_Home_text {
        color: #ffffff;
        margin-right: -2px;
        width: 33px;
        height: 35px;
        font-size: 22px;
        font-weight: 900;
    }
}


/* -------------------icons end of article------------------- */

/* lineForComments */
.lineForComments-line {
    width: 43%;
    border-bottom: 2px solid #141533;
    margin-inline: auto;
    margin-bottom: 10px;
}
.lineForComments-outer {
    color: #141533; /* #00EDE8 */
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.lineForComments-num {
    display: flex;
    color: #141533;
    font-size: 19px;
}

@media only screen and (min-width:750px){ 
    .lineForComments-outer {
        font-size: 25px;
        display: flex;
        align-items: center;
        place-content: center;
    }
    .lineForComments-question {
        padding-inline: 5px;
    }
}
@media only screen and (max-width:750px){ 
    .lineForComments-line {
        width: 32%;
    }
    .lineForComments-outer {
        font-size: 19px;
        margin-right: 15px;
    }
    .lineForComments-question {
        padding-inline: 5px;
    }
    .lineForComments-num {
        display: flex;
        font-size: 19px;
    }
    .lineForComments-divMobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (hover :hover) {
    .lineForComments-outer:hover {
        opacity: 0.65;
        font-size: 26px;
    }
}
@media (hover :none) {
    .lineForComments-outer:hover, .lineForComments-outer:active {
        opacity: 0.65;
        font-size: 20px;
    }
}


/* red botton whatsapp & pirsumLink */
.divSidebar {
    text-align: -webkit-center;
    text-align:-moz-center;
    margin-inline: auto;
    font-family: 'FbPractica', 'Simpler';
}
.redWhatsappTest {
    font-family: 'FbPractica', 'Simpler';
    font-size: 26px;
    color: #e30512;
    font-weight: 900;
    line-height: 45px;
}
.pirsumLinkB {
    background-color: #e30512;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 160px;
    margin-bottom: 25px;
    height: 34px;
}
.pirsumLinkB:hover {
    -ms-transform: scale(1.1); /* IE 9 */
   -webkit-transform: scale(1.1); /* Safari 3-8 */
   transform: scale(1.1); 
   /* opacity: 0.5; */
}
.pirsumLinkTitle {
    font-family: 'FbPractica', 'Simpler';
    width: 160px;
    line-height: 30px;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #141533;
}

a.share-link:hover {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
/* pirsumLinksMobile */
.pirsumLinksMobile {
    position: relative;
}

.pirsumLinksMobileIcons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4%;
    margin: 0 20px 25px;
}

/* -------------------most Viewed posts------------------- */

a.mostViewed-post-img > img {
    width: 240px;
    height: 160px;
    object-fit: cover;
    margin-right: 4px;
    border-radius: 10px 0 0 0;
}
.mostViewed {
    margin-top: 8px;
}
.mostViewed-post {
    position: relative;
    margin-bottom: 8px;
}
.mostViewed-date {
    margin-left: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
/* .mostViewed-post:first-child { */
    /* margin-bottom: 8px; */
    /* border-top: #c0cfe500 1px solid; */
    /* padding-top: 7px; */
/* } */
.mostViewed-category {
    position: absolute;
    top: 0px;
    margin: 10px 14px;
}
.mostViewed-title {
    margin: 2px 4px 0px 0px;
    font-size: 18px;
}
.mostViewed-date .post-time {
    font-size: 16px !important;
}
.spotim-comments {
    display: flex; 
    font-size: 14px; 
    color: #726f6f; 
    line-height: 18px; 
    font-weight: 100;
}



/*** ----------- pay per post ------------ ***/

.payPerPost-line {
    width: 80%;
    height: 45px;
    text-align: -webkit-center;
    margin-top: 45px;
    border-top-style: solid;
    margin-inline: auto;
    color: #141533;
}
.payPerPost-logo {
    width: 80px;
    display: flex;
    margin-top: -22px;
    background-color: #ffffff;
    padding-inline: 20px;
}
.payPerPost-div {
    text-align: -webkit-center;
    padding-inline: 10%;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1.2;
}
.payPerPost-textBottom {
    margin-bottom: 10px;
}
.payPerPost-button {
    padding: 0.5% 2% 0.5%;
    background-color: #141533;
    color: #ffffff;
}

/*** --------------------------- E L E C T I O N S ----------------------------- ***/
@media only screen and (min-width:750px){
    .textCountDownAllHome{
        display: flex;
        margin-right: 176px;
        color: #ffffff;
        margin-top: -30px;
    }
    .countdown_timer_Home{
        direction: ltr;
        width: 937px !important;
        /* margin-top: 60px; */
        display: flex;
        /* margin-left: 80px; */
        margin-top: 16px;
        /* margin-left: 61px;*/
    }
    .countdown_timer_all_Home{
        background: url(/wp-content/uploads/2021/03/באנר-עליון-עם-שעון-בלבד.jpg);
        height: 132px;
        border: 1px #163a54 solid;
    }
    p.textCountDownHome {
        margin-left: 52px;
    }
    .countdown_timer_Home_text {
        color: #ffffff;
        margin-right: -11px;
        width: 62px;
        font-size: 30px;
        font-weight: 900;
        text-align: -webkit-center;
        border: none;

    }
}
@media only screen and (max-width:750px){
    .countdown {
        text-align: -webkit-center;
    }   
    .textCountDownAllHome {
        display: flex;
        margin-right: 23px;
        color: #ffffff;
        margin-top: -23px;
    }
    .countdown_timer_Home {
        width: 167px !important;
        margin-top: 54px;
        display: flex;
        margin-right: -12px;
    }
    .countdown_timer_all_Home {
        background-image: url(/wp-content/uploads/2021/03/שעון-למובייל.jpg);
        height: 140px !important;
        border: 1px #163a54 solid;
        width: 360px;
    }
    p.textCountDownHome {
        margin-top: 0px;
        color: #ffffff;
        margin-left: 9px;
        width: 44px;
        font-size: 12px;
    }
    .countdown_timer_Home_text {
        color: #ffffff;
        margin-right: -2px;
        width: 33px;
        height: 35px;
        font-size: 22px;
        font-weight: 900;
        border: none;
    }
}


/* Election Conference */
@media only screen and (min-width:750px){
    .textCountDownAllHome{
        display: flex;
        margin-right: 176px;
        color: white;
        margin-top: -30px;
    }
    .countdown_timer_Home{
        direction: ltr;
        width: 937px !important;
        display: flex;
        margin-top: 16px;
    }
    .countdown_timer_all_Home{
        background: url(/wp-content/uploads/2021/03/באנר-עליון-עם-שעון-בלבד.jpg);
        height: 132px;
        border: 1px #163a54 solid;
    }
    p.textCountDownHome {
        margin-left: 52px;
    }
    .countdown_timer_Home_text {
        color: white;
        margin-right: -11px;
        width: 62px;
        font-size: 30px;
        font-weight: 900;
        text-align: -webkit-center;
        border: none;
    }
}

@media only screen and (max-width:750px){
    .countdown {
        text-align: -webkit-center;
        }
    .textCountDownAllHome {
        display: flex;
        margin-right: 23px;
        color: white;
        margin-top: -23px;
    }
    .countdown_timer_Home {
        width: 167px !important;
        margin-top: 54px;
        display: flex;
        margin-right: -12px;
    }
    .countdown_timer_all_Home {
        background-image: url(/wp-content/uploads/2021/03/שעון-למובייל.jpg);
        height: 140px !important;
        border: 1px #163a54 solid;
        /* margin-top: 12px; */
        width: 360px;
    }
    p.textCountDownHome {
        margin-top: 0px;
        color: white;
        margin-left: 9px;
        width: 44px;
        font-size: 12px;
    }
    .countdown_timer_Home_text {
        color: white;
        margin-right: -2px;
        width: 33px;
        height: 35px;
        font-size: 22px;
        font-weight: 900;
        border: none;
    }
}

/*** ----------- telegram ------------ ***/
@media only screen and (max-width:750px){
    .tgme_widget_message_user {
        display: none;
    }
    .header-telegram {
        height: 49px;
        background: #141533;
        margin-bottom: -49px;
        position: relative;
        border-radius: 10px 0px 0px 0px;
        display: flex;
    }
    .header-telegram img {
        flex-basis: 45%;
        border-radius: 20px 0px 0px 0px;
    }
    .header-telegram p {
        color: white;
        flex-basis: 60%;
        text-align: center;
        align-self: center;
        margin-bottom: unset;
        font-size: 18px !important;
        font-family: 'FbPractica';
    }
    div#telegram iframe {
        border: 0;
        height: auto !important;
        width: 100% !important;
    }
    .telegram-style {
        width: 100%;
        height: 450px !important;
        overflow: auto;
    }
}

@media only screen and (min-width:750px){
    .header-telegram {
        height: 49px;
        background: #141533;
        margin-bottom: -49px;
        position: relative;
        border-radius: 10px 0px 0px 0px;
        display: flex;
    }
    .header-telegram img {
        flex-basis: 45%;
        border-radius: 20px 0px 0px 0px;
    }
    .header-telegram p {
        color: white;
        flex-basis: 60%;
        text-align: center;
        align-self: center;
        margin-bottom: unset;
        font-size: 18px !important;
        font-family: 'FbPractica';
    }
    div#telegram iframe {
        border: 0;
        margin: -10px;
        height: auto !important;
        float: left;
    }
    .telegram-style {
        width: 250px;
        height: 500px !important;
        overflow: hidden;
    }
}




/*** election countdown 2022 ***/
.election_countdown_img {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width:750px){
    .election_countdown_img {
        background-image: url('/wp-content/themes/14-child/assets/banners/election2022d.png');
        background-size: contain;
        background-repeat: no-repeat;
        font-family: 'Linotype';
        color: #141533;;
        font-weight: 900;
        font-size: 48px;
        padding-right: 50%;
    }
    .election_countdown_title {
        padding-top: 15px;
    }
    .election_countdown_flex {
        display: flex;
        padding-right: 20%;
        margin-top: -15px;
        color: #fff;
        font-weight: 900;
    }
    .election_countdown_text {
        font-size: 1.5rem;
        padding-right: 2%;
        padding-top: 7%;
    }
    .election_countdown_flex_2 {
        display: flex;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        column-gap: 2%;
        margin-right: -38px;
        margin-top: -17px;
    }
    .election_countdown_flex_2 > span {
        font-family: 'Linotype' !important;
    }
    .election_countdown_flex_2 > span > b {
        font-weight: 400;
        margin-right: 5px;
    }
}

@media only screen and (max-width:750px){
    .election_countdown_img {
        background-image: url(/wp-content/themes/14-child/assets/banners/election2022m.png);
        aspect-ratio: 3 / 1;
        background-size: cover;
        font-family: 'Linotype';
        color: #141533;
        font-weight: 800;
        padding-right: 32%;
        padding-top: 17%;
    }
    .election_countdown_title {
        display: none;
    }
    .election_countdown_flex {
        display: flex;
        padding-right:11%;
    }
    .election_countdown_days {
        font-size: 36px;
        font-weight: 900;
        font-family: 'FbPractica';
    }
    .election_countdown_text {
        font-size: 1rem;
        padding-right: 2%;
        padding-top: 4%;
    }
}



/*** election polls ***/

@media only screen and (min-width:750px){
    .election-polls {
        width: 100%;
        height: 500px;
        font-family: 'Linotype';
    }
    .election-polls-section {
        display: flex;
    }
    .election-polls-img {
        width: 115px;
        margin-left: 15px;
    }
    .election-polls-title {
        font-weight: 600;
        align-self: end;
        color: #144177;
        font-size: 22px;
    }
    .election-polls-second-title {
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
        background: linear-gradient(180deg, #144177 0%, #00EDE8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-right: 130px;
    }
    .graph-election-section {
        height: 100%;
        /* padding: 5%; */
    }
    .graph-election-view {
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row-reverse; /***/
        align-items: end;
        margin-top: -50px;
    }
    .graph-election-name {
        height: 50px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        margin-bottom: 100px;
    }
    .graph-name {
        /* width: 60px; */
        width: 32px;
        rotate: 270deg;
        display: flex;
        flex-shrink: 0;
        white-space: pre;
        align-items: center;
    }
    .graph {
        width: 33px;
        height: 45%;
        font-weight: 700;
        background: linear-gradient(180deg, #144177 0%, rgba(0, 237, 232, 0.5) 100%);
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }
    .graph-under {
        color: #E30613;
        font-weight: 700;
        margin-top: 10px;
    }
}
@media only screen and (max-width:750px){
    .election-polls {
        width: 100%;
        height: 500px;
        font-family: 'Linotype';

        display: none;
    }
    .election-polls-section {
        display: flex;
    }
    .election-polls-img {
        width: 115px;
        margin-left: 15px;
    }
    .election-polls-title {
        font-weight: 600;
        align-self: end;
        color: #144177;
        font-size: 22px;
    }
    .election-polls-second-title {
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
        background: linear-gradient(180deg, #144177 0%, #00EDE8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-right: 130px;
    }
    .graph-election-section {
        height: 100%;
        /* padding: 5%; */
    }
    .graph-election-view {
        width: 81%;
        height: 90%;
        display: flex;
        /* justify-content: space-evenly; */
        /* flex-direction: row-reverse;  */
        /* align-items: end; */
        margin-top: -50px;
        rotate: 270deg;
        gap: 3%;
    }
    .graph-election-name {
        /* height: 50px; */
        display: flex;
        /* flex-direction: row-reverse; */
        /* justify-content: space-evenly; */
        /* margin-bottom: 100px; */
    }
    .graph-name {
        /* width: 60px; */
        width: 32px;
        rotate: 270deg;
        display: flex;
        flex-shrink: 0;
        white-space: pre;
        align-items: center;
    }
    .graph {
        width: 33px;
        height: 45%;
        font-weight: 700;
        background: linear-gradient(180deg, #144177 0%, rgba(0, 237, 232, 0.5) 100%);
        color: #fff;
        text-align: center;
        padding-top: 5px;
    }
    .graph-under {
        color: #E30613;
        font-weight: 700;
        margin-top: 10px;
    }
}




/* electionParties */

.parties-wraper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.parties-a {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.30);
    transition: 0.5s ease-in-out;
    background-size: cover;
}
@media only screen and (min-width:750px){
    .parties-wraper {
        width: 735px;
        height: 194px;
        gap: 9px;
    }
    .parties-a {
        height: 92.5px;
        width: 115px;
    }
}
@media only screen and (max-width:750px){
    .parties-wraper {
        height: 120px;
        width: 100%;
        column-gap: 9px;
    }
    .parties-a {
        height: 50px;
    }
}
.parties-img-1:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/1.png') !important;
}
.parties-img-2:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/2.png') !important;
}
.parties-img-3:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/3.png') !important;
}
.parties-img-4:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/4.png') !important;
}
.parties-img-5:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/5.png') !important;
}
.parties-img-6:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/6.png') !important;
}
.parties-img-7:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/7_2.png') !important;
}
.parties-img-8:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/8_2.png') !important;
}
.parties-img-9:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/9_2.png') !important;
}
.parties-img-10:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/10.png') !important;
}
.parties-img-11:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/11.png') !important;
}
.parties-img-12:hover {
    background-image: url('/wp-content/themes/14-child/assets/election/parties/2/12.png') !important;
}




/* polls poll */

.polls-polls {
	position: relative;
	width: 99%;
    height: 550px;
	/* background: #1F4A7D; */
    background: linear-gradient(180deg, #141533 0%, #144177 100%);
	/* border: 5px solid #141533; */
	box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
    font-size: 15px;
    font-family: 'Linotype';
    margin-inline: auto;
    padding-top: 10px;
}
.polls-polls a img {
	margin-right: 49px;
    margin-top: 22px;
    width: 250px;
}
.polls-polls-button {
    position: absolute;
    top: 470px;
    left: 400px;;
}
.polls-polls .left-bar {
    height: 445px;
	border-right: 1px solid rgba(0, 237, 232, 0.5);
}
.polls-grid {
	display: grid;
	grid-template-columns: auto 1.5% 10%;
	margin-top: 3%;
	height: 445px;
}	
/* @mixin transition($transition-property, $transition-time, $method) {
    -webkit-transition: $transition-property $transition-time $method;
    -moz-transition: $transition-property $transition-time $method;
    -ms-transition: $transition-property $transition-time $method;
    -o-transition: $transition-property $transition-time $method;
    transition: $transition-property $transition-time $method;
} */
.graph-ch {
	height: 10px;
    background: #00EDE8;
    border: 1px solid #FFFFFF;
    margin-bottom: 3px;
	float: left;
	clear: both;
	text-align: end;
    font-size: 10px;
    line-height: 9.5px;
	font-weight: 300;
    transition: width 2s, background .2s;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.graph-ch .count {
    float: right;
    margin-right: -13px;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 400;
}
/* .graph-ch-number {
	display: flex;
    float: left;
    margin-left: 3px;
    font-size: 12px;
} */
.graph-ch-1 {
	background: rgba(0, 237, 232, 0.75);
}
.graph-ch-2 {
	background: rgba(0, 237, 232, 0.5);
}
.graph-ch-3 {
	background: rgba(0, 237, 232, 0.2);
}
.polls-grid .right-party {
	height: 75px;
    margin-top: 15px;
}
.left-names .graph-name-polls {
	font-size: 13px;
	height: 60px;
	margin-top: 30px;
}
@media screen and (max-width:750px){
    .polls-polls-button {
        left: 215px;
    }
    .polls-grid {
        grid-template-columns: auto 1.5% 15%;
    }
    .polls-polls a img {
        margin: 0;
        width: 200px;
    }
}