/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body {
    font-family: "almoni_dl",sans-serif;
}

.single-noflim {
	background-color: #ededed;
}
.nofel_inner{
	line-height: 1;
}
.pos_arab{
	margin-top: 10px 0 20px;
}
.nofel_inner span {
    color: #ffffff;
    font-size: 26px;
	display: block;
}

.nofel_inner .name_heb_span {
    color: #ffffff;
    font-size: 40px;
	font-weight: 700;
}
.left_heb{
	padding-top: 60px;
}
.left_heb_span{
	color: #ffffff;
    font-size: 22px;
	display: block;
}

.nofel_inner span.life_heb_span {
    color: #000000;
    font-size: 17px;
    display: block;
    text-align: justify;
    line-height: 1.2;
}
.nofel_inner span.life_arab_span {
    color: #000000;
    font-size: 20px;
    display: block;
    text-align: justify;
    line-height: 1.2;
}

.nofel_search .nofel_inner span {
    color: #ffffff;
    font-size: 18px;
    display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nofel_search .nofel_inner .name_heb_span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nofel_search .left_heb_span{
	color: #ffffff;
    font-size: 16px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nofel_search .left_heb {
    padding-top: 0;
}

.mySwiper.swiper {
    width: 100%;
    height: 600px;
}

.mySwiper .swiper-slide {
    max-height: 200px;
    /* display: flex !important; */
    padding: 15px;
    background: #ebebeb !important;
    border: 1px solid #ffffff;
    flex-direction: column;
    text-align: right !important;
    align-items: flex-start !important;
}
.mySwiper .swiper_title{
    display: block;
    text-align: right;
    font-weight: 900;
    color: #000000;
    font-size: 22px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mySwiper .swiper_date{
    font-size: 14px;
    text-align: right;
    color: #000000;
}
.mySwiper .swiper_life{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: right;
    line-height: 1.2;
    color: #000000;
}
.mySwiper .swiper_link{
    
}
.mySwiper .swiper_link a{
    color: #fa6d6d;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.noflim_wrapper_inner{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.nofel_main{
	display: flex;
    margin: 0 25px;
    background-image: url(https://izkor.gogeek.co.il/wp-content/uploads/2021/12/Shape-21.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
.nofel_main .swiper-slide{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    height: auto;
    width: auto;
}
.nofel_main .swiper-slide .swiper_title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
}
.nofel_main .swiper-slide .swiper_position {
    color: #ffffff;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: 1;
}
.left_heb.nofel_inner2{
	padding: 10px 0;
}
.left_heb.nofel_inner2 span{
    color: #ffffff;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
    margin: 10px 0;
}
.noflim_wrapper_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nofel_main {
    display: flex;
    margin: 10px;
    background-image: url(https://izkor.gogeek.co.il/wp-content/uploads/2021/12/Shape-21.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    width: 32%;
    /* flex-wrap: wrap; */
    flex-direction: row;
}
.nofel_main .swiper-slide {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    height: auto;
    width: 46%;
}
.swiper_link {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
    color: #000000;
    font-weight: 800;
    padding: 5px 10px;
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
	.nofel_search .left_heb_span:nth-child(2){
		display: none;
	}
	.nofel_search .left_heb_span:nth-child(3){
		display: none;
	}
	.nofel_main {
		display: flex;
		margin: 5px;
		background-image: url(https://izkor.gogeek.co.il/wp-content/uploads/2021/12/Shape-21.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 10px;
		width: 46%;
		/* flex-wrap: wrap; */
		flex-direction: column;
	}
	.nofel_main .swiper-slide {
		display: flex;
		flex-direction: column;
		margin: 0 0;
		align-items: flex-start;
		justify-content: flex-start;
		align-content: center;
		height: auto;
		width: 100%;
	}
	.nofel_main .swiper-slide .swiper_position {
		color: #ffffff;
		font-size: 15px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 1;
	}
	.nofel_main .swiper-slide .swiper_title {
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 1;
	}
	.left_heb.nofel_inner2 span {
		color: #ffffff;
		font-size: 12px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		line-height: 1;
		margin: 10px 0;
	}
}