/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2025 | 08:46:11 */
/*-------------------------- S C R E E N S ----------------------------*/
@media screen and (min-width:1450px) and (max-width:1550px){body{zoom:0.95 !important;}}
@media screen and (min-width:1350px) and (max-width:1450px){body{zoom:0.9 !important;}}
@media screen and (min-width:1250px) and (max-width:1350px){body{zoom:0.85 !important;}}



/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {

.mobile-menu,
.header-top-left .widget_text.widget.widget_custom_html {display: none;}	
.show-item:hover section.show-box {
    transform: translateY(0px);
    opacity: 1;
	visibility: visible;
}
	
.top-three-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 50px;
}
.top-three-container .left-side .type-post {
    position: relative;
    height: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 12px;
    overflow: hidden;
}
.top-three-container .left-side .type-post img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 7;
}
.top-three-container .left-side .type-post .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #14142ab8, transparent);
    z-index: 9;
}
.top-three-container .type-post .entry-content {
    position: relative;
    padding: 20px;
    z-index: 9;
}
.top-three-container .left-side .type-post .entry-content {
    position: relative;
	width: 100%;
    padding: 20px;
    z-index: 9;
}

.top-three-container .left-side .type-post .entry-content h2.entry-title {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
}
.top-three-container .left-side .type-post .entry-content a.read-more {
    margin: 15px 0 0;
    font-size: 17px;
}	
.top-three-container .right-side .type-post {
    position: relative;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 0 20px;
    border-radius: 12px;
    overflow: hidden;
}
.top-three-container .left-side, .top-three-container .right-side {
    width: 50%;
}
.top-three-container .right-side .type-post:nth-child(1) .entry-content h2.entry-title {
    max-width: 550px;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
.top-three-container .right-side .type-post:nth-child(1) p {
    display: -webkit-box !important;
    max-width: 550px;
    margin: 0 0 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top-three-container .right-side .type-post:nth-child(1) .entry-content {
    position: relative;
	width: 100%;
    padding: 20px;
    z-index: 9;
}
.top-three-container .right-side .type-post:nth-child(1) .entry-content .read-more {
    margin: 10px 0 0;
}
.top-three-container .right-side .type-post:nth-child(1) .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #14142ab8, transparent);
    z-index: 9;
}
.top-three-container .right-side .type-post:nth-child(1) img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 7;
}
.top-three-container .right-side .type-post:nth-child(2) {
    display: flex;
    align-items: flex-start;
}
.top-three-container .right-side .type-post:nth-child(2) img {
    width: 50%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.top-three-container .right-side .type-post:nth-child(2) .overlay {
    display: none;
}
.top-three-container .right-side .type-post:nth-child(2) .entry-content {
    width: 50%;
}
.top-three-container .right-side .type-post:nth-child(2) h2.entry-title {
    margin: 20px 0 10px;
    font-weight: 600;
    line-height: 1.1;
    font-size: 30px;
}
.top-three-container .right-side .type-post:nth-child(2) p {
    display: -webkit-box !important;
    margin: 0 0 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


	
	
	
	
	
	
	
	
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
.header-top-bar {
    position: relative;
    padding: 15px;
	border-radius: 0;
    z-index: 9;
}
.language-he .header-top-bar {
    flex-direction: row-reverse;
}
.language-he .header-top-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.header-top-middle {
    display: none;
}
.header-top-right .site-logo img {
    height: 27px;
}
.header-top-left .widget_polylang {
    visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.page-is-open .header-top-left .widget_polylang {
    visibility: visible;
	opacity: 1;
}	
.mobile-menu {
    position: fixed;
    top: -150%;
    right: 0;
    width: 100%;
    height: auto;
    padding: 100px 20px 30px;
	background: #1b1b1c80;
	backdrop-filter: blur(10px);    border-radius: 0 0 7px 7px;
    transition: all 0.35s ease-in-out;
    z-index: 8;
}
.page-is-open .mobile-menu {
    top: 0;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile-menu ul a {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 5px 30px 5px;
    background: #000;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border-radius: 150px;
    letter-spacing: 1px;
}
.language-he .mobile-menu ul a {font-weight: 100;}
.mobile-menu ul a span[aria-hidden="true"] {
    display: none;
}
footer#colophon {
    padding: 50px 20px;
    border-radius: 10px 10px 0 0;
}
.footer-middle {
    flex-wrap: wrap;
}
.footer-middle-first .widget-title {
    margin: 0 0 10px;
    font-size: 65px;
	text-align: center;
}
.footer-middle-first .contact-form input {
    height: 50px;
    padding: 7px 20px;
    font-size: 15px;
}
.footer-middle-first .contact-form input::placeholder {
    font-size: 13px;
}
.footer-middle-first .contact-form .submit input {
    width: 50px;
    height: 50px;
	font-size: 0;
}
.footer-middle-first .checkbox .wpcf7-list-item label {
    margin: 5px 0 0;
    font-size: 13px;
    letter-spacing: 0;
}
.footer-middle-second {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: solid 1px #00000020;
    width: 100%;
    text-align: center;
}
.footer-middle-second .contact-box {
    justify-content: center;
}
.footer-middle-second .contact-box a {
    font-size: 13px;
}
.footer-middle-second .widget_nav_menu ul {
    justify-content: center;
	margin: 15px auto 30px;
}

/*---B L O G ---*/
.top-three-container {
    flex-wrap: wrap;
	gap: 20px;
	margin: 0;
}
.top-three-container .left-side, .top-three-container .right-side {
    width: 100%;
}
.blog main#main {
    padding: 20px;
}
.posts-container {
    margin: 30px 0 0;
}
.blog h1.page-title {
    padding: 0;
    font-size: 45px;
}

.remaining-posts-container .type-post {
    width: 100%;
}
.top-three-container .type-post {
	margin: 0 0 20px;
	}
.remaining-posts-container .type-post img,
.top-three-container .type-post img{
	width: 100%;
	object-fit: cover;
	object-position: center;
    height: 225px;
    border-radius: 5px;
}
.remaining-posts-container .entry-content,
.top-three-container .entry-content{
    padding: 10px 0 !important;
}
.remaining-posts-container .entry-content h2.entry-title,
.top-three-container h2.entry-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.1;
}
.remaining-posts-container .entry-content p,
.top-three-container p{
    margin: 0 0 10px;
    font-size: 15px;
    opacity: 0.85;
}
.show-item.show section.show-box {
    transform: translateY(0px);
    opacity: 1;
	visibility: visible;
}
.single-post .post-container .item-post-container img {
    height: 250px;
}
.single-post .post-container .item-post-container .overlay {
    background-image: linear-gradient(0deg, #1b1b1c, #12122c00);
}
.single-post .post-container .entry-content {
    padding: 20px;
    font-size: 16px;
}
.single-post .post-container .entry-content h1.entry-title {
    margin: 0 0 20px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
}
.more-posts-container.posts-container {
    padding: 50px 20px;
}
.more-posts-container.posts-container h2.more-posts-title {
    margin: 0 0 30px;
    padding: 0 30px;
    font-size: 30px;
    line-height: 1;
}

	
.quotes-gallery .elementor-testimonial__content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    min-width: 100%;
    width: 100%;
	padding: 0 30px;
}
.quotes-gallery .elementor-testimonial__content {
	padding: 10px 30px 0;
    transform: translateY(50px);
}
.quotes-gallery .elementor-testimonial__footer {
    position: relative;
    width: 100%;
    min-height: 250px;
    height: 250px;
}
.quotes-gallery .elementor-testimonial__image {
	min-height: 250px;
    height: 250px;
}
.quotes-gallery div.elementor-testimonial {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.elementor-testimonial__footer:after {
    right: 0;
    background-image: linear-gradient(0deg, #02050c, transparent);
}	
.top-grediarnt:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(180deg, #02050c, transparent);
    z-index: 9;
}	
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

	
	
	
.vgw-card {
    height: 550px;
    padding: 0 10px;
}	
.reviews-slider .swiper-slide,
.language-he .reviews-slider .swiper-slide {
    padding: 20px 20px 20px 20px;
}
.reviews-slider .swiper-slide .elementor-testimonial__image img {
	top: unset;
	bottom: 20px;
	right: 20px;
    width: 65px !important;
    height: 30px !important;
}
.reviews-slider .swiper-slide .elementor-testimonial__text {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    line-height: 1.2 !important;
    overflow: hidden;
	height: 90px;
	padding: 0 20px;
}
.language-he .reviews-slider .swiper-slide .elementor-testimonial__text {
	height: auto;
	padding: 10px 0 40px;
}
.language-he .reviews-slider .swiper-slide .elementor-testimonial__image img {
    right: auto;
    left: 10px;
}
.reviews-slider .elementor-swiper-button.elementor-swiper-button-next, .reviews-slider .elementor-swiper-button.elementor-swiper-button-prev {
    display: none;
}
.top-grediarnt:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(0deg, #02050c, transparent);
    z-index: 7;
}
.show-item {
    box-shadow: 0 0 10px 0 #ffffff00;
    transition: all 0.35s ease-in-out;
}
.show-item.show {
    border-radius: 7px;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.35);
}
.show-item h3.elementor-heading-title {
    font-weight: 500 !important;
}	
.show-item section.show-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.show-box:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/uploads/2025/08/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.language-he .show-box:after {
		right: auto;
		left: 15px;
}
/* .vgw-card {
    width: 300px;
    height: 500px;
    margin: auto;
} */
.vgw-card .vgw-title {
        min-height: unset;
        padding: 30px 30px 30px;
        font-size: 17px;
	bottom: 0;
}
.vgw-card .vgw-play svg {
    width: 50px;
}	
.show-contact-popup .popup-wrap .footer-middle {
    opacity: 1;
    transform: translateY(0px);
}
.popup-wrap .footer-middle {
    padding: 40px 20px;
    gap: 0;
}
.popup-wrap .footer-middle-first .widget-title {
    margin: 0 0 20px;
    font-size: 55px;
}
.popup-wrap .footer-middle-second .widget_nav_menu:nth-child(2) ul {
    display: none;
}
.popup-wrap .footer-middle-second {
    width: 100%;
}	
.popup-wrap button.close-popup {
    width: 35px;
    height: 35px;	
}	
.vgw-nav button {
    font-size: 14px;
}
.language-he .vgw-nav button svg {
    transform: rotate(180deg);
}	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}