#inner-page-wrapper {
	margin: 0;
}

#inner-page-wrapper>.container {
	width: 100%;
	padding: 0;
}

#content-full #content {
    padding: 0;
}

.ip-banner::before,
.ip-banner::after {
	opacity: .30;
}


#ip-psr {
	background: var(--primary);
}

.fixed-bg.psr {
	background: var(--primary);
}

.fixed-bg.psr:before {
	background: url(../../images/home/myl-bg.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0.08;
}

.psr-container {
	width: 1258px;
	position: relative;
	z-index: 5;
}

.psr-wrap {
	/* padding: 60px 0 90px 0; */
	padding: 30px 0;
}

.psr-title {
	position: relative;
	padding: 47px 0 25px;
}

.psr-title:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/home/myl-monogram.png) center center no-repeat;
  background-size: auto 100%;
  opacity: 0.08;
}

.psr-title .section-title {
	position: relative;
	z-index: 1;
}

.psr-title .section-title.lg h2 {
	font-size: min(15vw, 85px);
}

.psr-search {
	max-width: 946px;
	margin: 26px auto 0;
	border-bottom: 2px solid #fff;
}

.psr-form {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.psr-input {
	width: calc(100% - 50px);
}

.psr-input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-size: min(4.5vw, 17px);
	width: 97%;
	text-overflow: ellipsis;
}

.psr-input .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 338px !important;
}

.psr-input ::-webkit-input-placeholder {
	font-weight: 300;
}

.psr-input ::-moz-placeholder {
	font-weight: 300;
}

.psr-input :-ms-input-placeholder {
	font-weight: 300;
}

.psr-input :-moz-placeholder {
	font-weight: 300;
}

.psr-input input,
.psr-input button.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 0;
	width: 100%;
	color: #fff !important;
	background: none !important;
	font-size: min(4.5vw, 17px);
	letter-spacing: 0.040em;
	outline: 0;
	padding: 0 6px;
	height: 48px;

	border-radius: inherit;
}

.psr-submit {
	padding: 0 7px 0 0;
}

.psr-submit button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 0;
	background: none;
	color: #fff;
	font-size: 23px;
	opacity: 0.5;
}

.psr-submit button:hover {
	opacity: 1;
}

.psr-list {
	margin: 0 0 60px 0;
	width: 100%;
}

.psr-single {}

.psr-single a {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.psr-single a:hover {
	color: var(--primary);
}

.psr-single a .psr-single_img {}

.psr-single a .psr-single_img:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 70.97%;
	background: #000000;
	background: linear-gradient(0deg, var(--primary) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.8;
}

.psr-single a:hover .psr-single_img:before {
	opacity: 0;
}

.psr-single a .psr-single_img:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 46.403%;
	background: #000000;
	background: linear-gradient(0deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
}

.psr-single a:hover .psr-single_img:after {
	opacity: 1;
}

.psr-single a .psr-single_img img {
	aspect-ratio: 403/403;
}

.psr-single a .psr-single_det {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: -29px;
	padding: 0 29px 20px;
	line-height: 1;
}

.psr-single a:hover .psr-single_det {
	bottom: 0;
}

.psr-single a .psr-single_det:before {
	content: '';
	display: block;
	width: 56px;
	height: 2px;
	background: #fff;
	margin: 0 0 10px;
}

.psr-single a:hover .psr-single_det:before {
	background: var(--primary);
}

.psr-single a .psr-single_price {
	opacity: 0;
	font-family: var(--font-family-title);
	font-size: 32px;
	letter-spacing: 0.020em;
	margin: 0 0 -30px;
	line-height: 1.4;
}

.psr-single a:hover .psr-single_price {
	opacity: 1;
	margin: 0 0 0;
}

.psr-single a .psr-single_add {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.020em;
/*	margin: 14px 0 0;*/
}

.psr-single a .psr-single_add span {
	display: block;
	color: #c0c0c0;
	font-size: 0.778em;
	margin: 10px 0 0;
}

.psr-single a:hover .psr-single_add,
.psr-single a:hover .psr-single_add span {
	color: #000;
	font-weight: 400;
}

.psr-single a .psr-single_bottom {
	display: flex;
	flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	padding: 14px 0 0;
	margin: 9px 0 0;
}

.psr-single a:hover .psr-single_bottom {
	opacity: 1;
}

.psr-single a .psr-single_bbs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.psr-single a .psr-single_bbs>div {
	border-left: 1px solid #000;
	font-size: 12px;
	letter-spacing: 0.040em;
	text-transform: uppercase;
	padding: 0 12px;
}

.psr-single a .psr-single_bbs>div:first-child {
	padding-left: 0;
	border-left: 0;
}

.psr-single a .psr-single_bbs>div:last-child {
	padding-right: 0;
}

.psr-single a .psr-single_vd {
	font-family: var(--font-family-title_alt);
	font-size: 15px;
	letter-spacing: 0.200em;
}

.psr-bttn {
	margin: 81px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.psr-bttn .global-button {
	border-color: #fff;
	border-width: 2px !important;
	font-weight: 500;
	color: #fff;
}

.psr-bttn .global-button.hover {
	color: #000;
	border-bottom-right-radius: 0;
}

.psr-bttn .global-button.hover::before {
	opacity: 1;
	right: -1px;
}

.psr-bttn .global-button.hover:hover {
	color: #fff;
	border-bottom-right-radius: 8px;
}

.psr-bttn .global-button.hover:hover::before {
	opacity: 0;
	right: 100%;
}

.psr-top {
	/* margin-bottom: 15px; */
}

.sort-view i {
	font-size: 20px;
	color: #fff;
	margin-right: 4px;
	cursor: pointer;
}

.psr-top .global-button {
	color: #fff;
	border-color: #fff;
}

.listings-filter-tab a {
	margin: 5px 8px;
}

.sort-dropdown button {
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.sort-dropdown .open>.dropdown-menu {
	left: auto;
	right: 0;
}

.caret {
	margin-left: 8px !important;
	border-top-width: 7px;
}

.psr-disclaimer {
	font-size: 12px;
	color: #fff;
}

.psr-disclaimer p {
	line-height: 1.5;
}

.psr-disclaimer p:not(:last-child) {
	margin-bottom: 20px;
}

.psr-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0 0 100px;
}

.psr-pagination__list {
	display: flex;
	margin: 0 20px;
}

.psr-pagination__list li {
	margin: 0 10px;
}

.psr-pagination__list li a {
	width: 24px;
	height: 24px;
	display: inline-flex;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}

.psr-pagination__list li.active a {
	color: #000;
	background: #fff;
}

.psr-pagination__arrow {
	background: transparent;
	border: 0;
	font-size: 0;
	width: 25px;
	height: 25px;
	border: 1px #fff solid;
	border-radius: 50%;
}

.psr-pagination__arrow:hover {
	background: #fff;
	color: #000;
}

.psr-pagination__arrow i {
	font-size: 10px;
}

.psr-sort {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.listings-filter-tab {
	margin: 40px 0;
	display: inline-flex;
	flex-direction: column;
}

#content-full {
    margin-top: 0;
}

h1.entry-title {
    display: none;
}

.psr-disclaimer div {
	font-size: 12px;
    line-height: 1.7;
}

.psr-pagination ul {
    display: flex;
    margin: 0 20px;
}

.psr-pagination ul li {
    margin: 0 10px;
    list-style-type: none;
}

.psr-pagination ul li a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.psr-pagination ul li.active a,
.psr-pagination ul li.ellipsis a {
    pointer-events: none;
}

.psr-pagination ul li.active a {
    color: #000;
    background: #fff;
}

/* Custom Title Size and Spacing */

#content .psr-wrap .psr-title{
	padding: 10px 0 15px;	
}

#content .psr-wrap .psr-title .section-title h2{
	margin: 0;
	line-height: 1.3;
}

#content .psr-wrap .psr-title .section-title h2 span{
	display: inline;
	color: inherit;
	letter-spacing: inherit;
	color: inherit;
	font: inherit;
	margin: inherit;
}
/* Custom Title Size and Spacing */


@media only screen and (min-width: 992px) {

	.psr-sort {
		flex-direction: row;
	}

	.listings-filter-tab {
		/* margin: 0 15px 0 auto; */
		flex-direction: row;
	}

	.psr-pagination__arrow {
		width: 35px;
		height: 35px;
	}

	.psr-pagination__arrow i {
		font-size: 12px;
	}

	#hp-psr {
		padding: 62px 0 106px;
	}

	.psr-list {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.psr-single {
		margin-left: 1.987%;
		width: calc((100% / 3) - 1.35%);
	}

	.psr-single:nth-child(3n + 1) {
		margin-left: 0px;
	}

	.psr-single:nth-child(n + 4) {
		margin-top: 1.987%;
	}

	.psr-single a {
		border-radius: min(1.518vw, 20px);
	}

	.psr-single a .psr-single_det {
		bottom: max(-2.200vw, -29px);
		padding: 0 min(2.200vw, 29px) min(1.518vw, 20px);
	}

	.psr-single a .psr-single_det:before {
		width: min(4.249vw, 56px);
		height: min(0.152vw, 2px);
		margin: 0 0 min(0.759vw, 10px);
	}

	.psr-single a .psr-single_price {
		font-size: min(2.428vw, 32px);
		margin: 0 0 max(-2.276vw, -30px);
	}

	.psr-single a .psr-single_add {
		font-size: min(1.366vw, 18px);
/*		margin: min(1.062vw, 14px) 0 0;*/
	}

	.psr-single a .psr-single_add span {
		margin: min(0.759vw, 10px) 0 0;
	}

	.psr-single a .psr-single_bottom {
		padding: min(1.062vw, 14px) 0 0;
		margin: min(0.683vw, 9px) 0 0;
	}

	.psr-single a .psr-single_bbs>div {
		font-size: min(0.911vw, 12px);
		padding: 0 min(0.911vw, 12px);
	}

	.psr-single a .psr-single_vd {
		font-size: min(1.138vw, 15px);
	}

	#ip-psr .section-title h2 {
		font-size: 79px;
	}
	#ip-psr .section-title h2 span {
		font-size: 31px;
	}
}

@media only screen and (max-width: 991px) {
	.psr-single {
		max-width: 630px;
		margin: 30px auto 0;
	}

	.psr-single:first-child {
		margin-top: 0;
	}

	.psr-single a {
		border-radius: min(4.444vw, 20px);
	}

	.psr-single a .psr-single_det {
		bottom: max(-6.444vw, -29px);
		padding: 0 min(6.444vw, 29px) min(4.444vw, 20px);
	}

	.psr-single a .psr-single_det:before {
		width: min(12.444vw, 56px);
		height: min(0.444vw, 2px);
		margin: 0 0 min(2.222vw, 10px);
	}

	.psr-single a .psr-single_price {
		font-size: min(7.111vw, 32px);
		margin: 0 0 max(-6.667vw, -30px);
	}

	.psr-single a .psr-single_add {
		font-size: min(4vw, 18px);
		margin: min(3.111, 14px) 0 0;
	}

	.psr-single a .psr-single_add span {
		margin: min(2.222vw, 10px) 0 0;
	}

	.psr-single a .psr-single_bottom {
		padding: min(3.111, 14px) 0 0;
		margin: min(2vw, 9px) 0 0;
	}

	.psr-single a .psr-single_bbs>div {
		font-size: min(2.667vw, 12px);
		padding: 0 min(2.3vw, 12px);
	}

	.psr-single a .psr-single_vd {
		font-size: min(3.333vw, 15px);
	}


	#content .psr-wrap .psr-title .section-title h2 {
		font-size: 45px;
	}

	.listings-filter-tab {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5px;
		width: 100%;
		justify-content: space-between;
	}

	.listings-filter-tab a {
		margin: 0;
		min-width: unset;
		line-height: 1;
		width: calc((100% / 2) - 5px);
	    min-height: auto;
	    padding: 10px 0;
	    margin-bottom: 15px;
	}

	#content .psr-wrap .psr-title{
		padding: 30px 0 45px;
	}

	.ip-banner {
		display: none;
	}
}