body {
  /*margin: 40px;*/
}
/*
		* {
    	outline: solid 1px red;
		}
*/
/*
ul.ui-widget-content
{ background-color: #ffffff !important; 
	color:#000000 !important;
	padding-left:20px;
	width:600px;
	width:600px;
	border: 1px solid #53006b !important;
}

.ui-menu-item div.ui-state-active { 
	
	color:#FFFFFF !important;
	background-color: #000000 !important;
	}
*/
.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); /* 200px 200px 200px; */
  grid-gap: 0px;
  /*background-color: #fff;*/
  color: #444;
  grid-auto-flow: row;
}
.sr_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(500px,1fr)); /* 200px 200px 200px; */
  grid-gap: 0px;
  padding: 20px;
  /*background-color: #fff;*/
  color: #444;
  grid-auto-flow: row;
}
/* overrides theme's main-block of 1200px */
.main-block-100pct {
	max-width:100% !important;
}
.main-block {
	max-width:1400px;
	margin: 20px;
}
.inline_list1 {
	display: inline-block;
	font-size: 16px;
	background-color: #53006b;
	color: white;
	padding: 8px 15px 0px 15px;
	height:40px;

}
.inline_list2:hover {
	background-color: #53006b;
}
.inline_list2:hover a {
	background-color: #53006b;
}
.inline_list2 {
	display: inline-block;
	background-color: black;
	color: white;
	padding: 8px 15px 0px 15px;

	transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
	
}
.inline_list2 a {
	display: inline-block;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 16px;
	height: 40px;
}
.inline_list1 a {
	display: inline-block;
	background-color: #53006b;
	color: white;
	text-decoration: none;
	font-size: 16px;
	height: 40px;
}

.sticky-header-main {
	margin-top: 20px;
}
.sr_loading_inactive {
	width:40px;
	margin: 0 auto;
	visibility: hidden;
}
.sr_loading_active {
	width:40px; 
	margin: 0 auto;
	visibility: visible;
}
.box { 
  /*background-color: #444;
  color: #fff;*/
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}

/* makes dt dd to display horizontally */
dt, dd 
{ float: left;
	width:50%;
}
dl { 
	width: 100%;
	overflow: hidden; 
}
.sr_properties_detail_section dt {
	font-size: 15px;
}
.sr_properties_add_section {
	font-size: 15px;
	padding-bottom: 30px;
	width:100%;
}

.sr_properties_detail_section dt::after {
	content: ':';
}
.sr_propval
{
	width:49%;
	display:inline-block;
	padding-top: 10px;
	padding-left: 20px;
}
.sr_properties_detail_section dd {
	font-size: 18px;
	font-weight: 600;
}

.sr_properties_detail_section
{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.sr_light_border {
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width:100%;
}
.sr_properties_addl_section
{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sr_properties_addl_section dt::after {
	content: ':';
}

.sr_properties_addl_section dt {
	font-size: 15px;
	font-weight: 600;
}

.sr_insane {
	width: 33.33%;
	border: 1px solid #c0c0c0;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
	justify-content:center;
	flex-direction:column;				
}
@media screen and (max-width: 600px) {
	.sr_insane {
		width: 100%;
	}
}


.sr_company_stamp2
{
	width: 33.33%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	margin-top: 20px;

	
	justify-content:center;
	flex-direction:column;	
}
.sr_company_stampstp
{
	width: 33.33%;
	border: 1px solid #c0c0c0;
}

@media screen and (max-width: 600px) {
	.sr_company_stampstp {
		width: 100% !important; 
	}
}
.sr_property_description
{
	width:66%;
	padding-right:20px !important;
	display:inline-block;
}
/* selector switches width to 100% when screen is less than 600px */
@media only screen and (max-width: 600px) {
  .sr_property_description {
    width:100% !important;
  }
}

.sr_property_page
{
	
}
.sr_prop_label::after
{
	content: ':';
}
.sr_prop_value
{
	font-size: 18px;
	font-weight: 600;
}
.sr_property_address
{
	font-size: 18px;
	font-weight: 500;
	padding-left:5px;
}
.sr_form_label {
	text-transform: none;
	font-weight: 500;
}
.sr_contactus div {
	padding-top: 5px;
}
.sr_contactus optgroup {
	font-size: 14px;
}
.sr_home_title {
	text-transform: none;
}
.sr_no_underline
{
	text-decoration: none;
}
.sr_down_arrow
{ color: #D22B2B; 
	font-size: 26px !important;
	text-decoration: none;
}
.sr_up_arrow
{ color: #228B22; 
	font-size: 26px !important;
	text-decoration: none;
}
.sr_user_bar 
{	color: #53006b; 
	font-size: 26px !important;
	text-decoration: none;
}
.sr_stp  
{ 
	color: #53006b; 
	font-size: 16px !important;

}
.sr_user_bar_text
{
	color: #53006b; 
	font-size: 18px !important;
}
.sr_user_fav_bar 
{	color: #53006b; 
	font-size: 18px !important;
	text-decoration: none;
}
.sr_user_fav_bar_text
{
	color: #53006b; 
	font-size: 14px !important;
}
.sr_prop_desc
{
	width:50%;
	display:inline-block;
	vertical-align: baseline;
}
/*
.sr_image_thumbnail {
	overflow-y: hidden;
	border-width: 1px;
	object-fit: contain;
	width: 250px;
}
*/

.sr_image_thumbnail video, img {
    width: 100%;
    height: 60%;
    object-fit: cover;
  }
.sr_property_listing_price
{
	font-size:20px;
	font-weight: 600;
	margin: 5px;
}
.sr_listing_price {
	font-size: 20px;
}
.sr_prop_description {
	font-size:14px;
}
.sr_address {
	font-size: 12px;
}
.sr_business_card_logo {
	width:86px;
	height:86px;
}
.sr_business_card {
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
	max-width: 350px;
	margin: 0 auto 15px;
	text-align: center;
	transition: 0.3s;
}
.sr_business_card_header {
	
}
.sr_buttontransparent {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	text-align: center;
	width: 75%;
	font-size: 18px !important;
	border: 1px solid transparent;
	cursor: pointer;
}
.sr_button_magnify {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background-color: #53006b;
	color: white;
	text-align: center;
	height: 45px;
	width:60px;
	font-size: 20px !important;
	border: 1px solid transparent;
	cursor: pointer;
}
.sr_pagenum {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background-color: #53006b;
	color: white;
	text-align: center;
	width: 35px;
	font-size: 18px !important;
	border: 1px solid transparent;
	cursor: pointer;
}
.sr_pagenum_cur {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	width: 35px;
	font-size: 18px !important;
	border: 1px solid transparent;
	cursor: auto;
}
.sr_button {
	display: inline-block;
	padding: 8px;
	border-radius: 5px;
	background-color: #53006b;
	color: white;
	text-align: center;
	width: 75%;
	font-size: 18px !important;
	border: 1px solid transparent;
	cursor: pointer;
}
.sr_revise_search_button {
	border-radius: 5px;
	display: inline-block;
	padding: 8px;
	background-color: #53006b;
	color: white;
	text-align: center;
	width: 150px;
	font-size: 14px !important;
	border: 1px solid transparent;
	cursor: pointer;
}

.sr_search_button {
	float:right;
	border-radius: 5px;
	display: inline-block;
	padding: 8px;
	background-color: #53006b;
	color: white;
	text-align: center;
	width: 110px;
	font-size: 14px !important;
	border: 1px solid transparent;
	cursor: pointer;
	
}
.sr_hero_image {
  background-image: url("https://sterlingfl.com/wp-content/uploads/2023/05/modernpoolhome-scaled.jpg");
  display: block;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/*
.sr_hero_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
*/