.filters__item {
    position: relative;
    flex: 0 0 calc(25% - 10px);
    margin: 0 5px 15px;
}
.filters__item__header {
    font-weight: 600;
    padding: 5px 15px 12px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f9fbff;
    transition: 0.3s;
    cursor: pointer;
    font-size: 14px;
}
.filters__item__header:after {
    content: "";
    min-width: 8px;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='9.9px' height='6.36px' viewBox='0 0 9.9 6.36' style='overflow:visible;enable-background:new 0 0 9.9 6.36;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%236558F5;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Group_1_' transform='translate(0 1.414) rotate(-45)'%3E%3Crect id='Rectangle_1_' x='0' y='0' transform='matrix(-1 2.535182e-06 -2.535182e-06 -1 1.9997 7.0003)' class='st0' width='2' height='7'/%3E%3Crect id='Rectangle-2_1_' x='0' y='5' transform='matrix(-1 2.535182e-06 -2.535182e-06 -1 6.9997 12.0003)' class='st0' width='7' height='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 0;
    transition: 0.3s;
}
.filter-active .filters__item__header:after {
    transform: rotate(-180deg);
}
.filters__item__header:hover {
    background: #ffffff;
}
.filters__item__header__txt--selected {
    color: #6558f5;
    margin-left: 6px;
}
.filters__item__dropdown {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 14;
    display: none;
    border: 0;
    box-shadow: 0px 6px 6px #cccccc;
    border-radius: 0.25rem;
    overflow: hidden;
    min-width: 250px;
    padding: 0;
}
.filters__item__dropdown::after {
    content: "";
    background-color: #6558f5;
    opacity: 0.04;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.filters__item__clear,
.filters__item__save {
    padding: 14px;
    background: #fcfcfc;
    text-align: right;
}
.filters__item__clear {
    border-bottom: 1px solid #e8e9eb;
}
.filters__item__save {
    border-top: 1px solid #e8e9eb;
}
.filters__item__clear a,
.filters__item__save a {
    color: #FFF;
    font-size: 14px;
}
.filters__item__dropdown .options {
    max-height: 200px;
    overflow: auto;
}
.filters__item__dropdown .options .option {
    position: relative;
    border-bottom: 1px solid #e8e9eb;
    padding: 14px 14px 14px 40px;
}
.filters__item__dropdown .options .option:last-child {
    margin-bottom: 0;
}
.filters__item__dropdown .options .option__label {
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}
.filters__item__dropdown .options .option__text {
    font-weight: 600;
    font-size: 14px;
}
.filters__item__dropdown .options .option__checkbox {
    position: relative;
}
.filters__item__dropdown .options .option__checkbox::before {
    content: "";
    border: 1px solid #6558f5;
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    border-radius: 4px;
}
.filters__item__dropdown .options .option__checkbox::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.192' height='7.071' viewBox='0 0 9.192 7.071'%3E%3Cg transform='translate(598.919 -828.729) rotate(45)'%3E%3Crect width='5' height='2' transform='translate(165 1010)' fill='%23fff'/%3E%3Crect width='8' height='2' transform='translate(170 1004) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: -25px;
    background-repeat: no-repeat;
}
.filters__item__dropdown .options .option input[type="checkbox"],
.filters__item__dropdown .options .option input[type="radio"] {
    position: absolute;
    visibility: hidden;
    left: 0;
}
.filters__item__dropdown .options .option input[type="checkbox"]:checked + .option__checkbox::before,
.filters__item__dropdown .options .option input[type="radio"]:checked + .option__checkbox::before {
    background-color: #6558f5;
    border-color: #6558f5;
}
.filters__item__dropdown .options .option.checked {
    font-weight: 700;
}

.filters__item.opened .updates-filter__selectDropdown {
    opacity: 1;
}

.filters__controlls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px;
    min-width: 220px;
}
.filters__controlls .button {
    height: 58px;
}
.filters__controlls .button-link {
    cursor: pointer;
    margin-left: 16px;
    min-width: 90px;
    display: none;
}
.filters__controlls .button-link.active {
    display: inline-block;
}

.filters-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 42px;
}
.filters-search__form {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.filters-search__form__input {
    -webkit-appearence: none;
    background: transparent;
    border: 2px solid #6558f5;
    border-right: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 20px;
    height: 54px;
    color: #fff;
    transition: 0.3s;
}
.filters-search__form__input:focus {
    color: #fff;
}
.filters-search__form__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.filters-search__form__btn {
    height: 54px;
}
.contentImageBlock__content .filters-search__form__btn {
    margin-top: 0;
}
.filters-search__sep {
    margin: 12px;
    display: inline-block;
}
.filters-search__btn {
    height: 54px;
}
.contentImageBlock__content .filters-search__btn {
    margin-top: 0;
}

.feed-pagination {
    padding-top: 50px;
    margin-left: -5px;
    padding-right: -5px;
    width: 100%;
    display: block;
}
.feed-pagination__list {
    margin-bottom: 0;
    padding: 0;
}
.feed-pagination__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 5px;
    margin-left: 5px;
    transition: 0.2s;
}
.feed-pagination__btn--next svg {
    transform: rotate(180deg);
}
.feed-pagination__btn--next:hover {
    background-color: #6558f5;
}
.feed-pagination__btn--next:hover rect {
    fill: white;
}
.feed-pagination__btn svg {
    transition: 0.2s;
}
.feed-pagination__btn--prev:hover {
    background-color: #6558f5;
}
.feed-pagination__btn--prev:hover rect {
    fill: white;
}
.feed-pagination__item {
    padding: 0 5px;
    padding-left: 5px;
    padding-right: 5px;
    list-style-type: none;
}
.feed-pagination__item__link {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid #6558f5;
    color: #6558f5;
    transition: 0.2s;
}
.feed-pagination__item__link.current {
    background-color: #6558f5;
    color: white;
    border: 1px solid #6558f5;
}
.feed-pagination__item__link:hover {
    background-color: #6558f5;
    color: white;
    border: 1px solid #6558f5;
}
.feed-pagination .separator {
    display: inline-block;
    padding: 0 5px;
    font-size: 29px;
}
.feed-pagination__loadmore {
    display: none;
    margin-bottom: 80px;
    margin-top: 40px;
}
.feed-pagination__loadmore .button {
    text-transform: uppercase;
}
.feed-pagination__loadmore .button:hover {
    background-color: white;
    border-color: #6558f5;
}


.filters__search{
    position: relative;
    margin: 0 5px 15px;
    min-width: 340px;
}
.filters__search__input{
    -webkit-appearance: none;
    width: 100%;
    border: 0;

    font-weight: 600;
    padding: 12px 15px 12px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f9fbff;
    transition: 0.3s;
    cursor: pointer;
    font-size: 14px;
}
.filters__search__input1{
    -webkit-appearance: none;
    width: 100%;
    border: 0;

    font-weight: 600;
    padding: 12px 15px 12px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    transition: 0.3s;
    font-size: 14px;
}
.filters__search__submit{
   -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 1px;
    border: 0;
    cursor: pointer;
    background-image: url(../images/search-btn.svg);
    background-color: transparent;
    height: 30px;
    width: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 100% 100%;
    padding: 16px;
}

@media(max-width: 768px){
    .filters__search{
        width: 100%;
        max-width: 340px;
        min-width: 0px;
    }
    .filters__item{
        width: 100%;
        max-width: 340px;
        min-width: 0px;
        flex: 100%;
    }
}

/*sign up page*/
.tagline {
  margin-bottom: 50px;
}

.tagline h3, .tagline h2 {
  color: #fff;
  font-weight: normal;
}

a.big-button:hover {
  color: #2602b3;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
}

a.big-button {
  display: block;
  color: #2602b3;
  padding: 40px 30px;
  width: 230px;
  background: #e0defd;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  border: solid 1px #9c9abb;
  background: rgb(224, 222, 253);
  background: linear-gradient(180deg, rgb(224, 222, 253) 0%, rgb(248, 248, 255) 50%, rgb(209, 206, 252) 100%);
  text-decoration: none;
}

body.page-id-83107 .blocks-margin-large.dark.default.text-left.os-animation{
    background: url(/wp-content/themes/foxhire-2022/images/banner-bg.png) no-repeat #6558F5;
  background-position-x: 0%;
  background-position-y: 0%;
background-position: center 40px;
position: relative;
}
/*end sign up page*/