@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&display=swap');
:root {
	--shmita-orange: #ffbb00;
	--shmita-green: #6ebe24;
}
html {
    overflow-x: hidden !important;
}
body {
    font-family: 'Rubik', "Segoe UI",Roboto,"Helvetica Neue",Arial;
}
iframe { scrolling:yes; }
/* Layout */
.container.container-1600 {
    position: relative;
}
h2 {
    color: var(--shmita-green);
    text-align: right;
    font-weight: bold;
    padding-bottom: 20px; 
    margin-top: 50px;
    padding-right: 80px;
    z-index: 1;
}
h2 i {
    color: var(--shmita-orange);
}
h3 {
    font-size: 1.75rem;
    color: var(--shmita-green);
    font-weight: bold;
}
h5 {
    font-size: 1.4rem;
}
p {
    color: #6D6D6D;
}
a { color: inherit;}
a:hover { 
    color: var(--shmita-orange);
    text-decoration: none;
}
img { max-width: 100%;}
.haashara .container-fluid, .maamarim .container-fluid{
    padding: 0 15px;
}
.fullWidth:not(.row) {
    max-width: 100% !important;
    padding: 0;
}
.fullWidth .grid-section>div:not(.fullWidth)>.row {
    max-width: 1600px;
    margin: 0 auto;
}
.copyToClipboard{
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    transition: all .1s ease-in-out;
    position: relative;
    vertical-align: -3px;
}
.copyToClipboard:active{
    transform: scale(1.1);
    transition: all .1s ease-in-out;
}
.copyToClipboard .fa-copy{
    position: absolute;
    font-size: 24px;
    margin-top: 0;
    color: #ddd;
}
.copyToClipboard .fa-link{
    color: var(--shmita-green);
    position: relative;
    padding-right: 2px;
}
.bg-shmita-green {
    background-color: var(--shmita-green);
}
.shmita5782header {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.shmita5782header .navbar {
    padding: 10px;
}
.leftLogo {
    z-index: 9;
    display: flex;
    align-items: center;
}
/*.leftLogo input {
    border-radius: 20px;
    border: 0;
    box-shadow: 1px 1px 15px rgb(187 187 187 / 30%);
}
.leftLogo input::placeholder { 
    color:  var(--shmita-green);
  }
.leftLogo button {
    position: absolute;
    left: 8px;
    border: 0;
    color: var(--shmita-green);
    top: 2px;
}
.leftLogo .formSerch {
    position: relative;
}
.leftLogo .formSerch{
    display: inline-block;
}*/
.leftLogo .logo {
    display: inline-block;
    width: 100px;
}
    /*google search */
    .gsc-control-cse.gsc-control-cse-iw {
        padding: 0;
        position: relative;
        border-radius: 20px;
        margin-left: 15px;
    }
    table.gsc-search-box,
    form.gsc-search-box { margin-bottom: 0 !important;}
    .gsc-control-cse .gsc-input-box {
        border: none;
        background: transparent;
    }
    input.gsc-input {
        min-width: 130px;
    }
    button.gsc-search-button-v2 {
        position: absolute;
        left: 0;
        border: 0;
        top: 0;
        bottom: 0;
        background: transparent;
        padding: 0;
        width: 40px;
    }
    button.gsc-search-button-v2:hover {
        background: transparent;
    }
    button.gsc-search-button-v2:focus {
        outline: none;
    }
    .gsc-search-button-v2 svg {
        fill: var(--shmita-green) !important;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    button.gsc-search-button-v2:hover  svg {
        fill: var(--shmita-orange) !important;
    }        
    .gsc-results-wrapper-overlay {
        right: 50% !important;
        transform: translateX(50%);
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        padding: 30px 15px !important;
    }
    .gsc-control-cse .gsc-table-result {
        width: auto;
        font-family: 'Rubik', sans-serif !important; 
        font-size: 16px !important;
    }
    .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
        font-size: 19px !important;
        color: var(--shmita-green) !important;
    }
    .gs-webResult .gs-visibleUrl {
        color: #999 !important;
    }
    .gsc-webResult.gsc-result {
        border-bottom: 2px solid var(--shmita-orange) !important;
        background-color: #f9f9f9;
        margin-bottom: 10px !important;
        padding: 10px 15px !important;
    }
    .gsc-results .gsc-cursor-box {
        font-size: 19px;
    }
    .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
        color: var(--shmita-orange) !important;
    }
    .gsc-result-info {
        color: #000 !important;
        font-size: 16px !important;
    }
    .gsc-result-info::after {
        content: ':';
    }
button.navbar-toggler {
    height: 65px;
    width: 65px;
    background:  var(--shmita-green);
    border: 0;
    border-radius: 50%;
    direction: ltr;
}
button.navbar-toggler:focus {
    outline: none;
}
button.navbar-toggler .burger {
    display: block;
    height: 3px;
    background-color: #fff;
    left: 20px;
    transition: all .1s ease-in-out;
}
button.navbar-toggler  .burger2 {
    background-color: var(--shmita-orange);
    margin: 10px 0;
}
button.navbar-toggler:hover  .burger2 {
    margin: 13px 0;
}
button.navbar-toggler .burger3 {
    width: 50%;
}
button.navbar-toggler:hover .burger3 {
    width: 100%;
}
.navbar-collapse button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #84c84a;
    font-size: 50px;
}
.navbar-collapse {
    position: fixed;
    top: 0;
    padding-top: 60px;
    left: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    width: 100%;
    height: 100vh;
    transition: all 0.4s ease;
    display: block;
    z-index: 9;
    background-color: var(--shmita-green);
}
.navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
}
.navbar-collapse.show {
    left: 0;
}
.navbar-collapse {
    background-color: rgb(110 190 36 / 90%);
    color: #fff;
}
.navbarOpened .sticky-top,
.gsc-overflow-hidden .sticky-top {
    z-index: 1;
}
.navbar-collapse .navbar-nav .nav-link {
    font-size: 1.5rem;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.navbar-collapse .navbar-nav .nav-link:hover,
.navbar-collapse .navbar-nav .nav-link[aria-expanded="true"] {
    background-color: var(--shmita-orange);
    color: #fff;
}
.navbar-collapse .dropdown-menu.show {
    position: absolute;
    top: 0;
    right: calc(100% + 60px);
    background: transparent;
    border: 0;
    border-right: 2px solid #fff;
    border-radius: 0;
    padding-right: 60px;
} 
.navbar-collapse .dropdown-menu.show .dropdown-item {
    padding: 0;
}
.navbar-collapse .dropdown-menu.show a {
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 5px;
}
.navbar-collapse .dropdown-menu.show a:hover,
.navbar-collapse .dropdown-menu.show a:focus,
.navbar-collapse .dropdown-menu.show a:active {
    color: #fff;
    background-color: var(--shmita-orange);
}
.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    border: 0;
    font-size: 1rem;
    vertical-align: 2px;
    margin-right: 10px;
    transform: rotate(-90deg);
    transition: all .1s ease-in-out;
}
/*.dropdown-toggle:hover::after,*/
.dropdown-toggle.nav-link[aria-expanded="true"]::after  {
    transform: rotate(0);
}
.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    background-color: transparent;
}
.dropdown-item .dropdown-link {
    display: block;
}
.footer {
    padding: 10px 0;
    color: #fff;
    background: url(/media/5272255/backgreen.jpg);
}
.footer p {
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
}
.footer img {
    display: inline-block;
}
.footer-cp-text-aea {
    padding: 10px 0;
    color: #fff;
    background: url(/media/5272255/backgreen.jpg);
}
.footer-cp-text-aea p {
    color: #fff;
    display: inline-block;
    padding-right: 15px;
}





.scrolltop {
    position: fixed;
    bottom: 20px;
    right: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: hand;
    border-radius: 50%;
    background: var(--shmita-orange);
    color: #fff;
    font-size: 30px;
}
.floatingWhatsappIcon{
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 50px;
    z-index: 99;
}
.exit {
    display: block;
    height: 2px;
    background-color: var(--shmita-green);
    left: 20px;
}
span.exit.exit1 {
    transform: rotate(45deg);
}
span.exit.exit2 {
    transform: rotate( -45deg);
}




/* Home */
.heroSection {
    height: 100vh;
    background-size: cover;
}
.manHiro {
    position: absolute;
    bottom: 0;
    left: 50px;
}
.heroSection .h1 {
    font-family: 'Karantina', cursive;
    color: #fff;
    font-size: 115px;
    line-height: 115px;
    /*text-shadow: 1px 3px 18px #4c4c4c;*/
}
.heroSection .h1 div {
    font-size: 180px;
}
.H1Title {
    background: rgb(110 190 36 / 70%);
    width: 450px;
    height: 450px;
    border-radius: 50%;
}
.H1Title h1 {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
}
.fp-section {
    text-align: center;
}
.navbarOpened #fp-nav {
    display: none;
}
#fp-nav ul li, .fp-slidesNav ul li {
    height: 16px;
    width: 16px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    height: 10px;
    width: 10px;
    background: rgb(255 255 255 / 0%);
    border: 2px solid var(--shmita-green);
}
.fp-viewing-hero #fp-nav ul li a span, 
.fp-viewing-acticities #fp-nav ul li a span {
    border-color: white;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 13px;
    height: 13px;
    margin: -3px 0 0 -3px;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
    margin: -6px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
    color: var(--shmita-green);
    background-color: #fff;
    padding: 2px 8px;
    margin-top: -3px;
    box-shadow: -2px 1px 4px rgb(0 0 0 / 30%);
    font-weight: bold;
    font-family: 'Rubik';
    font-size: 1rem;
    overflow: initial;
    transition: all .1s ease-in-out;
    width: auto;
}
#fp-nav ul li .fp-tooltip:after {
	content: '▶';
	position: absolute;
	left: calc(100% - 2px);
    color: #fff;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li:hover .fp-tooltip.fp-right {
    right: 30px;
}
.fp-viewing-hero #fp-nav ul li .fp-tooltip {
    animation-name: glimpse;
    animation-duration: .6s;
}
@keyframes glimpse {
    0% {opacity: 0;}
    50% {opacity: 1; right: 30px;}
    1000% {opacity: 0;}
}
.fp-tooltip{
    --animationDelay: 0.4;
}
#fp-nav > ul > li:nth-child(1) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*1s); }
#fp-nav > ul > li:nth-child(2) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*2s); }
#fp-nav > ul > li:nth-child(3) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*3s); }
#fp-nav > ul > li:nth-child(4) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*4s); }
#fp-nav > ul > li:nth-child(5) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*5s); }
#fp-nav > ul > li:nth-child(6) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*6s); }
#fp-nav > ul > li:nth-child(7) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*7s); }
#fp-nav > ul > li:nth-child(8) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*8s); }
#fp-nav > ul > li:nth-child(9) .fp-tooltip  { animation-delay: calc(var(--animationDelay)*9s); }
#fp-nav > ul > li:nth-child(10) .fp-tooltip { animation-delay: calc(var(--animationDelay)*10s); }
#fp-nav > ul > li:nth-child(11) .fp-tooltip { animation-delay: calc(var(--animationDelay)*11s); }
.activities h2 {
    color: #fff;
}
.activities {
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
.activities .swiper-container {
    padding: 0 30px;
}
.activities .swiper-container hr {
    width: calc(100% - 100px);
    border-top: 2px solid #f0bb05;
    position: absolute;
    top: 185px;
    right: calc(50%);
    transform: translate(50%, -50%);
    margin: 0;
}
.activities .swiper-container hr::before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    transform: translate(50%, -60%);
}
.activities .swiper-container hr::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translate(-50%, -60%);
}
.activities .activity {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.activities .activity:nth-child(2n) {
    padding-top: 211px;
}
.activities .actDetails {
    font-size: 18px;
    color: #fff;
    margin: 0 -30px;
}
.activities .activity .actDate {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 14px auto 70px auto;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    border: 4px solid #fff;
    transition: all .1s ease-in-out;
}

.activities .activity .actDate:hover {
    color: #f0bb05;
    border-color: #f0bb05;
    background-color: rgba(0,0,0,.1);
    box-shadow: 0 0 0 15px rgb(0 0 0 / 10%);
}
.activities .activity:nth-child(2n) .actDate {
    margin: 16px auto 15px auto;
}
.activities .activity .actDate::before {
    content: '';
    height: 40px;
    border-right: 4px solid #ffffff;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 100%;
}
.activities .activity .actDate::after {
    content: '';
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: whitesmoke;
    border: 4px solid #ffffff;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: calc(100% + 38px);
}
.activities .activity:nth-child(2n) .actDate::before {
    border-color: #ffffff;
    bottom: 100%;
    top: auto;
}
.activities .activity:nth-child(2n) .actDate::after {
    border-color: #ffffff;
    bottom: calc(100% + 38px);
    top: auto;
}
.activities .swiper-button-prev, 
.activities .swiper-button-next {
    top: 41%;
}
.activities .swiper-button-prev::after, 
.activities .swiper-button-next::after {
    font-size: 24px;
    font-weight: 600;
}
.activities .swiper-button-next,
.activities .swiper-button-prev {
    color: #fff;
}
.news h2 {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.firstNewsRow {
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: 2rem;
}
.secNewsRow {
    margin-left: -2rem;
    margin-right: 2rem;
}
.iconShmita {
    background: #F5F5F5;
    color: var(--shmita-green);
    border-radius: 50%;
    border: 3px solid var(--shmita-green);
    width: 68px;
    height: 68px;
    padding: 10px;
    position: absolute;
    right: 12px;
    top: 23px;
    font-size: 30px;
    text-align: center;
    transition: all .1s ease-in-out;
}
a:hover .iconShmita{
    transform: scale(1.1);
}
.idcunItemImg {
    padding-top: 33%;
    background-size: 100%;
    background-position: center;
    transition: all .1s ease-in-out;
}
a:hover .idcunItemImg {
    background-size: 105%;
}
.idcunItemText {
    background: white;
    padding: 15px 10px 15px 10px;
    box-shadow: 1px 1px 15px #bbb;
    position: relative;
}
.idcunItem {
    margin-right: 30px;
    margin-left: -25px;
}
.idcunHalachaItem {
    background: white;
    box-shadow: 1px 1px 15px #bbb;
    margin-right: 30px;
    padding: 15px 40px 15px 15px;
    text-align: right;
    height: 100%;
}
.idcunHalachaItem:after {
    content: 'קרא עוד';
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 0px 5px;
    background-color: var(--shmita-green);
    color: white;
}
a:hover .idcunHalachaItem:after {
    background-color: var(--shmita-orange);
}
.idcunItem .idcunItemText:after {
    content: 'קרא עוד';
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: 0px 5px;
    background-color: var(--shmita-green);
    color: white;
}
a:hover .idcunItem .idcunItemText:after {
    background-color: var(--shmita-orange);
}
.idcunHalachaItem p {
    margin-bottom: 0;
}
.parashaItem {
    background: white;
    box-shadow: 1px 1px 15px #bbb;
    margin-right: 30px;
    padding: 15px 40px 15px 13px;
    text-align: right;
    height: 100%;
}
.idcunMonth {
    color: #fff;
    padding: 10px 20px;
    position: relative;
    height: 100%;
    margin-right: 30px;
}
/*.idcunMonthText {
    overflow: hidden;
    max-height: calc(70vh - 200px);
}*/
.idcunMonth > div {
    z-index: 1;
    position: relative;
}
.idcunMonth i {
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
}
.idcunMonth li {
    font-size: 18px;
    margin-bottom: 35px;
}
.idcunMonth ul {
    list-style: none;
    padding: 0;
    max-height: 270px;
    overflow: hidden;
}
.idcunMonth h4 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.idcunMonth p {
    color: #fff;
}
.idcunMonth p:last-child {
    margin-bottom: 0;
}
.idcunMonth li {
    font-size: 18px;
    margin-bottom: 30px;
}
.idcunMonth:before {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:0;
}
.idcunMonth .strokBtn {
    margin-top: 0;
    padding: 0 10px;
}
.idcunMonth .strokBtn:hover {
    color: var(--shmita-green);
    background: #fff;
}
.strokBtn {
    border-bottom: 4px solid #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 4px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.idcunMonth li:before {
    border: 1px solid #fff;
    content: '';
    position: absolute;
    width: 90px;
    right: 50%;
    transform: translate(50%);
    bottom: -15px;
}
.idcunMonth li {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}
.news{
    background: url(/media/5272275/home8.jpg);
}
.news:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(to right,rgb(255 255 255 / 0%),rgb(255 255 255 / 30%));
}
.iconHalacha i {
    background: var(--shmita-green);
    padding: 20px;
    font-size: 4rem;
    border-radius: 50%;
    color: #fff;
    border: 20px solid #F5F5F5;
    transition: all .1s ease-in-out;
}
a:hover .iconHalacha i {
    transform: scale(0.95);
}
.halachaLemaase a:hover .halachaItem {
    border: 5px solid #F5F5F5;
}
.halachaItem {
    padding: 40px;
    border: 1px solid #DCDCDC;
    transition: all .1s ease-in-out;
}
.halachaItem h4 {
    font-size: 28px;
    margin-top: 10px;
}
.halachaLemaase #practicalSwiper {
    height: calc(100vh - 120px);
    padding-right: 4rem;
}
.halachaLemaase .swiper-button-prev:after, 
.halachaLemaase .swiper-container-rtl .swiper-button-next:after {
    content: none;
}
.halachaLemaase .swiper-button-next, 
.halachaLemaase .swiper-button-prev {
    color: var(--shmita-orange);
    font-size: 2rem;
    top: 45.5%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: not-allowed;
    pointer-events: initial;
}
.halachaLemaase #practicalSwiper .swiper-slide {
    height: calc((100%)/2 - 30px);
}
.halachaLemaase .halachaItem {
    padding: 30px;
    border: 1px solid #DCDCDC;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.halachaLemaase .halachaItem i {
    display: flex;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-size: 3rem;
}
.activities {
    background: url(/media/5272255/backgreen.jpg)
}
.musag {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.musag span {
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    line-height: 48px;
}
.musagText {
    background: var(--shmita-green);
    padding: 12px;
    position: relative;
    text-align: left;
}
.musagText:before {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    right: -34px;
    width: 50px;
    height: 50px;
    background: var(--shmita-green);
    bottom: 20px;
    z-index: -1;
}
.musagText p {
    color: #fff;
    margin: 0;
    text-align: right;
    margin-bottom: -20px;
}
.musag i {
    font-size: 80px;
    margin-left: 15px;
    display: inline-block;
}
.musagim {
    margin: 15px 0;
    font-weight: 500;
}
.musagim .strokBtn, .maamarim .strokBtn{
    color: #000;
    border-color: #000;
}
.maamarim .strokBtn{
    color: #000;
    border-color: #000;
    padding: 0 7px;
}
.maamarim .strokBtn:hover {
    background-color: #000;
    color: #f5f5f5;
}
.musagim .strokBtn {
    white-space: nowrap;
}
.musagim .strokBtn:hover {
    color: var(--shmita-green);
    border-color: var(--shmita-green);
}
.musagim .strokBtn[aria-expanded="true"] {
    color: var(--shmita-green);
    border-color: var(--shmita-green);
    pointer-events: none;
}

.strokBtn i {
    margin-left: 5px;
}
.yellowBtn {
    color: var(--shmita-orange);
    border: 2px solid var(--shmita-orange);
    border-radius: 30px;
    padding:2px 26px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0;
}
.yellowBtn:hover {
    color: var(--shmita-green);
    border-color: var(--shmita-green);
}
.btn-outline-light {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 8px 26px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: var(--shmita-orange);
    border-color: #fff;
}
.milonRow {
    min-height: 50vh;
    padding-top: 0;
}
.milonRow h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.ozarHaaretz {
    background: url(/media/5272265/home1.jpg);
    background-size: cover;
    padding: 30px;
    color: #fff;
    position: relative;
    text-align: right;
    height: 45vh;
    display: flex;
    align-items: flex-end;
}
.ozarHaaretz:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(to right,#ffffff00,rgb(0 0 0 / 70%));
}
.ozarHaaretz:after {
    content: '';
    background: url(/media/5272274/sign.png);
    position: absolute;
    width: 350px;
    height: 320px;
    left: 10%;
    bottom: 0;
    background-size: 355px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ozarHaaretz h2 {
    position: relative;
    color: #fff;
    margin-top: 0;
}
.ozarHaaretz h5 {
    text-align: right;
}

.forYou {
    background: whitesmoke;
}
.forYou .iconHalacha i {
    color: #fff;
    border: 20px solid #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.forYou a:hover .halachaItem {
    border-color: #fff;
}
.halachaLemaase #forYouSwiper .swiper-slide {
    height: calc((100%)/2 - 30px);
}
.linkingBoxText p {
    text-align: right;
}
.tvBtns {
    position: absolute;
    left: 1rem;
    transform: translateY(calc(-2rem - 100%));
}
.tvBtns a:before {
    content: '\f008';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-left: 10px;
    color: black;
}
#tvSlider {
    padding-bottom: 50px;
}
#tvSlider .swiper-slide:not(.swiper-slide-active) {
    filter: grayscale(1);
    transition: all .5s ease-in-out;
}
#tvSlider .embed-responsive { 
    max-height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
#tvSlider .embed-responsive:hover::before { 
    background-color: #000;
    opacity: .5;
    transition: all .1s ease-in-out;
}
#tvSlider .embed-responsive:hover::after {
    content: '▶';
    position: absolute;
    right: 50%;
    bottom: calc(50% + 2rem);
    transform: translate(50%, 50%);
    color: #fff;
    font-size: 3rem;
    border: 3px solid var(--shmita-green);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: .5rem;
}
#tvSlider h4 {
    font-size: 2rem;
}
#tvSlider .vidText {
    position: absolute;
    top: calc(50% + 2rem);
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: all .1s ease-in-out;
}
#tvSlider .embed-responsive:hover .vidText {
    opacity: 1;
}
#tvSlider .vidText p{
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
}
.vidModal .modal-dialog {
    max-width: 860px;
}
.vidModal .modal-body i {
    position: absolute;
    top: 46%;
    right: 47%;
    font-size: 50px;
    color: var(--shmita-green);
}
.vidModal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 5px 13px;
    z-index: 9;
    color: var(--shmita-green);
    background-color: white;
    opacity: 1;
    font-size: 40px;
    border-radius: 50%;
}
.vidModal .close:not(:disabled):not(.disabled):focus, 
.vidModal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: var(--shmita-orange);
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 15px;
    height: 15px;
    border: 2px solid var(--shmita-green);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--shmita-green);
}
#shmitaShopSwiper {
    padding-bottom: 30px;
}
.product {
    border: 1px solid #DCDCDC;
    padding: 15px;
    margin: 30px 20px;
    height: calc(100% - 60px);
    transition: all .1s ease-in-out;
}
a:hover .product {
    border: 4px solid #f5f5f5;
}
.product h5 {
    min-height: 3.2rem;
}
.productImg {
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.productPrice {
    color: var(--shmita-green);
    font-size: 28px;
    font-weight: bold;
}

.edgeBg {
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .eyun, .shutim{
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
.iconH {
    background: #F5F5F5;
    color: var(--shmita-green);
    border-radius: 50%;
    border: 3px solid var(--shmita-green);
    box-shadow: 0 0 0 15px #F5F5F5;
    width: 68px;
    height: 68px;
    padding: 10px;
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: -26px;
    transform: translateX(50%);
    transition: all .1s ease-in-out;
}
a:hover .iconH {
    transform: translateX(50%) rotate(15deg);
}
.haasharaIcon {
    background: #fff;
    padding: 65px 10px 10px 10px;
    position: relative;
    margin: 30px;
}
.edgeBg > a:last-child .haasharaIcon {
    margin-bottom: 0;
}
.haasharaIcon h5 {
    font-size: 1.5rem;
}

/*.iconH:before {
    background: whitesmoke;
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    top: 0;
    transform: translateX(50%);
    right: 50%;
}*/

/*.attractions .linkingBox .imgPH {
    padding-top: 55%;
}*/
.attractions .btn {
    position: absolute;
    left: 15px;
    top: 3px;
}
/* In Pages*/
.shmitaHero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.shmitaHero:before {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}
.shmitaHero h1 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
}
.shmitaHero h1 i {
    color: var(--shmita-orange);
}
.shmitaHero .copyToClipboard {
    position: absolute;
    right: 60px;
    bottom: 10px;
}
.shmitaHero .copyToClipboard .fa-copy {
    color: #fff;
}
.breadcrumb {
    background: #fff;
}
.breadcrumb a {
    color:  var(--shmita-green);
}

/* Linking Pages */
.linkingBox {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.linkingBox .imgPH{
    background-size: cover;
    background-position: center;
    padding-top: 80%;
}
/*.linkingBox::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid white;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 9;
}*/
.linkingBox::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: var(--shmita-green);
    height: 5px;
    transition: all .2s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.linkingBox a{
    color:  var(--shmita-green);
}
.linkingBoxText {
    padding: 0 10px;
    background: linear-gradient(to top, #333333, transparent 80%);
    background-position-y: 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    top: 0;
    color: white;
    text-shadow: 0 0 5px #1f2533, 0 0 15px #000000;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .2s ease-in-out;
}
.linkingBoxText:hover {
    background: linear-gradient(to top, #333333, #00000075 100%);
}
.linkingBox h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.linkingBox p {
    height: 100px;
    margin-bottom: -100px;
    transition: all .2s ease-in-out;
}
.linkingBox:hover p {
    margin-bottom: 30px;
    color: #fff;
}
.backButton .btn-primary a {
    color:  var(--shmita-green);
    text-decoration: none;
}
.backButton .btn-primary {
    background: #eee;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: normal;
}
.backButton .btn-primary:hover {
    background: var(--shmita-green);
    color: #fff;
}
.linkingPage .linksList {
    flex-direction: column;
}
.linkingPage .linksList .nav-link {
    display: block;
    background-color: #f9f9f9;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.linkingPage .linksList .nav-link.active {
    font-weight: bold;
}
.edgeBg:before {
    content: '';
    position: absolute;
    background-color: whitesmoke;
    top: 0;
    height: 100vh;
}
.maamarim .fp-tableCell .container-fluid {
    padding: 0 50px 0 50px;
}
.maamarim .edgeBg:before {
    left: 0;
    right: -150px;
}
.container-fluid h2{
    padding-right: 0;
}
.haashara  .edgeBg:before {
    right: 0;
    left: -150px;
}
.maamarItem {
    text-align: right;
    margin: 0 15px 20px;
}
.maamarItemImg {
    padding-top: 37%;
    position: relative;
    background-size: 100%;
    margin-bottom: 5px;
    transition: all .1s ease-in-out;
}
a:hover .maamarItemImg {
    background-size: 104%;
}
.maamarItem h5 {
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.maamarItemImg:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom,#ffffff00,rgb(0 0 0 / 70%));
}
.ravMaamar {
    font-size: 16px;
    color: #b1b1b1;
}

.shutMaagar {
    background: var(--shmita-green);
    color: #fff;
    text-align: right;
    padding: 10px;
    padding-right: 80px;
    margin-bottom: 15px;
    position: relative;
    
}
.shutMaagar .readMore {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0px 5px;
    background-color: white;
    color: var(--shmita-green);
}
.shutMaagar .readMore:hover {
    background-color: var(--shmita-orange);
    color: white;
}
.shutMaagar:before {
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    left: -40px;
    width: 50px;
    height: 50px;
    background: var(--shmita-green);
    bottom: 20px;
}
.questionSpoiler p {
    color: #fff;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
}
.shutIcon {
    position: absolute;
    right: 20px;
    font-size: 40px;
}
.author {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
/*shmitaPedia*/
.shmitaPedia .filterSection {
    background: #6fbe25;
    padding: 10px;
    text-align: center;
}
.shmitaPedia #encSearch {
    background: #6fbe25;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 7px 15px;
    position: relative;
}
.shmitaPedia .search_btn {
    position: absolute;
    border: 0;
    color: white;
    background: #ffffff00;
    left: 42px;
    top: 9px;
}
.shmitaPedia .filterSectionSearch {
    width: 300px;
    position: relative;
    margin: auto;
}
.shmitaPedia h3 {
    background: #F5F5F5;
    color: var(--shmita-green);
    border-radius: 50%;
    border: 3px solid var(--shmita-green);
    width: 68px;
    height: 68px;
    padding: 10px;
    font-size: 30px;
    text-align: center;
    margin: auto;
    position: absolute;
    transform: translate(50%);
    right: 50%;
    top: -40px;
}
.shmitaPedia .encLetter {
    padding: 30px;
    border: 1px solid #DCDCDC;
    font-weight: 500;
    height: 100%;
}
.shmitaPedia .encLetter a {
    display: block;
    font-size: 1.1rem;
    padding: 5px 0;
}
#encSearch::placeholder { 
    color:  #fff;
  }
/* shmitaPediaValue */ 
.boldedText {
    position: relative;
}
.boldedText::before {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    left: 0; 
    top: 0; bottom: 0;
    width: 100vw;
    z-index: -1;
}
.boldedText p {
    position: relative;
    font-weight: bold;
    color: #000;
}
.encImg {
    width: 100%;
}
.sideInfo{
    padding: 30px;
    border: 1px solid #DCDCDC;
    margin-bottom: 40px;
}
.sideInfo p {
    color: #000;
}
.boldedText h4 {
    color: var(--shmita-green);
}
.backLink {
    background: whitesmoke;
    padding: 10px;
    color: #6ebd24;
    margin-top: 20px;
}
.backLink i {
    margin-left: 5px;
}
/*shmitaMonth*/
.shmitaMonth .FruitLine {
    border-bottom: 1px solid #D6D6D6;
}
.shmitaMonth .FruitLine:last-child {
    border-bottom: none;
}
.UpdatesMenu ul {
    list-style: none;
    padding: 0;
}
.UpdatesMenu li {
    background: #fff;
    box-shadow: 1px 2px 13px rgb(187 187 187 / 53%);
    margin-top: 15px;
    padding: 15px;
    display: flex;
}
.UpdatesMenu li i {
    color: var(--shmita-green);
    font-size: 30px;
    margin-left: 10px;
    line-height: 40px;
}
.shmitaMonth {
    background: #f5f5f5;
    z-index: 0;
    position: relative;
}
.FruitLine .iconShmita {
    background: #ffffff;
}
.FruitLine .iconShmita:before {
    background: white;
    content: '';
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
.shmitsIdcun img {
    width: 100%;
}
.gridContent .btn-primary {
    color: #fff;
    background: var(--shmita-orange);
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0;
}
.gridContent .btn-primary:hover,
.gridContent .btn-primary:not(:disabled):not(.disabled):active,
.gridContent .btn-primary a:hover {
    color: #fff;
    background: var(--shmita-green);
}
.backButton span.btn-primary {
    background: #eee;
    padding: 5px 15px;
    border-radius: 0;
    font-weight: normal;
    color: #0081cc;
}
/* mekorot-Page */ 
.mekorotKarka p{
    color: #fff;
    background-color: var(--shmita-green);
    width: 75%;
    padding: 0 10px;
    margin: 10px auto;
}
.mekorotKarka p:hover{
    color: var(--shmita-orange);
}
.mekorotKarka .fa-file-pdf:before {
    padding-left: 8px;
}
.titleMekorot{
    position: relative;
}
.titleMekorot ::before{
    background-image: url(/media/5272529/backmekorot.jpg);
    position: absolute;
    height: 195px;
    content: '';
    width: 100%;
    margin-top: -30px;
    left: 0;
    z-index: -1;
}
.vidShmita strong{
    color: var(--shmita-orange);
    font-size: 1.2rem;
}
.vidShmita .video-wrapper.embed-responsive.embed-responsive-16by9{
    border-bottom: 10px solid var(--shmita-orange);
}
.shmitaMekorot h3{
    margin-bottom: 25px;
}
.vidShmita p{
    margin-bottom: 10px;
}
/* umbraco-forms */ 
.umbraco-forms-form .umbraco-forms-label {
    font-weight: bold;
}
.umbraco-forms-form .field-validation-error {
    color: crimson;
    font-size: .9rem;
}
.umbraco-forms-form input[type="text"].form-control {
    max-width: 420px;
}
.umbraco-forms-form input[type="checkbox"].form-control {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -5px;
    margin-left: 5px;
}
.btnsSameHeight {
    height: 100%;
    padding-bottom: 50px;
    padding-top: 45px;
}
.btnsSameHeight .btn-primary {
    position: absolute;
    bottom: 5px;
    right: 50%;
    transform: translateX(50%);
}