﻿/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: listing-header
Compile-Dependencies: bootstrap,site,listing-filters
*/
.listing-header h1 {
    margin-top: 10px;
    font-size: 24px;
}
@media only screen and (min-width : 992px) {
    .listing-header h1 {
        margin-top: 0;
        font-size: 32px;
    }
}

.start-search-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#sb-listing-container .btn-search {
    background-color: #3c763d;
    color: #fff;
    z-index: 0;
}

/* START Listing Footer Styles - may be moved to new file sometime */
#sb-listing-pagebottom {
    margin-bottom: 10px;
}
#sb-listing-pagebottom h2 {
    font-size: 18px;
}
#sb-listing-pagebottom h3 {
    font-size: 14px;
}
@media only screen and (min-width : 992px) {
    #sb-listing-pagebottom h2 {
        font-size: 24px;
    }
    #sb-listing-pagebottom h3 {
        font-size: 18px;
    }
}
/* END Listing Footer Styles - may be moved to new file sometime */