/*
Theme Name: maccabi
*/
.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7 {
  direction: rtl;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

.wpcf7-response-output {
  border: none !important;
}

.single-services .offer-inner {
  margin-top: 30px;
}

.hidden {
  display: none !important;
}

@media print {

  body {
    -webkit-print-color-adjust: exact;
  }

  section {
    display: none;
  }

  .schedule {
    display: block;
  }

  .schedule .schedule-table table thead th {
    background: #317e36 !important;
    print-color-adjust: exact;
  }
}

.schedule .schedule-table::-webkit-scrollbar {
  width: 0.4688vw;
}

.schedule .schedule-table::-webkit-scrollbar-track {
  background: -webkit-gradient(linear, right top, left top, from(rgba(208, 221, 205, 0)), color-stop(30%, rgba(208, 221, 205, 0)), color-stop(50%, rgb(208, 221, 205)), color-stop(70%, rgba(208, 221, 205, 0)), to(rgba(208, 221, 205, 0)));
  background: linear-gradient(to left, rgba(208, 221, 205, 0) 0%, rgba(208, 221, 205, 0) 30%, rgb(208, 221, 205) 50%, rgba(208, 221, 205, 0) 70%, rgba(208, 221, 205, 0) 100%);
}

.schedule .schedule-table::-webkit-scrollbar-thumb {
  background: #317e36;
  border-radius: 0.625vw;
  height: 20px;
  width: 4px;
}

@media screen and (max-width: 1024px) {
  .news .news-slide .news-slide__text .news-slide__text-preview {
    display: block;
  }
}

.single-services .breadcums {
  margin: 30px 0;
  justify-content: flex-start;
}

.single-services .breadcums .breadcrumb-item:not(:first-child)::before,
.single-services .breadcums .breadcrumb-item a {
  color: #A3A3A3;
}

.checkbox-field {
  margin-top: 10px;
}

.checkbox-field .wpcf7-list-item {
  margin: 0;
}

.checkbox-field .wpcf7-list-item label input {
  display: none;
}

.checkbox-field .wpcf7-list-item label span {
  position: relative;
  z-index: 2;
  padding-right: 24px;
  font-weight: 300;
  font-size: 21px;
  color: #2C2C2C;
}

.checkbox-field .wpcf7-list-item label span a {
  color: inherit;
  text-decoration: underline;
}

.checkbox-field .wpcf7-list-item label.active span::after {
  opacity: 1;
}

.checkbox-field .wpcf7-list-item label.active span::before {
  background-color: #317E36;
}

.checkbox-field .wpcf7-list-item label span::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #317E36;
  margin-left: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-field .wpcf7-not-valid {
  border: none !important;
}

.checkbox-field .wpcf7-not-valid .wpcf7-list-item label span::before {
  border-color: #ff0000;
}

.checkbox-field .wpcf7-list-item label span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 2px;
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.058.34 5.38 8.193 1.942 4.677a1.12 1.12 0 0 0-1.609 0 1.181 1.181 0 0 0 0 1.645l4.242 4.337a1.12 1.12 0 0 0 1.609 0l8.483-8.673a1.181 1.181 0 0 0 0-1.645 1.12 1.12 0 0 0-1.609 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wpcf7-response-output {
  display: none !important;
}

@media screen and (max-width: 1025px) {
  .checkbox-field .wpcf7-list-item label span {
    font-size: 16px;
  }

  .checkbox-field .wpcf7-list-item label span::before{
    top: 2px;
  }

  .checkbox-field .wpcf7-list-item label span::after{
    top: 6px;
  }

  .checkbox-field .wpcf7-list-item label span a {
    margin: 0 5px;
  }
}

@media screen and (max-width:1300px) {
  #wpadminbar {
    overflow: hidden;
  }
}