.hero-search__tags {
	padding-top: 0;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	background-color: #fff;
}
.hero-search__tags-tag:hover, .hero-search__tags-tag.active {
	background-color: #BA7477;
	color: #000;
}
.login-sucess__modal-body {
	padding: 20px 10px;
	text-align: left;
	font-size: 16px;
}
.login-sucess__modal-body-head {
	text-align: center;
	color: green;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.email-success__modal .login-sucess__modal-body-head {
	font-size: 30px;
}
.email-success__modal-text {
	font-size: 18px;
}
.login-sucess__modal-continue {
	margin-top: 25px;
	text-align: center;
}
.cancel-membership__footer {
	display: flex;
	justify-content: center;
}
.hero-filter__list {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
}
.hero-filter__list li {
    padding: 0 5px;
}
.hero-search__tags-tag {
    border-radius: 30px;
    background-color: #6E2F20;
    color: #fff;
    padding: 6px 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.hero-filter__list li .dropdown-menu {
    padding: 0;
    min-width: 200px;
}
.hero-filter__list li .dropdown-menu li {
    padding: 0;
}
.hero-filter__list li .dropdown-menu .dropdown-item {
    cursor: pointer;
    transition: .3s;
    padding: 7px 10px;
}
.hero-filter__list li .dropdown-menu .dropdown-item:hover {
    background-color: #565555;
    color: #fff;
    transition: .3s;
}
.login-sucess__modal-continue .btn {
	display: block;
	padding: 12px 15px;
	text-transform: uppercase;
}
.cancel-membership__footer .btn {
	width: 120px;
}
.hero-search__tags-tag {
	border-radius: 30px;
	background-color: #f5f5f5;
	color: #000;
	padding: 6px 20px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: .95rem;
}

.members-list {
	padding-top: 10px;
	padding-bottom: 50px;
}
/*.members-list.members-list__list {
	margin-top: 50px;
}*/
.member-list__single-wrap {
	margin-bottom: 15px;
}
.member-list__single {
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 8px;
	height: 100%;
	padding-bottom: 0;
}
.member-list__media {
	height: 320px;
	position: relative;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.member-list__media .member-list__media-link {
	display: block;
	height: 100%;
}
/* .member-list__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
} */
.member-list__media.noImageBox img {
	height: auto !important;
	width: 96%!important;
	margin-left: 6px!important;
	margin-top: 4px!important;
}
.member-list__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: .3s;
	object-position: 50% 0;
}
.member-list__media .member-list__media-link:hover img {
	transform: scale(1.1);
	transition: .3s;
}
.member-star {
	width: 45px;
	height: 45px;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--white);
}
.member-list__photos {
	position: absolute;
	background: rgba(0,0,0,.5);
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 6px 10px;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.show-photos.msg-icon__overlay {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: rgba(255,255,255,.3);
	color: #fff;
}
.msg-icon__overlay i {
	position: relative;
	left: -2px;
}
.member-list__photos span i {
	margin-right: 5px;
}
.member-list__content {
	padding: 0 10px 10px;
}
.member-list__single .member-list__content {
	padding: 0 10px 0 10px;
}
.member-list__details {
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 10px 0 10px;
	color: #000;
	display: flex;
	font-size: 1.1rem;
}
.member-list__name {
	text-align: left;
	width: auto;
	padding: 0 10px;
}
.member-list__name a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}
.member-list__name p {
	margin-bottom: 0;
	font-size: .95rem;
}
.member-list__message {
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 90%;
	left: 5%;
}
.member-list__online {
	flex: 0 0 50px;
	text-align: right;
	width: 12px;
	height: 12px;
	display: inline-block;
	background-color: #ccc;
	border-radius: 50%;
	margin-left: 4px;
}
.member-list__online-acitve {
	background-color: #43f525;
}
.member-list__online-acitve-black {
	background: black !important;
	width: 6px !important;
	height: 6px !important;
	margin-bottom: 2.5px !important;
	margin-right: 4px !important;
}
.member-list__message .btn {
	padding: 10px 15px;
}

@media (max-width: 1199px) {
	.container-left .container {
		margin: 0 auto;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.member-list__media {
		height: 280px;
	}
	.member-list__name {
		text-align: left;
		width: 100%;
		padding: 00;
		order: 0;
	}
}

@media (max-width: 575px) {
 .hero-search__tags {
    padding-bottom: 0px;
  }

}

@media (max-width: 479px) {
  .hero-search__tags-tag {
    padding: 5px 8px;
    font-size: .82rem;
  }
  .member-list__media {
		height: 250px;
	}
	.member-list__details {
		    padding: 5px 0 5px;
	}
	.member-list__name{
		line-height: 18px;
	}
	.member-list__online{
		margin-left: 1px;
	}
	.member-list__online-acitve-black{
		margin-right: 1px !important;
	}
	        
}
@media (max-width: 399px) {
	.members-list__list #content.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-xl-4.col-lg-4.col-md-4.col-sm-6.col-6.member-list__single-wrap {
		padding: 3px;
	}
	.member-list__media {
		height: 200px;
	}
	.member-list__photos {
		flex: 0 0 38px;
		text-align: left;
	}
	.member-list__photos {
		text-align: left;
	}
	.member-list__name a {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	.member-list__name p {
		font-size: .8rem;
	}
}
