/*******************************************************
 *
 * IDX Search
 *
 *******************************************************/


#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-banner {
    display: none;
}
.content-hide{
  display: none;
}

.idx-sch-banner img {
    filter: brightness(0.7);
}
.idx-sch-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.4;
}
.idx-sch-bc {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 3;
    color: #fff;
}
.idx-sch-banner {
    display: none;
}
/* p#breadcrumbs a {
    color: #fff;
}
p#breadcrumbs {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 0.025em;
    padding: 35px 0;
}
p#breadcrumbs a:hover {
    opacity: 0.65;
} */
.idx-sch-main-title {
    padding: 70px 0 50px;
}
.idx-sch-main-title .gsite-title {
    margin: 0 auto;
}
.idx-sch-tab span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    padding: 10px 25px;
    border-right: 3px solid var(--primary);
}
.idx-sch-tab:last-child span {
    border: none;
}
.idx-sch-tabs {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 50px 0;
}

.idx-sch-qs-wrap {
    padding: 0 80px;
}
.idx-sch-qs-wrap:before {
    position: absolute;
    content: '';
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.65;
}
.idx-sch-qs-inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 0 100px;
    position: relative;
    z-index: 3;
}

.idx-sch-qs-fields {
    display: flex;
    justify-content: space-between;
}
.idx-sch-qs-col {
    width: 48.85%;
}
.idx-sch-qs-field {
    margin-top: 30px;
}
.idx-sch-qs-field input, .idx-sch-qs-field select {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
    outline: none;
    appearance: none;
    font-size: 16px;
    padding: 0 10px;
    /* height: 50px; */
}









.idx-sch-qs-buttons {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}
.idx-sch-qs-buttons > div {
    margin: 0 17px;
}
.idx-sch-qs-btn.search {
    position: relative;
}
.idx-sch-qs-btn.search input {
    background: none;
    font-size: clamp(14px, 0.83vw, 16px);
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 700;
    position: relative;
    z-index: 2;
    border: none;
    min-width: 260px;
}
.idx-sch-qs-btn.search:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--hover-gradient);
    transition: var(--animate);
    opacity: 0;
}
.idx-sch-qs-btn.search:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-image: linear-gradient(to right, var(--secondary) 0%, var(--primary) 100%) 1;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    z-index: -1;
}
.idx-sch-qs-btn.search:hover:before{
    opacity: 1;
}
.idx-sch-qs-btn.search em i {
    display: inline-block;
    font-size: 10px;
    color: var(--primary);
    transform: rotate(-45deg);
    font-weight: bolder;
}
.idx-sch-qs-btn.search span {
    background: none;
    font-size: clamp(14px, 0.83vw, 16px);
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 700;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.idx-sch-qs-btn.search span em {
    display: inline-block;
    margin-left: 10px;
}
.idx-sch-qs-btn.reset button {
    background: none;
    border: none;
    color: #fff;
    min-width: 260px;
}
.carret {
    position: relative;
}
.carret:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 27px;
    right: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--primary);
    z-index: 5;
}

/* idx search dynamic */

.IDX-wrapper-standard #IDX-coreSearchFields {
    padding: 0;
}

.IDX-wrapper-standard .IDX-control-group {
    height: 50px;
    padding-left: 0;
    margin: 30px 0 0;
    width: 48.85%;
    border-right: none !important;
}


#IDX-searchForm.idx-sch-qs-form {
    color: #fff;
}

.idx-sch-qs-form a.select2-choice {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    width: 100%;
    color: #fff !important;
    outline: none !important;
    appearance: none;
    font-size: 16px;
    padding: 0 10px !important;
    height: 50px !important;
}

.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    background: none;
}

.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
    border-top: 8px solid #d1b56c;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices,
.IDX-wrapper-standard input[type="text"] {
    background: none !important;
    border: none !important;
   
    width: 100%;
    color: #fff !important;
    outline: none !important;
    appearance: none;
    font-size: 16px;
    padding: 0 10px !important;
    /* height: 50px !important; */
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices {
    border-bottom: 1px solid #fff !important;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices input {
    color: #fff !important;
}

.IDX-wrapper-standard .select2-container .select2-choice.select2-default .select2-chosen {
    color: #fff;
}

.idx-sch-qs-btn.search button {
    background-color: transparent;
}

.IDX-wrapper-standard #IDX-advancedFieldsModLeft,
.IDX-wrapper-standard .IDX-advancedPair {
    padding-left: 0;
    margin: 30px 0 0;
}

label.IDX-radioLabel {
    margin-right: 10px;
}

.idx-sch-tab span {
    color: #000;
    transition: var(--animate);
}

.idx-sch-tab.active a {
    pointer-events: none;
}

.idx-sch-tab.active span,
.idx-sch-tab:hover span{
    color: #0076AD;
}

.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices {
    overflow-y: scroll;
}

#IDX-main .IDX-help-block {
    color: #fff;
}

#IDX-boxLabel_sqFt input[type="text"],
#IDX-boxLabel_acres input[type="text"],
#IDX-boxLabel_lotsizesquarefeet input[type="text"] {
    border-bottom: 1px solid #ffffff !important;
}

div#IDX-addressWrap input,
div#IDX-coreSearchFields input,
div#IDX-advanced_yearBuilt input,
div#IDX-advanced_remarksConcat input,
div#IDX-advanced_taxannualamount input {
    border-bottom: 1px solid #fff !important;
}
div#IDX-advanced_yearBuilt input {
    width: 46%;
}
div#IDX-addressWrap {
    display: block !important;
    padding-top: 30px !important;
    /* border-bottom: palevioletred; */
}
div#IDX-price-fields input {
    color: #000 !important;
}
.IDX-criteriaRight input[type="text"] {
    color: #000 !important;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .idx-sch-tab span {
        padding: 0 15px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.idx-sch-qs-btn.search button {
		width: 100% !important;
	}
    .idx-sch-tabs {
        display: block;
    }
    .idx-sch-tab span {
        border: none;
        border-bottom: 3px solid var(--primary);
        text-align: center;
        padding: 20px;
    }
    .idx-sch-qs-wrap {
        padding: 0 15px;
    }
    .idx-sch-qs-wrap:before {
        width: 100%;
    }

} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .idx-sch-qs-fields {
        display: block;
    }
    .idx-sch-qs-col {
        width: 100%;
    }
    .idx-sch-qs-buttons {
        flex-direction: column;
    }
    .idx-sch-qs-btn.search {
        max-width: 100%;
        width: 100%;
    }
    .idx-sch-qs-btn.reset button {
        min-width: 100%;
    }
    .idx-sch-qs-buttons > div {
        margin: 0;
    }
    .idx-sch-qs-btn.reset {
        margin-bottom: 20px;
    }

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

}
 
