/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2024 | 13:54:38 */
/*-------------- G E N E R A L ---------------*/
*{outline:0!important;list-style:none;text-decoration:none}
.page,.post{margin:0;overflow-x:hidden}
p{margin:0}
.widget,.elementor-widget:not(:last-child){margin:0}
::selection{background:#232323;color:#fff}
::-webkit-scrollbar {background:#d6d6d6}
::-webkit-scrollbar-thumb{background:#ddd}
::-webkit-scrollbar-thumb:hover{background:#c1c1c1}
div#content{min-height:667px}
.full-width-btn,.full-width-btn a{width:100%}
.rtl .wpcf7 input[type="url"],.rtl .wpcf7 input[type="email"],.rtl .wpcf7 input[type="tel"] {text-align: right;}
.elementor-text-editor p {margin: 0 0 15px 0;}
form[data-status="submitting"] input.wpcf7-submit {background: #c9c9c9;pointer-events: none;}
h1, h2, h3, h4, h5, h6, p, span, a, input, select, textarea, button {font-family: 'birzia';}
body {background: #F1F5F9;}

/*-------------- E X T R A S ---------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.elementor-widget-animated-headline h1 {
    margin: 0 !important;
    height: 105px;
}
.elementor-toggle-item {
    margin: 0 0 10px;
    border: solid 1px #BDCCDA;
    border-radius: 5px;
}
.home .company-name .elementor-heading-title:after {
    content: "המשק הישראלי";
    display: block;
    font-size: 19px;
    line-height: 1.2;
}

.home .company-name .elementor-heading-title {
    font-size: 0 !important;
}
.home .comany-double {display: none;}

/*------ H E A D E R -----*/
header#masthead {
    position: sticky;
    top: 0;
    z-index: 999999;
}
.header-top-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0 0 15px;
	z-index: 9999;
}
.header-top-right {
    display: flex;
    align-items: center;
}

.header-top-right .widget_nav_menu:nth-child(2) {display: none !important;}
.home .header-top-right .widget_nav_menu:nth-child(2),
.single-company .header-top-right .widget_nav_menu:nth-child(2) {display: block !important;}
.home .header-top-right .widget_nav_menu:nth-child(3),
.single-company .header-top-right .widget_nav_menu:nth-child(3) {display: none !important;}



.header-top-right .corner-logo {
    width: 145px;
    margin: 0px -1px -70px;
}
.header-top-right ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-top-right ul a {
    position: relative;
    margin: 0 10px;
    padding: 5px 0;
    font-size: 16px;
    color: #041F3E;
}
.header-top-right ul a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #6CC8DA;
    transition: all 0.2s ease-in-out;
}
.header-top-right ul a:hover:after {
    width: 100%;
}
.header-top-left {
    padding: 0 20px;
}
.company-header {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.company-header .company-logo {
    height: 50px;
    width: auto;
    margin: 0 10px 0 0;
}
.goal-posts-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 40px auto;
}
.goal-posts-list .goal-item {
    width: calc(33.3% - 20px);
    margin: 0 10px 20px;
    padding: 20px;
    border: solid 1px #BDCCDA;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #041F3E;
}
.goal-posts-list .goal-item .goal-image {
    width: 80px;
    margin: 0 auto 0;
}
.goal-posts-list .goal-item .goal-data {
    min-height: 150px;
}
.goal-posts-list .goal-item .goal-title {
    margin: 10px 0;
    font-size: 21px;
	font-weight: 600;
    line-height: 1.2;
}
.goal-posts-list .goal-item a {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    padding: 10px 30px;
    font-size: 17px;
    color: #041F3E;
    border: solid 1px #041F3E;
    border-radius: 50px;
}
.goal-posts-list .goal-item a {background: #041F3E; color: #fff; }
.goal-posts-list .goal-item .goal-short {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
button#load-more-goals {
    display: block;
    margin: 20px auto;
    padding: 17px 35px;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    border: solid 1px #BDCCDA;
    border-radius: 50px;
    cursor: pointer;
}
button#load-more-goals:hover {
    background: #041F3E;
    color: #fff;
}


/*-------------- F O R M ---------------*/
.df-form{
    max-width: 1550px;
    margin: auto;
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 7px;
    color: #041F3E;
}
.df-container {color: #041F3E;}
.df-header {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: #F1F5F9;
    border-radius: 5px;
}
.df-header .col-1 {
    padding: 0 0 0 30px;
    font-size: 15px;
}
.df-header .col-1 .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.df-form .progress-bar {
    display: flex;
    align-items: center;
	justify-content: center;
    font-size: 14px;
}
.df-form .progress-bar .step {
    padding: 0 0 0 15px;
}
.df-form .progress-bar .step .text {
    display: flex;
    align-items: center;
}
.df-form .progress-bar .step .num {
    margin: 0 0 0 7px;
    font-size: 19px;
    font-weight: 600;
}
.df-form .progress-bar .bar {
    display: flex;
    align-items: center;
    opacity: 0.5;
}
.df-form .progress-bar .step.active .bar, .df-form .progress-bar .step.done .bar {
    opacity: 1;
}
.df-form .progress-bar .bar .circle {
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #41CCD4;
    border-radius: 150px;
}
.df-form .progress-bar .bar .circle {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    border: solid 1px #41CCD4;
    border-radius: 150px;
}
.df-form .progress-bar .step.done .circle {
    background-color: #41CCD4;
    background-image: url(/wp-content/uploads/2024/09/check.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.df-form .progress-bar .bar .line {
    width: 150px;
    height: 2px;
    border-bottom: solid 1px #41CCD4;
}
.df-form .progress-bar .step.active .circle {
    border-width: 2px;
}
.df-form .progress-bar .step.active .line {
    border-bottom: dashed 2px #41CCD4;
}
.df-form .progress-bar .step-4 .line {
    display: none;
}
.df-container-header {
    margin: 35px 0;
    text-align: center;
    font-size: 15px;
}
.df-container-header .title {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}
.df-container .content {
    max-width: 650px;
    margin: auto;
    min-height: 335px;
}
.df-container .content input, .df-container .content select {
    display: block;
    width: 100%;
    padding: 12px;
    border: solid 1px #BDCCDA;
    border-radius: 2px;
}
.df-container .notes {
    position: relative;
    margin: 20px 0;
    padding: 5px 15px 25px;
    background: #F1F5F9;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
}
.note-title {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    margin: 0 0 10px;
}
.df-container .notes .bold {
    margin: 5px 0 0;
    font-weight: 600;
    font-size: 17px;
}
.df-container .notes img {
    height: 15px;
    margin: 0 0 2px 5px;
}
.df-container .step-1 .notes .image {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 350px;
    overflow: hidden;
}
.df-container .step-1 .notes .image img {
    height: auto;
    margin: 0;
    max-width: 85%;
    max-height: 85%;
}
.df-container .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 650px;
    margin: 30px auto;
}
.df-container .navigation button.next,
.df-container .navigation .wpcf7-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 225px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    background: #41CCD4;
    color: #041F3E;
    border: 0;
    border-radius: 150px;
    cursor: pointer;
}
.df-container .navigation button.next:disabled,
.df-container .navigation .wpcf7-submit:disabled{
    opacity: 0.3;
    cursor: default;
}
.df-container .navigation button.next:hover,
.df-container .navigation .wpcf7-submit:hover {
    background: #3EC3CC;
}
.df-container .navigation button.back img {
    margin: 0 0 3px 7px;
}
.df-container .navigation button.back:hover {
    text-decoration: underline;
}
.df-container .step-2 .radio .wpcf7-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    padding: 5px;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    font-size: 27px;
    background: #fff;
    color: #041F3E;
    border: solid 1px #BDCCDA;
    border-radius: 5px;
	cursor: pointer;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
    background: #041F3E;
    color: #fff;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item input {
    display: none;
}
.df-container .step-2 .radio .wpcf7-radio .wpcf7-list-item:nth-child(n+7) {
    display: none !important;
}
.df-container .step-2 .radio.show-all .wpcf7-radio .wpcf7-list-item:nth-child(n+7) {
    display: block !important;
}
.df-container .navigation button.back {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 18px;
    background: none;
    border: 0;
	cursor: pointer;
}
.more-days-toggle {
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.more-days-toggle.active{display: none;}
.df-container .step-3 .inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.df-container .step-3 .inputs .input {
    margin: 0 0 10px;
    width: 100%;
    font-size: 14px;
}
.df-container .step-3 .inputs .input.half {
    width: 49%;
}
.df-container .step-3 .inputs .input .label {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 5px;
}
.df-container .step-3 .inputs .input .label .email {
    font-weight: 300;
    font-size: 13px;
}
.df-container .step-3 .inputs .input .label .email .conpany-domain {
    padding: 2px 5px;
    background: #ECF1F6;
    font-size: 12px;
    border-radius: 30px;
    letter-spacing: 0.75px;
}
.df-container .notes button {
    margin: 0 5px;
    padding: 0;
    background: none;
    border: 0;
    text-decoration: underline;
    font-size: 14px;
}
.df-container .send-email a {
    color: #041F3E;
}
.df-container .send-email {
    text-align: center;
    font-size: 13px;
}
.df-container .input.full.otp input {
    margin-top: 10px;
    font-size: 29px;
    text-align: center;
    color: #041F3E;
    letter-spacing: 25px;
}
.df-container .content .input.full.terms .wpcf7-list-item {
    margin: 25px 0 0;
    padding: 20px 0 0;
    width: 100%;
    border-top: solid 1px #BDCCDA;
    font-size: 15px;
}
.df-container .content .input.full.terms .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.df-container .content .input.full.terms .wpcf7-list-item label input[type="checkbox"] {
    margin: 0 0 0 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    appearance: none;
}
.df-container .content .input.full.terms .wpcf7-list-item label input[type="checkbox"]:checked {
    background-color: #041F3E;
    background-image: url(/wp-content/uploads/2024/09/check.svg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-color: #041F3E;
}
.df-container .step-5 .subtitle {
    margin: 30px auto;
    max-width: 510px;
    text-align: center;
}
.df-container .step-5 .whatsapp-share {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: fit-content;
    margin: auto;
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: #041F3E;
    border-radius: 150px;
}
.df-container .step-5 .whatsapp-share img {
    margin: 0 0 0 10px;
}
.df-container .step-5 .donation-illustration {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 10px;
    background: #F1F5F9;
    border-radius: 3px;
}
.df-container .step-5 .donation-illustration .user, .df-container .step-5 .donation-illustration .goal {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.df-container .step-5 .donation-illustration .goal {
	width: fit-content;
    min-width: 225px;	
}
.df-container .step-5 .donation-illustration .user {
	width: fit-content;
    min-width: fit-content;	
}

.df-container .step-5 .donation-illustration .line {
    position: relative;
    margin: 0 10px 0 20px;
    width: 100%;
    height: 1px;
    border-top: dashed 2px #041F3E;
}
.df-container .step-5 .donation-illustration .line:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -10px;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2024/09/left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.df-container .step-5 .donation-illustration .company-image, .df-container .step-5 .donation-illustration .goal-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 7px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 150px;
}
.df-container .step-5 .donation-illustration .company-image img, .df-container .step-5 .donation-illustration .goal-image img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}
.df-container .step-5 .donation-illustration .user .user-email {
    display: block;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.df-container .step-5 .donation-illustration .goal .goal-name {
    line-height: 1.2;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}








/*------ Custom Select -----*/
.custom-select-wrapper {
    position: relative;
	font-family: 'birzia';
}
.select-search {
    width: 100%;
    padding: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.select-selected {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 55px;
    padding: 10px;
    border: 1px solid #BDCCDA;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
}
input#search-goal {
    display: none;
}
.select-selected:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 15px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2024/09/down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.select-items {
    position: absolute;
    padding: 10px;
    background: #fff;
    border: 1px solid #BDCCDA;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
	z-index: 9;
}
.select-items::-webkit-scrollbar {
    width: 7px;
    background: #ECF1F6;
}
.select-items::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #041F3E;
}
.select-items br {
    display: none;
}
.df-container .content input.select-search {
	margin: 0 0 10px;
    padding: 12px 45px 12px 12px;
    background: #F1F5F9;
    font-size: 15px;
    color: #041F3E;
    border: 0;
    border-radius: 150px;
    background-image: url(/wp-content/uploads/2024/09/search.svg);
    background-size: 15px;
    background-repeat: no-repeat !important;
    background-position: 97% 15px;
}
.select-item {
    padding: 7px;
    font-size: 14px;
	border-radius: 50px;
    cursor: pointer;
}
.select-item:hover {
    background-color: #41CCD4;
	color: #fff;
}
.select-hide {
    display: none;
}







/*----------------- F O O T E R ------------------*/
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #041F3E;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.footer-bottom a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 0.5px;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.footer-bottom .footer-third {
    width: 33.3%;
}
.footer-middle-third {
    text-align: center;
}
.footer-left-third {
    display: flex;
    align-items: center;
    justify-content: end;
    opacity: 0.5;
    font-size: 12px;
}







/*------ F O R M -------*/
.wpcf7-not-valid:not(.wpcf7-checkbox) {border:solid 1px #cd3232 !important;}
span.wpcf7-not-valid-tip{color:#cd3232;font-size:13px;}
.wpcf7-validation-errors, div.wpcf7-acceptance-missing{display:none !important;}
div.wpcf7-mail-sent-ok{border:none;font-family:heebo;font-size:30px;margin:0;padding:0;}
div.wpcf7-mail-sent-ok::after{display:block;margin:-7px 0 0 0;content:"תודה שפנית אלינו, נחזור בהקדם האפשרי";font-family:heebo;font-size:14px;}


/*-------- Mobile Menu BTN --------*/
.mobile-menu-btn{display:inline-block;height:30px;margin-bottom:0;}
.mobile-menu-btn .line{display:inline-block;position:relative;width:30px;height:3px;background-color:#132242;transition-property:background-color, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before,.mobile-menu-btn .line:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#132242;transition-property:margin, transform;transition-duration:300ms;}
.mobile-menu-btn .line:before{margin-top:-10px;}
.mobile-menu-btn .line:after{margin-top:10px;}
.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);}