/**
 *  ---------------------
 *  Listing Post Layout 2
 *  ---------------------
 */
.result-list {
    padding-bottom: 1.5rem;
    /*margin-bottom: 1.5rem;*/
    border-bottom: 1px solid #e2e2e2;
}

.result-list .img {
    position: relative;
}

.result-list .img .featured {
    background: #fff;
    padding: 3px 10px 3px 3px;
    white-space: nowrap;
    font-size: 0.875rem;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}

.result-list .img .featured i {
    width: 27px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background: #ffc600;
}

.result-list .img .featured span {
    padding: 0 4px;
}

.result-list .content {
    height: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.result-list .content .head {
    padding-right: 4rem;
    position: relative;
}

.result-list .content .head h3 a {
    font-size: 1.125rem;
    font-weight: 700;
}

.result-list .content .head h3 a:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
}

.result-list .content .head .favorite {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    background: var( --weddingdir-color-cyan, #00aeaf );
    color: #fff;
    opacity: 0.3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.result-list .content .head .favorite:hover {
    opacity: 0.7;
}

.result-list .content .head .favorite.active {
    opacity: 1;
}

.result-list .content .rating {
    margin-bottom: 1rem;
    color: #555555;
    font-size: 00.875rem;
}

.result-list .content .rating .stars {
    color: var( --weddingdir-color-orange, #f48f00 );
    letter-spacing: -2px;
    margin-right: 10px;
}

.result-list .content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.result-list .content .bottom .badge-wrap {
    display: flex;
    align-items: center;
}

.result-list .content .bottom .badge-wrap .price-map {
    margin-right: 1rem;
}

.result-list .content .bottom .badge-wrap .price-map i {
    width: 27px;
    height: 27px;
    background: #54ba1d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.search-result-toggle {
    padding-bottom: 0;
    margin-bottom: 40px;
    box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 7px;
}

.search-result-toggle.widget a.link {
    padding-bottom: 1.5rem;
    display: block;
}

.search-result-toggle.widget a.link i {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.search-result-toggle.widget a.link.collapsed i {
    transform: rotate(180deg);
}

.search-result-toggle .widget-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-weight: 600;
}

.search-result-toggle .inner .custom-checkbox:not(:last-child) {
    margin-bottom: 10px;
}

.search-result-toggle .inner {
    padding-bottom: 1.5rem;
}

.weddingdir_listing{
    margin-bottom: 2rem;
}


/**
 *  --------------------------
 *  Real Wedding Singular page
 *  --------------------------
 */

.tagged-vendors {
    text-align: center;
    background: #fafafa;
    font-size: 0.875rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.tagged-vendors i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    color: var( --weddingdir-color-orange, #f48f00 );
}

.tagged-vendors h3 {

    font-size: 1.25rem;
    color: var( --weddingdir-color-cyan, #00aeaf );
}

.tagged-vendors a {
    color: #232323;
    border: 1px solid #232323;
    display: inline-block;
    border-radius: 4px;
    padding: 0.4rem 0.5rem;
    line-height: 1;
    font-size: 0.6875rem;
}

.tagged-vendors a:hover {
    background: #9a9a9a;
    border-color: #9a9a9a;
    color: #fff;
}
