.single-lessons .ast-container {
  display: block;
}

.lintro, .ldata {
   background: white;
}
.lintro .container, .ldata .container {
    max-width: 1800px;
}

.ldata .container {
    padding: 40px 0;
}

.ldata__share {
	margin-top: 32px;
}

.lintro {
  color: #fff;
  position: relative;
  min-height: 540px;
}
.lintro__back {
  margin-bottom: clamp(24px, 3.5vw, 54px);
}
.lintro__back a {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.33;
  color: inherit;
}
.lintro__back a:hover {
  color: #2c7eea;
}
.lintro__title {
 	font-size: clamp(40px, 7vw, 50px);
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: clamp(12px, 2.25vw, 24px);
  color: inherit;
}
.lintro__excerpt {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.33;
  padding-bottom: 24px;
}
.lintro__wrapper {
  display: flex;
  align-items: flex-start;
}
.lintro__entry {
  padding: 36px 0;
  max-width: 50%;
}
.lintro__video {
  position: static;
  max-width: 100%;
  margin-bottom: 20px;
  left: 0;
  width: 100%;
}
.lintro__video a {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 540px;
  width: 100%;
}
.lintro__video a:after {
  content: "";
  display: block;
  background: linear-gradient(86.44deg, rgba(23, 11, 62, 0) 22.62%, #170b3e 81.8%);
  height: 100%;
  width: 330px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.lintro__video a:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(23, 11, 62, 0) 22.62%, #170b3e 81.8%);
  height: 300px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.lintro__video a:before, .lintro__video a:after {
    display: none;    
}


.lintro__video a img {
  width: 100%;
  height: 100%;
  max-height: 540px;
  object-fit: cover;
  opacity: 1;
}

.lintro__video a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.lintro__video a:hover svg {
  transform: translate(-50%, -50%) scale(1.1);
}

.ldata {
  padding-bottom: 110px;
}
.ldata__wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(48px, 8vw, 94px);
}
.ldata__playlist, .ldata__entry {
  max-width: 50%;
  width: 100%;
}
.ldata__entry {
  color: #fff;
}
.ldata__tags {
  margin-bottom: 16px;
}

.ldata__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.ldata__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
		font-family: Aduma;
font-size: 40px;
}
.ldata__videoname {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.75;
}
.ldata__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 16px;
}
.ldata__excerpt {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.33;
}
.ldata__comments {
  margin-top: 32px;
}

.lplaylist__title {
  color: #fff;
  font-family: Aduma;
  font-size: 35px;
  line-height: 1.75;
  margin-bottom: 18px;
}
.lplaylist__viewport {
  max-height: 1760px;
  overflow: auto;
  width: fit-content;
  padding-inline-end: 20px;
  padding-bottom: 40px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.lplaylist__viewport::-webkit-scrollbar {
  width: 11px;
}
.lplaylist__viewport::-webkit-scrollbar-track {
  background: transparent;
}
.lplaylist__viewport::-webkit-scrollbar-thumb {
  background: #2c7eea;
  border-radius: 5px;
}
.lplaylist__viewport::-webkit-scrollbar-thumb:hover {
  background: #1161c9;
}
.lplaylist__fade {
  position: relative;
}
.lplaylist__fade:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(23, 11, 62, 0) 40.91%, #170b3e 95.01%);
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.lplaylist__fade:after {
	display: none;
}

.lvideo {
  background: #fff;
  padding: 12px;
  color: #37383d;
  box-sizing: border-box;
  width: 100%;
}
.lvideo--active {
  border: 4px solid #2c7eea;
}
.lvideo + .lvideo {
  margin-top: 12px;
}

.lvideo__label {
    display: none;
}

.lvideo__wrapper {
  display: flex;
  gap: 20px;
  color: inherit;
}
.lvideo__label {
  font-size: 16px;
  line-height: 1.35;
  text-align: right;
}
.lvideo__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  text-align: right;
  margin-bottom: 8px;
}
.lvideo__entry {
  max-width: 360px;
}
.lvideo__excerpt {
  font-size: 16px;
  line-height: 1.35;
  text-align: right;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lvideo__meta {
  display: flex;
  gap: 24px;
  color: #8a8c99;
  font-size: 14px;
  line-height: 1.5;
}
.lvideo__preview {
  position: relative;
  padding-bottom: 0;
  width: 220px;
}
.lvideo__preview img {
  max-width: 220px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.lvideo__preview svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	z-index: 2;
}
.lvideo__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lvideo__author {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.lvideo__author img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.lvideo__views {
  margin-inline-start: auto;
}
.lvideo__progress {
  position: absolute;
  bottom: 0;
  right: 0;
  height: clamp(4px, 1vw, 6px);
  background: #2c7eea;
}

.ltag {
  padding: 8px 16px;
  background: #fff;
  color: #111514;
  border-radius: 54px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 0.9;
  display: inline-flex;
}
/* .ltag + .ltag {
  margin-inline-start: 12px;
} */

.cshare {
  display: flex;
  gap: 22px;
  align-items: center;
}
.cshare__button {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  color: #fff;
}
.cshare__button:hover {
  color: #2c7eea;
  border-color: #2c7eea;
}
.cshare__socials {
  display: flex;
  gap: 22px;
  align-items: center;
}

.single .ast-comment {
  display: block;
  background: #fff;
  color: #5a5d61;
  padding: 12px 32px;
}

.single .comment ~ .comment {
  margin-top: 24px;
}
.single .ast-comment-info {
  display: flex;
}
.single .ast-comment-meta {
  padding: 0 1em;
}
.single .comment p {
  margin-bottom: 0;
}
.single .ast-comment-meta {
  color: #283646;
}
.single .ast-comment-meta * {
  color: inherit;
}
.single .comments-title {
  font-size: clamp(30px, 7vw, 80px);
  line-height: 0.9;
  margin-bottom: 0.8em;
  color: #fff;
}
.single .comment-form-url {
  display: none;
}
.single .ast-comment-formwrap {
  flex-wrap: wrap;
}
.single .comment-form-cookies-consent {
  order: 3;
  flex: 0 0 100%;
	margin-top: 16px;
}
.comment-form-comment{
	margin-bottom: 0.9em;
}
.single .ast-grid-common-col {
  width: 48.6%;
  margin-bottom: 0;
}
.single .comments-area {
  padding: 0;
}

    .lintro__entry {
        padding: 0px;
        max-width: 100%;
    }

@media screen and (min-width: 992px) {
  .lintro__entry {
    padding-bottom: 280px;
  }

  .lplaylist {
        margin-top: 0px;
        z-index: 2;
  }
}
@media screen and (max-width: 992px) {
  .lintro {
    min-height: unset;
  }
  .lintro__wrapper {
    flex-direction: column;
  }
  .lintro__entry {
    max-width: 100%;
    padding: 20px 0;
  }
  .lintro__video {
    position: static;
    max-width: unset;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .lintro__video a {
    max-height: 227px;
  }

  .ldata {
    padding-top: 32px;
  }
  .ldata__wrapper {
    flex-direction: column-reverse;
  }
  .ldata__playlist, .ldata__entry {
    max-width: 100%;
    width: 100%;
  }

  .lplaylist__viewport {
    padding-inline-end: 12px;
  }
  .lplaylist__viewport::-webkit-scrollbar {
    width: 6px;
  }

  .lvideo__preview {
    width: 110px;
  }
  .lvideo__title {
    margin-bottom: 0;
  }
  .lvideo__excerpt {
    font-size: 14px;
  }
}

@media screen and (max-width: 1622px){
	.single .ast-grid-common-col{
		width: calc( 50% - 10px );
	}
}

@media screen and (max-width: 768px) {
  .lvideo__wrapper {
    gap: 12px;
  }
  .lvideo__meta {
    display: none;
  }
  .lvideo__excerpt {
    display: none;
  }
  .lvideo__preview svg {
    max-width: 26px;
  }

  .cshare__socials {
    gap: 20px;
  }

  .ast-comment-content {
    font-size: 14px;
  }
}

.cfr2 {
    justify-content: space-between;
}

.cfr2__button {
    padding: 15px 0 !important;
	width: 180px;
    font-size: 22px !important;
}

.cld-like-dislike-wrap.cld-template-1 {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
}

.ast-comment-content{
    position: relative;
}

.ast-comment-edit-reply-wrap {
    padding-top: 16px;
}

.cld-like-wrap .fa-thumbs-up:before {
    display: none;
}

.cld-like-wrap .fa-thumbs-up {
    display: inline-block;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41MTM4IDYuMjQzMzdIMTIuMTY5MUwxMi45NzM4IDIuMzcyNTFMMTIuOTk5MiAyLjEwMTQ3QzEyLjk5OTIgMS43NTQxOSAxMi44NTUyIDEuNDMyMzIgMTIuNjI2NSAxLjIwMzYzTDExLjcyODcgMC4zMTQyNjJMNi4xNTUyOSA1Ljg5NjFDNS44NDE4OSA2LjIwMTAyIDUuNjU1NTUgNi42MjQ1MyA1LjY1NTU1IDcuMDkwMzlWMTUuNTYwNUM1LjY1NTU1IDE2LjQ5MjMgNi40MTc4NyAxNy4yNTQ2IDcuMzQ5NTggMTcuMjU0NkgxNC45NzI3QzE1LjY3NTcgMTcuMjU0NiAxNi4yNzcxIDE2LjgzMTEgMTYuNTMxMiAxNi4yMjEyTDE5LjA4OTIgMTAuMjQ5OEMxOS4xNjU1IDEwLjA1NDkgMTkuMjA3OCA5Ljg1MTY2IDE5LjIwNzggOS42MzE0NFY3LjkzNzQxQzE5LjIwNzggNy4wMDU2OSAxOC40NDU1IDYuMjQzMzcgMTcuNTEzOCA2LjI0MzM3Wk0xNy41MTM4IDkuNjMxNDRMMTQuOTcyNyAxNS41NjA1SDcuMzQ5NThWNy4wOTAzOUwxMS4wMjU2IDMuNDE0MzRMMTAuMDg1NCA3LjkzNzQxSDE3LjUxMzhWOS42MzE0NFpNMC41NzM0NTYgNy4wOTAzOUgzLjk2MTUyVjE3LjI1NDZIMC41NzM0NTZWNy4wOTAzOVoiIGZpbGw9IiM3NzgwOEIiLz4KPC9zdmc+') no-repeat center/contain;
    width: 19px;
    height: 19px;
}

.cld-like-wrap .fa-thumbs-up {
    display: inline-block;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy41MTM4IDYuMjQzMzdIMTIuMTY5MUwxMi45NzM4IDIuMzcyNTFMMTIuOTk5MiAyLjEwMTQ3QzEyLjk5OTIgMS43NTQxOSAxMi44NTUyIDEuNDMyMzIgMTIuNjI2NSAxLjIwMzYzTDExLjcyODcgMC4zMTQyNjJMNi4xNTUyOSA1Ljg5NjFDNS44NDE4OSA2LjIwMTAyIDUuNjU1NTUgNi42MjQ1MyA1LjY1NTU1IDcuMDkwMzlWMTUuNTYwNUM1LjY1NTU1IDE2LjQ5MjMgNi40MTc4NyAxNy4yNTQ2IDcuMzQ5NTggMTcuMjU0NkgxNC45NzI3QzE1LjY3NTcgMTcuMjU0NiAxNi4yNzcxIDE2LjgzMTEgMTYuNTMxMiAxNi4yMjEyTDE5LjA4OTIgMTAuMjQ5OEMxOS4xNjU1IDEwLjA1NDkgMTkuMjA3OCA5Ljg1MTY2IDE5LjIwNzggOS42MzE0NFY3LjkzNzQxQzE5LjIwNzggNy4wMDU2OSAxOC40NDU1IDYuMjQzMzcgMTcuNTEzOCA2LjI0MzM3Wk0xNy41MTM4IDkuNjMxNDRMMTQuOTcyNyAxNS41NjA1SDcuMzQ5NThWNy4wOTAzOUwxMS4wMjU2IDMuNDE0MzRMMTAuMDg1NCA3LjkzNzQxSDE3LjUxMzhWOS42MzE0NFpNMC41NzM0NTYgNy4wOTAzOUgzLjk2MTUyVjE3LjI1NDZIMC41NzM0NTZWNy4wOTAzOVoiIGZpbGw9IiM3NzgwOEIiLz4KPC9zdmc+') no-repeat center/contain;
    width: 19px;
    height: 19px;
    transition: .3s;
}

.cld-dislike-wrap .fa-thumbs-down:before {
    display: none;
}

.cld-dislike-wrap .fa-thumbs-down {
    display: inline-block;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4yMzYgMC4zMTQyNjJINC42MTI4M0MzLjkwOTggMC4zMTQyNjIgMy4zMDg0MiAwLjczNzc3IDMuMDU0MzIgMS4zNDc2MkwwLjQ5NjMyOSA3LjMxOTA4QzAuNDIwMDk3IDcuNTEzOSAwLjM3Nzc0NyA3LjcxNzE4IDAuMzc3NzQ3IDcuOTM3NDFWOS42MzE0NEMwLjM3Nzc0NyAxMC41NjMyIDEuMTQwMDYgMTEuMzI1NSAyLjA3MTc4IDExLjMyNTVINy40MTY0NUw2LjYxMTc4IDE1LjE5NjNMNi41ODYzNyAxNS40Njc0QzYuNTg2MzcgMTUuODE0NyA2LjczMDM3IDE2LjEzNjUgNi45NTkwNiAxNi4zNjUyTDcuODU2OSAxNy4yNTQ2TDEzLjQzMDMgMTEuNjcyN0MxMy43NDM3IDExLjM2NzggMTMuOTMgMTAuOTQ0MyAxMy45MyAxMC40Nzg1VjIuMDA4MjlDMTMuOTMgMS4wNzY1OCAxMy4xNjc3IDAuMzE0MjYyIDEyLjIzNiAwLjMxNDI2MlpNMTIuMjM2IDEwLjQ3ODVMOC41NTk5MiAxNC4xNTQ1TDkuNTAwMTEgOS42MzE0NEgyLjA3MTc4VjcuOTM3NDFMNC42MTI4MyAyLjAwODI5SDEyLjIzNlYxMC40Nzg1Wk0xNS42MjQgMC4zMTQyNjJIMTkuMDEyMVYxMC40Nzg1SDE1LjYyNFYwLjMxNDI2MloiIGZpbGw9IiM3NzgwOEIiLz4KPC9zdmc+') no-repeat center/contain;
    transform: translateY(4px);
    width: 19px;
    height: 19px;
    transition: .3s;
}

.cld-common-wrap{
    min-width: 40px;
}

.cld-dislike-wrap a:hover .fa-thumbs-down,
.cld-like-wrap a:hover .fa-thumbs-up{
    filter: brightness(0.5);
}

.comment-reply-link:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS4xMTIgMi45MzY1OEwxMy4wOTg3IDUuNjYzOTdMMjEuMTIyNyA0LjgxNjk1TDIxLjExMiAyLjkzNjU4Wk0xMy4xMDk0IDEwLjMyMjZMMjEuMTIyNyAxMy4wNDk5VjExLjE2OTZMMTMuMTA5NCAxMC4zMjI2Wk0yMy4yNDYgMC4zNzAxMTdMMjMuMjU2NyA2LjI5OTIzTDcuMjUxNDggNy45OTMyNkwyMy4yNTY3IDkuNjg3MjlMMjMuMjQ2IDE1LjYxNjRMMC44NDkzOCA3Ljk5MzI2TDIzLjI0NiAwLjM3MDExN1oiIGZpbGw9IiMzQTg2RkYiLz4KPC9zdmc+Cg==') no-repeat center/contain;
    margin-inline-start: 22px;
    transform: translateY(1px);
}

.f-button.is-close-btn{
	padding: 0 !important;
}

@media screen and (max-width: 768px){
  .ast-comment-formwrap{
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  
  .single .ast-grid-common-col,
  .single .ast-grid-common-col input{
    width: 100% !important;
    
  }

.comment-form-author,
.comment-form-email{
  order: 1;
}
  
  .comment-form-cookies-consent{
    order: 3 !important;
    margin-bottom: 16px;
  }
	
	.comment-form-comment{
		margin-bottom: 18px !important;
	}
	
	.comment-form-comment textarea{
		margin-top: 6px;
	}
	
	#bvrd > div{
		width: calc( 100vw - 24px );
	}
	
	.f-button.is-close-btn{
		top: -46px;
	}
}

.comment-form-email input,
.comment-form-author input {
	width: 100%;
}

.ldata__additional{
	margin-top: clamp( 24px, 2.5vw, 32px );
}

.elementor-kit-5334 {
    --e-global-color-smartmag: #002E91;
    --e-global-color-primary: #2C7EEA;
    --e-global-color-secondary: #22105B;
    --e-global-color-text: #2C4458;
    --e-global-color-accent: #61CE70;
    --e-global-color-516f5a1: #E1E1E1;
    --e-global-color-28ebbb8: #FFFFFF;
    --e-global-color-0dd20fc: #000000;
    --e-global-color-a1b0ca8: #F8F8F8;
    --e-global-color-abd0939: #101010;
    --e-global-color-a4134e2: #424242;
    --e-global-color-e56d8b7: #FF0000;
    --e-global-color-a08771e: #00C4BF;
    --e-global-color-9ea5814: #232323;
    --e-global-color-bd094c5: #688095;
    --e-global-color-aa11e70: #F1F1F1;
    --e-global-color-e97e678: #747684;
    --e-global-color-7d49030: #170B3E;
    --e-global-color-c6ec4b9: #170B3E;
    --e-global-typography-primary-font-family: "Aduma";
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-primary-line-height: 1.2em;
    --e-global-typography-secondary-font-family: "Aduma";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-line-height: 1.2em;
    --e-global-typography-text-font-family: "Noto Sans Hebrew";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-line-height: 1.2em;
    --e-global-typography-accent-font-family: "Noto Sans Hebrew";
    --e-global-typography-accent-font-size: 18px;
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-7dfc9f1-font-family: "Noto Sans Hebrew";
    --e-global-typography-7dfc9f1-font-size: 22px;
    --e-global-typography-7dfc9f1-font-weight: 700;
    --e-global-typography-7dfc9f1-line-height: 1.2em;
    --e-global-typography-c411df3-font-family: "Aduma";
    --e-global-typography-c411df3-font-size: 60px;
    --e-global-typography-c411df3-font-weight: 500;
    --e-global-typography-c411df3-line-height: 1em;
    --e-global-typography-d3b5c40-font-family: "Aduma";
    --e-global-typography-d3b5c40-font-size: 50px;
    --e-global-typography-d3b5c40-font-weight: 400;
    --e-global-typography-d3b5c40-line-height: 1em;
    --e-global-typography-e848d1a-font-family: "Aduma";
    --e-global-typography-e848d1a-font-size: 22px;
    --e-global-typography-e848d1a-font-weight: 500;
    --e-global-typography-e848d1a-line-height: 1.2em;
    --e-global-typography-c96a13d-font-family: "Assistant";
    --e-global-typography-c96a13d-font-size: 16px;
    --e-global-typography-c96a13d-font-weight: 400;
    --e-global-typography-c96a13d-line-height: 1.3em;
    --e-global-typography-c2f75cb-font-family: "Aduma";
    --e-global-typography-c2f75cb-font-size: 80px;
    --e-global-typography-c2f75cb-font-weight: 400;
    --e-global-typography-c2f75cb-line-height: 1em;
    --e-global-typography-8f28c89-font-family: "Aduma";
    --e-global-typography-8f28c89-font-size: 90px;
    --e-global-typography-8f28c89-font-weight: 400;
    --e-global-typography-8f28c89-line-height: 1em;
    --e-global-typography-55d5f31-font-family: "Assistant";
    --e-global-typography-55d5f31-font-size: 25px;
    --e-global-typography-55d5f31-font-weight: 400;
    --e-global-typography-55d5f31-line-height: 1.2em;
    --e-global-typography-ddbd987-font-family: "Aduma";
    --e-global-typography-ddbd987-font-size: 40px;
    --e-global-typography-ddbd987-font-weight: 400;
    --e-global-typography-ddbd987-line-height: 1.2em;
    --e-global-typography-80078c0-font-family: "Noto Sans Hebrew";
    --e-global-typography-80078c0-font-size: 22px;
    --e-global-typography-80078c0-font-weight: 400;
    --e-global-typography-80078c0-line-height: 1.6em;
    --e-global-typography-06201fc-font-family: "Noto Sans Hebrew";
    --e-global-typography-06201fc-font-size: 25px;
    --e-global-typography-06201fc-font-weight: 400;
    --e-global-typography-06201fc-line-height: 1.6em;
    --e-global-typography-ce589e1-font-family: "Noto Sans Hebrew";
    --e-global-typography-ce589e1-font-size: 16px;
    --e-global-typography-ce589e1-font-weight: 500;
    --e-global-typography-ce589e1-line-height: 1.4em;
    --e-global-typography-c0f6131-font-family: "Aduma";
    --e-global-typography-c0f6131-font-size: 18px;
    --e-global-typography-c0f6131-font-weight: 400;
    --e-global-typography-c0f6131-line-height: 1em;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    word-spacing: var( --e-global-typography-text-word-spacing );
}

.elementor-kit-5334 button,.elementor-kit-5334 input[type="button"],.elementor-kit-5334 input[type="submit"],.elementor-kit-5334 .elementor-button {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    word-spacing: var( --e-global-typography-text-word-spacing );
    color: var( --e-global-color-28ebbb8 );
    background-color: var( --e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1800px;
}

.e-con {
    --container-max-width: 1800px;
}

.elementor-widget:not(:last-child) {
    margin-block-end:20px;}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

{
}

h1.entry-title {
    display: var(--page-title-display);
}

.elementor-kit-5334 e-page-transition {
    background-color: #FFBC7D;
}

@media(max-width: 1366px) {
    .elementor-kit-5334 {
        --e-global-typography-d3b5c40-font-size:40px;
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }

    .elementor-kit-5334 button,.elementor-kit-5334 input[type="button"],.elementor-kit-5334 input[type="submit"],.elementor-kit-5334 .elementor-button {
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }
}

@media(max-width: 921px) {
    .elementor-kit-5334 {
        --e-global-typography-d3b5c40-font-size:40px;
        --e-global-typography-c2f75cb-font-size: 50px;
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }

    .elementor-kit-5334 button,.elementor-kit-5334 input[type="button"],.elementor-kit-5334 input[type="submit"],.elementor-kit-5334 .elementor-button {
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 940px;
    }

    .e-con {
        --container-max-width: 940px;
    }
}

@media(max-width: 544px) {
    .elementor-kit-5334 {
        --e-global-typography-text-font-size:18px;
        --e-global-typography-7dfc9f1-font-size: 18px;
        --e-global-typography-d3b5c40-font-size: 30px;
        --e-global-typography-c96a13d-line-height: 1.2em;
        --e-global-typography-c2f75cb-font-size: 40px;
        --e-global-typography-8f28c89-font-size: 40px;
        --e-global-typography-55d5f31-font-size: 22px;
        --e-global-typography-55d5f31-line-height: 1.2em;
        --e-global-typography-ddbd987-font-size: 36px;
        --e-global-typography-ddbd987-line-height: 1.2em;
        --e-global-typography-80078c0-font-size: 18px;
        --e-global-typography-06201fc-font-size: 22px;
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }

    .elementor-kit-5334 button,.elementor-kit-5334 input[type="button"],.elementor-kit-5334 input[type="submit"],.elementor-kit-5334 .elementor-button {
        font-size: var( --e-global-typography-text-font-size );
        line-height: var( --e-global-typography-text-line-height );
        word-spacing: var( --e-global-typography-text-word-spacing );
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('/wp-content/uploads/2024/06/Aduma-Regular-2.ttf') format('truetype');
}

@font-face {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/uploads/2024/06/Aduma-Medium-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('/wp-content/uploads/2024/06/Aduma-Bold-2-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url('/wp-content/uploads/2024/06/Aduma-Heavy-2-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Aduma';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('/wp-content/uploads/2024/06/Aduma-Light-1.ttf') format('truetype');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */
@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/noto-sans-hebrew-hebrew-400-normal.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/NotoSansHebrew-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/NotoSansHebrew-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/NotoSansHebrew-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/NotoSansHebrew-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Hebrew';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('/wp-content/uploads/2024/01/NotoSansHebrew-Medium.ttf') format('truetype');
}

#bvrd iframe{
	background: #000;
}

.lintro--noplaylist .lintro__video{
	max-width: 100%;
}

.ldata--noplaylist .ldata__entry{
	margin-left: auto;
	margin-right: auto;
}

.lplaylist__title, .ldata__entry, .ldata__title, .single .comments-title, .lintro__title, .lintro--noplaylist {
    color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1);
    fill: var(--ast-global-color-1);
}
.lintro__back {
	margin-bottom: 29px;
}

.ldata__tags a{

padding: 7px 20px;
	background-color: var(--ast-global-color-0);
	color: white;
	border-radius: 0;
	font-family: Aduma;
font-size: 18px;
}

.lvideo:not(.lvideo--active) {
border: 1px solid #B4B4B4;
}

.ldata__author {
	display: none;
}

.ldata__title {
	margin-bottom: 10px !important;
}

.cfr2 {
	margin-bottom: 10px !important;
}

#comments {
	margin: 0;
}

.comments-title {
	padding: 0;
	margin: 20px 0 !important;
	font-size: 40px !important;
}

.cfr2__label {
	font-weight: 500;
}
.comment.byuser  {

border: 0.954px solid #DDD;
	font-size: 14px;
}

.ast-reply-link {
	font-weight: 500;

}

.ldata__share {
	font-weight: 700;
	margin-top: 20px;
}

.cshare__button {

    border: 1px solid #22105B;

}

	.lintro__entry-mob {
		display: none;
	}

@media (max-width: 921px) {
	.ldata {
		padding: 10px 0; 
	}
	.ldata .container {
		padding: 0 10px; 
	}
	
	.lintro__entry-pc {
		display: none;
	}
	.lintro__entry-mob {
		display: block;
	}
	
		.lintro__back  {
				margin-bottom: 10px;

	}
	
	
	.lintro__back svg {
		width: 15px;
		margin-bottom: -2px;
	}
	
	.lintro__back a {
		font-size: 16px !important;

	}
	
	.lintro__title {
		font-size: 32px !important;
	}
	
	.cfr2__label {
		font-size: 12px;
	}
	
	.cfr2__button {
		font-size: 14px !important;
		width: 100px;
	}
	.lplaylist__viewport {
		width: 100%;
		padding: 0;

		
	}
	.lvideo {
		height: 100px;
		overflow: hidden;
	}
	
	.lvideo a {
		height: 100%;
	}
	
	.ldata__entry > .lintro__back{
		display: none;
	}
}

.ms-overlay-restriction p {
    margin-bottom: 12px;
}

.ms-overlay-restriction button {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ms-overlay-restriction br{
    display: none;
}