*{
    box-sizing: border-box !important;
}

.search-plus-searched-keyword{
    background-color: #FADC7D;
}

/* Search Filter Styles */

    .search-plus-filter-seperator{
        width: 24px; float: right; margin: 0px 12px !important; position: relative; top: 0px; left: 0px;
    }
    
    .search-plus-filter-seperator span{
        position: absolute; top: 4px; height: 18px !important; left: 18px !important; border-left: 1px solid #a2a2a2 !important;
    }
    
    .search-plus-filter-canvas{
        width: 100%;
        height: 60px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        padding: 6px;
        border-radius: 6px;
    }

        .search-plus-search-shortcode-wrapper.all-filters .search-plus-filter-canvas{
            height: 72px;
        }

        .search-plus-top-filter-wrapper{
            width: 100%;
            margin-bottom: 12px;
            position: relative;
        }

        .search-plus-top-filter-wrapper-search-input{
            float: left;
            width: 100%;
            padding: 6px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .search-plus-top-filter-wrapper-order-selectbox{
            float: left;
            width: auto;
            min-width: 170px;
            padding: 6px;
            position: absolute;
            right: 0px;
        }

        .search-plus-top-filter-wrapper-order-selectbox .order-value-wrapper i{
            margin-right: 6px !important;
        }

            .search-plus-search-shortcode-wrapper.only-search-input .search-plus-top-filter-wrapper-order-selectbox,
            .search-plus-search-shortcode-wrapper.results-in-dropdown .search-plus-top-filter-wrapper-order-selectbox{
                display: none !important;
            }

            .search-plus-search-shortcode-wrapper.only-search-input .search-plus-top-filter-wrapper-search-input{
                width: 100% !important;
            }

            .results-in-dropdown .search-plus-top-filter-wrapper-search-input{
                width: 100% !important;
                margin-bottom: 12px !important;
            }

    .search-plus-top-filter-options-wrapper .search-plus-filter-canvas-cell{
        font-size: 12px !important;
    }
    
    .search-plus-filter-top-canvas{
        width: 100%;
        height: 125px;
        border: 1px solid #e5e5e5;
        background-color: #fafafa;
        padding: 12px;
        border-radius: 6px;
    }
    
    .search-plus-filter-canvas-cell{
        width: 25%;
        padding: 6px;
        float: left;
        margin-left: 0px;
    }

        .search-plus-filter-canvas-cell:nth-of-type(4n+1){
            padding-left: 0px !important;
        }

        .search-plus-filter-canvas-cell:nth-of-type(4n+4){
            padding-right: 0px !important;
        }

    .search-plus-filter-canvas-cell-tags{
        position: relative;
    }
    
    input#search_plus_tags:focus{
        border: 1px solid #e5e5e5 !important;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .search-plus-filter-tags-button{
        display: none;
        position: absolute;
        top: 6px;
        right: 0px;
        width: 36px;
        height: 36px;
        background-color: #e5e5e5;
        line-height: 36px;
        text-align: center;
        cursor: pointer !important;
    }
    
    .search-plus-filter-tags-button.active{
        display: block;
    }
    
    .search-plus-filter-canvas-cell-3{
        position: relative !important;
        width: 75%;
        padding: 6px;
        float: left;
        margin-left: 0px;
    }
    
    .search-plus-filter-canvas-cell-3 input{
        width: 100% !important;
    }
    
    .search-plus-filter-canvas-cell-3 .search-plus-filter-keyword,
    .search-plus-filter-canvas-cell-3 .search-plus-filter-keyword:focus{
        border: 1px solid #e5e5e5;
        width: 100% !important;
        height: 36px !important;
        padding: 12px;
    }
    
    .search-plus-filter-canvas-cell-3 .search-plus-filter-search-button{
        position: absolute !important;
        right: 6px !important;
        top: 6px !important;
        width: 36px;
        height: 36px;
        line-height: 36px !important;
        text-align: center !important;
        background-color: #f5f5f5;
        border: 1px solid #e5e5e5 !important;
        color: #a5a5a5 !important;
        font-size: 13px !important;
        cursor: pointer !important;
    }
    
    .search-plus-filter-canvas-cell-label{
        width: 100%;
        line-height: 1;
        margin-bottom: 6px;
        text-transform: uppercase;
        font-size: 13px;
        display: none;
    }
    
    .search-plus-filter-tags{
        width: 100%;
        height: 36px;
        padding: 6px;
        border: 1px solid #e5e5e5;
    }
    
    .search-plus-filter-search-wrapper{
        position: relative;
        width: 100%;
    }
    
    .search-plus-filter-search-wrapper input{
        border: none;
        width: calc(100% - 36px);
        height: 36px;
        float: left;
        margin-left: 0px;
    }
    
    .search-plus-filter-search-wrapper i{
        float: left;
        margin-left: 0px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        font-size: 18px;
        cursor: pointer;
    }
    
    .search-plus-filter-search-info-wrapper{
        width: 100%;
        line-height: 24px;
        color: rgba(0,0,0,0.5);
        clear: both;
        float: left;
        padding-top: 12px;
        line-height: 26px;
        border-radius: 6px;
        font-size: 13px;
    }
    
    .search-plus-filter-search-info-wrapper i{
        margin-right: 12px !important;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-search-warning{
        float: right;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-search-warning-left{
        float: left;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-search-warning-left i{
        margin-right: 6px !important;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-title-label{
        float: left;
        cursor: pointer;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-info-label{
        float: right;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-search-warning i,
    .search-plus-filter-search-info-wrapper .search-plus-filter-info-label i{
        margin-left: 12px;
        margin-right: 6px;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-title-label:before{
        font-family: "FontAwesome";
        content: "\f096";
        margin-right: 6px;
    }
    
    .search-plus-filter-search-info-wrapper .search-plus-filter-title-label-active:before{
        content: "\f046" !important;
    }
    
    .search-plus-filter-wrapper .value-wrapper {
        line-height: 36px;
        padding: 0px 12px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        cursor: pointer;
        overflow: hidden;
        text-align: left;

        font-size: 11px !important;
        text-transform: uppercase !important;
    }

        .search-plus-filter-wrapper .order-value-wrapper{
            line-height: 36px;
            padding: 0px 12px;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            border: 1px solid transparent;
            background-color: transparent;
            cursor: pointer;
            overflow: hidden;
            text-align: left;

            text-transform: uppercase;
            font-size: 10px;
            font-weight: 600;
        }
    
    .search-plus-filter-wrapper .value-wrapper i {
        margin-right: 6px;
        font-size: 11px !important;
    }
    
    .search-plus-filter-wrapper .value-wrapper .default-label {
        display: inline-block;
        position: absolute;
        top: 0px !important;
    }
    
    .search-plus-filter-wrapper .value-wrapper .custom-label {
        display: none;
        position: absolute;
        top: 0px !important;

        font-size: 12px;
    }
    
    .search-plus-filter-order-wrapper .filter-input{
        min-width: 200px !important;
    }
    
    .search-plus-filter-order-wrapper .value-wrapper{
        border-radius: 6px;
        border: 2px solid #e5e5e5;
        line-height: 32px;
        width: calc(100% - 16px) !important;
        #left: 8px !important;
    }
    
    
    .search-plus-filter-wrapper .filter-input{
        position: relative;
        height: 36px;
    }
    
    .search-plus-filter-wrapper .filter-input .arrow-icon-wrapper{
        position: absolute;
        top: 2px;
        right: 2px;
        text-align: center;
        line-height: 32px;
        height: 32px;
        width: 29px;
        background-color: #f5f5f5;
    }
    
    .search-plus-top-filter-wrapper-order-selectbox .arrow-icon-wrapper{
        line-height: 29px !important;
        border-top: 2px solid transparent !important;
        border-bottom: 2px solid transparent !important;
        border-right: 2px solid transparent !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    
    .search-plus-filter-wrapper .filter-input .dropdown-content{
        background-color: #FFFFFF;
        border: 1px solid #e5e5e5;
        position: absolute;
        top: 36px;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        min-height: 96px;
        z-index: 1000;
        overflow: hidden !important;
        border-radius: 6px;
    }
    
    .search-plus-filter-wrapper .filter-input:hover .dropdown-content{
        visibility: visible;
        opacity: 1;
    }
    
    .search-plus-filter-wrapper .filter-content-wrapper {
        font-size: 12px;
        padding: 6px 12px 6px 12px;
        float: left;
        max-height: 150px;
        overflow: auto;
        width: 100%;
    }
    
    .search-plus-filter-wrapper .filter-content-wrapper ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: 100%;
    }
    
    .search-plus-filter-wrapper .filter-content-wrapper ul li {
        cursor: pointer;
        margin: 0px;
    }
    
    .search-plus-filter-wrapper .filter-input-wrapper{
        width: 100%;
        padding: 12px 12px 0px 12px;
    }
    
    .search-plus-filter-wrapper .filter-input-wrapper input{
        width: 100%;
    }
    
    .search-plus-filter-wrapper .filter-content-wrapper ul li:before{
        font-family: "FontAwesome";
        content: "\f096" !important;
        margin-right: 6px;
        font-size: 14px;
    }
    
    .search-plus-filter-wrapper .filter-content-wrapper ul li.active:before{
        font-family: "FontAwesome";
        content: "\f046" !important;
    }
    
    .search-plus-search-results-loading-wrapper{
        display: none;
        width: 100%;
        float: left;
        clear: both;
        line-height: 24px;
        margin: 12px 0px 500px 0px !important;
    }
    
    .search-plus-search-results-loading-wrapper.active{
        display: block !important;
    }
    
    .search-plus-search-results-loading-wrapper img{
        width: 24px; height: 24px; float: left; margin-left: 0px;
    }
    
    .search-plus-search-results-loading-wrapper span{
        line-height: 24px; float: left; margin-left: 12px;
    }
    
    
    .search-plus-top-filter-search-wrapper{
        float: left;
        clear: both;
        width: 100%;
        line-height: 1.5em;
        margin-bottom: 24px;
    }
    
    .search-plus-top-filter-options-wrapper{
        font-size: 12px !important;

        float: left;
        clear: both;
        width: 100%;
        line-height: 1.5em;
        margin-bottom: 12px;
        padding:  0px 0px 12px 0px;
    }
    
    .search-plus-top-filter-labels{
        float: left;
        clear: both;
        width: 100%;
        margin-bottom: 24px;
        padding: 0px;
    }
    
    .search-plus-top-filter-search-link{
        float: right;
        width: 36px;
        height: 36px;
        color: #FFFFFF;
        background-color: #AB9E94;
        line-height: 36px;
        text-align: center;
    }
    
    .search-plus-top-filter-options-link{
        float: right;
        margin-right: 15px;
        width: 36px;
        height: 36px;
        color: #FFFFFF;
        background-color: #a5a5a5;
        line-height: 36px;
        text-align: center;
    }
    
    .search-plus-top-filter-links{
        border-radius: 6px;
        cursor: pointer;
    }
    
    .search-plus-top-filter-links.active{
        position: relative;
        background-color: #000000 !important;
        color: #FFFFFF;
    }
    
    .search-plus-top-filter-links.active:after{
        content:'';
        width: 0;
        height: 0;
        border-top: solid 6px #000000;
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        position: absolute;
        top: 35px;
        left: calc(50% - 6px);
    }
    
    .search-plus-top-filter-labels-minified{
        margin-bottom: 18px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-top-filter-options-link,
    .search-plus-top-filter-labels-minified .search-plus-top-filter-search-link{
        width: auto !important;
        height: auto !important;
        color: #000000 !important;
        background-color: #FFFFFF !important;
    
        #text-transform: uppercase !important;
        #font-size: 13px !important;
        line-height: 24px !important;
        letter-spacing: 0.3px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-top-filter-options-link{
        margin-right: 12px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-top-filter-links i{
        margin-right: 6px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-order-wrapper .value-wrapper,
    .search-plus-top-filter-labels-minified .search-plus-filter-wrapper .value-wrapper{
        border: none !important;
        line-height: 24px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-wrapper .filter-input .arrow-icon-wrapper{
        line-height: 24px !important;
        width: auto !important;
        height: auto !important;
        color: #333333 !important;
        border: none !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-label-wrapper{
        line-height: 24px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-order-wrapper .filter-input{
        min-width: 145px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-order-canvas{
        margin-right: 12px !important;
        padding-right: 24px;
        #font-size: 13px !important;
    
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-wrapper .filter-input{
        min-width: 145px !important;
    }
    
    .search-plus-top-filter-labels-minified  .search-plus-top-filter-links.active{
        background-color: #FFFFFF !important;
        color: #DE6D00 !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-top-filter-links.active:after{
        display: none !important;
    }
    
    .search-plus-top-filter-labels-minified .filter-input{
        height: 24px !important;
    }
    
    .search-plus-top-filter-labels-minified .filter-input .dropdown-content{
        top: 24px !important;
        font-size: 13px !important;
        min-width: 165px !important;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-wrapper .value-wrapper .default-label{
        line-height: 24px !important;
        position: absolute;
        top: 0px !important;
        height: 24px !important;
        overflow: hidden;
    }
    
    .search-plus-top-filter-labels-minified .search-plus-filter-wrapper .value-wrapper .custom-label{
        line-height: 24px !important;
        position: absolute;
        top: 0px !important;
        height: 24px !important;
        overflow: hidden;
    }
    
    
    
    input.search-plus-filter-keyword:focus{
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .search-plus-filter-label-wrapper{
        float: left;
        line-height: 36px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
    }
    
    .search-plus-filter-label-order{
        margin-right: 3px;
    }
    
    .search-plus-filter-label-category{
        margin-left: 3px;
    }
    
    .search-plus-filter-label-wrapper i:nth-child(1){
        margin-right: 6px;
    }
    
    .search-plus-filter-label-middle{
        text-transform: none;
    }
    
    .search-plus-filter-buttons-wrapper{
        float: right;
    }
    
    .search-plus-filter-order-canvas{
        float: right; margin-right: 15px;
    }
    
    .search-plus-results-label{
        line-height: 24px !important;
        font-size: 12px !important;
        margin: 0px 0px 24px 0px !important;
    
        background-color: #EFEFEF !important;
        padding: 6px 9px;
    
        letter-spacing:1px;
    
        font-weight: bold !important;
    
        clear: both;
    
        border-radius: 6px !important;
    }
    
    .search-plus-results-label i{
        margin-right: 6px !important;
    }
    
    .search-plus-filters-found{
        float: right;
    }
    
    .search-plus-filters-found i{
        margin-left: 6px;
        cursor: pointer;
    }

/* Search Filter Styles End */

/* Search Input Styles */

    .search-plus-hidden{
        display: none;
    }

    .search-plus-search-input-canvas{
        box-sizing: border-box !important;

    }

    .search-plus-search-input-canvas .search-plus-search-input-canvas-wrapper{
        width: auto;
        margin: 0px auto;
        display: table;
    }

    .search-plus-search-input-canvas .search-plus-search-input-canvas{
        display: table-cell;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper{
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 28px !important;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper input{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 3px 6px;
        height: 36px;
        border: 1px solid #e5e5e5;
        background-color: #f5f5f5;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper input:focus{
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }



    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-wrapper{
        position: absolute;
        top: 36px;
        left: 6px;
        width: 100%;
        min-height: 48px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        z-index: 10002;
        display: none;
        overflow: hidden;
        color: #0A0A0A;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        padding: 12px !important;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-labels-wrapper{
        position: absolute;
        top: 36px;
        left: 6px;
        width: 100%;
        min-height: 48px;
        background-color: #FFFFFF;
        z-index: 10002;
        display: none;
        overflow: hidden;
        color: #0A0A0A;
        padding: 12px !important;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-wrapper ul{
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .search-plus-search-wrapper-label{
        background-color: #e5e5e5;
        width: 100%;
        padding: 12px;
        border-bottom: none;
    }

    .search-plus-search-wrapper-label i{
        margin-right: 12px;
        margin-left: 6px;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-wrapper i{
        margin-right: 6px;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-label-wrapper,
    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-ajax-loading-wrapper{
        padding: 12px;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-results-wrapper.active,
    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-labels-wrapper.active{
        display: block;
    }

    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-input-icon,
    .search-plus-search-input-canvas .search-plus-search-input-wrapper .search-plus-search-loading-icon{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 42px;
        height: 36px;
        line-height: 36px;
        color: #000000;
        text-align: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .search-plus-info{
        padding-left: 24px; height: 60px; line-height: 60px;
    }

/* Search Input Styles End */

/* Search Results List Styles */

    .search-plus-info-label{
        background-color: #f5f5f5 !important;
        border: 1px solid #f0f0f0 !important;
        border-radius: 6px !important;
        clear: both;
        float: left;
        width: 100% !important;
        padding: 6px 12px !important;
        line-height: 1.5 !important;
        margin: 6px 0px !important;
    }

        .search-plus-info-label i{
            margin-right: 6px !important;
        }

        .search-plus-info-label .search-plus-did-you-mean-label{
            font-weight: bold !important;
            cursor: pointer;
            text-decoration: underline;
        }

    .search-plus-featured{
        padding: 24px;
        margin: 24px 0px;
    }

        .search-plus-featured .featured-inform-label{
            width: 100% !important;
            margin: 6px 0px;
        }

    .search-plus-featured ul{
        list-style: none !important;
        margin: 0px;
        padding: 0px;
    }

        .search-plus-featured ul li{
            line-height: 28px !important;
        }

        .search-plus-featured ul li i{
            margin-right: 6px;
        }

    .search-plus-results-info-label{
        width: 100%;
        color: #a5a5a5 !important;
        margin: 6px 0px !important;
    }

        .search-plus-filters-handler{
            float: right;
            color: #a5a5a5 !important;
        }

        .search-plus-clear-filters-handler{
            cursor: pointer;
        }

    .search-plus-result-list{
        width: 100%;
        float: left;
        margin: 6px 0px !important;
    }

        .search-plus-result-list .search-plus-result-item{
            width: 100% !important;
            float: left;
            clear: both;
            margin-bottom: 24px;
        }

            .search-plus-result-list .search-plus-result-item:last-of-type{
                margin-bottom: 0px !important;
            }

        .search-plus-result-item-minified .search-plus-featured-image-wrapper{
            width: 40px !important;
            padding-left: 12px;
        }

        .search-plus-result-item-minified .search-plus-featured-image-wrapper img{
            border-radius: 50% !important;
        }

        .search-plus-result-item-minified .search-plus-blog-content-wrapper{
            width: calc(100% - 60px);
        }

            .search-plus-result-item-minified .search-plus-blog-content-wrapper h1,
            .search-plus-result-item-minified .search-plus-blog-content-wrapper h1 a{
                font-size: 14px !important;
                margin: 0px !important;
            }

    .search-plus-result-list .search-plus-result-grid-item{
        width: calc(33.3% - 8px) !important;
        margin: 6px;
        float: left;
    }

        .search-plus-result-list .search-plus-result-grid-item:nth-of-type(3n+1){
            margin-left: 0px !important;
            clear: both;
        }

        .search-plus-result-list .search-plus-result-grid-item:nth-of-type(3n+3){
            margin-right: 0px !important;
        }

        .search-plus-result-list .search-plus-result-grid-item figure,
        .search-plus-result-list .search-plus-result-grid-item img{
            margin: 0px !important;
            padding: 0px !important;
        }

    .search-plus-result-list-loading{
        width: 100%;
        padding: 6px 0px !important;
        margin: 6px 0px !important;
    }

    .search-plus-result-list-loading i{
        margin-right: 12px;
    }

    .search-plus-subfilters-wrapper{
        clear: both !important;
        float: left !important;
        width: 100% !important;
        margin: 0px 0px 6px 0px !important;
        padding-bottom: 6px;
        border-bottom: 1px solid #e5e5e5;
    }

    .search-plus-subfilters-responsive-buttons-wrapper{
        display: none; width: 100%; clear: both; float: left; margin: 6px 0px;
    }



    ul.search-plus-post-types-list{
        list-style: none !important;
        clear: both !important;
        float: left !important;
        width: 100% !important;
        margin: 6px 0px !important;
        border-bottom: 1px solid #e5e5e5;
    }

    ul.search-plus-post-types-list li{
        cursor: pointer;
        float: left !important;
        margin-right: 12px !important;
        background-color: #e5e5e5;
        margin-bottom: 12px !important;
        padding: 0px 12px !important;
        border-radius: 12px !important;
    }

        ul.search-plus-post-types-list li.active{
            background-color: #3299BB !important;
            color: #FFFFFF !important;
        }

    .search-plus-result-item .search-plus-featured-image-wrapper{
        width: 150px;
        float: left;
        padding: 0px !important;
        margin: 0px 12px 0px 0px !important;
    }

    .search-plus-result-item .search-plus-blog-content-wrapper{
        width: calc(100% - 174px);
        float: left;
    }

    .search-plus-result-item .search-plus-blog-content-wrapper h1,
    .search-plus-result-item .search-plus-blog-content-wrapper h1 a{
        color: #000000 !important;
        font-size: 18px;
        line-height: 20px !important;
        margin: 0px 0px 6px 0px;
        padding: 0px !important;
        text-transform: none;
    }

    .search-plus-result-item .search-plus-blog-full{
        width: 100% !important;
    }

    .search-plus-result-item .search-plus-preview-info{
        float: left !important;
        width: 100% !important;
        color: #a5a5a5;
    }

    .search-plus-result-item .search-plus-preview-info ul{
        list-style: none;
        margin: 0px !important;
    }

    .search-plus-result-item .search-plus-preview-info ul li{
        float: left;
        margin-right: 12px;
        line-height: 20px;
        font-size: 13px !important;
    }

    .search-plus-result-item .search-plus-preview-info ul li i{
        margin-right: 3px;
    }

    .search-plus-result-item .search-plus-avatar-wrapper,
    .search-plus-result-item .search-plus-avatar-wrapper a,
    .search-plus-result-item .search-plus-avatar-wrapper img{
        vertical-align: middle;
        line-height: 20px;
    }

    .search-plus-result-item .search-plus-avatar-wrapper a{
        color: #a5a5a5;
    }

    .search-plus-result-item .search-plus-avatar-wrapper img{
        border-radius: 50% !important;
    }

/* Search Results List Styles End */

/* Pagination Starts */

    .search-plus-pagination-prev-next,
    .search-plus-pagination-infinite-scroll{
        clear: both;
        float: left;
        margin: 24px 0px;
        padding-top: 24px;
        border-top: 1px solid #e5e5e5;
        width: 100%;
    }
    
    .search-plus-pagination-infinite-scroll{
        margin: -12px 0px 24px 0px;
        padding-top: 24px;
    }
    
    .search-plus-pagination-prev-next a,
    .search-plus-pagination-infinite-scroll span{
        border: 1px solid #a5a5a5;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 26px;
        padding: 9px 12px;
        border-radius: 18px;
    
        letter-spacing: 0.5px;
    
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    
        cursor: pointer;
    }
    
    .search-plus-pagination-infinite-scroll span i{
        margin-right: 12px !important;
    }
    
    .search-plus-pagination-infinite-scroll span.no-more-posts-label{
        border: none;
    }
    
    .search-plus-pagination-prev-next a:hover{
        border: 1px solid #000;
        background-color: #000;
        color: #FFFFFF;
    }
    
    .search-plus-pagination-prev-next a:nth-child(2){
        margin-left: 12px;
    }
    
    .search-plus-pagination{
        float: left;
        clear: both;
        width: 100%;
        margin: 12px 0px !important;
        padding-top: 24px;
        border-top: 1px solid #e5e5e5;
    }
    
    .search-plus-pagination .page-numbers{
        float: left;
        margin-right: 12px;
    
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background-color: #E9E9E9;
        color: #000000;
        line-height: 36px;
        text-align: center;
    
        cursor: pointer;
    
        font-size: 12px;
    }
    
    .search-plus-pagination .page-numbers.current{
        color: #FFFFFF;
        background-color: #3299BB !important;
    }

/* Pagination Ends */

/* Widget Starts */

    .widget-area .search-plus-widget input{
        width: 100%;
        border: 1px solid #e5e5e5;
        font-size: 15px;
        padding: 6px;
    }

/* Widget Ends */

@media only screen and (max-width: 500px){

    .search-plus-filter-tags-button{
        top: 0px !important;
    }

    .search-plus-top-filter-wrapper-order-selectbox{
        min-width: 48px;
    }

    .order-value-wrapper{
        display: none !important;
    }

    .search-plus-filter-wrapper .filter-input .dropdown-content{
        width: 160px !important;
        right: 0px !important;
        display: none;
    }

        .search-plus-filter-wrapper .filter-input .dropdown-content.active{
            display: block;
        }

    .search-plus-filter-canvas-cell{
        padding: 0px 0px 12px 0px !important;
    }

    .search-plus-subfilters-responsive-buttons-wrapper.active{
        display: block;
    }

    .search-plus-subfilters-responsive-buttons-wrapper-close{
        line-height: 36px; height: 36px; text-align: center; background-color: #FFFFFF !important;
    }

    .search-plus-subfilters-responsive-buttons-wrapper-open{
        line-height: 36px; height: 36px; text-align: center; background-color: #3299BB !important; color: #FFFFFF; border: 1px solid #3299BB;
    }

        .search-plus-subfilters-responsive-buttons-wrapper i{
            margin-right: 6px;
        }

        .search-plus-subfilters-responsive-buttons-wrapper[data-status="close"] .search-plus-subfilters-responsive-buttons-wrapper-close{
            display: none;
        }

        .search-plus-subfilters-responsive-buttons-wrapper[data-status="open"] .search-plus-subfilters-responsive-buttons-wrapper-open{
            display: none;
        }

    .search-plus-hide-in-mobile{
        display: none;
    }

    .search-plus-subfilters-wrapper{
        display: none;
    }

    .search-plus-subfilters-wrapper.open{
        display: block !important;
    }

        .search-plus-subfilters-wrapper .search-plus-filter-canvas-cell{
            width: 100% !important;
        }

        .only-search-input-with-order .search-plus-top-filter-wrapper-search-input{
            width: 100% !important;
            margin-bottom: 12px !important;
        }

    .search-plus-search-results-content-wrapper .search-plus-result-item .search-plus-featured-image-wrapper{
        width: 100px !important;
    }

    .search-plus-search-results-content-wrapper .search-plus-result-item .search-plus-blog-content-wrapper{
        width: calc(100% - 112px) !important;
    }

    .search-plus-search-results-content-wrapper .search-plus-result-list .search-plus-result-item{
        margin-bottom: 24px;
    }

    .search-plus-search-results-dropdown-content-wrapper .search-plus-result-item .search-plus-blog-content-wrapper{
        width: calc(100% - 64px);
    }

    .search-plus-result-item .search-plus-blog-content-wrapper h1, .search-plus-result-item .search-plus-blog-content-wrapper h1 a{
        font-size: 15px !important;
    }

    .search-plus-result-list .search-plus-result-grid-item{
        width: 100% !important;
        margin: 6px 0px !important;
    }

}