@media (min-width: 1024px) /* Tablet Wide */
{
  html {
    font-size: 16px;
  }
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .navSearch,
  .navSearch nav {
    width: 100%;
  }

    .navSearch nav > .collapse {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }

  #header .header-nav-main nav > ul > li {
    height: auto;
  }

    #header .header-nav-main nav > ul > li > a {
      font-size: 15px;
      font-weight: 400;
      min-height: 48px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
      font-size: 1em;
    }

  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before,
  #header .header-logo img {
    max-height: 64px;
    max-width: 232px;
  }


  .gallery2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .grid-section section:last-child {
    margin-bottom: -74px;
  }

  .donOpt {
    min-height: 100%;
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md,
  .leftTitleBG {
    background-size: contain;
  }

  .programIn .container .imgTtlTxtLnk {
    height: 360px !important;
  }

  .program .container .imgTtlTxtLnk {
    height: 340px !important;
  }
    /*** letters Animation ***/
    .charsAnimation.fast {
        --duration: 0.32s;
    }

    .charsAnimation {
        --text: #fff;
        --font-size: 16px;
        --duration: 0.4s;
        --move-hover: 0;
        --font-shadow: calc(var(--font-size) + 4px);
        line-height: calc(var(--font-size) + 2px);
        display: flex;
        outline: none;
        text-decoration: none;
        /*font-size: var(--font-size);*/
        letter-spacing: 0.5px;
        color: var(--text);
        transform: translateY(var(--y)) translateZ(0);
        transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    }
        /* rotating chars */
        .charsAnimation.rotatingChars div {
            display: flex;
            overflow: hidden;
            text-shadow: 0 var(--font-shadow) 0 var(--text);
        }

            .charsAnimation.rotatingChars div span {
                display: block;
                backface-visibility: hidden;
                font-style: normal;
                transition: transform var(--duration) ease;
                transform: translateY(var(--m)) translateZ(0);
                padding: 1px 0;
                min-width: 5px;
            }

        .charsAnimation div span:nth-child(1) {
            transition-delay: 0.05s;
        }

        .charsAnimation div span:nth-child(2) {
            transition-delay: 0.1s;
        }

        .charsAnimation div span:nth-child(3) {
            transition-delay: 0.15s;
        }

        .charsAnimation div span:nth-child(4) {
            transition-delay: 0.2s;
        }

        .charsAnimation div span:nth-child(5) {
            transition-delay: 0.25s;
        }

        .charsAnimation div span:nth-child(6) {
            transition-delay: 0.3s;
        }

        .charsAnimation div span:nth-child(7) {
            transition-delay: 0.35s;
        }

        .charsAnimation div span:nth-child(8) {
            transition-delay: 0.4s;
        }

        .charsAnimation div span:nth-child(9) {
            transition-delay: 0.45s;
        }

        .charsAnimation div span:nth-child(10) {
            transition-delay: 0.5s;
        }

        .charsAnimation div span:nth-child(11) {
            transition-delay: 0.55s;
        }

        .charsAnimation div span:nth-child(12) {
            transition-delay: 0.6s;
        }

        .charsAnimation.rotatingChars:hover {
            --y: var(--move-hover);
        }

            .charsAnimation.rotatingChars:hover span {
                --m: calc((var(--font-size) + 5px) * -1);
            }

        .charsAnimation.rotatingChars.reverse {
            --font-shadow: calc(var(--font-size) * -1);
        }

            .charsAnimation.rotatingChars.reverse:hover span {
                --m: calc(var(--font-size));
            }
        /* smoking animation */
        .charsAnimation.smoking div {
            display: flex;
        }

            .charsAnimation.smoking div span {
                display: block;
                backface-visibility: hidden;
                font-style: normal;
                padding: 1px 0;
                min-width: 5px;
            }

                .charsAnimation.smoking div span:nth-child(1) {
                    --d: 0.05s;
                }

                .charsAnimation.smoking div span:nth-child(2) {
                    --d: 0.1s;
                }

                .charsAnimation.smoking div span:nth-child(3) {
                    --d: 0.15s;
                }

                .charsAnimation.smoking div span:nth-child(4) {
                    --d: 0.2s;
                }

                .charsAnimation.smoking div span:nth-child(5) {
                    --d: 0.25s;
                }

                .charsAnimation.smoking div span:nth-child(6) {
                    --d: 0.3s;
                }

                .charsAnimation.smoking div span:nth-child(7) {
                    --d: 0.35s;
                }

                .charsAnimation.smoking div span:nth-child(8) {
                    --d: 0.4s;
                }

                .charsAnimation.smoking div span:nth-child(9) {
                    --d: 0.45s;
                }

                .charsAnimation.smoking div span:nth-child(10) {
                    --d: 0.5s;
                }

                .charsAnimation.smoking div span:nth-child(11) {
                    --d: 0.55s;
                }

                .charsAnimation.smoking div span:nth-child(12) {
                    --d: 0.6s;
                }

        .charsAnimation.smoking:hover {
            --y: var(--move-hover);
            --shadow: var(--shadow-hover);
            --move: -4px;
            --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
        }

            .charsAnimation.smoking:hover span {
                animation: move var(--duration) linear var(--d);
            }

        .charsAnimation.smoking {
            --move: 12px;
            --move-y: -8px;
            --blur: 4px;
        }

            .charsAnimation.smoking:hover span {
                --duration: 0.7s;
                animation: smoke var(--duration) linear var(--d);
            }

    @keyframes move {
        40% {
            transform: translateY(var(--move));
            text-shadow: var(--shadow-active);
        }
    }

    @keyframes smoke {
        45%, 55% {
            filter: blur(var(--blur));
        }

        50%, 50.1% {
            opacity: 0;
        }

        25%, 75% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(var(--move)) translateY(var(--move-y));
        }

        50.1% {
            transform: translateX(calc(var(--move) * -1));
        }
    }

}

@media (min-width: 1280px) /* Small Laptops */ {
  html {
    font-size: 17px;
  }

  #header .header-nav-main nav > ul > li > a {
    font-size: 18px;
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md,
  .leftTitleBG {
    background-size: initial;
  }

  #greetingsSwiper .swiper-slide {
    min-height: 240px;
  }
}

@media (min-width: 1440px) /* Standard Laptop */ {
  html {
    font-size: 18px;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    padding: 8px !important;
  }

  .container {
    max-width: 1380px;
  }

  .lessonImg {
    min-height: 220px;
  }

  .page-header.page-header-modern h1 {
    font-size: 60px;
  }

  .shutafPage.donOpt {
    min-height: 378px;
  }

  #footer dt {
    width: calc(90% - 70px);
  }
}

@media (min-width: 1600px) /* HighRes & Desktops */ {
  html {
    font-size: 19px;
  }
  h2 {
    font-size: 2.25rem;
  }
  #productVariationDataContainer h2 {
    font-size: 2.25rem;
    margin-top: 0;
  }
    .headerSearch input,
    .headerSearch select,
    .headerSearch button {
        height: 40px;
        font-size: 0.9rem;
    }
  .relatedProducts h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1023px) /* Tablet Tall */ {
  .bannerText {
    width: 70%;
  }

	.btn-primary.sidebarToggler {
		display: block;
		margin: 15px auto;
	}

	#sideBarCategsFilters {
		position: fixed;
		background-color: rgb(255 255 255 / 95%);
		z-index: 99;
		/*top: 59px;*/
		top: 0;
		height: calc(100vh /*- 59px*/ );
		left: 100%;
		width: 100vw;
		overflow-y: scroll;
		padding: 10px;
		transition: all .2s ease-in-out;
	}

		#sideBarCategsFilters.show {
			left: 0;
		}

		#sideBarCategsFilters .sidebarToggler {
			position: absolute;
			left: 10px;
			top: 10px;
			text-align: center;
			padding: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 40px;
			width: 40px;
		}

			#sideBarCategsFilters .sidebarToggler i {
				margin-right: 0;
			}

	.sidebarToggler.mb-3 {
		margin-right: 50%;
		transform: translateX(calc(50% + 7.5px));
	}
    .filterBtn:before {
        display: inline;
    }
}

@media (max-width: 500px) /* Big Mobiles */ {
  .container {
    max-width: 700px;
  }

  .lessonBlock .box-content {
    height: 340px;
  }

  .programIn .container .imgTtlTxtLnk {
    height: 360px !important;
  }

  .program .container .imgTtlTxtLnk {
    height: 340px !important;
  }
  #header .header-logo img {
    z-index: 1;
    height: auto;
    max-height: 80px;
    max-width: 220px;
  }

  #header .header-nav-main nav > ul li a {
    font-size: 15px;
    font-weight: normal;
  }

  h2 {
    font-size: 38px;
    line-height: 30px;
  }

  h3 {
    font-size: 25px;
    /* margin-bottom: 15px; */
  }

  h4 {
    font-size: 1.4em;
  }

  .imgTile > div {
    padding: 15px;
    min-width: 270px;
  }

  .homeAbout .row {
    padding-bottom: 0;
  }

  .owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
    margin: 0 !important;
  }

  #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom: 1px solid #757575;
  }

  #header .header-nav-main nav {
    background-color: #f9f9f9;
  }

  .lessonBlock .box-content {
    height: 100%;
  }

  .mobile-menu-opened:not(.sticky-header-active) #header .header-nav-main:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9f9;
    position: absolute;
    top: -20px;
    left: 20px;
  }

  .rav {
    min-height: 360px;
  }

    .rav:hover .hoverText {
      margin-top: -70px;
    }

  .rabanim p {
    font-size: 16px;
    line-height: 25px;
  }

  .rabanimTitle:before {
    height: 3090px;
  }

  .mifaal .articleBlock h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .grid-section section:last-child {
    margin-bottom: -88px;
  }

  html.sticky-header-active #header.header-transparent .header-body.bg-dark .header-nav-main:before,
  html.sticky-header-active #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
    background-color: transparent;
  }

  .rev_slider li.slide-overlay .slotholder:after {
    content: none;
  }

  .rev_slider .sliderTitle {
    color: #094f95;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 10px white, 0 0 15px white;
  }

  .tp-bgimg.defaultimg {
    background-position: -380px center !important;
  }

  article.post.post-large {
    margin-bottom: 15px;
  }

  div#revolutionSlider_forcefullwidth .tp-caption.btn {
    padding: 15px 15px !important;
  }

  input#CCDonFormSubmit {
    display: block;
    margin: auto;
  }

  #footer .footer-copyright.footer-copyright-style-2 {
    margin-top: 15px !important;
  }

  #footer .footer-copyright p {
    font-size: 15px;
  }

  .page-header.page-header-modern.page-header-background.page-header-background-md {
    background-size: cover;
  }

  .leftTitleBG {
    display: none;
  }

  .program .imgTtlTxtLnk {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

    .program .imgTtlTxtLnk p {
      font-size: 16px;
      padding: 0 15px;
      line-height: 25px;
    }

  .mifalPage .catsNav {
    padding: 10px 0 5px 0;
  }

  .mifalPage .navbar-nav {
    display: block;
    text-align: center;
  }

    .mifalPage .navbar-nav li {
      display: inline-block;
      margin-bottom: 5px;
    }

      .mifalPage .navbar-nav li a {
        padding: 5px;
      }

  .mifalPage .articles {
    padding-bottom: 0;
  }

  .mifalPage h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }

  .galleryPage .main {
    padding-bottom: 0 !important;
  }

  .beitmidrash .col-lg-4.mb-4.mb-lg-0.appear-animation.animated.appear-animation-visible {
    margin-bottom: 0 !important;
  }

  .beitmidrash .lessonBlock {
    margin-bottom: 0 !important;
  }

  .memo .memTitle {
    text-align: center;
  }

  .memo {
    margin-bottom: 15px;
  }

  .shutafPage .main::before {
    opacity: .5;
    background-position-x: -260px;
  }

  .donOpt {
    padding: 25px 10px 10px 15px;
    margin-bottom: 15px;
  }

  .ContactForm {
    margin-bottom: 0;
    padding: 20px 0 0 0;
  }

  .updateForm {
    margin-bottom: -90px;
    padding-bottom: 43px;
  }

  .testimonials .owl-carousel {
    transform: translateX(0);
  }

  .testimonials .col-md-8 {
    padding: 130px 75px 60px 30px;
  }

  .testimonials .testimonialAuthor p:first-child:before {
    font-size: 130px;
    right: -65px;
  }

  .contactTWB {
    top: 19%;
  }

  .bannerText {
    clip-path: none;
    width: 100%;
    height: calc(100vh - 100px);
  }

  .bannerlanding {
    height: calc(100vh - 100px);
  }

  img.itur {
    width: 250px;
    margin-bottom: 17px;
    height: auto !important;
  }

  .landingYeshivot.mifalim h2 {
    font-size: 35px;
  }

  .mifalImg {
    margin-bottom: 15px;
  }

  .trumaLanding {
    background-position-y: 0;
  }

  section.landingYeshivot.bannerlanding img {
    height: calc(100vh - 100px);
  }

  .landingYeshivot .btn {
    margin: auto;
  }

  .landingAbout.landingYeshivot img {
    width: 100%;
  }

  .bannerTextPidion {
    margin-left: 0;
  }

  .shofarJpg {
    bottom: 0;
    display: block;
    z-index: 9;
    position: absolute;
    width: 200px;
    right: -40px;
    pointer-events: none;
  }

  .zichram .memo h4 {
    min-height: auto;
  }

  .hanzachot .dedic {
    padding: 0;
  }

  .rev_slider .sliderTitle.mainTitle {
    line-height: .8em !important;
  }

  .sliderTitle span:before {
    right: -8px;
    top: 14px;
    font-size: 20px;
  }

  .sliderTitle span:after {
    left: -7px;
    top: 14px;
    font-size: 20px;
  }

  .bannerTextPidion h3 {
    font-size: 40px;
  }

  .stripTruma h3 {
    margin-top: 0;
  }

  .galleryLanding {
    padding-bottom: 50px;
  }

  .trumaLanding {
    height: auto;
    margin-bottom: 0;
    background-size: cover;
  }

  .navSearch {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    background: white;
    padding: 0;
    z-index: 99;
  }
    .navSearch .navbar {
        padding: 0;
    }

  .shopping-cart-link strong {
    display: none;
  }

  .navCollapser {
    border: 1px solid;
  }
    .cartOptions {
        padding: 15px;
    }
}

@media (max-width: 360px) /* Mobile */ {
}
