/* HOA styles */
.rrc-hoa-tab-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	flex-direction: column-reverse;
}

.rrc-hoa-tab-col-img,
.rrc-hoa-tab-col-list {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	align-items: center;
}

ul.rrc-hoa-tab-list {
	padding: 0;
	margin: 0 0 1rem 0;
	list-style-type: none;
}

/* Mega search styles */

.rrc-search-template {
	display: none;
	height: 0;
}

.rrc-sb-mobile-ui {
	display: none;
}

.rrc-mega-search,
.rrc-student-filters,
.rrc-residential-filters {
	font-size: .8rem;
}

.rrc-mega-search-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.rrc-search-col-submit {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.rrc-sb-container {
	display: none;
}

.rrc-sb-container.rrc-show {
	display: block;
}

.rrc-mega-search .facetwp-checkbox  .facetwp-counter,
.rrc-student-filters .facetwp-checkbox  .facetwp-counter,
.rrc-residential-filters .facetwp-checkbox  .facetwp-counter {
  display: none;
  /* Select type field counts are hidden with PHP */
}

.rrc-mega-search .facetwp-facet,
.rrc-student-filters .facetwp-facet,
.rrc-residential-filters .facetwp-facet {
	margin-bottom: 0;
}

.rrc-mega-search .facetwp-type-number_range .facetwp-submit {
	display: none;
}

.rrc-mega-search .btn.focus,
.rrc-mega-search .btn:focus,
.rrc-idxs-container .btn.focus,
.rrc-idxs-container .btn:focus,
.rrc-student-filters .btn.focus,
.rrc-student-filters .btn:focus,
.rrc-residential-filters .btn.focus,
.rrc-residential-filters .btn:focus {
	box-shadow: none;
}

.rrc-mega-search .btn-primary,
.rrc-idxs-container .btn-primary,
.rrc-student-filters .btn-primary,
.rrc-residential-filters .btn-primary {
	background-color: #ffffff;
	border-color: #000000;
	border-radius: 5px;
	color: #000000;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 .25rem .25rem;
	padding: .5rem .5rem;
}
.rrc-idxs-container .btn-primary img, 
.rrc-student-filters .btn-primary img {
	width:15px;
	max-width:100%;
}
.rrc-idxs-container .btn-primary:hover img, 
.rrc-student-filters .btn-primary:hover img {
	filter: brightness(0) invert(1);
}
.rrc-mega-search .btn-link,
.rrc-idxs-container .btn-link,
.rrc-student-filters .btn-link,
.rrc-residential-filters .btn-link {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	color: #000000;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1.5;
	padding: .75rem .75rem;
}

.rrc-student-filters .card-body .btn-link,
.rrc-residential-filters .card-body .btn-link {
	background-color: #f5f5f5;
}

.rrc-mega-search .btn-link:after,
.rrc-idxs-container .btn-link:after,
.rrc-student-filters .btn-link:after,
.rrc-residential-filters .btn-link:after {
	display: inline-block;
	margin-left: .255em;
	margin-top: .3em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	float: right;
}

.rrc-mega-search .btn-link:hover,
.rrc-mega-search .btn-link:active,
.rrc-mega-search .btn-link:focus,
.rrc-idxs-container .btn-link:hover,
.rrc-idxs-container .btn-link:active,
.rrc-idxs-container .btn-link:focus,
.rrc-student-filters .btn-link:hover,
.rrc-student-filters .btn-link:active,
.rrc-student-filters .btn-link:focus,
.rrc-residential-filters .btn-link:hover,
.rrc-residential-filters .btn-link:active,
.rrc-residential-filters .btn-link:focus {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.rrc-student-filters .card-body .btn-link:hover,
.rrc-student-filters .card-body .btn-link:active,
.rrc-student-filters .card-body .btn-link:focus,
.rrc-residential-filters .card-body .btn-link:hover,
.rrc-residential-filters .card-body .btn-link:active,
.rrc-residential-filters .card-body .btn-link:focus {
	background-color: #f5f5f5;
	color: #000000;
	text-decoration: none;
}

.rrc-mega-search .accordion,
.rrc-idxs-container .accordion,
.rrc-student-filters .accordion,
.rrc-residential-filters .accordion {
	margin-bottom: 1rem;
}

.rrc-mega-search .card-header,
.rrc-mega-search .card,
.rrc-idxs-container .card-header,
.rrc-idxs-container .card,
.rrc-student-filters .card-header,
.rrc-student-filters .card,
.rrc-residential-filters .card-header,
.rrc-residential-filters .card {
	background-color: #ffffff;
	border-color: #333333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.rrc-mega-search .card:last-child,
.rrc-idxs-container .card:last-child {
	border-bottom: 1px solid #000000;
}

#rrc-sb-ui-mobile-filters > .card {
	border: 1px solid #000000;
	border-radius: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.rrc-sb-ui-filter-container,
.rrc-sb-ui-filter-container .card-header,
.rrc-sb-ui-filter-container .card-body {
	background-color: #f5f5f5;
}

.rrc-sb-ui-filter-container > .card-body {
	padding-bottom: 0;
}

.rrc-sb-ui-filter-container > .card-body .card:first-child {
	border-top: none;
}

.rrc-mega-search .card-header,
.rrc-idxs-container .card-header,
.rrc-student-filters .card-header,
.rrc-residential-filters .card-header {
	padding: .25rem;
}

.rrc-mega-search .card-body,
.rrc-idxs-container .card-body,
.rrc-student-filters .card-body,
.rrc-residential-filters .card-body {
	padding-top: 0;
}

.rrc-mega-search .card-header h4,
.rrc-mega-search .card-header h4 button,
.rrc-idxs-container .card-header h4,
.rrc-idxs-container .card-header h4 button,
.rrc-student-filters .card-header h4,
.rrc-student-filters .card-header h4 button,
.rrc-residential-filters .card-header h4,
.rrc-residential-filters .card-header h4 button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.rrc-mega-search .card-header h4 button,
.rrc-mega-search .card-header h4 button:hover,
.rrc-mega-search .card-header h4 button:focus,
.rrc-mega-search .card-header h4 button:active,
.rrc-idxs-container .card-header h4 button,
.rrc-idxs-container .card-header h4 button:hover,
.rrc-idxs-container .card-header h4 button:focus,
.rrc-idxs-container .card-header h4 button:active,
.rrc-student-filters .card-header h4 button,
.rrc-student-filters .card-header h4 button:hover,
.rrc-student-filters .card-header h4 button:focus,
.rrc-student-filters .card-header h4 button:active,
.rrc-residential-filters .card-header h4 button,
.rrc-residential-filters .card-header h4 button:hover,
.rrc-residential-filters .card-header h4 button:focus,
.rrc-residential-filters .card-header h4 button:active {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    outline: none;
}

.rrc-mega-search .btn-primary:hover,
.rrc-mega-search .btn-primary:active,
.rrc-mega-search .btn-primary:focus,
.rrc-mega-search .btn-primary:not(:disabled):not(.disabled):active,
.rrc-mega-search .show > .btn-primary.dropdown-toggle,
.rrc-mega-search .show > .btn-primary.dropdown-toggle:hover,
.rrc-mega-search .show > .btn-primary.dropdown-toggle:active,
.rrc-mega-search .show > .btn-primary.dropdown-toggle:focus,
.rrc-idxs-container .btn-primary:hover,
.rrc-idxs-container .btn-primary:active,
.rrc-idxs-container .btn-primary:focus,
.rrc-idxs-container .btn-primary:not(:disabled):not(.disabled):active,
.rrc-idxs-container .show > .btn-primary.dropdown-toggle,
.rrc-idxs-container .show > .btn-primary.dropdown-toggle:hover,
.rrc-idxs-container .show > .btn-primary.dropdown-toggle:active,
.rrc-idxs-container .show > .btn-primary.dropdown-toggle:focus,
.rrc-student-filters .btn-primary:hover,
.rrc-student-filters .btn-primary:active,
.rrc-student-filters .btn-primary:focus,
.rrc-student-filters .btn-primary:not(:disabled):not(.disabled):active,
.rrc-student-filters .show > .btn-primary.dropdown-toggle,
.rrc-student-filters .show > .btn-primary.dropdown-toggle:hover,
.rrc-student-filters .show > .btn-primary.dropdown-toggle:active,
.rrc-student-filters .show > .btn-primary.dropdown-toggle:focus
.rrc-residential-filters .btn-primary:hover,
.rrc-residential-filters .btn-primary:active,
.rrc-residential-filters .btn-primary:focus,
.rrc-residential-filters .btn-primary:not(:disabled):not(.disabled):active,
.rrc-residential-filters .show > .btn-primary.dropdown-toggle,
.rrc-residential-filters .show > .btn-primary.dropdown-toggle:hover,
.rrc-residential-filters .show > .btn-primary.dropdown-toggle:active,
.rrc-residential-filters .show > .btn-primary.dropdown-toggle:focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	text-decoration: none;
}

.rrc-mega-search .dropdown-menu,
.rrc-idxs-container .dropdown-menu,
.rrc-student-filters .dropdown-menu,
.rrc-residential-filters .dropdown-menu {
	font-size: .8rem;
}

.rrc-student-filters .facetwp-input-wrap,
.rrc-residential-filters .facetwp-input-wrap {
	margin: 0;
}

.rrc-student-filters .rrc-sb-mobile-ui .facetwp-type-search,
.rrc-residential-filters .rrc-sb-mobile-ui .facetwp-type-search {
	width: 100%;
	padding: 0 20px;
}

.rrc-student-filters .rrc-sb-mobile-ui .facetwp-input-wrap,
.rrc-residential-filters .rrc-sb-mobile-ui .facetwp-input-wrap {
	display: block;
	margin: 0 0 20px 0;
}

.rrc-student-filters .facetwp-facet input.facetwp-search,
.rrc-residential-filters .facetwp-facet input.facetwp-search {
	border: 1px solid #000000;
	border-radius: 25px;
	height: 36px;
	min-width: 220px;
}

.rrc-student-filters .rrc-sb-mobile-ui .facetwp-facet input.facetwp-search,
.rrc-residential-filters .rrc-sb-mobile-ui .facetwp-facet input.facetwp-search {
	font-size: 16px; /* avoid iOS zoom */
	height: 48px;
}

.rrc-mega-search .fwp-submit,
.rrc-student-filters .fwp-submit,
.rrc-residential-filters .fwp-submit{
	background-color: #c52d1f;
	border-radius: 2rem;
	border-color: #c52d1f;
	font-size: .8rem;
	font-weight: 700;
	line-height: 1.5;
	padding: .25rem 1.5rem;
}

.rrc-sorting-display-navbar {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
	margin: 0 20px 20px 20px;
}

.rrc-sorting-display-navbar .facetwp-type-sort {
	margin-bottom: 0;
}

.rrc-sorting-display-navbar .facetwp-type-sort select {
	background-color: #00222b;
	border-color: #00222b;
	border-radius: 25px;
	color: #ffffff;
	font-size: .8rem;
	padding: 6px;
	margin: 0;
}

.rrc-sort-control,
.rrc-display_control {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	align-items: center;
	justify-content: start;
}

.rrc-display_control {
	justify-content: end;
}

.rrc-display-control .btn-group {
	background-color: #f5f5f5;
	border-radius: 25px;
}

.rrc-display-control .btn-group > .btn {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	border-radius: 25px !important;
	color: #000000;
	font-weight: bold;
	margin: 5px;
	padding: .25rem 1rem;
}

.rrc-display-control .btn-secondary:not(:disabled):not(.disabled).active {
	background-color: #c52d1f;
	border-color: #c52d1f;
	color: #ffffff;
}

.rrc-user-selections {
	font-size: 12px;
	margin: 1rem;
}

.rrc-user-selections .facetwp-selections ul {
	padding: 0;
}

.rrc-user-selections .facetwp-selections .facetwp-selection-value {
	background-size: 10px 10px;
}

.rrc-user-selections .facetwp-selections li {
	background-color: #eff1f1;
	border-radius: 12px;
	font-weight: 300;
	padding: 6px 4px 6px 12px;
	margin: 0 6px 6px 6px;
}

.rrc-sb-field-container {
	display: flex;
	flex: auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.rrc-sb-field {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
}

@media(max-width: 1199px) {
	.rrc-mega-search-wrapper {
		flex-direction: column;
	}

	.rrc-search-col-choice .btn {
		display: block;
	}

	.rrc-mega-search .rrc-search-col-choice .btn-primary {
		margin: 0 0 1rem 0;
	}

	.rrc-mega-search .fwp-submit {
		display: block;
		width: 100%;
	}

	.rrc-sb-desktop-ui {
		display: none;
	}

	.rrc-sb-mobile-ui {
		display: block;
	}
}

/* Buyer Page Filters */

.rrc-buyer-filters {
	display: none;
	height: 0;
}

/* Property & Listing Grid */

.rr-property-grid-box,
.rr-listing-grid-box {
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,.1);
	overflow: hidden;
}

.rrc-property-details-container,
.rrc-listing-details-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: stretch;
	justify-content: space-between;
}

.rrc-property-details,
.rrc-listing-details {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: stretch;
	justify-content: space-between;
	font-size: 14px;
}

.rrc-pd-row,
.rrc-ld-row {
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
}

.rrc-pd-col,
.rrc-ld-col {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	align-items: center;
}

.rrc-pd-tag,
.rrc-ld-tag {
	background-color: #00222b;
	border-radius: 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;
	text-transform: uppercase;
}

.rrc-pd-col-date {
	justify-content: end;
}

.rrc-pd-date > span {
	font-weight: 700;
}

.rrc-pd-price,
.rrc-ld-price {
	color: #c52d1f;
	font-size: 22px;
	font-weight: 700;
	padding: 8px 0 12px 0;
}

.rrc-pd-features > div,
.rrc-ld-features > div {
	padding-bottom: 12px;
}

.rrc-pd-features i,
.rrc-ld-features i {
	margin-right: 5px;
}
.rrc-pd-features img {
	width:100%;
	max-width: 15px;
	margin-right: 5px;
}
.rrc-pd-meta,
.rrc-ld-meta {
	flex-grow: 1;
	padding: 0 20px 20px 20px;
}

.rrc-pd-nav,
.rrc-ld-nav {
	flex: 0 0 auto;
}

.rrc-pd-col-apply {
	flex-grow: 0;
}

.rrc-pd-col-view-details a,
.rrc-ld-col-view-details a,
.rrc-pd-col-apply a {
	background-color: #f3f4f5;
	border-radius: 0 0 0 14px;
	color: #000000;
	display: block;
	flex-grow: 1;
	font-weight: 700;
	padding: 8px 16px;
	text-decoration: none;
	width: 100%;
}

.rrc-pd-col-apply a {
	background-color: #c52d1f;
	border-radius: 0 0 14px 0;
	color: #ffffff;
	flex-grow: 0;
	text-transform: uppercase;
}

.rrc-pd-col-view-details a:hover,
.rrc-pd-col-view-details a:focus,
.rrc-pd-col-view-details a:active,
.rrc-ld-col-view-details a:hover,
.rrc-ld-col-view-details a:focus,
.rrc-ld-col-view-details a:active {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.rrc-pd-col-apply a:hover,
.rrc-pd-col-apply a:focus,
.rrc-pd-col-apply a:active {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

/* Student, Residential, Sales filters */

.rr-property-map .facetwp-facet-property_map {
	width: 100%;
	height: 600px;
}

.pp-content-posts-inner.owl-carousel.owl-drag .owl-item {
	position:relative;
	margin-top: 25px;
}
.pp-content-posts-inner.owl-carousel.owl-drag .owl-item:before {
	position:absolute;
	top:-11px;
	left:-6px;
	width:60px;
	height:38px;
	content:'';
	background:url(images/quote.png) no-repeat center;
	z-index:2;
}
.pp-content-post-carousel .owl-carousel {
	padding: 0 10px;
}
.img_b_white {
	padding:13px;
	border-radius:50px;
	background:#fff;
}
.img_square {
	height:380px;
}
.img_height_square {
	height:400px;
}
