.search-results .page-title{
    background-color:transparent;
    color:#fdb100;
    font-size:36px;
    padding-bottom:0;
}
.search-results .search-query{
    color:#1a3794;
    font-size:56px;
    text-align: center;
    margin-bottom:50px;
}
.search-result{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}
.search-result h2{
    font-size:20px;
}
.search-result p{
    font-size:16px;
}

input#searchsubmit {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    width: 50px;
    height: 43px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
}
/*
    input[type="submit"]:after {   
        background: url(https://coordinatedfurnishings.supple.design/wp-content/uploads/2023/03/searchicon.png) no-repeat;
        width: 230px;
        position: absolute;
        right: 12px;
        content: "";
        width: 20px;
        height: 20px;
        z-index: 1;
        top: 15px;
    }
*/
/*
    li.active {
        color: #91372f;
    }
 */






@media(min-width:1261px){



}
