/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2021 | 07:24:22 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#tabs-id #tab3 {
	display: none;
}
/*search page*/
 .page-id-729 .page-content{
  padding: 0px 20px 0px 20px;
}
 .page-id-729 .page-header{
    padding-left: 20px;
}

.select2-container--open .select2-dropdown--below{
	/*margin-top: 2em !important;*/
}
.select2-container--open .select2-dropdown {
   /* margin-top: 2em !important;*/
}
#slider-insearch .flexmls_connect__search_new input[name=MinPrice] {
	 width: 45% !important;
}
#slider-insearch .flexmls_connect__search_new input[name=MaxPrice] {
	 width: 45% !important;
}
#slider-insearch .flexmls_connect__search_new input[name=MinSqFt] {
	 width: 48% !important;
}
#slider-insearch .flexmls_connect__search_new input[name=MaxSqFt] {
	 width: 49% !important;
}
@media only screen and (max-width: 768px) {
	#slider-insearch .flexmls_connect__search_new input[name=MinPrice] {
         width: 49% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MaxPrice] {
         width: 50% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MinSqFt] {
         width: 49% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MaxSqFt] {
         width: 50% !important;
    }
}
@media only screen and (max-width: 640px) {
	#slider-insearch .flexmls_connect__search_new input[name=MinPrice] {
         width: 49% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MaxPrice] {
         width: 49% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MinSqFt] {
         width: 49% !important;
    }
    #slider-insearch .flexmls_connect__search_new input[name=MaxSqFt] {
         width: 49% !important;
    }
}
