﻿/* ------------------------------------------------ */

#addressInput, #ContentPlaceHolder1_addressInput {
    width: 250px;
    height: 1.75rem;
    /*-moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#addressSearch, #ContentPlaceHolder1_addressSearch {
    line-height: 0.25;
    padding: 0.5rem .5rem;
    cursor: pointer;
}

body {
    background: #2F3E52;
}

.bottom-spacer {
    height: 75px;
    background: white;
}

/*div.wrap {*/
.wrap {
    background: white;
}

.li-footer {
    color: #fff;
}

.header-slider .page-header-slider-title {
    position: absolute;
    top: 13vw;
    background: none;
}

.input-group {
    flex-wrap: wrap;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    /*-moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search .page-header {
    background: #2F3E52 url(/images/bg-banner-searchMLS.jpg) no-repeat;
    color: white;
    padding-bottom: 4rem;
}

.page-header h2 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

#searchClass, #ContentPlaceHolder1_searchClass {
    height: 2.5rem;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #2F3E52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#searchContent, #ContentPlaceHolder1_searchContent {
    background: lightgray;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#searchHeader, #ContentPlaceHolder1_searchHeader {
    position: relative;
}

    #searchHeader h2, #ContentPlaceHolder1_searchHeader h2 {
        font-size: 1.5rem;
    }

#search_nearby, #realtorSearch, #rentalSearch, #search_map, #search_allOpen, .searchButtons, 
#ContentPlaceHolder1_search_nearby, #ContentPlaceHolder1_realtorSearch, #ContentPlaceHolder1_rentalSearch, #ContentPlaceHolder1_search_map, #ContentPlaceHolder1_search_allOpen {
    background-color: #2F3E52;
    color: white;
    /*padding: 12px;*/
    font-size: .75rem;
    border: none;
    cursor: pointer;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#realtorSearch, #ContentPlaceHolder1_realtorSearch {
    background-color: white;
    color: #2F3E52;
    margin-left: 5px;
    border: 1px solid #2F3E52;
}

    #search_nearby:hover, #search_nearby:focus, #search_map:focus, #search_allOpen:focus, .searchButtons:focus, #realtorSearch:hover, #realtorSearch:focus, #rentalSearch:hover, #rentalSearch:focus, .searchButtons:focus, #search_map:hover, #search_allOpen:hover,
    #ContentPlaceHolder1_search_nearby:hover, #ContentPlaceHolder1_search_nearby:focus, #ContentPlaceHolder1_search_map:focus, #ContentPlaceHolder1_search_allOpen:focus, #ContentPlaceHolder1_realtorSearch:hover, #ContentPlaceHolder1_realtorSearch:focus, #ContentPlaceHolder1_rentalSearch:hover, #ContentPlaceHolder1_rentalSearch:focus, #ContentPlaceHolder1_search_map:hover, #ContentPlaceHolder1_search_allOpen:hover {
        background-color: #000;
        color: white !important;
    }

.searchOther {
    position: absolute;
    top: -4px;
    right: 0;
}

/* ------------------------------------------------ */



/* -------------- Media Adjustments -------------- */


@media only screen and (min-width: 820px) and (max-width: 1180px) {
    /*.col-sm-12.mt-5 {
        background: green;
    }*/

    #pparSection .row div {
        height: 600px !important;
    }
}

@media only screen and (max-width: 1200px) {
    /*.col-sm-12.mt-5 {
        background: PaleGoldenRod;
    }*/
    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
    /*.col-sm-12.mt-5 {
        background: PaleGoldenRod;
    }*/
    .header-slider .page-header-slider-title {
        margin-bottom: 0;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    /*.col-sm-12.mt-5 {
        background: LightSalmon;
    }*/

    .banner {
        padding-left: 1vw;
        padding-right: 3vw;
        padding-top: 1vw;
    }

    /*.brand {
        margin-top: -2vw;
    }*/

    .header-slider .page-header-slider-title {
        margin-bottom: 0;
        width: 97%;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-height : 1024px) and (orientation : portrait) {
    /* ipad portrait */
    /*.col-sm-12.mt-5 { 
        background: orange;
    }*/
    .header-slider .page-header-slider-title {
        margin-bottom: 0;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }

    #pparSection .row div {
        height: 600px !important;
    }
}

@media only screen and (min-width: 660px) and (max-width: 767px) and (orientation: portrait) {
    /*.col-sm-12.mt-5 {
        background: red;
    }*/

    #addressInput, #ContentPlaceHolder1_addressInput {
        width: 100%;
        font-size: smaller;
    }

    #addressSearch, #ContentPlaceHolder1_addressSearch {
        margin-top: .25rem;
    }

    .header-slider .page-header-slider-title {
        margin-bottom: 0;
    }

    .page-header-slider-title > .container {
        bottom: 0;
    }

    #searchClass, #ContentPlaceHolder1_searchClass {
        font-size: smaller;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }
}

@media only screen and (min-width: 660px) and (max-width: 767px) and (orientation: landscape) {
    /*.col-sm-12.mt-5 {
        background: DarkMagenta;
    }*/
    #addressInput, #ContentPlaceHolder1_addressInput {
        width: 100%;
        font-size: smaller;
    }

    #addressSearch, #ContentPlaceHolder1_addressSearch {
        margin: 5px 4rem;
    }

    .header-slider .page-header-slider-title {
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn {
        width: 100%;
        margin-top: 5px;
    }

    #searchClass, #ContentPlaceHolder1_searchClass {
        font-size: smaller;
        margin: .25rem 0 .25rem 0;
        width: 100%;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .searchOther {
        position: unset;
        width: 100%;
    }

    #search_nearby, #realtorSearch, #rentalSearch, #search_map, #search_allOpen, .searchButtons,
    #ContentPlaceHolder1_search_nearby, #ContentPlaceHolder1_realtorSearch, #ContentPlaceHolder1_rentalSearch, #ContentPlaceHolder1_search_map, #ContentPlaceHolder1_search_allOpen {
        width: 40%;
        padding: 3px;
    }
}

@media (max-width: 767px) {
    .page-header-slider-title > .container {
        bottom: -3rem;
    }
}

@media only screen and (min-width: 390px) and (max-width: 920px) and (orientation: landscape) {
    /*.col-sm-12.mt-5 {
        background: red;
    }*/

    #aboutSection, #ContentPlaceHolder1_aboutSection {
        margin-top: 9.5rem !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    /*.col-sm-12.mt-5 {
        background: red;
    }*/

    #aboutSection, #ContentPlaceHolder1_aboutSection {
        margin-top: 9.5rem !important;
    }
}

@media only screen and (max-width: 665px) {
    /*.col-sm-12.mt-5 {
        background: gray;
    }*/

    #addressInput, #ContentPlaceHolder1_addressInput {
        width: 100%;
        font-size: smaller;
    }

    #addressSearch {
        margin: 5px 4rem;
    }

    .header-slider .page-header-slider-title {
        margin-bottom: -4rem;
    }

    .input-group-addon, .input-group-btn {
        width: 100%;
    }

    .page-header h2 {
        font-size: 1.0rem;
    }

    .page-header-slider-title > .container {
        bottom: -5rem;
    }

    #aboutSection {
        margin-top: 9.5rem;
    }

    #pparcom h1 {
        font-size: 2.5rem !important;
    }

    #pparSection {
        margin-top: -2rem !important;
    }

    .ppar-box, .rsc-box {
        height: 800px !important;
    }

    #faqSection {
        padding-top: 8rem !important;
    }

    #searchClass, #ContentPlaceHolder1_searchClass {
        font-size: smaller;
        margin: .25rem 0 .25rem 0;
        width: 100%;
    }

    #searchContent, #ContentPlaceHolder1_searchContent {
        text-align: center;
        margin-top: 2rem;
        padding: 2px;
    }

    #searchHeader, #ContentPlaceHolder1_searchHeader {
        display: flex;
        flex-wrap: wrap;
    }

        #searchHeader h2, #ContentPlaceHolder1_searchHeader h2 {
            font-size: 1.0rem;
        }

    .searchOther {
        position: unset;
        width: 100%;
        margin-bottom: 5px;
    }

    #search_nearby, #realtorSearch, #rentalSearch, #search_map, #search_allOpen, .searchButtons,
    #ContentPlaceHolder1_search_nearby, #ContentPlaceHolder1_realtorSearch, #ContentPlaceHolder1_rentalSearch, #ContentPlaceHolder1_search_map, #ContentPlaceHolder1_search_allOpen {
        width: 40%;
        padding: 3px;
    }
}

@media only screen and (max-width: 370px) {
    /*.col-sm-12.mt-5 { 
        background: teal;
    }*/

    #addressSearch, #ContentPlaceHolder1_addressSearch {
        margin: 5px calc(1rem);
    }

    .header-slider .page-header-slider-title {
        margin-bottom: -7rem;
    }

    .page-header h2 {
        font-size: .75rem;
    }

    .page-header-slider-title > .container {
        bottom: 0;
    }

    #searchHeader h2, #ContentPlaceHolder1_searchHeader h2 {
        font-size: 1.0rem;
    }

    #search_nearby, #realtorSearch, #rentalSearch, #search_map, #search_allOpen, .searchButtons,
    #ContentPlaceHolder1_search_nearby, #ContentPlaceHolder1_realtorSearch, #ContentPlaceHolder1_rentalSearch, #ContentPlaceHolder1_search_map, #ContentPlaceHolder1_search_allOpen {
        width: 40%;
        padding: 3px;
    }
}

@media only screen and (max-width: 320px) {
    /*.col-sm-12.mt-5 {
        background: orange;
    }*/


    #addressSearch, #ContentPlaceHolder1_addressSearch {
        margin: 5px calc(1rem);
    }

    .header-slider .page-header-slider-title {
        margin-bottom: -8rem;
    }

    .page-header h2 {
        font-size: .75rem;
    }

    .page-header-slider-title > .container {
        bottom: 0;
    }

    #searchHeader h2, #ContentPlaceHolder1_searchHeader h2 {
        font-size: 1.0rem;
    }

    #search_nearby, #realtorSearch, #rentalSearch, #search_map, #search_allOpen, .searchButtons,
    #ContentPlaceHolder1_search_nearby, #ContentPlaceHolder1_realtorSearch, #ContentPlaceHolder1_rentalSearch, #ContentPlaceHolder1_search_map, #ContentPlaceHolder1_search_allOpen {
        width: 70%;
        padding: 3px;
    }
}

@media only screen and (max-width: 280px) {
    /*.col-sm-12.mt-5 {
        background: orange;
    }*/

    #pparcom h1, #ContentPlaceHolder1_pparcom h1 {
        font-size: 1.5rem !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: medium !important;
    }

    #ContentPlaceHolder1_pparSection .row div {
        height: 1000px !important;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px) {

    /* this one is for iPad Pro specifically */

    .banner {
        padding-left: 1vw;
        padding-right: 3vw;
        padding-top: 1vw;
    }

    .brand {
        margin-top: -2vw;
    }

    .header-slider .page-header-slider-title {
        margin-bottom: 0;
        width: 100%;
    }
}

/* Below here was moved from page header - Event and Default */
.tips {
    margin: 5px;
    font-size: smaller;
    font-weight: bold;
}

.marquee {
    /* Remove all background shading and boxes applied by page-header and page-header-content*/
    background: unset !important;
    box-shadow: unset !important;
    /* set for blue box with white text */
    /*background-color: #2F3E52 !important;
            color: white;*/
    /*padding: 5px !important;*/
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.marqueeTitle {
    margin-top: 0.1rem;
    margin-bottom: .1rem;
    font-size: 1.1rem !important;
}

    .marqueeTitle a {
        color: white;
    }

/* STATS MARQUEE GOES HERE */
/* Stats Marquee */
.statsmarquee {
    background-color: #2F3E52;
    border-radius: 5px;
    color: #fff;
    top: -2vw;
    border: 4px ridge #2F3E52;
    padding: 5px;
    width: 50%;
}

#counterHeader {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F3F2EE;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.counters {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#counterFooter {
    width: 100%;
    font-size: .8rem;
    padding-top: 1rem;
    color: #F3F2EE;
}

.counterSets {
    width: 25%;
    text-align: center;
}

#counter1, #counter2, #counter3, #counter4 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}

    #counter2:before {
        content: '$';
    }

.counter-title {
    font-size: .8rem;
    font-weight: bold;
    color: #F3F2EE;
    margin: 0 auto;
}

.main {
    background-color: #2F3E52;
}

/* Image used in marquee height control */
a img {
    height: 150px;
}

.menuText {
    display: none;
}

#search_allOpen {
    background-color: #2F3E52;
    color: white;
    font-size: .75rem;
    border: none;
    cursor: pointer;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* StatsMarquee */
@media (max-width: 1400px) {
    .page-header-content.marquee.mt-5 {
        float: right;
    }

    .statsmarquee {
        width: 80%;
    }

    .stats {
        font-size: 1rem;
    }

}

@media (max-width: 1200px) {
    .searchOther {
        position: relative;
    }

    #aboutSection > div {
        margin-top: 10vw;
    }
}

@media (max-width: 1000px) {
    .statsmarquee {
        top: 0vw;
        width: 90%;
    }

    .stats {
        font-size: 1rem;
    }

    #aboutSection > div {
        margin-top: 25vw;
    }

    .brand {
        margin-top: unset;
    }
}

@media (max-width: 700px) {
    .statsmarquee {
        top: 4vw;
        padding: 5px;
    }

    .counterSets {
        width: 50%
    }

    /*#counterHeader {
        font-size: 1.5rem;
    }

    #counterFooter {
        font-size: 1rem;
    }

    #counter1, #counter2, #counter3, #counter4 {
        font-size: 2rem;
    }*/

    #aboutSection > div {
        margin-top: 30vw;
    }

}

@media (max-width: 650px) {
    .statsmarquee {
        top: 10vw;
        padding: 2px;
    }

}

@media (max-width: 400px) {
    .statsmarquee {
        top: 24vw;
        padding: 2px;
    }

    #searchContent, #ContentPlaceHolder1_searchContent {
        margin-top: 5.5rem;
    }

    #aboutSection {
        margin-top: 16rem;
    }
}

@media (max-width: 250px) {
    .statsmarquee {
        top: 36vw;
        padding: 2px;
    }

    #searchContent, #ContentPlaceHolder1_searchContent {
        margin-top: 6.5rem;
    }

    #aboutSection {
        margin-top: 16rem;
    }
}

/* Very large monitors */
@media (min-width: 1500px) {
    .banner {
        height: 8.75vw;
    }

        .banner .nav-primary {
            margin: 5.5rem -1.2rem 0 0;
        }
}

@media (min-width: 2000px) {
    .banner {
        height: 9vw;
    }

        .banner .nav-primary {
            margin: 5.5rem -1.2rem 0 0;
        }
}
