@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.search--with-results {
  @import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
  @import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
  @import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
}
.search--with-results.floating {
  margin-top: -125px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .search--with-results.floating {
    margin-top: -70px;
  }
}
.search--with-results .field--name-field-inline-search-text {
  display: none;
}
.search--with-results .views-exposed-form {
  max-width: 820px;
  margin: 0 auto 30px;
  background: #A778F2;
}
.search--with-results .views-exposed-form .form--inline {
  max-width: 610px;
  padding: 15px 0 20px;
}
@media (max-width: 768px) {
  .search--with-results .views-exposed-form .form--inline {
    padding: 10px 18px 10px;
  }
}
.search--with-results .views-exposed-form .form-type-textfield input {
  border: none;
}
.search--with-results .views-exposed-form {
  border-radius: 10px;
}
.search--with-results .views-exposed-form .form--inline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.search--with-results .views-exposed-form .form-type-textfield {
  width: 100%;
  margin: 0;
}
.search--with-results .views-exposed-form .form-type-textfield input, .search--with-results .views-exposed-form .form-type-textfield input[type=text] {
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 23px;
  box-sizing: initial;
  border-radius: 10px;
}
.search--with-results .views-exposed-form .form-type-textfield input, .search--with-results .views-exposed-form .form-type-textfield input::placeholder, .search--with-results .views-exposed-form .form-type-textfield input[type=text], .search--with-results .views-exposed-form .form-type-textfield input[type=text]::placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.search--with-results .views-exposed-form .form-type-textfield input:focus, .search--with-results .views-exposed-form .form-type-textfield input[type=text]:focus {
  border-color: #D5D5D5;
  box-shadow: none;
}
.search--with-results .views-exposed-form .form-actions {
  background: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.search--with-results .views-exposed-form .form-actions input {
  background: url("/themes/custom/pumbo/images/icons/search--white.svg") no-repeat center #000000;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: none;
  transition: 0.3s;
}
.search--with-results .views-exposed-form .form-actions input:hover {
  opacity: 0.8;
}
.search--with-results .views-exposed-form .form-type-select {
  display: none;
}
.search--with-results .view-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.search--with-results .view-content .views-row {
  background: #FCF8F8;
  border-radius: 10px;
  display: flex;
  height: 190px;
  text-decoration: none;
}
.search--with-results .view-content .views-row .views-field-fieldset-1 {
  width: 100%;
}
.search--with-results .view-content .views-row .views-field-fieldset-1 > span {
  display: block;
  height: 100%;
  overflow: hidden;
}
.search--with-results .view-content .search__result {
  border: 1px solid yellow;
}
.search--with-results .view-content .search__result__image img {
  width: 190px;
  height: 190px;
  max-width: unset;
  object-fit: cover;
  object-position: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search--with-results .view-content .search__result__image .views-field-field-feartured-image-mobile {
  display: none;
}
.search--with-results .view-content .search__result__description {
  padding: 20px 100px 20px 60px;
}
.search--with-results .view-content .search__result__description .views-field-title {
  margin-bottom: 15px;
}
.search--with-results .view-content .search__result__description .views-field-title h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .search--with-results .view-content .search__result__description .views-field-title h2 {
    font-size: 20px;
  }
}
.search--with-results .view-content .search__result__description .views-field-body-1 p {
  margin-bottom: 0;
}
.search--with-results .view-content .search__result__description div[class*=" views-field-body"] {
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  color: #666666;
}
.search--with-results .view-content .search__result__description div[class*=" views-field-nothing"] {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  line-height: 45px;
  color: #666666;
  font-weight: 900;
  font-size: 12px;
}
.search--with-results .view-content .search__result__description .ckeditor-col-container > div {
  width: 100%;
}
@media (max-width: 1040px) {
  .search--with-results .view-content .search__result__description {
    padding: 20px 60px;
  }
}
@media (max-width: 890px) {
  .search--with-results .view-content .search__result__description {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  .search--with-results .view-content .views-row {
    flex-direction: column;
    height: auto;
  }
  .search--with-results .view-content .search__result__image img {
    height: 110px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .search--with-results .view-content .search__result__image .views-field-field-blog-featured-image,
.search--with-results .view-content .search__result__image .views-field-field-feartured-image {
    display: none;
  }
  .search--with-results .view-content .search__result__image .views-field-field-feartured-image-mobile {
    display: block;
  }
  .search--with-results .view-content .search__result__description {
    padding: 30px 25px 10px;
  }
  .search--with-results .view-content .search__result__description div[class*=" views-field-body"] {
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
  }
  .search--with-results .view-content .search__result__description div[class*=" views-field-nothing"] {
    padding: 15px 0;
  }
}
.search--with-results .view-footer .paragraph--type--button {
  margin-top: 40px;
  margin-left: auto;
  max-width: 300px;
}
.search--with-results ul.js-pager__items {
  padding: 2px 20px;
  width: max-content;
  border-radius: 10px;
  margin: 30px auto 0;
  background: #FCF8F8;
  align-items: center;
}
.search--with-results ul.js-pager__items .page-item span,
.search--with-results ul.js-pager__items .page-item a.page-link {
  border: none;
  background: none;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  transition: 0.5s;
}
.search--with-results ul.js-pager__items .page-item span:hover,
.search--with-results ul.js-pager__items .page-item a.page-link:hover {
  opacity: 0.5;
}
.search--with-results ul.js-pager__items .page-item.is-active a {
  font-weight: 700;
}
@media (max-width: 768px) {
  .search--with-results ul.js-pager__items .page-item span,
.search--with-results ul.js-pager__items .page-item a.page-link {
    font-size: 20px;
  }
  .search--with-results ul.js-pager__items .page-item.disabled {
    display: none;
  }
  .search--with-results ul.js-pager__items .page-item.pager__item--next, .search--with-results ul.js-pager__items .page-item.pager__item--previous {
    margin: 0;
  }
}
.search--with-results ul.js-pager__items .pager__item--previous,
.search--with-results ul.js-pager__items .pager__item--next {
  width: 26px;
  height: 100%;
  transition: 0.5s;
  opacity: 0.5;
}
.search--with-results ul.js-pager__items .pager__item--previous span,
.search--with-results ul.js-pager__items .pager__item--next span {
  font-size: 0;
}
.search--with-results ul.js-pager__items .pager__item--previous a,
.search--with-results ul.js-pager__items .pager__item--next a {
  height: 100%;
}
.search--with-results ul.js-pager__items .pager__item--previous:hover,
.search--with-results ul.js-pager__items .pager__item--next:hover {
  opacity: 1;
}
.search--with-results ul.js-pager__items .pager__item--previous {
  margin-right: 35px;
  transform: rotate(180deg);
  background: url("/themes/custom/pumbo/images/icons/arrow--black.svg") no-repeat center;
  background-size: contain;
}
.search--with-results ul.js-pager__items .pager__item--next {
  margin-left: 35px;
  background: url("/themes/custom/pumbo/images/icons/arrow--black.svg") no-repeat center;
  background-size: contain;
}
.search--with-results ul.js-pager__items .pager__item--first,
.search--with-results ul.js-pager__items .pager__item--last {
  display: none;
}
@media (max-width: 576px) {
  .search--with-results ul.js-pager__items {
    width: 100%;
  }
}
.search--with-results .warning {
  border: 1px solid #FEB178;
  border-radius: 10px;
  display: flex;
  column-gap: 30px;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 300;
}
.search--with-results .warning__content {
  overflow: hidden;
}
.search--with-results .warning .button-default {
  padding: 0;
  width: max-content;
  column-gap: 8px;
  display: flex;
  background: unset;
  border: unset;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 100%;
}
.search--with-results .warning .button-default__icon {
  width: 25px;
  top: unset;
  position: relative;
  right: unset;
  min-height: unset;
}
.search--with-results .warning .button-default a {
  color: #000000;
}
.search--with-results .warning .button-default:hover {
  background: unset;
}
.search--with-results .warning .button-default:hover a {
  color: #000000;
}
.search--with-results .warning .button-default:hover img {
  filter: none;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .search--with-results .warning {
    padding: 25px 20px 30px;
    column-gap: 20px;
  }
}
.search--with-results.floating {
  margin-top: -58px;
}
.search--with-results .field--name-field-inline-search-text {
  visibility: hidden;
  height: 0;
  margin: 0;
}
.search--with-results .view-global-search .field--name-field-inline-search-text {
  visibility: unset;
  margin-top: 15px;
  height: max-content;
}
@media (max-width: 768px) {
  .search--with-results .view-global-search .field--name-field-inline-search-text {
    text-align: center;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=search-with-results.css.map */
