/* common setings */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #5e3831;
}
html,
body {
  text-align: right;
  direction: rtl;
}
html {
  font-size: 62.5%;
}
html[dir="ltr"] {
  text-align: left;
  direction: ltr;
}
html[dir="ltr"] body {
  text-align: left;
  direction: ltr;
}
html[dir="ltr"] body .btn-style svg {
  transform: rotate(-180deg);
}
html[dir="ltr"] #languageSwitcher {
  padding: 0 2rem 0 1rem;
}
html[dir="ltr"] .result-items .result-item.custom-details > div {
  text-align: left;
}
html[dir="ltr"] .main-menu ul li {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
  padding-right: 1rem;
  margin-right: 1rem;
}
html[dir="ltr"] .main-menu ul li:not(:last-of-type) {
  border-right: 1px solid #5e3831;
}
@media all and (max-width: 768px) {
  html[dir="ltr"] .main-menu ul {
    left: 0;
    right: auto;
  }
}
html[dir="ltr"] #booksOfHonor .list-books-of-honor .slick-next {
  left: 0;
  right: auto;
}
html[dir="ltr"] #booksOfHonor .list-books-of-honor .slick-prev {
  left: 7.5rem;
  right: auto;
}
html[dir="ltr"] #aboutBooksOfHonorSection .about-honor-of-book-container .right-side a svg {
  transform: rotate(-180deg);
}
html[dir="ltr"] .show-list-of-countries,
html[dir="ltr"] .show-list-of-cities,
html[dir="ltr"] .show-list-of-years {
  left: auto;
  right: 7px;
}
html[dir="ltr"] #contactPage .select-wrapper .arrow {
  left: auto;
  right: 10px;
}
html[dir="ltr"] #contactPage .form-row .form-group label.active {
  right: auto;
  left: 0;
}
html[dir="ltr"] #contactPage .submit-btn {
  flex-direction: row-reverse;
}
html[dir="ltr"] #contactPage .submit-btn svg {
  transform: rotateY(180deg);
}
html[dir="ltr"] .books-of-honor-archive-search-form form .form-field label.active {
  left: 0;
  right: auto;
}
html[dir="ltr"] #dynamicOutputContainer .certificate .donor-title {
  right: 9.6%;
}
html[dir="ltr"] #dynamicOutputContainer .certificate .dedication-content {
  left: 9.6%;
}
html[dir="ltr"] #dynamicOutputContainer form .form-fields.form-footer {
  /*flex-direction:row-reverse;*/
}
html[dir="ltr"] #dynamicOutputContainer form .form-fields.form-footer button {
  display: flex;
  /*flex-direction:row-reverse; */
  align-items: center;
  jusitfy-content: center;
  width: auto;
  padding: 0 1rem;
}
html[dir="ltr"] #dynamicOutputContainer form .form-fields.form-footer button svg {
  transform: rotateY(180deg);
}
html[dir="ltr"] #dynamicOutputContainer form .form-fields .form-field label {
  right: auto;
  left: 0;
}
html[dir="ltr"] #dynamicOutputContainer form .form-fields .form-field label.active {
  right: auto;
  left: 0;
}
html[dir="ltr"] #dynamicOutputContainer #formDonationStepTwo .form-fields .form-field label {
  right: auto;
  left: 0;
}
html[dir="ltr"] #dynamicOutputContainer #formDonationStepThree .payment-details .form-field label {
  padding-right: 0;
  padding-left: 23px;
}
html[dir="ltr"] #dynamicOutputContainer #formDonationStepThree .payment-details .form-field label .asterix {
  margin-right: 0;
  margin-left: -20px;
}
html[dir="ltr"] .for-mobile-view {
  text-align: left;
}
html[dir="ltr"] select {
  background-position: right 0 center;
}
body {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
input:internal-autofill-selected {
  background: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.required-field {
  border-bottom: 1px solid #ff0000!important;
}
input[name="phone"] {
  direction: ltr;
}
input:focus-visible {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url("https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-list.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 32px;
  padding-right: 24px;
}
mark.asterix {
  background: none;
  color: #ff0000;
}
label p.error-response {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 1rem;
}
#topImage img {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wrapper {
  width: 1440px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media all and (max-width: 768px) {
  .wrapper {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
.flex {
  display: flex;
}
@media all and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}
.main-font-style {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
}
/* paragraphs style */
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1,
h2 {
  font-size: 3rem;
}
h1.single-page-main-title {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  margin-bottom: 8rem;
}
@media all and (max-width: 768px) {
  h1.single-page-main-title {
    font-size: 3.6rem;
  }
}
article h2 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 4rem;
  font-weight: 400;
}
@media all and (max-width: 768px) {
  article h2 {
    font-size: 3rem;
  }
}
.main-title {
  font-size: 4rem;
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .main-title {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) and all and (max-width: 768px) {
  .main-title {
    font-size: 2.4rem;
  }
}
.main-sub-title {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-weight: 400;
  font-size: 3.3rem;
}
a {
  text-decoration: none;
  transition: .5s;
  color: #5e3831;
  font-size: 2.2rem;
}
a svg path {
  transition: .5s;
}
a.btn-style {
  font-size: 2.3rem;
  font-weight: 900;
  display: flex;
  padding: .5rem;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.6rem;
  align-items: center;
}
a.btn-style:hover {
  background: rgba(219, 163, 92, 0.7);
}
a.read-more-style {
  text-decoration: underline;
}
a:active,
a:hover,
a:focus {
  color: #dba35c;
  transition: .5s;
}
p {
  line-height: 1.4em;
  font-size: 2.2rem;
  font-weight: 500;
}
strong {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
}
ul li {
  list-style: none;
}
iframe {
  width: 100%;
  border: none;
}
button {
  background: none;
  border: 0;
  cursor: pointer;
}
button.show-readmore-text {
  border-bottom: 1px solid #5e3831;
  font-size: 2.2rem;
  font-weight: 500;
}
.for-mobile-view {
  display: none;
  text-align: right;
}
#dynamicPopupContainer {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
}
#dynamicPopupContainer .popup-container {
  border: 1px solid #5e3831;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: #fff;
}
#dynamicPopupContainer .btn-style {
  width: auto;
  background: #F1E8D7;
  color: #5e3831;
  font-size: 2.2rem;
  font-weight: 900;
  height: 40px;
  padding: 0 1rem;
  display: inline-block;
}
#dynamicPopupContainer .btn-style:hover {
  background: #f1e8d759;
}
#dynamicPopupContainer .certificate-naviagtion {
  display: flex;
  align-items: center;
  jusitfy-content: center;
  gap: 2rem;
}
#dynamicPopupContainer .certificate {
  position: relative;
}
#dynamicPopupContainer .certificate .dedication-content {
  position: absolute;
  right: 9.6%;
  bottom: 8%;
  width: 28%;
  font-size: 1.6rem;
  height: 16%;
  word-wrap: break-word;
}
#dynamicPopupContainer .certificate .donor-title {
  position: absolute;
  left: 9.6%;
  bottom: 8%;
  font-size: 1.8rem;
  width: 28%;
  height: 16%;
  text-align: center;
  z-index: 999;
}
#dynamicPopupContainer .certificate img {
  max-height: 64vh;
}
@media all and (max-width: 768px) {
  #dynamicPopupContainer .certificate .dedication-content {
    font-size: 29% !important;
  }
  #dynamicPopupContainer .certificate .donor-title {
    font-size: 36% !important;
  }
}
/* navigation - common*/
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  list-style: none;
  transition: .5s;
}
nav ul li a {
  position: relative;
  font-size: 1.8rem;
  padding: .5rem 1rem;
}
nav ul li:hover a,
nav ul li.current-menu-item a {
  color: #fff;
}
#languageSwitcher {
  border-radius: 6px;
  font-weight: 800;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0 1rem 0 2rem;
  background-size: 24px;
}
#languageSwitcher option {
  font-weight: 800;
}
/* header */
header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  padding: 2rem 0;
  transition: .5s;
  background: #fff;
}
@media all and (max-width: 1085px) {
  header {
    position: relative;
    z-index: 500;
    overflow: hidden;
  }
}
header + section,
header + #slider,
header + main {
  margin-top: 130px;
}
header.fixed {
  position: fixed;
}
header.fixed .logo {
  max-width: 150px;
}
header.fixed .wrapper > div:last-of-type a {
  width: 100%;
  font-size: 2rem;
}
header .wrapper {
  align-items: flex-end;
  gap: 3.9rem;
}
header a.btn-style {
  margin-top: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  background: #DBA35C;
  width: 218px;
  max-width: 100%;
}
header a.btn-style:hover {
  background: rgba(219, 163, 92, 0.7);
}
@media all and (max-width: 768px) {
  header {
    padding-top: 2.5rem;
    overflow: visible;
    position: absolute;
  }
  header + section {
    margin-top: 199px;
  }
  header + #slider {
    margin-top: 199px;
  }
  header + main {
    margin-top: 199px;
  }
  header .wrapper {
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper .sks-lagnuage-switcher {
    order: 1;
  }
  header .wrapper > div:last-of-type {
    order: 2;
    width: 40%;
  }
  header .logo {
    order: 2;
  }
  header .main-menu {
    order: 0;
  }
}
.logo {
  max-width: 175px;
  width: 360px;
  transition: .5s;
}
@media all and (max-width: 468px) {
  .logo {
    margin-left: 0;
    width: 45%;
  }
}
.main-menu {
  flex-grow: 1;
}
.main-menu .show-menu {
  display: none;
}
.main-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .main-menu ul {
    flex-wrap: wrap;
  }
}
.main-menu ul li {
  text-align: right;
  flex-grow: 1;
  text-align: center;
}
.main-menu ul li:not(:last-of-type) {
  border-left: 1px solid #5e3831;
  padding-left: 1rem;
  margin-left: 1rem;
}
.main-menu ul li:hover a,
.main-menu ul li.current-menu-item a {
  color: #dba35c;
}
.main-menu ul li a {
  font-size: 2rem;
  color: #5e3831;
  padding: 0;
  font-weight: 900;
}
@media all and (max-width: 768px) {
  .main-menu {
    flex-grow: 0;
    width: 40%;
    position: relative;
  }
  .main-menu .show-menu {
    display: flex;
    width: 40px;
    height: 25px;
    cursor: pointer;
    border: 0;
    background: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  }
  .main-menu .show-menu span {
    width: 100%;
    height: 2px;
    background: #5e3831;
    display: block;
    transition: .5s;
    top: 0;
    left: 0;
    position: relative;
  }
  .main-menu .show-menu.close span {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .main-menu .show-menu.close span:first-of-type {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .main-menu .show-menu.close span:nth-child(2) {
    opacity: 0;
  }
  .main-menu .show-menu.close span:last-of-type {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .main-menu ul {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .5s;
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    width: 96vw;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .main-menu ul li {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }
  .main-menu ul li a {
    padding: 1rem 1.5rem;
    display: block;
  }
  .main-menu ul.show {
    opacity: 1;
    visibility: visible;
  }
}
#slider {
  margin-top: 0;
  transition: .5s;
}
#slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
#slider .slick-dots {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
#aboutBooksOfHonorSection {
  padding: 7.5rem 0;
}
#aboutBooksOfHonorSection .wrapper {
  flex-direction: column;
}
#aboutBooksOfHonorSection article {
  width: 75%;
}
#aboutBooksOfHonorSection article h1 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5.7rem;
}
#aboutBooksOfHonorSection article p {
  font-weight: 800;
  font-size: 2.5rem;
}
#aboutBooksOfHonorSection .about-honor-of-book-container {
  margin-top: 8.6rem;
  padding-top: 8.6rem;
  border-top: 4px solid #5e3831;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  #aboutBooksOfHonorSection .about-honor-of-book-container {
    flex-wrap: wrap;
  }
}
#aboutBooksOfHonorSection .about-honor-of-book-container .right-side {
  width: 30%;
}
#aboutBooksOfHonorSection .about-honor-of-book-container .right-side h2 {
  font-size: 5.7rem;
  font-weight: 400;
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
}
#aboutBooksOfHonorSection .about-honor-of-book-container .right-side a {
  background: #F1E8D7;
  display: flex;
  align-items: center;
  padding: .5em 1em;
  font-weight: 900;
  font-size: 2.8rem;
  margin-top: 3rem;
  gap: 1.5rem;
}
#aboutBooksOfHonorSection .about-honor-of-book-container .right-side a:hover {
  color: inherit;
  background: rgba(241, 232, 215, 0.7);
}
#aboutBooksOfHonorSection .about-honor-of-book-container .left-side {
  width: 66%;
}
#aboutBooksOfHonorSection .about-honor-of-book-container .left-side .left-side-content {
  width: 83.75%;
  margin-top: 4rem;
}
#aboutBooksOfHonorSection .about-honor-of-book-container .left-side h3 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3.3rem;
}
@media all and (max-width: 768px) {
  #aboutBooksOfHonorSection article {
    width: 100%;
  }
  #aboutBooksOfHonorSection article h1 {
    font-size: 4rem;
  }
  #aboutBooksOfHonorSection .about-honor-of-book-container {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  #aboutBooksOfHonorSection .about-honor-of-book-container .right-side {
    width: 100%;
  }
  #aboutBooksOfHonorSection .about-honor-of-book-container .right-side h2 {
    font-size: 4rem;
  }
  #aboutBooksOfHonorSection .about-honor-of-book-container .left-side {
    width: 100%;
  }
}
#homePageYoutubeVideo {
  margin-top: 3rem;
}
#homePageYoutubeVideo iframe {
  min-height: 50vh;
  width: 100%;
}
#yourDonation {
  background: #EFEEE9;
  padding: 7rem 0 8.3rem;
}
#yourDonation > * {
  transition: .5s;
}
#yourDonation .wrapper {
  justify-content: space-between;
}
#yourDonation .right-side {
  width: 66.66%;
}
@media all and (max-width: 768px) {
  #yourDonation .right-side {
    width: 100%;
  }
}
#yourDonation .left-side {
  width: 25.62%;
}
#yourDonation .left-side article {
  transition: .5s;
}
#yourDonation .left-side article h3 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  margin-bottom: 1.5rem;
  display: block;
}
#yourDonation .left-side article a.btn-style {
  background: #5e3831;
  color: #EFEEE9;
}
#yourDonation .left-side article a.btn-style:hover {
  background: rgba(94, 56, 49, 0.7);
}
@media all and (max-width: 768px) {
  #yourDonation .right-side {
    width: 100%;
  }
  #yourDonation .left-side {
    width: 100%;
  }
}
.hidden-readmore-text {
  opacity: 0;
  max-height: 0;
  transition: .5s;
  visibility: hidden;
}
.hidden-readmore-text.show {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}
#legacy {
  padding: 5.6rem;
}
#legacy .wrapper {
  flex-direction: column;
}
#legacy .wrapper > a {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  display: block;
  width: 100%;
  background: #5e3831;
  color: #f1e8d7;
  font-size: 5.1rem;
  font-weight: 400;
  text-align: center;
  padding: .5em 1em;
}
#legacy .wrapper > a:hover {
  background: rgba(94, 56, 49, 0.7);
}
#legacy .legacy-head {
  margin-bottom: 4.9rem;
}
#legacy .legacy-head h2 {
  font-size: 5.7rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
#legacy .legacy-slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#legacy .counter {
  width: 24%;
}
#legacy .counter h3 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5.7rem;
  font-weight: 600;
  color: #DBA35C;
}
#legacy .counter p {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3.3rem;
  font-weight: 400;
}
#legacy .legacy-persons {
  display: flex;
  gap: 1.8rem;
  width: 74%;
  position: relative;
  padding-top: 5rem;
  justify-content: center;
}
@media all and (max-width: 768px) {
  #legacy .legacy-persons {
    flex-wrap: wrap;
  }
}
#legacy .legacy-persons .legacy-person {
  width: 32%;
  padding: .9rem;
}
#legacy .legacy-persons .legacy-person strong {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3.3rem;
  font-weight: 400;
}
#legacy .legacy-persons .slick-prev,
#legacy .legacy-persons .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  width: 32px;
  height: 29px;
  font-size: 0;
}
#legacy .legacy-persons .slick-prev {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-right.svg') no-repeat top center;
}
#legacy .legacy-persons .slick-next {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-left.svg') no-repeat top center;
  right: 7.5rem;
}
#legacy article {
  margin: 4.3rem 0 8rem;
}
#legacy .legacy-sub-description-container {
  margin: 6.5rem 0;
  width: 66.25%;
}
#legacy .legacy-sub-description-container h3 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.5rem;
}
#legacy .legacy-sub-description-container a {
  font-weight: 900;
  font-size: 2.29rem;
  text-decoration: underline;
  display: table;
  margin-top: 6.5rem;
}
@media all and (max-width: 768px) {
  #legacy {
    padding: 1rem;
  }
  #legacy .legacy-slider-container {
    width: 100%;
    flex-wrap: wrap;
  }
  #legacy .legacy-slider-container .legacy-persons {
    width: 100%;
  }
  #legacy .legacy-slider-container .legacy-persons .legacy-person strong {
    font-size: 2.4rem;
  }
  #legacy .legacy-slider-container .counter {
    width: 100%;
  }
  #legacy .legacy-head h2 {
    font-size: 4rem;
  }
  #legacy .legacy-sub-description-container {
    width: 100%;
  }
  #legacy .legacy-sub-description-container h3 {
    font-size: 4rem;
  }
  #legacy .wrapper > a {
    font-size: 3rem;
  }
}
#aboutBooksOfHonorSecondOption {
  background: #EFEEE9;
  padding: 9.4rem 0;
}
#aboutBooksOfHonorSecondOption .wrapper {
  justify-content: space-between;
}
#aboutBooksOfHonorSecondOption .right-side {
  width: 66.66%;
}
#aboutBooksOfHonorSecondOption .right-side .abhs-books .abhs-book .abhs-book-content {
  width: 79.68%;
}
#aboutBooksOfHonorSecondOption .right-side .abhs-books .abhs-book .abhs-book-content strong {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  display: block;
  margin-bottom: 1.6rem;
}
#aboutBooksOfHonorSecondOption .right-side .abhs-books .abhs-book .abhs-book-content a.read-more-style {
  margin-top: 1.6rem;
  display: block;
}
#aboutBooksOfHonorSecondOption .left-side {
  width: 30.97%;
}
#aboutBooksOfHonorSecondOption .left-side article h2 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  display: block;
}
@media all and (max-width: 768px) {
  #aboutBooksOfHonorSecondOption .right-side {
    width: 100%;
  }
  #aboutBooksOfHonorSecondOption .left-side {
    width: 100%;
  }
}
#hallOfBooks {
  padding: 9.4rem 0 0;
}
#hallOfBooks .wrapper {
  justify-content: space-between;
}
#hallOfBooks .right-side {
  width: 30%;
}
#hallOfBooks .right-side h2 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
#hallOfBooks .left-side {
  width: 66.66%;
}
#hallOfBooks .left-side .hall-of-books-gallery-items .hall-of-books-gallery-item img {
  width: 100%;
  height: 519px;
  object-fit: cover;
}
#hallOfBooks.single-page {
  padding-top: 0;
  padding-bottom: 8rem;
}
#hallOfBooks.single-page .top-image {
  margin-bottom: 11.7rem;
}
#hallOfBooks.single-page .top-image img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
#hallOfBooks.single-page .top-common-content {
  margin-bottom: 13rem;
}
#hallOfBooks.single-page .top-common-content h1 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 6rem;
}
#hallOfBooks.single-page .top-common-content p {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
}
#hallOfBooks.single-page .wrapper {
  flex-direction: column;
}
#hallOfBooks.single-page article {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
#hallOfBooks.single-page article .main-content-item {
  display: flex;
  gap: 3rem;
}
#hallOfBooks.single-page article .main-content-item:nth-child(even) {
  flex-direction: row-reverse;
}
#hallOfBooks.single-page article .main-content-item .left-side {
  width: 50%;
}
#hallOfBooks.single-page article .main-content-item .right-side {
  width: 50%;
}
#hallOfBooks.single-page article .main-content-item .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hallOfBooks.single-page a.btn-style {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  width: 100%;
  display: block;
  background: #dba35c;
  color: #fff;
  font-size: 7rem;
  margin-top: 14rem;
}
#hallOfBooks.single-page a.btn-style:hover {
  background: rgba(219, 163, 92, 0.7);
}
#hallOfBooks > a.btn-style {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  width: 1440px;
  max-width: 98%;
  background: #dba35c;
  color: #fff;
  font-size: 5.4rem;
  font-weight: 400;
  display: block;
  margin: 12rem auto 0;
  padding: 1.6rem;
}
#hallOfBooks > a.btn-style:hover {
  background: rgba(219, 163, 92, 0.7);
}
@media all and (max-width: 768px) {
  #hallOfBooks .right-side {
    width: 100%;
  }
  #hallOfBooks .left-side {
    width: 100%;
  }
  #hallOfBooks.single-page .top-image {
    margin-bottom: 3rem;
  }
  #hallOfBooks.single-page .top-common-content {
    margin-bottom: 2rem;
  }
  #hallOfBooks.single-page .top-common-content h1 {
    font-size: 4rem;
  }
  #hallOfBooks.single-page .top-common-content p {
    font-size: 2.3rem;
  }
  #hallOfBooks.single-page article .main-content-item {
    flex-wrap: wrap;
  }
  #hallOfBooks.single-page article .main-content-item .right-side {
    width: 100%;
  }
  #hallOfBooks.single-page article .main-content-item .left-side {
    width: 100%;
  }
  #hallOfBooks.single-page a.btn-style {
    font-size: 3rem;
  }
}
footer {
  background: #5e3831;
  padding: 9.4rem 0 5.5rem;
  margin-top: 14.6rem;
  color: #f1e8d7;
}
footer .wrapper {
  flex-direction: column;
}
footer .footer-content-container {
  display: flex;
  justify-content: space-around;
  padding-bottom: 11.4rem;
  align-items: flex-start;
  gap: 3rem;
}
footer .footer-content-container .footer-logo {
  width: 5%;
}
footer .footer-content-container .footer-content {
  width: 45%;
}
footer .footer-content-container .footer-content p {
  color: #f1e8d7;
  font-size: 2.2rem;
}
footer .footer-content-container .footer-content a {
  color: #f1e8d7;
  text-decoration: underline;
}
footer .footer-content-container .footer-menu {
  width: 12%;
}
footer .footer-content-container .footer-menu ul {
  display: flex;
  flex-direction: column;
}
footer .footer-content-container .footer-menu ul li a {
  color: #f1e8d7;
  font-size: 2.2rem;
  font-weight: 500;
}
footer .footer-content-container .footer-menu ul li a span {
  color: inherit;
}
footer .footer-content-container .social-icons {
  align-self: flex-end;
}
footer .footer-content-container .social-icons ul {
  display: flex;
  gap: 2.3rem;
}
footer .footer-content-container .social-icons ul li a {
  color: #f1e8d7;
}
footer .copyright {
  border-top: 1px solid #f1e8d7;
  width: 100%;
  margin-top: 1.2rem;
  padding: 1rem 0;
  text-align: center;
}
footer .copyright a {
  color: #f1e8d7;
  text-decoration: underline;
}
footer .copyright p {
  color: #f1e8d7;
  font-size: 2.2rem;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  footer {
    padding: 4rem 0;
    margin-top: 0;
  }
  footer .footer-content-container {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  footer .footer-content-container .footer-logo {
    width: 100%;
  }
  footer .footer-content-container .footer-content {
    width: 100%;
  }
  footer .footer-content-container .footer-menu {
    width: 100%;
  }
}
#contactPage .single-page-main-title {
  margin-top: 10rem;
}
#contactPage .wrapper {
  flex-direction: column;
  border-top: 4px solid #5e3831;
  margin-top: 7rem;
}
#contactPage form {
  width: 100%;
  position: relative;
}
#contactPage p.response-success,
#contactPage p.response-error {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  z-index: 99;
}
#contactPage .form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
#contactPage .form-row .form-group {
  flex: 1;
  position: relative;
}
#contactPage .form-row .form-group label {
  font-size: 2.2rem;
  font-weight: 500;
  transition: .5s;
  z-index: 1;
  position: absolute;
}
#contactPage .form-row .form-group label.active {
  font-size: 1.2rem;
  top: -6px !important;
  right: 0;
}
#contactPage .form-row .form-group label.required-field {
  color: #ff0000;
}
#contactPage .form-row .form-group input,
#contactPage .form-row .form-group select,
#contactPage .form-row .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #5b3c2a;
  padding: 8px 0;
  background: transparent;
  outline: none;
  font-size: 2.2rem;
  color: #5b3c2a;
  z-index: 2;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
#contactPage .form-row .form-group input.required-field,
#contactPage .form-row .form-group select.required-field,
#contactPage .form-row .form-group textarea.required-field {
  border-bottom: 1px solid #ff0000!important;
}
#contactPage .form-row .form-group textarea.required-field {
  border: 1px solid #ff0000!important;
}
#contactPage .form-row .form-group textarea {
  height: 130px;
  resize: none;
  border: 1px solid #5b3c2a;
  padding: 10px;
}
#contactPage .form-row .form-group.textarea-group label {
  right: 0;
  top: 0;
  position: relative;
}
#contactPage .form-row .form-group.textarea-group label.active {
  top: -21px !important;
}
#contactPage .form-row .form-group.phone-fields {
  display: flex;
  gap: 5px;
}
#contactPage .form-row .form-group.phone-fields input.prefix {
  width: 30%;
}
#contactPage .select-wrapper {
  position: relative;
}
#contactPage .select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  cursor: pointer;
}
#contactPage .select-wrapper .arrow {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5b3c2a;
  pointer-events: none;
}
#contactPage .textarea-group .counter {
  text-align: left;
  font-size: 12px;
  color: #5b3c2a;
  margin-top: 5px;
}
#contactPage .submit-btn {
  background: #e8dfcf;
  color: #5e3831;
  border: none;
  padding: 12px 25px;
  font-size: 3rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  margin-top: 1rem;
  font-weight: 900;
}
#contactPage .submit-btn:hover {
  background: #e1d7c1;
}
@media all and (max-width: 500px) {
  #contactPage .wrapper {
    margin: 0 auto 3rem;
  }
  #contactPage form .form-row {
    flex-wrap: wrap;
  }
  #contactPage form .form-row .form-group {
    flex: none;
    width: 100%;
  }
  #contactPage form .submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contactPage .single-page-main-title {
    margin-top: 4rem;
  }
}
#singleStory .wrapper {
  padding-top: 11.5rem;
  border-top: 4px solid #5e3831;
  justify-content: space-between;
  margin-top: 5rem;
}
#singleStory .right-side {
  width: 30.9%;
}
#singleStory .right-side .main-story-image {
  margin-bottom: 5.5rem;
}
#singleStory .right-side .main-story-image img {
  width: 100%;
}
#singleStory .right-side .list-of-stories ul li a {
  font-size: 2.3rem;
  font-weight: 800;
  text-decoration: underline;
}
#singleStory .left-side {
  width: 66.11%;
}
@media all and (max-width: 768px) {
  #singleStory .right-side {
    width: 100%;
  }
  #singleStory .left-side {
    width: 100%;
  }
}
.single-page {
  padding-top: 5rem;
}
.single-page h1.single-page-main-title {
  margin-bottom: 6rem;
}
.single-page .page-content {
  margin-bottom: 5rem;
  margin-top: 2.5rem;
}
#archivePageTopSection .top-image > img {
  width: 100%;
  max-height: 453px;
  object-fit: cover;
}
#archivePageTopSection .wrapper {
  flex-direction: column;
  margin-top: 6.5rem;
  margin-bottom: 8rem;
}
#archivePageTopSection .wrapper h1 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5.7rem;
}
#archivePageTopSection .wrapper p {
  max-width: 65%;
}
#archive .wrapper {
  flex-direction: column;
  padding-top: 14rem;
  border-top: 4px solid #5e3831;
  gap: 17rem;
}
#archive .archive-item {
  display: flex;
}
@media all and (max-width: 768px) {
  #archive .archive-item {
    flex-wrap: wrap;
  }
}
#archive .archive-item .right-side {
  width: 50%;
}
#archive .archive-item .right-side img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
#archive .archive-item .left-side {
  width: 50%;
  padding: 0 3.6rem;
}
#archive .archive-item .left-side > h2 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  display: block;
  margin-bottom: 1.5rem;
}
#archive .archive-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
  #archive .wrapper {
    gap: 2rem;
  }
  #archive .archive-item {
    margin-bottom: 3rem;
  }
  #archive .archive-item .right-side {
    width: 100%;
  }
  #archive .archive-item .left-side {
    width: 100%;
    padding: 0;
  }
  #archive .archive-item .left-side h2 {
    font-size: 3.4rem;
  }
}
#events {
  background: #EFEEE9;
  padding: 9rem 0;
}
#events .wrapper {
  gap: 1.9rem;
  flex-direction: column;
}
#events h3 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5.7rem;
}
#events .events-container {
  display: flex;
  gap: 1.9rem;
  margin-top: 5.8rem;
  padding-top: 5.8rem;
}
#events .events-container .slick-prev,
#events .events-container .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  width: 32px;
  height: 29px;
  font-size: 0;
}
#events .events-container .slick-prev {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-right.svg') no-repeat top center;
}
#events .events-container .slick-next {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-left.svg') no-repeat top center;
  right: 7.5rem;
}
#events .event {
  width: 24%;
  padding: 1.5rem;
}
#events .event strong {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  font-weight: normal;
  display: block;
  margin-top: 1.6rem;
}
@media all and (max-width: 768px) {
  #events .events-container {
    width: 100%;
  }
  #events h3 {
    font-size: 3.4rem;
  }
}
#additionalStory {
  padding: 11rem 0 9rem;
}
#additionalStory .right-side {
  width: 50%;
}
#additionalStory .right-side > h2 {
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 5rem;
  display: block;
  margin-bottom: 1.6rem;
}
#additionalStory .right-side article {
  max-width: 85.5%;
}
#additionalStory .left-side {
  width: 50%;
}
#additionalStory .left-side img {
  width: 100%;
  object-fit: cover;
}
.slick-dots {
  display: flex;
  gap: 1rem;
}
.slick-dots li button {
  font-size: 0;
  width: 9px;
  height: 9px;
  background: #BE9F99;
  border: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #5e3831;
}
.country-container {
  position: relative;
}
.show-list-of-countries,
.show-list-of-cities,
.show-list-of-years {
  position: absolute;
  left: 7px;
  top: 20px;
  width: 15px;
  height: 15px;
  z-index: 100;
  cursor: pointer;
  border-right: 2px solid #777777!important;
  border-bottom: 2px solid #777777!important;
  transform: rotate(45deg);
}
.output-auto-complete-input {
  height: 250px;
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
}
.output-auto-complete-input.hide {
  display: none;
  height: 0;
}
.output-auto-complete-input.active {
  display: block;
  height: auto;
}
.autocomplete-results {
  max-height: 250px;
  background: #fff;
  overflow-y: scroll;
  z-index: 500;
  position: absolute;
  width: 100%;
  border: 1px solid #dacfbb;
  padding: 1rem;
}
.autocomplete-results li {
  padding: .5em 1em;
  cursor: pointer;
}
.autocomplete-results li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
#booksOfHonor {
  padding: 6rem 0;
}
#booksOfHonor.single-story .list-books-of-honor .book-of-honor {
  padding: 1.5rem;
  max-width: none;
}
#booksOfHonor.single-story .list-books-of-honor .book-of-honor .book-image {
  width: 100%;
}
#booksOfHonor .list-books-of-honor {
  display: flex;
  position: relative;
}
#booksOfHonor .list-books-of-honor .book-of-honor {
  width: 32%;
  padding: 3rem;
  max-width: 347px;
  overflow: hidden;
}
#booksOfHonor .list-books-of-honor .book-of-honor .book-image {
  width: 347px;
  height: 347px;
}
#booksOfHonor .list-books-of-honor .book-of-honor .book-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#booksOfHonor .list-books-of-honor .book-of-honor strong {
  font-size: 4rem;
  font-family: 'EFT_Tehilot', sans-serif;
  font-weight: 500;
  font-size: 3.3rem;
}
@media all and (max-width: 768px) {
  #booksOfHonor .list-books-of-honor .book-of-honor strong {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) and all and (max-width: 768px) {
  #booksOfHonor .list-books-of-honor .book-of-honor strong {
    font-size: 2.4rem;
  }
}
#booksOfHonor .list-books-of-honor .book-of-honor .book-description p {
  font-size: 2.2rem;
  font-weight: 500;
}
#booksOfHonor .list-books-of-honor .slick-prev,
#booksOfHonor .list-books-of-honor .slick-next {
  position: absolute;
  top: -3.5rem;
  right: 0;
  border: 0;
  cursor: pointer;
  width: 32px;
  height: 29px;
  font-size: 0;
}
#booksOfHonor .list-books-of-honor .slick-prev {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-right.svg') no-repeat top center;
}
#booksOfHonor .list-books-of-honor .slick-next {
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/arrow-left.svg') no-repeat top center;
  right: 7.5rem;
}
@media all and (max-width: 768px) {
  #booksOfHonor {
    padding: 6rem 0 2rem;
  }
}
#booksOfHonorArchive {
  padding: 8rem 0;
}
#booksOfHonorArchive h1 {
  margin-bottom: 4rem;
}
#booksOfHonorArchive span.main-sub-title {
  margin-bottom: 3rem;
  display: block;
}
#booksOfHonorArchive .wrapper {
  flex-direction: column;
}
.books-of-honor-archive-search-form {
  margin-top: 8rem;
  padding-bottom: 8rem;
  border-bottom: 4px solid #5e3831;
  margin-bottom: 8rem;
}
.books-of-honor-archive-search-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  margin-top: 3rem;
}
.books-of-honor-archive-search-form form .form-field {
  width: 43.95%;
  position: relative;
}
.books-of-honor-archive-search-form form .form-field label {
  position: absolute;
  z-index: 0;
  font-size: 2.2rem;
  font-weight: 500;
  transition: .5s;
}
.books-of-honor-archive-search-form form .form-field label.active {
  font-size: 1.6rem;
  opacity: .8;
  right: 0;
}
.books-of-honor-archive-search-form form .form-field input {
  min-height: 60px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #5e3831;
  z-index: 1;
  position: relative;
  width: 100%;
  background: none;
  font-size: 2.2rem;
}
.books-of-honor-archive-search-form form .form-field.year-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.books-of-honor-archive-search-form form .form-field.year-field label {
  position: relative;
}
.books-of-honor-archive-search-form form .form-field.year-field > div {
  width: 28%;
  position: relative;
}
.books-of-honor-archive-search-form form .form-field.submit-field {
  display: flex;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div {
  display: flex;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div:first-of-type {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div:first-of-type label {
  position: relative;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div .checkbox-style {
  width: 24px;
  height: 24px;
  position: relative;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div .checkbox-style input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div .checkbox-style input + mark {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #5e3831;
  background: none;
  right: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div .checkbox-style input + mark::before {
  content: '';
  width: 60%;
  height: 80%;
  border-bottom: 1px solid #dba35c;
  border-right: 1px solid #dba35c;
  opacity: 0;
  transition: .5s;
  position: absolute;
  transform: rotate(35deg);
  right: 3px;
  bottom: 4px;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div .checkbox-style input:checked + mark::before {
  opacity: 1;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div input {
  width: 24px;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div input[type="submit"] {
  width: 59px;
  height: 59px;
  cursor: pointer;
  border-bottom: 0;
  background: url('https://booksofhonor-pre.kkl.org.il/wp-content/themes/sks-template/css/../img/search-icon.png') no-repeat center center #dba35c;
  transition: .5s;
}
.books-of-honor-archive-search-form form .form-field.submit-field > div input[type="submit"]:hover {
  opacity: .5;
}
@media all and (max-width: 768px) {
  .books-of-honor-archive-search-form {
    margin: 4rem 0;
  }
  .books-of-honor-archive-search-form form .form-field {
    width: 100%;
  }
  .books-of-honor-archive-search-form form .form-field.submit-field {
    flex-wrap: wrap;
  }
  .books-of-honor-archive-search-form form .form-field.submit-field > div {
    width: 100%;
  }
  .books-of-honor-archive-search-form form .form-field.submit-field > div .soundex-info .tooltip {
    visibility: hidden;
    display: none;
  }
  .books-of-honor-archive-search-form form .form-field.submit-field > div .soundex-info svg:hover + p {
    display: block;
    visibility: visible;
    left: 0;
    right: auto;
    width: 60vw;
  }
  .books-of-honor-archive-search-form form .form-field.submit-field > div input[type="submit"] {
    width: 100%;
    margin-top: 4rem;
  }
}
.soundex-info {
  position: relative;
}
.soundex-info svg:hover + p {
  opacity: 1;
}
.tooltip {
  position: absolute;
  opacity: 0;
  transition: .5s;
  background: #fff;
  font-size: 1.4rem;
  width: 150px;
  right: 0;
  top: 100%;
  z-index: 99;
  padding: 1rem;
}
.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
}
.preloader img {
  width: 80px;
}
.result-items {
  display: flex;
  flex-direction: column;
}
.result-items .header-item > div {
  width: 14.28%;
}
.result-items .result-item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #B6958E;
  padding: 1.4rem 0;
  text-align: center;
}
.result-items .result-item .ri-item {
  width: 14.28%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
}
.result-items .result-item .ri-item p {
  color: #595B61;
  font-size: 2.2rem;
  font-weight: 400;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
  width: 100%;
  position: absolute;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.result-items .result-item .ri-item p:hover {
  white-space: normal;
  overflow: visible;
  z-index: 999;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.result-items .result-item .ri-item.country {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.result-items .result-item .ri-item.country img {
  width: 25px;
  margin: 0 auto;
}
.result-items .result-item.custom-details {
  margin-bottom: 9rem;
  align-items: center;
}
.result-items .result-item.custom-details > div {
  text-align: right;
}
.result-items .result-item.custom-details > div.pagination {
  flex-grow: 1;
}
.result-items .result-item.custom-details > div.pagination button {
  border: 0;
  border-radius: 50%;
  background: #FCF5EC;
  color: #5e3831;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-items .result-item.custom-details > div.pagination button i {
  font-style: normal;
  font-size: 2.2rem;
  display: block;
  margin-top: -4px;
}
.result-items .result-item.custom-details p {
  color: #9F7A72;
  font-weight: 500;
  font-size: 2.2rem;
}
.result-items .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.result-items #pageNumbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.result-items #pageNumbers li {
  cursor: pointer;
  list-style: none;
  border-radius: 50%;
  font-size: 1.6rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-items #pageNumbers li.active {
  background: #FCF5EC;
}
.result-items .pagination-options {
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-items .pagination-options select {
  border: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #9F7A72;
}
.result-items .pagination-options select option {
  font-weight: 500;
  color: #9F7A72;
}
@media all and (max-width: 768px) {
  .result-items .header-item {
    display: none;
  }
  .result-items .result-item {
    flex-wrap: wrap;
    border-radius: 25px;
    border: 1px solid #5e3831;
    margin-bottom: 2rem;
  }
  .result-items .result-item.custom-details {
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
  }
  .result-items .result-item .for-mobile-view {
    display: block;
    width: 50%;
  }
  .result-items .result-item .ri-item {
    width: 100%;
  }
  .result-items .result-item .ri-item p {
    position: relative;
    overflow: visible;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .result-items .result-item .ri-item.country img {
    magrin: 0;
  }
}
/* donation page */
#donationProccess {
  width: 100%;
  border: 1px solid #5e3831;
  padding: 3rem;
  min-height: 550px;
  max-width: 1440px;
  margin: 0 auto;
}
.donation-proccess-nav {
  width: 100%;
}
.donation-proccess-nav ul {
  display: flex;
  width: 100%;
}
.donation-proccess-nav ul li {
  flex-grow: 1;
  text-align: center;
}
.donation-proccess-nav ul li.active button {
  color: #5e3831;
  font-weight: 800;
}
.donation-proccess-nav ul li.active .step-line {
  background: #5e3831;
  font-weight: 900;
}
.donation-proccess-nav ul li button {
  cursor: pointer;
  color: #dbc7c3;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  transition: .5s;
}
.donation-proccess-nav ul li .step-line {
  width: 100%;
  background: #dbc7c3;
  display: block;
  margin-top: 2rem;
  height: 12px;
}
@media all and (max-width: 500px) {
  .donation-proccess-nav ul li {
    display: none;
  }
  .donation-proccess-nav ul li.active {
    display: block;
  }
  .donation-proccess-nav ul li.active + li {
    display: block;
  }
}
/* common style for dynamic form */
.hidden {
  visibility: hidden;
  display: none;
}
.btn-form-style {
  background: #F1E8D7;
  border: 0;
  color: #5e3831;
  font-weight: 900;
  font-size: 2.29rem;
}
.preview-btn {
  background: #DBA35C;
  color: #fff;
  font-size: 2.29rem;
  font-weight: 800;
  padding: 1rem 1.5rem;
}
#donationSteps {
  flex-grow: 1;
}
p.response-error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 2.2rem;
  color: #ff0000;
  width: 100%;
}
p.error-response {
  color: #ff0000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s;
}
#dynamicOutputContainer {
  margin-top: 4.2rem;
  position: relative;
}
#dynamicOutputContainer iframe {
  min-height: 700px;
}
#dynamicOutputContainer h2 {
  font-size: 2.9rem;
  font-weight: 900;
  display: block;
  margin-bottom: 3.2rem;
}
#dynamicOutputContainer form {
  display: flex;
  flex-direction: column;
}
#dynamicOutputContainer form .form-field {
  margin-bottom: 1.5rem;
  position: relative;
}
#dynamicOutputContainer form .form-field .checkbox-cont-style {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}
#dynamicOutputContainer form .form-field .checkbox-cont-style input {
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
}
#dynamicOutputContainer form .form-field .checkbox-cont-style input + mark {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #5e3831;
  z-index: 1;
  top: 0;
  left: 0;
  background: none;
}
#dynamicOutputContainer form .form-field .checkbox-cont-style input:checked + mark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #5e3831;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
#dynamicOutputContainer form .form-field label {
  font-size: 2.2rem;
  font-weight: 500;
  transition: .5s;
  z-index: 1;
  gap: 1rem;
}
#dynamicOutputContainer form .form-field label.active {
  font-size: 1.2rem;
  top: 0 !important;
  right: 0;
}
#dynamicOutputContainer form .form-field label.required-field {
  color: #ff0000;
}
#dynamicOutputContainer form .form-field input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #5e3831;
  padding: 1.5rem 0 0;
  background: none;
  z-index: 2;
  position: relative;
  font-size: 2.2rem;
  color: #595B61;
}
#dynamicOutputContainer form .form-field input.required-field {
  border-bottom: 1px solid #ff0000;
}
#dynamicOutputContainer form .form-field input:focus-visible {
  outline: none;
}
#dynamicOutputContainer form .form-field input[type="radio"] {
  cursor: pointer;
}
#dynamicOutputContainer form .form-field input[type="submit"] {
  cursor: pointer;
}
#dynamicOutputContainer form .form-field input.continue {
  background: #F1E8D7;
  border: 0;
  color: #5e3831;
  font-weight: 900;
  font-size: 2.29rem;
}
#dynamicOutputContainer form .form-field input[name="dedicat-date"] {
  text-align: left;
}
#dynamicOutputContainer form .form-field textarea {
  font-size: 2.2rem;
  color: #595B61;
}
#dynamicOutputContainer form .form-field select {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #5e3831;
  font-size: 2.2rem;
  font-weight: 500;
  transition: .5s;
  min-height: 50px;
}
#dynamicOutputContainer form .form-field select option {
  font-size: 2.2rem;
  font-weight: 500;
  transition: .5s;
}
#dynamicOutputContainer form .form-field select.required-field {
  border-bottom: 1px solid #ff0000;
}
#dynamicOutputContainer form .form-field.submit-cont-btn {
  align-self: flex-end;
  margin-top: 2rem;
}
#dynamicOutputContainer form .form-field.submit-cont-btn input {
  width: 146px;
  height: 40px;
}
#dynamicOutputContainer form .form-fields.form-footer {
  width: 100%;
  align-self: flex-end;
  margin-top: 2rem;
}
#dynamicOutputContainer form .form-fields.form-footer button {
  width: 146px;
  height: 40px;
  cursor: pointer;
  background: #F1E8D7;
  border: 0;
  color: #5e3831;
  font-weight: 900;
  font-size: 2.29rem;
}
#dynamicOutputContainer form .form-fields .note {
  margin-bottom: 1.5rem;
}
#dynamicOutputContainer form .form-fields-row {
  width: 100%;
}
#dynamicOutputContainer form .form-fields-row .form-fields {
  display: flex;
  gap: 2rem;
  width: 100%;
  justify-content: space-between;
}
#dynamicOutputContainer form .form-fields-row .form-fields .form-field {
  width: 100%;
  max-width: 492px;
}
@media all and (max-width: 768px) {
  #dynamicOutputContainer form .form-fields-row .form-fields {
    flex-wrap: wrap;
  }
}
#dynamicOutputContainer #formDonationStepOne .form-field {
  max-width: 30%;
}
@media all and (max-width: 768px) {
  #dynamicOutputContainer #formDonationStepOne .form-fields {
    gap: 2.7rem;
  }
  #dynamicOutputContainer #formDonationStepOne .form-fields .form-field {
    max-width: 45%;
    width: 100%;
  }
  #dynamicOutputContainer #formDonationStepOne .form-fields .form-field .form-field-book img {
    width: 185px;
    height: 185px;
    object-fit: cover;
    object-position: center;
  }
}
@media all and (max-width: 500px) {
  #dynamicOutputContainer #formDonationStepOne .form-fields .form-field {
    max-width: 100%;
    width: 100%;
  }
}
#dynamicOutputContainer #formDonationStepTwo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields-column {
  width: 41%;
}
@media all and (max-width: 768px) {
  #dynamicOutputContainer #formDonationStepTwo .form-fields-column {
    width: 100%;
  }
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field {
  position: relative;
  margin-bottom: 4rem;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field label {
  position: absolute;
  top: 1rem;
  z-index: 1;
  right: 0;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field input {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 40px;
  background: none;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid #5e3831;
  padding: 1.5rem;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field .radio-option-cont {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field .checkbox-cont-style + label {
  position: relative;
  top: 0;
  right: 0;
}
#dynamicOutputContainer #formDonationStepTwo .form-fields .form-field.radio-options-cont {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#dynamicOutputContainer #formDonationStepTwo .form-footer.submit-cont-btn {
  margin-top: 9rem;
}
#dynamicOutputContainer #formDonationStepThree strong {
  font-weight: 800;
  font-size: 2.6rem;
  display: block;
  margin-bottom: 4rem;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 6rem;
  flex-wrap: wrap;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option {
  width: 316px;
  max-width: 100%;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option span {
  display: block;
  width: 100%;
  /*max-width:232px;*/
  font-size: 2.2rem;
  font-weight: 500;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option .shipping-option-details {
  margin-top: 6rem;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option .shipping-option-details .shipping-option-details-to-ship {
  position: relative;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option .shipping-option-details label {
  position: absolute;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option .shipping-option-details input {
  width: 100%;
}
#dynamicOutputContainer #formDonationStepThree .form-field.shipping-method .shipping-option .shipping-option-details .shipping-option-location {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
#dynamicOutputContainer #formDonationStepThree .summary-donation {
  margin: 6rem 0;
  background: #F8F4F0;
  padding: 2.8rem 3.5rem;
}
#dynamicOutputContainer #formDonationStepThree .summary-donation > p {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 3.5rem;
}
#dynamicOutputContainer #formDonationStepThree .summary-donation .summary-book-details {
  display: flex;
  gap: 5rem;
}
#dynamicOutputContainer #formDonationStepThree .summary-donation .summary-book-details p span {
  font-weight: 800;
  font-size: 2.2rem;
}
@media all and (max-width: 500px) {
  #dynamicOutputContainer #formDonationStepThree .summary-donation .summary-book-details {
    flex-wrap: wrap;
    gap: 1rem;
  }
  #dynamicOutputContainer #formDonationStepThree .summary-donation .summary-book-details .sbd-item {
    width: 100%;
  }
}
#dynamicOutputContainer #formDonationStepThree .summary-donation .total-price-summary {
  margin-top: 3.5rem;
}
#dynamicOutputContainer #formDonationStepThree .summary-donation .total-price-summary .total-price i {
  font-style: normal;
}
#dynamicOutputContainer #formDonationStepThree .shipping-contact-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#dynamicOutputContainer #formDonationStepThree .shipping-contact-details .form-fields-column {
  width: 41%;
}
#dynamicOutputContainer #formDonationStepThree .shipping-contact-details .form-fields-row {
  width: 100%;
}
#dynamicOutputContainer #formDonationStepThree .shipping-contact-details .form-field label {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 1;
}
#dynamicOutputContainer #formDonationStepThree .shipping-contact-details .form-field input {
  width: 100%;
  background: none;
}
#dynamicOutputContainer #formDonationStepThree .payment-details {
  margin-top: 5rem;
}
#dynamicOutputContainer #formDonationStepThree .payment-details .form-field {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
#dynamicOutputContainer #formDonationStepThree .payment-details .form-field label {
  max-width: calc(100% - 30px);
  padding-right: 23px;
}
#dynamicOutputContainer #formDonationStepThree .payment-details .form-field label .asterix {
  margin-right: -20px;
}
#dynamicOutputContainer #formDonationStepThree .payment-options {
  margin-top: 3rem;
  gap: 3rem !important;
}
#dynamicOutputContainer #formDonationStepThree .payment-options .payment-option {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#dynamicOutputContainer #formDonationStepThree .payment-options .payment-option img {
  max-width: 215px;
}
#dynamicOutputContainer .submit-cont-btn.form-footer {
  width: 100%;
  max-width: 438px;
  display: flex;
  justify-content: space-between;
  margin-top: 9rem;
}
#dynamicOutputContainer .submit-cont-btn.form-footer button svg {
  display: inline-block;
  margin: 0 10px -2px;
}
#ui-datepicker-div {
  width: 291px !important;
}
.list-of-honor-books form .form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 4.7rem;
}
.list-of-honor-books form .form-fields .form-field .form-field-book {
  margin-top: 5.3rem;
}
#thankyouPage {
  text-align: center;
  padding: 6rem 0;
}
#thankyouPage .wrapper {
  display: flex;
  flex-direction: column;
}
#thankyouPage .donation-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  widtH: 490px;
  max-width: 100%;
  margin: 0 auto;
}
#thankyouPage .donation-details span {
  font-size: 2.6rem;
  font-weight: 600px;
}
#thankyouPage .social-icons {
  margin: 6rem auto;
  padding-top: 6px;
  border-top: 4px solid #5e3831;
  width: 910px;
  max-width: 100%;
}
#thankyouPage .social-icons ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
#archiveLoader {
  display: none;
  text-align: center;
  padding: 30px 0;
}
#archiveLoader.active {
  display: block;
}
.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #ddd;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: sksSpin 1s linear infinite;
  margin: auto;
}
@keyframes sksSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
