.simplr_form {
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
contain: paint;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 6.25rem 0;
position: relative;
}
.simplr_filter_container {
background-color: none!important;
}
.simplr_selects_container {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.simplr_form .filter-dropdown__select {
background-color: transparent;
background-image: url(//altcapital-sg.com/wp-content/themes/alt-capital/assets/assets/svg/icon-arrow-black.svg);
background-repeat: no-repeat;
-webkit-background-size: .625rem .625rem;
-moz-background-size: .625rem .625rem;
-o-background-size: .625rem .625rem;
background-size: .625rem .625rem;
border: 1px solid #898989;
}
.simplr_form .filter-search__input {
background-color: transparent;
border: 1px solid #898989;
font-size: 1rem;
font-weight: 700;
padding: .9375rem 4rem .8125rem 1.25rem;
-webkit-transition: all .15s ease;
-o-transition: all .15s ease;
-moz-transition: all .15s ease;
transition: all .15s ease;
}
.simplr-search-wrapper {
position: relative;
}
.simplr-submit-form {
z-index: 1000!important;
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
-webkit-box-shadow: 0px 0px 0px transparent!important;
-moz-box-shadow: 0px 0px 0px transparent!important;
box-shadow: 0px 0px 0px transparent!important;
border: 0px solid transparent!important;
text-shadow: 0px 0px 0px transparent!important;
background-color: #c6c6c6!important;
background-image: url(//altcapital-sg.com/wp-content/themes/alt-capital/assets/assets/svg/icon-search-white.svg);
background-position: 50%;
background-repeat: no-repeat;
-webkit-background-size: 1rem 1rem;
-moz-background-size: 1rem 1rem;
-o-background-size: 1rem 1rem;
background-size: 1rem 1rem;
height: -webkit-calc(100% - .125rem);
height: -moz-calc(100% - .125rem);
height: calc(100% - .125rem);
position: absolute;
right: 1px;
top: 1px;
width: 3.125rem;
-webkit-transition: 0.3s all!important;
-o-transition: 0.3s all!important;
-moz-transition: 0.3s all!important;
transition: 0.3s all!important;
}
.simplr-submit-form:hover {
background-color: #898989!important;
}
.simplr_prev_post a,
.simplr_next_post a {
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
font-weight: 600;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-bottom: 1rem;
-webkit-transition: color .15s ease;
-o-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease;
width: 2.5rem;
height: 2.5rem;
background-repeat: no-repeat;
-webkit-background-size: 7px 12px;
-moz-background-size: 7px 12px;
-o-background-size: 7px 12px;
background-size: 7px 12px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14'%3E %3Cpath d='M3.52305 13.9236H0L7.41695 6.96182L0 0L3.52305 0L10.94 6.96182L3.52305 13.9236Z' fill='%23000000' /%3E %3C/svg%3E");
}
.simplr_prev_post a:hover,
.simplr_next_post a:hover {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 11 14'%3E %3Cpath d='M3.52305 13.9236H0L7.41695 6.96182L0 0L3.52305 0L10.94 6.96182L3.52305 13.9236Z' fill='%23FF7800' /%3E %3C/svg%3E");
}
.simplr_prev_post a {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-position: center bottom 5px;
}
.simplr_next_post a {
background-position: center top 5px;
}
.simplr_form_loader.active {
display: block!important;
}
.simplr_search_results {
display: none!important;
width: 100%;
margin-top: 1rem;
padding: 1.5rem 1.5rem 1rem 1.5rem;
background-color: rgba(255, 255, 255, 0.85);
}
.simplr_search_results h3 {
margin: 0 0 1rem 0;
font-size: 24px;
line-height: 1;
}
.simplr_search_results p {
margin: 0 0 0.5rem 0;
}
.simplr_search_results a {
margin: 1rem 0 0 0!important;
}
.simplr_pagination {
-webkit-box-pack: center!important;
-webkit-justify-content: center!important;
-moz-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
margin: 1rem auto 3rem auto!important;
}
.simplr_reset_btn {
color: #111!important;
text-decoration: none!important;
}
.simplr_reset_btn:hover {
color: #333!important;
}
.simplr_nothing_found {
max-width: 100%!important;
padding: 2.1875rem -webkit-calc(50vw - 33rem)!important;
padding: 2.1875rem -moz-calc(50vw - 33rem)!important;
padding: 2.1875rem calc(50vw - 33rem)!important;
width: 100%!important;
}
@media (max-width: 767px ){
.simplr_filter_container_inner {
width: 100%;
padding: 0 1rem;
}
.simplr-search-wrapper {
margin-top: 0.8rem;
}
.simplr_selects_container {
gap: 0.8rem;
}
.simplr_form .filter-dropdown__select {
background-position: top 50% right 0.5rem;
padding: .9375rem 0.5rem .8125rem;
}
}
@media (min-width: 768px ){
.simplr_filter_container_inner {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.simplr_selects_container {
gap: 1.5rem;
}
.simplr_form .filter-dropdown__select {
background-position: top 50% right 1.25rem;
padding: .9375rem 1.25rem .8125rem;
}
}