/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 14:47:59 */
/*-------------------------- S C R E E N S ----------------------------*/
@media screen and (min-width:1750px) and (max-width:1850px){body{zoom:0.98 !important;}}
@media screen and (min-width:1650px) and (max-width:1750px){body{zoom:0.95 !important;}}
@media screen and (min-width:1450px) and (max-width:1650px){body{zoom:0.9 !important;}}
@media screen and (min-width:1350px) and (max-width:1450px){body{zoom:0.85 !important;}}
@media screen and (min-width:767px) and (max-width:1350px){body{zoom:0.8 !important;}}


/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {

.header-mobile {
    display: none;
}
	
	
	
	
	
	
	
	
	
}/*------ 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) {
 
/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:25px;margin-bottom:5px;cursor: pointer;}
.mobile-menu-btn .line{display:inline-block;position:relative;width:25px;height:2px;background-color:#001D21;transition-property:background-color, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:25px;height:2px;position:absolute;background:#001D21;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-7px;}
.mobile-menu-btn .line:after{margin-top:7px;}
.mobile-menu-btn.open .line{background:rgba(0, 0, 0, 0);}
.mobile-menu-btn.open .line:before{margin-top:0;transform:rotate(45deg);}
.mobile-menu-btn.open .line:after{margin-top:0;transform:rotate(-45deg);}	

/*-----Header-----*/
.header-mobile .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    line-height: 1;
}
.header-mobile .flex-box img {
    height: 50px;
}
.header-top-bar {
    position: fixed;
    top: 70px;
    left: -150%;
    width: 100%;
    height: calc(100% - 70px);
    display: block;
    padding: 20px;
    background: #F9FCFB;
    transition: all 0.35s ease-in-out;
    z-index: 999;
}
.page-is-open .header-top-bar {
    left: 0;
}
.header-top-left {
    display: block;
}
.header-top-left .widget_text.widget.widget_custom_html {
    display: none;
}
.header-top-bar ul {
    flex-wrap: wrap;
    gap: 0;
}
.header-top-left ul li {
    width: 100%;
    border-bottom: solid 1px #192D4230;
}
.header-top-left ul a {
    padding: 15px 0;
}
.header-top-right ul a {
    margin: 10px 0;
    padding: 10px !important;
    font-size: 15px !important;
}
.header-top-right li.action-cta a {
    padding: 17px 30px !important;
}
	
	
	
	
/*-----Footer-----*/
footer#colophon {
    padding: 30px 20px;
}
.footer-middle {
    flex-wrap: wrap;
}
.footer-middle .footer-quarter.footer-middle-first {
    width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 1.25;
}
.footer-middle .footer-quarter .footer-description a {
    font-size: 16px;
}
.footer-middle .footer-quarter {
    width: calc(50% - 20px);
    padding-right: 0;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.footer-middle .footer-quarter .widget-title {
    margin: 15px 0 5px;
    font-size: 19px;
}
.footer-bottom {
    display: block;
}
.footer-left-third .text-logo {
    margin: 0 0 10px;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1;
}
.footer-left-third .copyrights {
    flex-wrap: wrap;
    margin: 0 0 30px;
    gap: 5px;
}
.footer-left-third .copyrights span {
    display: none;
}
.footer-right-third .bbb {
    margin: 0 0 30px;
}
.footer-right-third .bbb .bbb-link {
    justify-content: flex-start;
    font-size: 14px;
}
.footer-right-third ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.footer-right-third ul a {
    font-size: 13px;
}

	
	
	
	
	
	
	
.posts-container {
	margin: 30px 0 0;
    padding: 0 15px;
}
.home .posts-container {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: auto;
}
.home .posts-container .type-post {
    display: inline-block;
    vertical-align: top;
	width: 90%;
	margin: 0 0 0 10px;
	padding: 20px;
    white-space: normal;
}
.home .posts-container::-webkit-scrollbar {
    display: none;
}
.posts-container .type-post {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
}
.posts-container .type-post .entry-header .entry-title {
    max-width: unset;
    font-size: 25px;
    height: unset;
}
.posts-container .type-post .entry-header excerpt.entry-excerpt {
    margin: 10px 0 10px 0;
    font-size: 15px;
    line-height: 1.2;
    height: 75px;
}
.posts-container .type-post .date {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.posts-container .type-post img {
    height: 200px;
}
.blog header.page-header {
    flex-flow: column-reverse;
}
.blog header.page-header .page-image {
    width: 100%;
}
.blog main#main {
    margin: 0;
}
.blog header.page-header .page-image img {
    height: 200px;
}
.blog header.page-header .page-info {
    width: 100%;
    padding: 20px;
    text-align: center;
}
.blog header.page-header .page-info .page-description {
        margin: 20px 0 0;
        font-size: 15px;
    }
.blog header.page-header .page-info .page-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.5px;
}	
	
.archive-header {
    padding: 30px 20px;
}
.archive-header .page-info h1 {
    margin: 20px 0 10px;
    font-size: 35px;
    line-height: 1;
}
.archive-header .page-info {
    font-size: 14px;
    line-height: 1.35;
}
.archive .archive-container {
	justify-content: center;
	margin: 0;
    padding: 0 15px 30px;
}
.archive-production-container .type-production, .archive-production-container .type-production:nth-child(1) {
    width: 50%;
}
.archive-production-container .production-content {
    padding: 20px 20px 40px;
    width: 100%;
    justify-content: center;
}
.archive-production-container .production-content .production-title {
    width: 100%;
    font-size: 40px;
    text-align: center;
}
.archive-production-container .type-production img {
    height: 80vw;
}
.archive-service-container {
    gap: 10px;
}
.archive-service-container .type-service a {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 150px;
    padding: 25px;
    line-height: 1;
}
.archive-service-container .type-service img {
    width: 25px;
}
.archive-service-container .type-service h2.service-title {
    width: 100%;
    margin: 15px 0 0;
    font-size: 23px;
}
	
body:not(.archive) .archive-container:not(.list, .location-widget) {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
}
body:not(.archive) .archive-container::-webkit-scrollbar {
    display: none;
}
body:not(.archive) .archive-container:not(.list, .location-widget) .type-services,body:not(.archive) .archive-container:not(.list, .location-widget) .type-projects {
    display: inline-block;
    vertical-align: top;
    min-width: 85%;
    width: 85%;
    margin: 0 0 20px 0;
    padding: 7px;
    white-space: normal;
}
body:not(.archive) .archive-container:not(.list) .flex-box .post-featured-image {
    height: 200px;
}
body:not(.archive) .archive-container:not(.list) .flex-box .entry-data {
    padding: 25px;
}
.archive-container.list {
    padding: 0 20px;
}
.archive-container .type-services, .archive-container .type-projects {
    padding: 7px;
}
.archive-container.list .flex-box {
    flex-wrap: wrap;
}
.archive-container.list .flex-box .post-featured-image {
    width: 100%;
}
.archive-container.list .flex-box .cta-button {
    display: none;
}
.archive-container.list .flex-box .entry-data {
    width: 100%;
    padding: 15px 10px;
}
.archive-container .flex-box .entry-title {
    margin: 0 0 7px;
    font-size: 19px;
}
.archive header.page-header {
    padding: 20px;
}
.archive header.page-header .page-title {
    margin: 20px 0 7px;
    font-size: 35px;
}
.archive-container .type-services, .archive-container .type-projects {
    width: 100%;
}
	
	
	
.single-post .post-grid {
    flex-wrap: wrap;
    padding: 20px 15px;
}
.single-post .post-grid .entry-info, .single-post .post-grid .entry-text {
    width: 100%;
}
.single-post .post-grid .entry-info .entry-title {
    margin: 20px 0 15px;
    font-size: 30px;
}
.single-post .post-grid .entry-info excerpt.entry-excerpt {
    display: block;
    margin: 0 0 20px;
    font-size: 15px;
}
.single-post .post-grid .entry-meta, .single-post .post-grid .more-articles {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border: 0;
    font-family: 'noto sans hebrew';
}
.single-post .post-grid .entry-meta {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.single-post .entry-image img {
    height: auto;
}
.single-post .post-grid .more-articles .more-articles-label {
    font-size: 19px;
    margin: 0 0 20px;
}
.single-post .post-grid .entry-meta .date {
    margin: 0;
}
.single-post .more-articles .more-article-item a {
    display: flex;
    align-items: flex-start;
}
.single-post .more-articles .more-article-item a img {
    margin: 0 0 0 10px;
    width: 80px;
    height: 60px;
}
.single-post .more-articles .more-article-item p.entry-title {
    width: calc(100% - 100px);
}
	
	
	
	
	
	
	
	
	
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

	
	
	
	
	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}
	