.search-all-page { h3 strong { font-family: "Lato Bold"; font-weight: inherit; font-size: inherit; } .totalhits{ margin-top: $md-space; margin-bottom: $xs-space; } .hits-breadcrumbs{ .breadcrumb{ margin-top: 6px; margin-bottom: 0px; background-color: transparent; padding: 0px; .breadcrumb-item{ &::before{ color: #404040; } a{ font-size: 14px; color: $blue; } &.active{ font-size: 14px; color: $blue; } } } } .sortbar { @include media-breakpoint-down(sm) { margin-top: $xs-space; margin-bottom: $xs-space; } } .search--input--container { position: relative; overflow: visible; .autocomplete-hits { position: absolute; top: 60px; left: 0; right: 0; background: white; z-index: 9999999999; box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15); ul { width: 100%; a { display: flex; flex-direction: row; padding-left: 25px; padding-right: 25px; height: 50px; align-items: center; cursor: pointer; color: $dark-grey; font-size: 16px; line-height: 19px; &:hover { background-color: #e7f1f8; a { text-decoration: underline; } } &:focus { background-color: #e7f1f8; } } li { display: flex; flex-direction: row; padding-left: 25px; padding-right: 25px; height: 50px; align-items: center; cursor: pointer; a { display: flex; flex-direction: row; padding-left: 25px; padding-right: 25px; height: 50px; align-items: center; cursor: pointer; color: $dark-grey; font-size: 16px; line-height: 19px; } } } } } .has-border { border-top: 1px solid $grey-border !important; padding-top: $sm-space; } .hits-block { margin-right: $xs-space; p { margin-bottom: 0px; font-family: Lato; font-style: normal; font-size: 16px; line-height: 24px; } } .circle--green { width: 10px; height: 10px; background: #27ae60; border-radius: 50%; margin-right: 5px; } .circle--orange { width: 10px; height: 10px; background: orange; border-radius: 50%; margin-right: 5px; } .circle--grey { width: 10px; height: 10px; background: $dark-grey; opacity: 0.4; border-radius: 50%; margin-right: 5px; } .accordion { a { &.status-link { color: $dark-grey; } } .card { border-left: 0px solid; border-right: 0px solid; background-color: #fff; border-bottom: 0px solid $grey-border; color: #4a4a4a; max-width: 100%; position: relative; border: 0px solid !important; .accordion-body { height: 0; overflow: hidden; .card-content { background-color: transparent; transition: all 0.3s ease; .hits-occasions { background-color: $bg-grey; border-top: 1px solid $grey-border; padding: $xs-space; margin-top: 5px; margin-bottom: 5px; &:first-child { padding-top: $xs-space; } &:last-child { padding-bottom: $xs-space; } p { margin-right: $xs-space; margin-bottom: 0px; padding: 0; &:last-child { margin-right: 0px; } } } } .card-footer { background-color: transparent; border-top: 0px solid $grey-border; align-items: stretch; display: flex; &.is-hidden { display: none !important; } } } .card-header { background-color: transparent; align-items: stretch; display: flex; transition: all 0.3s ease; padding-left: 0px; padding-right: 0px; border-bottom: 0px solid #fff; padding-top: $sm-space; padding-bottom: $sm-space; .card-header-title { align-items: center; color: #363636; display: flex; flex-grow: 1; font-family: "Lato Bold"; padding: 0px; margin-bottom: 0px; p { margin-bottom: 0px; } } } .card-header-icon { align-items: center; cursor: pointer; display: flex; justify-content: center; padding: 0.75rem; margin-bottom: 0px; .icon { align-items: center; display: inline-flex; justify-content: center; height: 0.9rem; width: 0.9rem; } } } } .circle--green { width: 10px; height: 10px; background: #27ae60; border-radius: 50%; margin-right: 5px; } .circle--orange { width: 10px; height: 10px; background: orange; border-radius: 50%; margin-right: 5px; } .circle--grey { width: 10px; height: 10px; background: $dark-grey; opacity: 0.4; border-radius: 50%; margin-right: 5px; } .searchall-accordion { width: 100%; .select-css { &.main { width: 445px; padding-left: 25px; padding-right: 50px; @include media-breakpoint-down(md) { width: 100%; } } } } .searchall-accordion-header { cursor: pointer; } .searchall-accordion-body { padding: 0; max-height: 150em; overflow: hidden; transition: 0.3s ease all; } .is-closed .searchall-accordion-body { max-height: 0; } .searchall-accordion-content { padding-top: 30px; } .vld-parent { min-height: 150px; } .vld-overlay { bottom: 0; left: 0; position: absolute; right: 0; top: 0; align-items: center; display: none; justify-content: center; overflow: hidden; z-index: 1; } .vld-overlay.is-active { display: flex } .vld-overlay.is-full-page { z-index: 999; position: fixed } .vld-overlay .vld-background { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background: #fff; opacity: 0.5; } .vld-overlay .vld-icon, .vld-parent { position: relative } button { &.button-small { font-family: "Lato"; font-weight: inherit; } } .search-all-article-container { border-top: 1px solid $grey-border; &.is--promoted{ background-color: $light-blue; .breadcrumb{ margin-top: 0px; } } .card { .card-header-icon { display: none; } &.show-icon { .card-header-icon { display: block; } } } article { padding-top: $sm-space; padding-bottom: $sm-space; a { color: $dark-grey; h3 { color: $dark-grey; strong { font-family: "Lato Bold"; font-weight: inherit; font-size: inherit; } } } small { opacity: 0.6; font-size: 14px; font-family: "Lato"; line-height: 150%; } time { font-size: 14px; font-family: "Lato"; line-height: 150%; text-transform: capitalize; } p { strong { font-family: "Lato Bold"; font-weight: inherit; font-size: inherit; } } .img-circle { height: 80px; width: 80px; background-position: center; background-size: cover; border: 1px solid $grey-border; border-radius: 50%; margin-bottom: $xs-space; } } } }