button#wss-load-more {
  font-size: 16px;
  border: 1px solid #ceb357;
  color: #fff;
  background-color: #0000;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 20px 0;
}

button#wss-load-more:hover {
  background: #ceb357;
  transition: 0.3s ease;
}

div#wss-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
}

button#wss-show-less {
  font-size: 16px;
  border: 1px solid #ceb357;
  color: #fff;
  background-color: #0000;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 20px 0;
}

button#wss-show-less:hover {
  background: #ceb357;
  transition: 0.3s ease;
}

input#wss-search-input {
  width: 100%;
  padding: 11px 15px;
  background: transparent;
  box-shadow: initial !important;
  border: solid 2px #545454;
  border-radius: 8px;
  color: #bbbbbb !important;
}

input#wss-search-input:focus-visible {
  box-shadow: initial !important;
  border: solid 2px #545454;
}

ul#wss-suggestions {
  background: #161515 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 10px !important;
  max-width: 670px !important;
  width: 100% !important;
}

form.search-2.w-form {
  display: block !important;
}

.blog-main-image {
  height: auto !important;
}

/**media**/
@media screen and (max-width: 767px) {
  ul#wss-suggestions {
    width: 100% !important;
    margin: 0 0;
    max-width: 95% !important;
  }
}

input#Search {
  color: #fff !important;
}

.collection-item-2:hover {
  background-color: var(--dark-grey);
}

.blog-item:hover .thumbnail-img {
  transform: scale(1.1);
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

.inherit-color {
  color: inherit;
}

.nav-link:hover .hover-line-navlink {
  width: 100%;
}

.link-block-8:hover {
  border-color: var(--brand-yellow);
}

a {
  color: inherit;
  text-decoration: none;
}

.paragraph.faq-paragraph > p + p {
  margin-top: 10px;
}

.slider-photo_overflow {
  width: calc(100% + 100vw);
}

.slider-photo_overflow > div {
  width: calc(100% - 100vw);
}

.swiper-slide.swiper-slide-active .swiper-slide-overlay {
  display: none;
}
img.ico-logoy.wp-post-image {
    width: 200px;
    height: auto;
}
.fer-r {
    color: red;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}