.save-more-cta {
    text-align: center;
    padding: 100px 0; }
.save-more-cta h1 {
    margin-bottom: 20px; }
.save-more-cta p {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 34px; }

.save-more-cta {
    color: white; }
.save-more-cta .search-field-wrap {
    position: relative;
    width: 320px;
    width: 100%; }
.save-more-cta .search-field-wrap .search-box {
    padding-left: 34px !important;
    padding-right: 34px !important;
    width: 100%; }
.save-more-cta .search-field-wrap .dashicons {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #b31f17; }
.save-more-cta .search-field-wrap .arrow_down {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 25px;
    width: 25px; }
.save-more-cta .search-field-wrap .arrow_down:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    color: #b31f17;
    border-style: solid;
    border-color: #b31f17 transparent transparent transparent;
    border-width: 8px; }
.save-more-cta .search-filter-wrap {
    position: relative;
    max-width: 320px;
    margin: 0 auto; }
.save-more-cta .search-box {
    text-align: center;
    width: 100%;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.8);
    border: none;
    line-height: 48px;
    font-size: 14px;
    color: black;
    padding: 0 15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 18px;
    border: none; }
.save-more-cta .empty-item {
    transition-property: opacity;
    transition-duration: 0s;
    transition-delay: 0s;
    transition-timing-function: ease; }
.save-more-cta .empty .empty-item {
    transition-property: opacity;
    transition-duration: .2s;
    transition-delay: .3s;
    transition-timing-function: ease; }
.save-more-cta .hiding {
    margin-left: -100%;
    opacity: 0.5; }
.save-more-cta .hidden {
    display: none; }
.save-more-cta .result-wrap {
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 24px;
    max-width: 320px;
    background-color: #f1f1f1;
    max-height: 388px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 99; }
.save-more-cta ul {
    position: relative;
    width: 100%; }
.save-more-cta ul li a {
    display: block;
    padding: 10px 20px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.68);
    transition: all .3s ease;
    border-bottom: solid 1px rgba(0, 0, 0, 0.04);
    text-align: center;
    width: 100%;
}
.save-more-cta ul li:hover a {
    color: #b31f17;
    background-color: rgba(0, 0, 0, 0.04); }
.save-more-cta .empty-item {
    background-color: #f1f1f1;
    color: rgba(0, 0, 0, 0.48);
    margin: 0.2em 0;
    padding: 0.5em 0.8em;
    font-style: italic;
    border: none;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    float: left;
    clear: left;
    width: 100%;
    position: relative;
    display: none; }
.save-more-cta .empty .empty-item {
    opacity: 1;
    visibility: visible;
    display: block; }

.entry-content .save-more-cta ul li {
    margin-left: 0;
    list-style-type: none;
}
