@charset "UTF-8";
/*!
Theme Name: greenfin
Theme URI: http://underscores.me/
Author: ORT Israel
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenfin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

greenfin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* break points */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #282828;
  font-family: "Assistant", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  margin-bottom: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.sidebar-search-wrapper .elementor-column-gap-default > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
  padding: 0;
}

#sidebar-search .elementor-search-form__container {
  min-height: 4rem;
}
#sidebar-search .elementor-search-form__submit {
  min-width: 4rem;
  min-height: 4rem;
  cursor: pointer;
}
#sidebar-search input[type=search]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  background: url("images/x-cancle.png") no-repeat;
  background-position: center;
  background-size: contain;
}

/* Links
--------------------------------------------- */
a {
  color: #1b6524;
}
.entry-content .elementor a {
  text-decoration: underline;
}
a:visited {
  color: #1b6524;
}
a:hover, a:focus, a:active {
  color: #282828;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #eee;
  border-radius: 3px;
  background: #ffbc16;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.projects.elementor-section .elementor-button, .site-main-title .elementor-button {
  color: #282828;
  font-size: 1.8rem;
  background-color: #ffbc16;
  padding: 1.5rem 3.3rem;
  transition: all 0.5s;
}
.projects.elementor-section .elementor-button:focus, .site-main-title .elementor-button:focus, .projects.elementor-section .elementor-button:hover, .site-main-title .elementor-button:hover, .projects.elementor-section .elementor-button:visited, .site-main-title .elementor-button:visited {
  color: #282828;
  transform: scale(1.1);
}

.single .tags a {
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  margin-left: 0.5rem;
  border: 1px solid #eee;
  text-decoration: none;
  transition: all 0.5s;
}
.single .tags a:visited {
  color: #1b6524;
}
.single .tags a:focus, .single .tags a:hover {
  color: #282828;
  transform: scale(1.1);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #282828;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Page Components
--------------------------------------------- */
.site-header {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .site-header {
    flex-direction: column;
    padding: 1rem 2rem 1rem 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .site-header {
    align-items: flex-end;
    padding: 1rem max(2rem, calc( (100% - 111.8rem) / 2));
  }
}

.site-branding {
  display: inline-block;
}
.site-branding .site-title {
  margin: 0;
}
.site-branding .site-title a {
  display: inline-block;
  text-indent: -9999rem;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.site-branding .site-description {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-branding a {
    background-image: url("images/logo-site-mob.png");
    width: 20rem;
    height: 8.6rem;
  }
}
@media screen and (min-width: 768px) {
  .site-branding a {
    background-image: url("images/logo-site.png");
    width: 16rem;
    height: 10rem;
  }
}

.site-footer {
  color: #fff;
  background-color: #3b3c3b;
  padding: 2rem;
}
.site-footer .widget-area {
  display: flex;
  justify-content: space-between;
  max-width: 111.8rem;
  margin: 0 auto;
}
.site-footer aside:nth-child(2) ul {
  list-style: none;
  padding-right: 18px;
  margin: 0;
}
.site-footer aside:nth-child(2) li {
  position: relative;
}
.site-footer aside:nth-child(2) li:before {
  position: absolute;
  content: "";
  background-image: url("images/dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -1.8rem;
  top: 1rem;
  width: 0.6rem;
  height: 0.6rem;
}
.site-footer aside:nth-child(4) .gallery {
  display: flex;
  flex-direction: column;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active, .site-footer a:visited {
  color: #fff;
}
.site-footer .site-info {
  text-align: center;
  max-width: 111.8rem;
  margin: 0 auto;
  /* menu container */
}
.site-footer .site-info .sep {
  margin: 0 0.5rem 0 0.3rem;
}
.site-footer .site-info > div {
  display: inline-block;
}
.site-footer .site-info ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .widget-area {
    flex-direction: column;
  }
  .site-footer aside:nth-child(4) .gallery-item {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .widget-area {
    flex-direction: row;
  }
  .site-footer aside:not(:last-child) {
    margin-left: 8%;
  }
  .site-footer aside:nth-child(1) {
    width: 23%;
  }
  .site-footer aside:nth-child(3) {
    width: 20%;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: inline-block;
  position: relative;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  font-size: 2rem;
  text-decoration: none;
  padding: 0 30px;
}
.main-navigation a:hover, .main-navigation afocus {
  text-decoration: underline;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-post-parent > a {
  color: #282828;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-navigation .menu-toggle, .main-navigation.toggled ul {
    display: block;
    padding: 0;
  }
  .main-navigation .menu-toggle {
    position: absolute;
    left: 0;
    top: -5.5rem;
    text-indent: -9999rem;
    overflow: hidden;
    padding: 0;
    width: 3rem;
    height: 2.3rem;
    background-color: transparent;
    border: none;
    border-top: 2px solid #282828;
    border-bottom: 2px solid #282828;
    border-radius: 0;
  }
  .main-navigation .menu-toggle:before {
    position: absolute;
    content: "";
    top: 47%;
    left: 0;
    background-color: #282828;
    width: 3rem;
    height: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation .menu-main-container {
    padding-bottom: 1.7rem;
  }
  .main-navigation ul {
    display: flex;
  }
}

.menu-main-container li {
  margin-bottom: 0.5rem;
}

.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.post-navigation,
.posts-navigation {
  margin: 2rem 0;
}
.post-navigation a,
.posts-navigation a {
  text-decoration: none;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 1 0 50%;
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.post-navigation .nav-previous span,
.posts-navigation .nav-previous a {
  position: relative;
  padding-right: 1.2rem;
}
.post-navigation .nav-previous span:before,
.posts-navigation .nav-previous a:before {
  position: absolute;
  content: "«";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  top: -0.2rem;
  right: 0;
}

.post-navigation .nav-next span,
.posts-navigation .nav-next a {
  position: relative;
  padding-left: 1.2rem;
}
.post-navigation .nav-next span:after,
.posts-navigation .nav-next a:after {
  position: absolute;
  content: "»";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  top: -0.2rem;
  left: 0;
}

.home .breadcrumbs {
  display: none;
}
.single .breadcrumbs {
  background-color: #fff;
  max-width: 1142px;
  padding: 4rem 4rem 2rem;
  margin: 0 auto;
}
.search .breadcrumbs {
  max-width: 128.5rem;
  padding: 2rem 2rem 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 2rem 2rem 2rem;
  }
  .single .breadcrumbs {
    padding: 4rem 2rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 2rem 0rem 2rem;
  }
}

/* Home Page Components
--------------------------------------------- */
.site-main-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 12% 20px;
}
.site-main-title .elementor-widget-wrap > .elementor-element {
  text-align: center;
}
.site-main-title h1 {
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-main-title {
    display: flex;
    align-items: center;
    min-height: 37.5rem;
  }
  .site-main-title h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .site-main-title h1 {
    font-size: 7.5rem;
  }
}

.lessons.elementor-section {
  padding: 8rem 2rem;
}
.lessons.elementor-section h2 {
  text-align: center;
}
.lessons.elementor-section .elementor-widget-text-editor p {
  text-align: center;
  margin-top: 0;
}
.lessons.elementor-section .elementor-portfolio {
  gap: 3rem;
}
.lessons.elementor-section .elementor-portfolio article {
  border-top: 5px solid #217f2c;
}
.lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link img {
  transform: scale(1.1) translate(-46%, -46%);
  transition: transform 1s;
}
.lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link .elementor-portfolio-item__overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  transition: transform 1s;
}
.lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link .elementor-portfolio-item__overlay h3 {
  margin: 0 auto;
  max-width: 75%;
}
.lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link:hover .elementor-portfolio-item__overlay, .lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link:focus .elementor-portfolio-item__overlay {
  transform: scale(1.2);
}
.lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link:hover img, .lessons.elementor-section .elementor-portfolio article .elementor-post__thumbnail__link:focus img {
  transform: scale(1) translate(-50%, -50%);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lessons.elementor-section .elementor-portfolio.elementor-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .lessons.elementor-section .elementor-portfolio.elementor-grid article {
    margin: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lessons.elementor-section {
    padding-top: 7rem;
  }
  .lessons.elementor-section h2 {
    font-size: 3rem;
  }
  .lessons.elementor-section .elementor-widget-text-editor p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .lessons.elementor-section .elementor-portfolio h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lessons.elementor-section h2 {
    font-size: 6rem;
  }
  .lessons.elementor-section .elementor-widget-text-editor p {
    font-size: 2.5rem;
  }
  .lessons.elementor-section .elementor-portfolio h3 {
    font-size: 4rem;
  }
}

.projects.elementor-section {
  background-color: #91a938;
}
.projects.elementor-section h2 {
  margin-top: 1rem;
}
.projects.elementor-section .elementor-widget-text-editor p {
  font-size: 2.5rem;
  margin: 0;
}
.projects.elementor-section .elementor-widget-portfolio {
  /* fix for accessibility */
}
.projects.elementor-section .elementor-widget-portfolio .elementor-portfolio-item__overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.projects.elementor-section .elementor-widget-portfolio .elementor-portfolio-item__title {
  align-self: center;
  font-size: 1.7rem;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 1.5rem;
}
.projects.elementor-section .elementor-widget-portfolio .elementor-post__thumbnail__link:focus .elementor-portfolio-item__overlay {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .projects.elementor-section {
    padding: 3rem 2rem 2.5rem;
  }
  .projects.elementor-section h2 {
    font-size: 3rem;
    text-align: center;
  }
  .projects.elementor-section .elementor-widget-text-editor p {
    font-size: 2rem;
  }
  .projects.elementor-section .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 1rem 0;
  }
  .projects.elementor-section .projects-title-section {
    padding: 0 2rem;
  }
  .projects.elementor-section .elementor-widget-portfolio {
    padding: 0 1rem;
  }
  .projects.elementor-section .elementor-widget-portfolio article {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .projects.elementor-section {
    padding: 7rem 2rem 8rem;
  }
  .projects.elementor-section h2 {
    font-size: 6rem;
  }
  .projects.elementor-section .elementor-widget-text-editor p {
    font-size: 2.5rem;
  }
  .projects.elementor-section .elementor-widget-portfolio article {
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .projects.elementor-section .elementor-portfolio.elementor-grid {
    grid-template-columns: 1fr;
  }
  .projects.elementor-section .elementor-portfolio.elementor-grid article:nth-child(3),
.projects.elementor-section .elementor-portfolio.elementor-grid article:nth-child(4) {
    display: none !important;
  }
}
@media screen and (min-width: 1180px) {
  .projects.elementor-section .elementor-widget-wrap .elementor-column-gap-default .elementor-column:first-child {
    width: calc(35% - 2rem);
    margin-left: 2rem;
  }
  .projects.elementor-section .elementor-widget-wrap .elementor-column-gap-default .elementor-column:last-child {
    width: 65%;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.site {
  background-color: #eef1f2;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.home .entry-header {
  display: none;
}

.page:not(.home) .entry-header,
.header-title,
.archive .page-header,
.search .page-header,
.error404 .page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 1% 20px;
  margin-bottom: 30px;
}
.page:not(.home) .entry-header h1,
.header-title h1,
.archive .page-header h1,
.search .page-header h1,
.error404 .page-header h1 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page:not(.home) .entry-header,
.header-title,
.archive .page-header,
.search .page-header,
.error404 .page-header {
    background-image: url("images/main-banner.png");
    border-top: 5px solid #217f2c;
  }
  .page:not(.home) .entry-header h1,
.header-title h1,
.archive .page-header h1,
.search .page-header h1,
.error404 .page-header h1 {
    font-size: 3rem;
    padding: 3rem 6rem;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .page:not(.home) .entry-header,
.header-title,
.archive .page-header,
.search .page-header,
.error404 .page-header {
    background-image: url("images/inside-banner.png");
  }
  .page:not(.home) .entry-header h1,
.header-title h1,
.archive .page-header h1,
.search .page-header h1,
.error404 .page-header h1 {
    font-size: 6rem;
  }
}

.content-wrapper {
  display: flex;
  max-width: 128.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content-wrapper .articles,
.content-wrapper > article,
.content-wrapper .page-content {
    width: 75%;
    margin-left: 40px;
  }
}

.single article {
  background-color: #fff;
  max-width: 1142px;
}
.single article .entry-header {
  display: none;
}
.single .elementor-section > .elementor-container.elementor-column-gap-default > .elementor-column:not(.lesson-properties) > .elementor-element-populated {
  padding: 1rem 0;
}
.single .elementor-widget.elementor-widget-heading {
  margin-bottom: 0rem;
}
.single h2, .single h3 {
  font-weight: normal;
}
.single .elementor-accordion-icon,
.single .elementor-accordion-title,
.single .elementor-widget-image-box .elementor-image-box-title a {
  color: #1b6524;
}
.single .elementor-widget-image-box .elementor-image-box-title a {
  color: #1b6524;
  font-weight: bold;
}
.single .elementor-widget-image-box .elementor-image-box-title a:hover, .single .elementor-widget-image-box .elementor-image-box-title a:focus {
  color: #282828;
}
.single .elementor-element.elementor-widget-image-box h5 {
  margin-top: 1rem;
  font-size: 1.7rem;
}
.single .elementor-element.elementor-widget-image-box h5.elementor-image-box-title {
  color: #6f6f6f;
}
.single .lesson-properties p {
  margin-top: 0;
}
.single .elementor-widget-accordion {
  margin-top: 2rem;
}
.single .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  line-height: 1.3;
}
.single .tags {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single article {
    padding: 2rem 2rem 4rem;
    margin: 0 auto 2rem;
  }
  .single .elementor-section-wrap > section {
    margin-bottom: 1rem;
  }
  .single h2, .single h3, .single h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .single article {
    padding: 2rem 4rem 4rem;
    margin: 0 auto 7rem;
  }
  .single h2, .single h3, .single h4 {
    font-size: 2.5rem;
  }
}

body.page:not(.home) .entry-content {
  background-color: #fff;
  padding: 2rem 4rem 4rem;
  margin: 0 auto 7rem;
  max-width: 1142px;
}

.archive article a,
.search-results article a {
  display: flex;
  position: relative;
  color: #282828;
  background-color: #fff;
  border-left: 2px solid #e2e2e2;
  margin-bottom: 4rem;
  max-width: 97.4rem;
  text-decoration: none;
  transition: border-left-color 0.5s;
}
.archive article a .entry-thumbnail-read-more,
.search-results article a .entry-thumbnail-read-more {
  position: relative;
}
.archive article a .entry-thumbnail,
.search-results article a .entry-thumbnail {
  display: flex;
}
.archive article a img,
.search-results article a img {
  width: 100%;
  height: 100%;
}
.archive article a .entry-read-more,
.search-results article a .entry-read-more {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.archive article a .entry-read-more .learn-more,
.search-results article a .entry-read-more .learn-more {
  position: absolute;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 1.2rem 3.2rem 1.2rem 4.2rem;
  top: calc(50% - 2.5rem);
  right: calc(50% - 8.4rem);
}
.archive article a .entry-read-more .learn-more:after,
.search-results article a .entry-read-more .learn-more:after {
  position: absolute;
  content: "»";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  top: 1.2rem;
  left: 2.6rem;
}
.archive article a .entry-content,
.search-results article a .entry-content {
  padding: 0 1.5rem;
  margin: 0;
}
.archive article a .entry-content h2,
.search-results article a .entry-content h2 {
  color: #1b6524;
  font-size: 2.5rem;
  text-decoration: underline;
}
.archive article a:hover, .archive article a:focus,
.search-results article a:hover,
.search-results article a:focus {
  border-left-color: #1b6524;
}
.archive article a:hover .entry-read-more, .archive article a:focus .entry-read-more,
.search-results article a:hover .entry-read-more,
.search-results article a:focus .entry-read-more {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .archive article a,
.search-results article a {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .archive .entry-thumbnail-read-more,
.search-results .entry-thumbnail-read-more {
    width: 59%;
    max-width: 56.8rem;
  }
  .archive .entry-content,
.search-results .entry-content {
    width: 41%;
  }
}

#secondary h2 {
  position: relative;
  font-size: 2rem;
  margin-bottom: 2rem;
}
#secondary h2:after {
  position: absolute;
  content: " ";
  border-bottom: 2px solid #1b6524;
  width: 13%;
  bottom: -1rem;
  right: 0;
}
#secondary .tagcloud a {
  font-size: 1.8rem !important;
  /* important to override inline style*/
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  #secondary {
    width: 25%;
  }
}

.error-404 .page-content {
  min-height: 45rem;
}
.error-404 .page-content p {
  font-size: 2.5rem;
  margin: 2rem 0;
}
.error-404 .page-content p:nth-child(2) {
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.error-404 .page-content .sidebar-search-wrapper {
  max-width: 25.5rem;
}
.error-404 aside .sidebar-search-wrapper {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Pojo accessibility toolbar */
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay .pojo-a11y-toolbar-inner ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a {
  font-size: 100%;
  text-decoration: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg {
  display: none;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:before {
  position: absolute;
  content: url("images/accessibility.png");
  top: 0;
  left: 0;
}

/* Pojo accessibility contrast */
body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .site-branding a,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .site-branding a {
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media screen and (max-width: 767px) {
  body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .site-branding a,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .site-branding a {
    background-image: url("images/logo-site-mob-for_dark_bg.png") !important;
  }
  body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .menu-toggle,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .menu-toggle {
    border: none !important;
    border-top: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 0;
  }
  body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .menu-toggle:before,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .menu-toggle:before {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 768px) {
  body.pojo-a11y-high-contrast :not(#pojo-a11y-toolbar) .site-branding a,
body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar) .site-branding a {
    background-image: url("images/logo-site-for_dark_bg.png") !important;
  }
}

body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-branding a {
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-footer .gallery-item:nth-child(1) .gallery-icon {
  position: relative;
}
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-footer .gallery-item:nth-child(1) .gallery-icon::before {
  position: absolute;
  content: "";
  right: 9px;
  top: 0;
  background-image: url("images/logo-ort-for_light_bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 11.5rem;
  height: 4.7rem;
}
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-footer .gallery-item:nth-child(2) .gallery-icon {
  position: relative;
}
body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-footer .gallery-item:nth-child(2) .gallery-icon::before {
  position: absolute;
  content: url("images/logo-tovanot-for_light_bg.png") !important;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-branding a {
    background-image: url("images/logo-site-mob.png") !important;
  }
}
@media screen and (min-width: 768px) {
  body.pojo-a11y-light-background :not(#pojo-a11y-toolbar) .site-branding a {
    background-image: url("images/logo-site.png") !important;
  }
}

/* Fix for the position:fixed issue in grayscale mode */
/* Override pojo style*/
body.pojo-a11y-grayscale.pojo-a11y-grayscale {
  filter: none;
  -webkit-filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/* Apply new filter to other elements*/
body.pojo-a11y-grayscale > * {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
