/*
Theme Name: Epicod Brosh
Theme URI: https://epicod.co.il/
Author: Alona Zisser
Author URI: https://epicod.co.il/
Description: Custom made template designed by Studio Shira Schecter and developed with a lot of 🖤 by Alona Zisser.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brosh


Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
*/
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/almoni/almoni-regular-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-regular-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-regular-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/almoni/almoni-ultralight-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-ultralight-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-ultralight-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/almoni/almoni-light-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-light-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-light-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/almoni/almoni-bold-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-bold-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-bold-aaa.woff') format('woff');
  /* Modern Browsers */
}
/* Remove arrows from number input */
form {
  direction: ltr;
}
fieldset label {
  right: auto;
  left: 0.5rem;
}
@media (max-width: 768px) {
  fieldset label {
    right: auto;
    left: 1.5rem;
  }
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
select,
.select2-container--default .select2-selection--single {
  text-align: left;
}
select {
  background-position: 98% center;
}
input[type="checkbox"],
input[type="radio"] {
  margin-left: 0;
  margin-right: 0.4rem;
}
.button:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header.site-header .inner-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.right-navigation,
.left-navigation {
  height: 100vh;
  right: 0;
  position: absolute;
  z-index: 3;
  padding: 6rem 0 2rem;
  color: #fff;
  font-size: 1.4rem;
  top: 0;
  width: 5rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right-navigation a.header-button,
.left-navigation a.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  border-left: 1px solid #fff;
}
.right-navigation .inner,
.left-navigation .inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: auto;
  height: auto;
  white-space: nowrap;
}
.right-navigation .socials-block,
.left-navigation .socials-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 6rem;
  left: -0.2rem;
}
.right-navigation .socials-wrapper,
.left-navigation .socials-wrapper {
  gap: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-navigation .socials-wrapper li,
.left-navigation .socials-wrapper li {
  width: 2rem;
  height: 1rem;
}
.right-navigation .socials-wrapper img,
.left-navigation .socials-wrapper img {
  -webkit-filter: invert(1) brightness(2) grayscale(1);
          filter: invert(1) brightness(2) grayscale(1);
}
.right-navigation:hover,
.left-navigation:hover {
  font-weight: 700;
}
@media (max-width: 768px) {
  .right-navigation,
  .left-navigation {
    display: none;
  }
}
.left-navigation {
  right: auto;
  left: 0;
}
.left-navigation a.header-button {
  border-left: 0;
  border-right: 1px solid #fff;
}
nav.site-navigation {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #000;
  width: 20rem;
  z-index: 60;
  height: 100vh;
  font-size: 1.26316rem;
  padding: 4% 0;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
nav.site-navigation ul.menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.site-navigation ul.menu li {
  list-style: none;
  /* Keep underline on "current" and "active" items */
}
nav.site-navigation ul.menu li a {
  display: block;
  padding: 0.9rem 2rem;
  position: relative;
}
nav.site-navigation ul.menu li a:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0;
}
nav.site-navigation ul.menu li.active a:after {
  width: 100%;
}
nav.site-navigation .bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media (max-width: 768px) {
  nav.site-navigation {
    width: 100%;
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.site-navigation .bottom-area {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
body.menu-open nav.site-navigation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#close-nav {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1.35px solid #000;
  font-size: 1.5rem;
  padding: 0;
}
@media (max-width: 768px) {
  #close-nav {
    width: 54px;
    height: 54px;
    font-size: 32px;
  }
}
.mobile-btn {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  z-index: 40;
  margin: 0;
}
.mobile-btn .bar {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  border-radius: 0.5rem;
}
.mobile-btn .bar:before,
.mobile-btn .bar:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 0.5rem;
}
.mobile-btn .bar:before {
  bottom: 9px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar:after {
  top: 9px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate {
  background: transparent !important;
}
.mobile-btn .bar.animate:before {
  bottom: 0;
  background: #fff !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate:after {
  top: 0;
  background: #fff !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
footer.site-footer {
  background-color: #231F20;
  color: #fff;
  --t-color: #fff;
  padding: 4.2rem 0;
}
footer.site-footer .footer-cols {
  gap: 8.5%;
  padding: 0 3rem;
}
footer.site-footer .footer-cols .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.6%;
          flex: 1 1 16.6%;
}
footer.site-footer ul.menu li {
  padding: 0.1rem 0;
  font-size: 0.94737rem;
}
footer.site-footer ul.menu li:hover {
  font-weight: bold;
}
footer.site-footer .bottom-footer {
  margin-top: 3.5rem;
  width: 79%;
}
footer.site-footer .bottom-footer .footer-col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 768px) {
  footer.site-footer .footer-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.site-footer .footer-cols .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45%;
  }
  footer.site-footer .footer-cols .footer-col .widget-title {
    margin-bottom: 0.8rem;
  }
  footer.site-footer .footer-cols .footer-col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    text-align: left;
    margin-bottom: 3.6rem;
  }
  footer.site-footer .footer-cols .footer-col:last-child img {
    max-width: 45% !important;
  }
  footer.site-footer ul.menu li {
    font-size: 18px;
  }
  footer.site-footer .bottom-footer {
    width: 100%;
  }
  footer.site-footer .bottom-footer .footer-col:last-child {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    font-size: 13px;
    text-align: initial;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
section.footer-contact {
  padding: 4rem 0;
  border-bottom: 2px solid #000;
}
section.footer-contact .section-title {
  padding: 0;
  margin-bottom: 2rem;
}
section.footer-contact .right-part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
section.footer-contact .left-part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
@media (max-width: 768px) {
  section.footer-contact .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  section.footer-contact .right-part,
  section.footer-contact .left-part {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  section.footer-contact .text-wrapper {
    padding-top: 1rem;
  }
  section.footer-contact .section-title .title-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.footer-contact .section-title .title-wrapper .inner {
    gap: 0;
  }
}
section.footer-instagram {
  padding: 3.15rem 0;
}
section.footer-instagram h2 {
  font-size: 2.49411rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
section.footer-instagram h2 img {
  width: 1.8rem;
}
@media (max-width: 768px) {
  section.footer-instagram #sbi_images {
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    direction: ltr;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -3rem;
    margin-left: -3rem;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  section.footer-instagram #sbi_images::-webkit-scrollbar {
    display: none;
  }
  section.footer-instagram #sbi_images .sbi_item {
    width: 14rem !important;
    height: 14rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo_wrap {
    height: 100%;
    width: 100%;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo {
    width: 100%;
    height: 100%;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-title .title-wrapper.x-end {
  text-align: right;
}
article.project-post .post-logo {
  right: auto;
  left: 1.3rem;
}
article .post-mark {
  left: auto;
  right: 1.3rem;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  section.horizontal-list .swiper {
    padding-left: 0;
    padding-right: 3rem;
  }
  section.horizontal-list .list-item:after {
    right: 0;
    left: 100%;
  }
  section.horizontal-list .swiper-button-prev {
    left: 0;
    right: 2.5rem;
  }
  section.horizontal-list .swiper-button-next {
    right: 0;
    left: 2.5rem;
  }
}
section.content-grid .triangle {
  right: auto;
  left: 0;
}
section.content-grid .triangle:after {
  right: auto;
  left: -60%;
}
@media (max-width: 768px) {
  section.content-grid .triangle {
    left: auto;
    right: -1px;
  }
  section.content-grid .triangle:after {
    right: auto;
    left: auto;
  }
}
section.single-intro .project-thumb {
  border-right: none;
  border-left: 2px solid #000;
}
section.single-intro .details-table {
  border-right: none;
  border-left: 1px solid #000;
}
section.single-intro .details-table .detail {
  border-left: none;
  border-right: 1px solid #000;
}
section.single-intro .details-table .detail .detail-iconi {
  border-left: none;
  border-right: 1px solid #000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.gallery .mobile-gallery .swiper-button-prev {
  right: auto;
  left: 0;
}
section.gallery .mobile-gallery .swiper-button-next {
  left: auto;
  right: 0;
}
section.timeline .item-wrapper .box:before {
  right: auto;
  left: -1.15rem;
}
section.timeline .item-wrapper .box:after {
  left: auto;
  right: -1.15rem;
}
/*# sourceMappingURL=style-ltr.css.map */