@import url("https://use.typekit.net/rgj3yde.css");
@import url("https://fonts.googleapis.com/css2?family=Gveret+Levin&display=swap");
.row {
  --bs-gutter-x: 3rem;
}

/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 10px;
}

body {
  color: #231F20;
  font-size: 2rem;
  direction: rtl;
  line-height: 1.5;
  font-weight: 400;
  font-family: greycliff-hebrew-cf-light, sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: lexia-hebr-hair, sans-serif;
  line-height: 1.2;
  color: #173049;
}

h1 {
  font-size: 10rem;
}

h2 {
  font-size: 8rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 2rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: greycliff-hebrew-cf-light, sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.text30 {
  font-size: 3rem !important;
}

.text40 {
  font-size: 4rem !important;
}

.text50 {
  font-size: 5rem !important;
}

.text60 {
  font-size: 6rem !important;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #231F20;
}

img {
  max-width: 100%;
  height: auto;
}
img.full-size {
  max-width: none;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.container1600 {
  max-width: 1600px;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
}
ul#main-menu a {
  overflow: hidden;
}
ul#main-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #C3CEDB;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
ul#main-menu a:hover::before {
  left: 0;
}
ul#main-menu a span {
  position: relative;
  z-index: 1;
}
ul#main-menu > li {
  position: relative;
}
ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 2rem;
  color: #231F20;
  line-height: 2;
  padding: 5px 10px;
}
ul#main-menu > li.current-menu-item > a {
  color: #231F20;
}
ul#main-menu > li a:focus, ul#main-menu > li a:hover {
  text-decoration: none;
  color: #231F20;
}
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  width: 200px;
  padding: 2rem 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background: white;
  opacity: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 0.6s;
  transform-origin: top left;
  transform: scale(0.5) translateY(5rem) translateX(-50%);
}
ul#main-menu ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
}
ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
}
ul#main-menu ul.sub-menu li a {
  position: relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #231F20;
  text-align: center;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  line-height: 0.7;
}
ul#main-menu ul.sub-menu li a:hover, ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #231F20;
}
ul#main-menu ul.sub-menu li:hover > a {
  color: #231F20;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  transform: scale(1) translateY(0) translateX(-50%);
  opacity: 1;
}
ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu a {
  padding: 8px 0;
  line-height: 1.5;
}

/*========================== General ==============================*/
.header {
  position: relative;
  z-index: 99999;
}

.bold {
  font-weight: bold;
}

.white {
  color: #fff;
}

.page-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: url(../img/bg_paper.jpg) no-repeat center center;
  background-size: cover !important;
}

.logo img {
  max-height: 130px;
  mix-blend-mode: multiply;
}

.sep {
  margin: 3rem 0;
  border-bottom: 1px solid #173049;
}

button.inbr {
  position: relative;
  padding: 8px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}
button.inbr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  background: #F7C222;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
button.inbr::after {
  content: url(../svg/button_arrow.svg);
  display: inline-block;
  width: 13px;
  height: 10px;
  transition: all 0.3s ease;
}
button.inbr span {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #173049;
}
button.inbr:hover::before {
  width: 100%;
}
button.inbr:hover::after {
  transform: translateX(-5px);
}
button.inbr.no-bg::before {
  display: none;
}
button.inbr.grey::before {
  background: #C3CEDB;
}
button.inbr input {
  background: none;
  border: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #173049;
  position: relative;
}
button.inbr.big {
  font-size: 3rem;
}
button.inbr.big::before {
  width: 60px;
  height: 60px;
}
button.inbr.big::after {
  content: url(../svg/button_arrow.svg);
  width: 20px;
  height: 13px;
}
button.inbr.big:hover::before {
  width: 100%;
}

.lexia {
  font-family: lexia-hebr-hair, sans-serif;
  color: #173049;
}

.hand-text {
  font-family: "Gveret Levin", cursive;
}

.yellow-multiply {
  color: #F7C222 !important;
  mix-blend-mode: multiply;
}

.text30 {
  font-size: 3rem !important;
}

.watercolor-mask {
  width: 500px;
  height: 500px;
  -webkit-mask-image: url("../img/mask.png");
  mask-image: url("../img/mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-mode: luminance;
  mix-blend-mode: multiply;
}
.watercolor-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.watercolor-mask.top-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: normal;
  top: -10rem;
}

figure.masked {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
figure.masked img, figure.masked video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  mix-blend-mode: multiply;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  transform-origin: top left;
}
figure.masked.circle {
  width: 200px;
  border-radius: 50%;
}
figure.masked video {
  max-width: 150%;
  max-height: 150%;
}

.reveal-item {
  transform: translateY(28px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.reveal-item .chapter-marker {
  transform: scale(0);
  transition: transform 0.3s ease;
}
.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-item.visible .chapter-marker {
  transform: scale(1);
}

/*========================== Homepage ==============================*/
.homepage .home-hero .container {
  height: 100%;
}
.homepage .home-hero .hp-video {
  width: 100%;
  height: 100%;
  left: 0;
  top: -10rem;
  text-align: left;
}
.homepage .home-hero .hp-video video {
  mix-blend-mode: multiply;
  max-width: 70%;
}
.homepage .home-hero .hp-title {
  margin-top: 2rem;
}
.homepage .home-hero .hp-title p {
  font-size: 4rem;
  font-family: lexia-hebr-hair, sans-serif;
  margin: 0;
}
.homepage .home-hero .hp-title h1 {
  font-size: 10rem;
  position: relative;
  padding: 1rem 2rem;
  display: inline-block;
  line-height: 1;
}
.homepage .home-hero .hp-title h1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C3CEDB;
  mix-blend-mode: multiply;
}
.homepage .home-hero .hp-quote {
  mix-blend-mode: multiply;
  margin-top: -5rem;
}
.homepage .home-hero .hp-quote img {
  max-height: 450px;
}
.homepage .home-hero .hp-quote .quote-text {
  font-size: 3rem;
  font-family: "Gveret Levin", cursive;
  padding-right: 5rem;
}
.homepage #hp-about {
  margin-top: 10rem;
  position: relative;
}
.homepage #hp-about .hp-about-bg {
  background: #C3CEDB;
  mix-blend-mode: multiply;
  border-radius: 25px;
  width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  top: 0;
  height: 100%;
  opacity: 0.7;
}
.homepage #hp-about h2 {
  margin: 5rem 0 2rem;
}
.homepage #hp-stories {
  padding: 10rem 0;
}
.homepage #hp-stories .stories-carousel {
  mix-blend-mode: multiply;
  transform: translateX(80px);
}
.homepage #hp-stories .stories-carousel .story-item {
  padding: 0 1rem;
}
.homepage #hp-stories .stories-carousel .story-item h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.homepage #hp-stories .stories-carousel .story-item .story-content {
  font-size: 1.6rem;
  line-height: 1.4;
}
.homepage #hp-stories .stories-nav {
  margin: 2rem 3rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #C3CEDB;
}
.homepage #hp-stories #stories-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C3CEDB;
  margin: 5px;
  border: none;
}
.homepage #hp-stories #stories-dots .owl-dot.active {
  background: #F7C222;
}
.homepage #hp-stories .single-story {
  padding-right: 11rem;
  padding-top: 5rem;
  position: relative;
}
.homepage #hp-stories .single-story::before {
  content: url(../svg/qoutemark.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
}

/*========================== About ==============================*/
.page-template-about .about-video video {
  max-width: 100%;
}
.page-template-about .about-content {
  padding: 10rem 0;
}
.page-template-about .about-content figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.page-template-about .about-content figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-template-about .about-content h2 {
  font-size: 3rem;
  color: #F7C222;
  mix-blend-mode: multiply;
  margin-bottom: 2rem;
}

.inner-page .top-bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 5rem);
  top: -2.5rem;
  left: 0;
  background: #C3CEDB;
  mix-blend-mode: multiply;
  border-radius: 2rem;
  padding: 5rem 2rem;
  overflow: hidden;
}
.inner-page .top-bg img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  mix-blend-mode: multiply;
  max-height: 200%;
}
.inner-page .inner-title {
  padding-right: 5rem;
}

/*========================== Story ==============================*/
.page-template-his-story #story-intro {
  padding-top: 10rem;
}
.page-template-his-story #story-intro h2 {
  font-size: 4rem;
}
.page-template-his-story #story-content {
  padding-top: 10rem;
}
.page-template-his-story #story-chapters {
  padding: 15rem 0 10rem;
  position: relative;
}
.page-template-his-story #story-chapters .chapter {
  width: 50%;
  padding-left: 5rem;
}
.page-template-his-story #story-chapters .chapter:nth-child(even) {
  margin-right: 50%;
  padding-right: 5rem;
  padding-left: 0;
}
.page-template-his-story #story-chapters .chapter:nth-child(even) .chapter-marker {
  right: -15px;
  left: auto;
}
.page-template-his-story #story-chapters .chapter:nth-child(even) h3 {
  opacity: 0;
  transform: translateX(5rem);
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.page-template-his-story #story-chapters .chapter:nth-child(odd) h3 {
  text-align: left;
  opacity: 0;
  transform: translateX(-5rem);
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
.page-template-his-story #story-chapters .chapter:nth-child(odd) figure {
  margin-inline-start: auto;
  margin-inline-end: 0;
}
.page-template-his-story #story-chapters .chapter .chapter-marker {
  width: 30px;
  height: 30px;
  background: #f4f5f0;
  border: 6px solid #F7C222;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 10px;
}
.page-template-his-story #story-chapters .chapter img {
  opacity: 0;
  transform: scale(0.3);
  transition: all cubic-bezier(0, 0, 0, 1) 0.5s;
  transition-delay: 0.2s;
}
.page-template-his-story #story-chapters .chapter .chapter-content {
  opacity: 0;
  transform: translateY(10rem);
  transition: all ease 1s;
  transition-delay: 0.6s;
}
.page-template-his-story #story-chapters .chapter.visible h3 {
  opacity: 1;
  transform: translateX(0);
}
.page-template-his-story #story-chapters .chapter.visible img {
  opacity: 1;
  transform: scale(1);
}
.page-template-his-story #story-chapters .chapter.visible .chapter-content {
  opacity: 1;
  transform: translateY(0);
}
.page-template-his-story #story-chapters .story-line {
  position: absolute;
  top: 0;
  right: calc(50% - 3px);
  width: 6px;
  height: 100%;
  background: #F7C222;
  clip-path: inset(0);
}
.page-template-his-story #story-chapters .story-line::after {
  content: "";
  position: fixed;
  top: 50vh;
  right: calc(50% - 3px);
  width: 6px;
  height: 50vh;
  background: #f4f5f0;
  opacity: 0.8;
}

/*========================== Inner Page ==============================*/
.page-template-inner-page #inner-intro {
  padding-top: 10rem;
}
.page-template-inner-page #inner-intro h1 {
  font-size: 4rem;
}
.page-template-inner-page #inner-content {
  padding: 10rem 0;
}

/*========================== Single story ==============================*/
.single-story h1 {
  font-size: 7rem;
}
.single-story #story-main {
  padding: 10rem 0;
}

/*========================== Archive story ==============================*/
.post-type-archive-story #stories-list {
  padding: 10rem 0;
}
.post-type-archive-story #stories-list .story-item {
  margin-bottom: 5rem;
}
.post-type-archive-story #stories-list .story-item h3 {
  position: relative;
  padding-right: 8rem;
}
.post-type-archive-story #stories-list .story-item h3::before {
  content: url(../svg/qoutemark.svg);
  position: absolute;
  top: -30px;
  right: 0;
  width: 70px;
  height: 80px;
}
.post-type-archive-story #stories-list .story-item .story-content {
  padding-right: 8rem;
}

#add-story {
  padding-bottom: 10rem;
}
#add-story .add-story-title img {
  mix-blend-mode: multiply;
  max-height: 400px;
}
#add-story .add-story-title h2 {
  transform: translateY(-40px) translateX(100px);
}
#add-story .wpcf7 input[type=text], #add-story .wpcf7 input[type=email], #add-story .wpcf7 textarea {
  border: none !important;
  background: rgba(195, 206, 219, 0.5);
  mix-blend-mode: multiply;
}

/*========================== Gallery ==============================*/
#gallery-main {
  padding: 10rem 0;
}
#gallery-main .gallery-item {
  margin-bottom: 2rem;
}
#gallery-main figure.masked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7C222;
  opacity: 0;
  transition: all 0.3s ease;
}
#gallery-main figure.masked:hover::after {
  opacity: 0.7;
}
#gallery-main figure.masked:hover .enlarge, #gallery-main figure.masked:hover .video-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
}
#gallery-main figure.masked:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}
#gallery-main figure.masked .enlarge, #gallery-main figure.masked .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  background: url(../svg/magnifying-glass.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
#gallery-main figure.masked .video-play-icon {
  background-image: url(../svg/play-button-o.svg);
  width: 40px;
  height: 40px;
}
#gallery-main figure.masked .video-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #F7C222;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 5px;
}
#gallery-main figure.masked .video-icon span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0px 6px 10px;
  border-color: transparent transparent transparent #173049;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.3s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; /* Matches Magnific's default overlay opacity */
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.85);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-video-wrapper {
  position: relative;
  margin: 0 auto;
  background: transparent; /* Removes the black background */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); /* Nice floating shadow */
  line-height: 0; /* Prevents tiny HTML baseline gaps at the bottom */
  width: 300px; /* Temporary fallback width while loading */
  height: 169px; /* Temporary fallback height while loading */
  transition: width 0.2s ease, height 0.2s ease; /* Smoothly snaps to size */
}

.dynamic-popup-video {
  width: 100% !important;
  height: 100% !important;
  display: block;
  background: transparent;
}

.mfp-inline-holder .mfp-content {
  line-height: 0; /* Keeps container flush */
  vertical-align: middle;
}

.mfp-loading-video {
  opacity: 0.5;
}

/*========================== Footer ==============================*/
.footer {
  position: relative;
  padding: 5rem 0;
  margin-bottom: 2rem;
}
.footer .footer-bg {
  background: #F7C222;
  mix-blend-mode: multiply;
  border-radius: 25px;
  width: calc(100% - 4rem);
  position: absolute;
  left: 2rem;
  top: 0;
  height: 100%;
}
.footer .footer-logo {
  mix-blend-mode: multiply;
}

.wpcf7 form {
  position: relative;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #173049;
  background: none;
}
.wpcf7 textarea {
  max-height: 100px;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  inset-inline-start: 15rem;
  inset-block-end: 1.1rem;
  margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
  border-color: #dc3232;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

.page-template-soon {
  height: 100vh;
  width: 100vw;
  background: url(../img/bg_paper.jpg) no-repeat center center;
  background-size: cover !important;
}
.page-template-soon main {
  width: 100%;
  height: 100%;
}
.page-template-soon main img {
  mix-blend-mode: multiply;
}
.page-template-soon main h1 {
  font-family: lexia-hebr-hair, sans-serif;
  font-size: 4rem;
  text-align: center;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #231F20;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #F7C222;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  transform: translate(0);
}
.off-canvas.is-open ul.mobile-menu > li {
  animation: slide 1s ease-out both;
}

.position-left {
  transform: translateX(-100%);
  left: 0;
}

.position-right {
  transform: translateX(100%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
  text-align: center;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #231F20;
  border-bottom: 1px solid #231F20;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 2.5rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #231F20;
}
ul#mobile-menu > li {
  transform: translateX(300px);
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: none;
  padding: 0;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 2rem;
}
ul#mobile-menu ul.sub-menu:after {
  content: "";
  height: 2px;
  width: 100px;
  background: white;
  display: inline-block;
  margin: 2rem auto;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #231F20;
}

.off-canvas.is-open ul.mobile-menu > li:nth-child(1) {
  animation-delay: 0.1s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(2) {
  animation-delay: 0.2s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(3) {
  animation-delay: 0.3s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(4) {
  animation-delay: 0.4s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(5) {
  animation-delay: 0.5s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(6) {
  animation-delay: 0.6s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(7) {
  animation-delay: 0.7s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(8) {
  animation-delay: 0.8s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(9) {
  animation-delay: 0.9s;
}
.off-canvas.is-open ul.mobile-menu > li:nth-child(10) {
  animation-delay: 1s;
}

/****************************************************************************************************************/
@keyframes slide {
  to {
    transform: translatex(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1600px) {
  .homepage .home-hero .hp-title h1 {
    font-size: 8rem;
  }
  .homepage #hp-about .row {
    padding: 0 5rem;
  }
  footer .container {
    padding: 0 5rem;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 3rem;
  }
} /* end of (max-width: 1600px) */
@media only screen and (max-width: 1280px) {
  .homepage .home-hero .hp-quote img {
    max-height: 350px;
  }
  .homepage .home-hero .hp-video {
    top: -5rem;
  }
  .homepage .home-hero .hp-video video {
    max-width: 65%;
  }
  .homepage .home-hero .hp-title h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 6rem;
  }
} /* end of (max-width: 1280px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  body {
    font-size: 1.8rem;
  }
  .homepage .home-hero .hp-video {
    position: relative !important;
    top: -10rem;
  }
  .homepage .home-hero .hp-video video {
    max-width: 85%;
  }
  .homepage .home-hero .wheel {
    margin-top: -35rem;
  }
  .homepage #hp-about img.full-size {
    max-width: 150%;
  }
  .homepage #hp-stories .stories-carousel {
    margin-top: -10rem;
    transform: none;
    margin-right: -2rem;
  }
  .homepage #hp-stories .stories-nav {
    margin: 2rem 0 0;
  }
  .homepage #hp-stories .single-story {
    padding-right: 6rem;
    padding-top: 0;
  }
  .homepage #hp-stories .single-story::before {
    width: 50px;
    height: 50px;
  }
  #main-menu {
    padding: 0 !important;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .homepage .home-hero .hp-video {
    top: -5rem;
  }
  .homepage .home-hero .hp-quote {
    margin-top: 0;
  }
  .homepage .home-hero .hp-quote img {
    max-height: 300px;
  }
  .homepage #hp-about img.full-size {
    max-width: 100%;
  }
  .mobile-header {
    display: flex !important;
    justify-content: space-between !important;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .homepage .home-hero .hp-title h1 {
    font-size: 5rem;
  }
  .homepage .home-hero .hp-title p {
    font-size: 3rem;
  }
  .homepage .home-hero .hp-video video {
    max-width: 90%;
  }
  .homepage .home-hero .wheel {
    margin-top: -20rem;
  }
  .homepage .home-hero .hp-quote img {
    max-height: 200px;
  }
  .homepage .home-hero .hp-quote .quote-text {
    font-size: 2rem;
    padding-right: 3rem;
  }
  .homepage #hp-about {
    margin-top: 5rem;
  }
  .homepage #hp-about h2 {
    margin-top: 0;
  }
  .homepage #hp-about .row {
    padding: 0 2rem;
  }
  .homepage #hp-stories .single-story {
    padding-right: 7rem;
    padding-top: 1rem;
  }
  .homepage #hp-stories .single-story::before {
    width: 60px;
    height: 60px;
  }
  .text50 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 3rem;
  }
  #add-story .add-story-title img {
    max-height: 300px;
  }
  #add-story .add-story-title h2 {
    transform: translateY(-40px) translateX(0);
  }
  .footer .footer-logo {
    max-width: 50%;
  }
} /* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .logo img {
    max-height: 90px;
  }
  .homepage .home-hero .hp-title h1 {
    font-size: 4rem;
    padding: 1rem;
  }
  .homepage .home-hero .hp-video {
    top: -2rem;
  }
  .homepage .home-hero .hp-video video {
    max-width: 130%;
    transform: translateX(5rem);
  }
  .homepage .home-hero .hp-quote img {
    max-height: 160px;
  }
  .homepage .home-hero .wheel {
    margin-top: -12rem;
  }
  .homepage #hp-stories .stories-carousel {
    margin-top: -5rem;
  }
  .homepage #hp-stories .single-story h3 {
    margin-top: 1rem;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */