/**

Theme Name: Go Kadima by Activated Digital

Author: Activated Digital

Author URI: https://activated.digital

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: go-kadima-by-activated-digital

Template: astra

*/

@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url('../ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'),
    url('../fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  direction: ltr;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
Theme Name: Go Kadima by Activated Digital
Author: Activated Digital
Author URI: https://activated.digital
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: go-kadima-by-activated-digital
Template: astra
*/

@font-face {
  font-family: 'TrumpeldorRegular';
  src: url('../fonts/TrumpeldorRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'TrumpeldorBold';
  src: url('../fonts/TrumpeldorBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Spoiler-Regular';
  src: url('../fonts/Spoiler-Regular.ttf') format('truetype');
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Spoiler-Regular';
  font-size: larger;
}

#primary {
  margin: 0 !important;
}

.ac-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.hero .ac-container {
  transition: left 1000ms ease-in;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

header .ast-icon.icon-arrow svg {
  width: 1.5em;
  height: 1.5em;
  top: 0.5em;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1700px) {
  .hero .ac-container {
    left: 60%;
    width: 70%;
    min-width: 1000px;
  }
}

@media (max-width: 1400px) {
  .hero .ac-container {
    left: 50%;
  }
}

@media (max-width: 1000px) {
  .hero .ac-container {
    position: unset;
    transform: unset;
    width: 100%;
    min-width: unset;
  }
}

.form-section .ac-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-right: 0 !important;
}

footer a {
  color: white;
}

footer a:hover {
  color: #d8b676;
}

.side-form div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: white;
  text-align: center;
}

.side-form .wpforms-submit-container {
  text-align: center;
}

div.wpforms-container .wpforms-form .choices[data-type*='select-one']:after {
  right: unset !important;
  left: 11.5px !important;
}

.side-form div.wpforms-container .wpforms-form .choices[data-type*='select-one'] .choices__button {
  display: none !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.wpforms-container .wpforms-form .choices[data-type*='select-one'] .choices__button {
  width: 20px !important;
  right: unset !important;
  left: 5px !important;
  background: black !important;
}

.side-form svg {
  cursor: pointer;
  width: 25px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-form .top-side-form {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #d8b676;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  -o-transition: transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #322f2d !important;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  border-top: 1px solid #d8b676;
  border-right: 1px solid #d8b676;
  padding: 10px;
  width: 108%;
}

.side-form.ac-active .top-side-form {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  border-right: 0;
}

.side-form.ac-active {
  left: 0;
}

.side-form div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 5px 0;
}

.side-form {
  -webkit-transition: left 1s ease-in;
  -o-transition: left 1s ease-in;
  transition: left 1s ease-in;
  position: fixed;
  top: 220px;
  left: -260px;
  width: 260px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #d8b676;
  border-left: 0;
  border-top: 0;
  background: #322f2d;
  z-index: 10000;
}

.side-form button,
.side-form .choices,
.side-form input {
  max-width: 90% !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.side-form button {
  background: #d8b676 !important;
  color: #282829 !important;
  border-radius: 5px !important;
  border: 0 !important;
}

.side-form button:hover,
.side-form button:focus {
  color: #d8b676 !important;
  background: #282829 !important;
}

.side-form h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #d8b676;
}

.side-form p {
  margin-bottom: 0;
  margin: 0.5em 0;
  font-size: larger;
  text-align: center;
  color: #fff;
}

.hero {
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(https://gokadima.co.il/wp-content/uploads/2021/07/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  width: 500px;
  align-self: center;
}

.hero-text h1 {
  margin: 0.1em 0 0.3em;
  color: #d8b676;
  font-weight: 600;
  padding-left: 2em;
}

.hero-text span {
  color: #d8b676;
  font-weight: 300;
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-text p {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1em;
}

.hero-text button {
  font-size: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
}

.widget {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  padding: 3.5em 0;
  text-align: center;
}

.widget h2 {
  font-weight: bold;
}

.widget h2 strong {
  font-family: 'TrumpeldorRegular';
  font-size: larger;
}

.widget .services {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.75em;
}

.widget .services img:last-child {
  display: none;
}

.widget .services p {
  margin-bottom: 0;
}

.widget .services .service-item {
  cursor: pointer;
  opacity: 0.5;
  width: 25%;
  -webkit-transition: opacity ease-in 200ms;
  -o-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
}

.service-item.slick-active,
.widget .services .service-item.ac-active {
  opacity: 1;
}

.form-section {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8b676;
}

.form-section img {
  position: absolute;
  right: 0;
  bottom: 0;
}

#text {
  line-height: 1.2;
  min-height: 250px;
}

.form-section h2 {
  line-height: 1;
  color: #322f2d;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.form-section h3 {
  color: #322f2d;
  font-weight: bold;
}

.form-section p {
  font-weight: 500;
  margin-bottom: 1em;
  color: #322f2d;
}

.form-section .form-wrapper {
  width: 600px;
  max-width: 90%;
  margin: 2em auto 2em 100px;
  position: relative;
}

.form-section .wpforms-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-section .wpforms-field-container > div {
  width: 48% !important;
}

.form-section .wpforms-field-container > div:nth-child(odd) {
  margin-left: 4%;
}

.form-section .wpforms-field-container > div div {
  max-width: 100% !important;
}

.form-section select,
.form-section input {
  padding: 0.5em;
  max-width: 100% !important;
  width: 100% !important;
}

.form-section button {
  background-color: #282829 !important;
  color: #fff !important;
  border-radius: 4px !important;
  border: 0 !important;
  width: 100% !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type='number'] {
  -moz-appearance: textfield;
}

.workers {
  padding: 3.5em 0;
  background-color: #282829;
  color: white;
  text-align: center;
}

.workers h2 {
  text-align: center;
  font-weight: bold;
  margin: 0em 0 1em;
  color: #d8b676;
}

.workers .workers-slider {
  direction: ltr;
  width: 1000px;
  max-width: 90%;
  margin: 1.75em auto;
}

.workers .slick-slide {
  padding: 1.75em;
}

.workers .more-workers {
  background-color: #282829 !important;
  color: #d8b676 !important;
  border-radius: 4px !important;
  border: 0 !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.workers .more-workers a {
  color: #d8b676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.workers .more-workers svg {
  margin-right: 15px;
}

.workers .workers-slider p strong {
  color: #d8b676;
}

.workers .workers-slider p.sentence {
  line-height: 1.3;
  margin-top: 0.4em;
}

.workers .workers-slider .img {
  width: 130px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #d8b676;
}

.workers .workers-slider p {
  margin-bottom: 0;
  color: #fff;
}

.ac-posts {
  padding: 3.5em 0;
}

.ac-posts h2 {
  text-align: center;
  color: #936e2a;
  font-weight: bold;
}

.ac-posts .ac-container > p {
  font-weight: 500;
  text-align: center;
}

.ac-posts a p {
  line-height: 21px;
  color: #000;
}

.ac-posts a p:hover {
  color: #d8b676;
}

.ac-posts .grid {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ac-posts .grid .post-item {
  width: 32%;
  margin-left: 1.5%;
  direction: rtl;
}

.ac-posts .grid .post-item img {
  height: 218px;
}

.ac-posts .grid .post-item strong {
  font-size: 110%;
  color: #000;
}

.ac-posts .grid .post-item:last-child,
.ac-posts .grid .post-item:nth-child(3) {
  margin-left: 0;
}

.ac-posts .more-articles {
  background-color: #282829 !important;
  color: #d8b676 !important;
  border-radius: 4px !important;
  border: 0 !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.ac-posts .more-articles a {
  color: #d8b676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.ac-posts .more-articles svg {
  margin-right: 15px;
}

#close-form,
#toggle-form {
  display: none;
}
.pac-container {
  position: fixed !important;
}
.show-on-mobile {
  display: none;
}

.address-form-popup form > svg {
  margin: 0 auto;
}

.address-form-popup form {
  text-align: center;
}

button#successAdress:hover path {
  fill: white;
}

.address-form-popup {
  padding: 2em;
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #936e2a;
  width: 846px;
}

.address-form-popup h2 {
  color: #000;
  font-weight: 600;
}

.address-form-popup h3 {
  color: #000;
}

.address-form-popup button,
.address-form-popup input {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 10px;
  border: 1px solid black;
  border-radius: 0;
  width: 70%;
  margin: 0.5em auto;
  font-weight: bold;
}

.address-form-popup button svg {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.address-form-popup input {
  background-image: url(https://gokadima.co.il/wp-content/uploads/2021/07/zoom.svg);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  background-size: 16px;
}

.address-form-popup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  font-weight: bold;
}

.address-form-popup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: bold;
}

.address-form-popup input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  font-weight: bold;
}

.address-form-popup input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: bold;
}

@media (max-width: 1024px) {
  #ac-accessibility-menu {
    top: 37vh !important;
  }

  .show-on-mobile {
    display: block;
  }

  .site-below-footer-wrap {
    padding-bottom: 60px;
  }

  .hero {
    height: 43vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    background-image: url(https://gokadima.co.il/wp-content/uploads/2021/07/hero-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .hero-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 50%;
    margin-left: 0;
    padding: 0;
    line-height: 1.3;
  }

  .hero-text h1 {
    margin: 1vw 0;
    font-size: 1.6rem;
  }

  .hero-text span {
    font-size: 1.2rem;
  }

  .hero-text button {
    font-size: 1em;
  }

  #toggle-form h3 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    color: #d8b676;
  }

  #toggle-form svg {
    margin-left: 10px;
  }

  #toggle-form div {
    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;
  }

  #toggle-form {
    z-index: 9999;
    cursor: pointer;
    padding: 5px;
    border-top: #936e2a 1px solid;
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #322f2d;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #close-form {
    margin: 10px 10px 0 0;
    cursor: pointer;
    display: block;
    color: #d8b676;
  }

  .side-form {
    z-index: 999;
  }

  .side-form.ac-active {
    bottom: 0;
  }

  .side-form {
    border: 0;
    border-radius: 0;
    display: none;
    -webkit-transition: 1s ease-in bottom;
    -o-transition: 1s ease-in bottom;
    transition: 1s ease-in bottom;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }

  .side-form p {
    font-size: 200%;
  }

  .side-form .top-side-form {
    display: none;
  }

  .wpforms-field-label.wpforms-label-hide {
    position: fixed !important;
  }

  .form-section .form-wrapper {
    text-align: center;
    margin: 5vw auto;
    padding: 4vw;
  }

  .form-section .wpforms-field-container > div {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .ac-posts .grid .post-item img {
    height: auto;
  }

  .ac-posts .grid .post-item:last-child,
  .ac-posts .grid .post-item:nth-child(3),
  .ac-posts .grid .post-item {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .workers .slick-next {
    left: -10px;
  }

  .workers .slick-prev {
    right: -10px;
  }

  .address-form-popup {
    width: 550px;
  }

  .address-form-popup button,
  .address-form-popup input {
    width: 89%;
  }
}

@media (max-width: 600px) {
  .pac-container {
    position: absolute !important;
  }

  .address-form-popup {
    position: absolute;
  }

  .hero-text p {
    display: none;
  }

  .ac-posts .grid {
    max-width: 90%;
  }

  .address-form-popup {
    width: 320px;
    top: 5%;
  }

  .address-form-popup button,
  .address-form-popup input {
    width: 97%;
    padding-left: 36px;
  }
}

p.ac_error {
  margin: 0;
  color: red;
  display: none;
}

.ac_close_popup {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  cursor: pointer;
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-title a:visited {
  color: transparent;
  display: none;
}
