/* ---- Sidebar ---- */
.sidebar {
	position: relative;
	z-index: 1;
}
.sidebar:empty {
	display: none;
}
.sidebar h2,
.sidebar .h2 {
	color: inherit;
}
.sidebar .button.button-block {
	margin-bottom: 7px;
}
.sidebar .widget-title {
	margin: 0 0 7px;
}

.sidebar .widget {
	position: relative;
}

.sidebar .widget:after {
	content: " ";
	margin: 14px -16px;
	bottom: 0;
	display: block;
	height: 1px;
	background-color: #eeeeef;
}

.sidebar .widget:last-child:after {
	content: none;
}

.sidebar .title-group__title {
	font-size: 1.8rem;
}

/* BP 2 */
@media screen and (max-width: 1055px) {
	.sidebar .title-group__title {
		font-size: 1.7rem;
	}
}

/* ---- lined section ---- */
.section--lined:after {
    content: " ";
    height: 1px;
	position: absolute;
	bottom: 0;
	left: calc((1140px - 100vw) / 2);
	right: 0;
	width: 100vw;
    background: #dadbdd;
    display: block;
}

/* BP 1 */
@media screen and (max-width: 1235px) {
	.section--lined:after {
		left: calc((960px - 100vw) / 2);
	}
}
/* BP 2 */
@media screen and (max-width: 1055px) {
	.section--lined:after {
		left: calc((750px - 100vw) / 2);
	}
}
/* BP 3 */
@media screen and (max-width: 855px) {
	.section--lined:after {
		left: calc((650px - 100vw) / 2);
	}
}
/* BP 4 */
@media screen and (max-width: 760px) {
	.section--lined:after {
		left: calc((500px - 100vw) / 2);
	}
}
/* BP 5 */
@media screen and (max-width: 600px) {
	.section--lined:after {
		left: calc(-20px);
	}
}

/* ---- Mainbar ---- */
.mainbar-title {
	margin-bottom: 35px;
}
.mainbar-title:after {
	content: " ";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	background: #dadbdd;
	display: block;
}

/* BP 3 */
@media screen and (max-width: 855px) {
	.mainbar-title {
		margin-bottom: 18px;
	}
}
/* BP 4 */
@media screen and (max-width: 760px) {

}
/* BP 5 */
@media screen and (max-width: 600px) {

}

/** ---- Search ---- **/
.escort-find-options a {
	color: #403d39!important;
}
.escort-find-options a:hover {
	color: #fff!important;
}
