@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

/*--------------------------------------------------------------
2.0 Colors
--------------------------------------------------------------*/

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.ad {
  background-color: #F5F5F5;
}

.ad:hover {
  background-color: #EDEFF3;
}

.row-striped:nth-of-type(odd){
  background-color: #ffffff;
  border-left: 2px #efefef solid;
}

.row-striped:nth-of-type(even){
  background-color: #efefef;
  border-left: 2px #C9CEDB solid;
}

.row-striped {
    padding: 15px 0;
}

.bg-default {
	background-color: rgba(222,227,229,.25);
}

.bg-primary {
	background-color: #448ef6 !important;
}

.text-primary {
	color: #448ef6 !important;
}

.bg-low-contrast {
	background-color: #dee3e5;
}

.text-low-contrast {
	color: #dee3e5;
}

.bg-medium-contrast {
	background-color: #585a5d;
}

.text-medium-contrast {
	color: #585a5d;
}

.bg-muted {
	background-color: #dee3e5;
}

.text-muted {
	/*color: #d2d2d2 !important;*/
}

.bg-dark {
	background-color: #323537;
}

.drop-shadow {
text-shadow: 2px 2px #000000;
}

.text-dark {
	color: #323537!important;
}

.bg-low-contrast-blue {
	background: rgba(166,203,255,.1);
}

.text-green {
	color: #8bc53e;
}

.text-red {
	color: #d33b43;
}

.text-pink {
	color: #F1AFA8;
}

.text-pink:hover {
       color: #F1AFA8;
	text-decoration: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #323537;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #323537;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

h1.listings {
	font-size: 1.65rem;
}
h2.listings {
	font-size: 1.150rem;
}
h3.listings {
	font-size: 1.125rem;
}

h4.listings {
	font-size: 1.125rem;
}

h5 {
	font-size: 1.125rem;
}

a, a.h1, a.h2, a.h3, a.h4, a.h5, a.h6 {
	color: #323537;
	text-decoration: none;
}

a:hover, a:focus {
       color: #DC3545;
	text-decoration: none;
}

.breadcrumbs a, .breadcrumbs {
	color: #323537;
	text-decoration: none;
	font-size: 0.85rem;
}

.breadcrumbs a:hover, .breadcrumb a:focus,.breadcrumb > .active {
	text-decoration: none;
       color: #DC3545;
}

.strikethrough-header {
	height: .82rem;
	border-bottom: 1px solid #dee3e5;
}

.strikethrough-header p {
	background: white;
	display: inline;
	padding-right: 1rem;
	font-weight: 700;
}

.smallest {
	font-size: .75rem;
}

/*--------------------------------------------------------------
3.0 Header Navbar
--------------------------------------------------------------*/
@media (max-width: 992px),
       (device-width: 992px) {
	nav.navbar {
		max-height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

#header-nav {
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
	z-index: 2000;
}

.tpl-home #header-nav {
	border-bottom: 0;
}

.tpl-home #header-nav .transparent {
	border-bottom: 0;
}

@media screen and (max-width: 992px),
       screen and (device-width: 992px) {
	#header-nav, #header-nav.transparent {
		background-color: white;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	}

	#header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

#header-nav.transparent {
	transition: 700ms;
	background-color: transparent;
}

#header-nav.solid {
	transition: 700ms;
	background-color: white;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown, #explore-dropdown2 {
	width: 600px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#explore-dropdown .dropdown-header, #explore-dropdown2 .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

#account-dropdown, #account-dropdown2 {
	width: 600px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

#account-dropdown .dropdown-header, #account-dropdown2 .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#account-dropdown .dropdown-menu, #account-dropdown2 .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 992px),
       screen and (device-width: 992px) {
	#explore-dropdown .dropdown-menu, #explore-dropdown2 .dropdown-menu {
		height: 240px;
	}

	#explore-dropdown, #explore-dropdown2 {
		width: 100%;
	}

	#account-dropdown .dropdown-menu, #account-dropdown2 .dropdown-menu {
		height: 240px;
	}

	#account-dropdown, #account-dropdown2 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
4.0 Sidebar
--------------------------------------------------------------*/

.sidebar {
	height: 100%; /* 100% Full-height */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px;
	position: fixed; /* Stay in place */
	top: 0;
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
	width: 0; /* 0 width - change this with JavaScript */
	z-index: 10000; /* Stay on top */
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 36px;
}

/* The button used to open the sidebar */
.openbtn {
	font-size: 1.2rem;
}

.openbtn:hover {

}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Contents
--------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
			max-width: 1170px;
	}
}

.featured {
	background: rgba(248,252,249,.1)!important;
}

.featured .card-body {
	padding: 6px 6px 6px 6px!important;
	background-color: #F8FCF9;
}

.highlight {
	color: #DC3545;
}

.show-cats {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 20px;
	        column-gap: 20px;
}

.show-cats ul {
	list-style-type: none;
}

/*--------------------------------------------------------------
6.1 Homepage
--------------------------------------------------------------*/

/* Navbar */
.tpl-home #header-nav {
        background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px),
       screen and (device-width: 992px) {
	.tpl-home #header-nav, .tpl-home #header-nav.transparent {
		background-color: white;
		border-bottom: 1px solid #dee3e5;
	}

	.tpl-home #header-nav .nav-item .btn {
		display: block;
		text-align: left;
	}
}

.tpl-home #header-nav.transparent {
	transition: 700ms;
        background-color: rgba(0, 0, 0, 0.3);
	border-bottom: 4px solid rgba(0, 0, 0, 0.10);
}

.tpl-home #header-nav.solid {
	transition: 700ms;
	background-color: white;
}

/* edens */
.tpl-home .edens {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px !important;
	background-color: #585a5d;
	border-radius: 0;
}

#footer {
    bottom: 0;
}

.edenscopy {
	background-position: center top;
	background-color: #F4F6F8;
	background-repeat: no-repeat;
	height: 80px !important;
	border-radius: 0;
}

.lf {
  background-color: #F4F6F7;
  background-image: url('https://www.edenslist.com/assets/imgs/emailalert.png');
  background-position: 5px 5px;
  background-repeat: no-repeat;
  padding-left: 40px;
  border: 1px solid #AAB2BE;
}

.lf:focus {
  border: 1px solid #1C426C;
}

/* Home page slider */
.slide-btn {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	position: absolute;
	margin-top: -24px;
	text-align: center;
	top: 50%;
	z-index: 120;
	cursor: pointer;
	background-color: #fff;
	border-radius: 30px;
}

a.slide-btn:not([href]):not([tabindex]) {
	color: #fff;
	cursor: pointer;
}

.slideNext {
	right: -9px;
	position: absolute;
}

.slidePrev {
	left: -9px;
	position: absolute;
}


/* Cards */
.tpl-home .card {
	overflow: hidden;
}

.tpl-home .card-title {
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
       text-align: center;
}

.tpl-home .card-img-top {
	-o-object-fit: cover;
	   object-fit: cover;
}

.tpl-home .featured-listings {
	background: #f1eff3;
}

/* In case card columns are used */
@media (min-width: 34em) {
	.tpl-home .card-columns {
		-webkit-column-count: 3;
		        column-count: 3;
	}
}

@media (min-width: 62em) {
	.tpl-home .card-columns {
		-webkit-column-count: 4;
		        column-count: 4;
	}
}

.tpl-home .featured-city {
	height: 192px;
}

.tpl-home .city-img {
	width: 100%;
	height: 162px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: calc(.25rem - 1px);
}

.tpl-home .city-name {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	color: #fff;
	font-size: 1.2rem;
	position: absolute;
	text-shadow: -1px 1px 3px rgba(0,0,0,0.2), -2px 2px 6px rgba(0,0,0,0.3);
}

/* home page select2 */
.tpl-home .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	height: calc(2.875rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	padding: .5rem 1rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.875rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.tpl-home .select2-container--default .select2-selection--single .select2-selection__rendered {
	opacity: 1;
	line-height: 28px;
}

.a-img-wrap {
	height: 162px;
	overflow: hidden;
}

.tpl-home .city-name {
	z-index: 10;
}

.cat-wrapper {
	height: 128px;
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.cat-wrapper:hover, .cat-wrapper:active {
	background: #7eb3fc !important;
	color: #fff;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.cat-icons .cat-icon {
	display: block;
	font-size: 48px;
	line-height: 1;
}

/*--------------------------------------------------------------
6.2 Listings and Results
--------------------------------------------------------------*/
.tpl-listings #listings-filter-wrapper {
	width: 100%;
	height: 100%;
}
.tpl-listings #listings-map-wrapper {
	width: 100%;
	height: 400px;
}
.tpl-listings #map-col, .tpl-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 992px) {
	.tpl-listings #map-col, .tpl-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-listings #sticker, .tpl-results #sticker {
		height: 300px;
	}

	.tpl-listings #map-canvas, .tpl-results #map-canvas {
		height: 300px;
	}
}

.list-item {
	background: #fff;
	border-radius: .25rem;
}

.list-item .badge {
	font-size: 50%;
	vertical-align: middle;
}

.list-item .thumb {
	background-position: center center;
	background-size: cover;
	height: 100%;
	min-height: 198px;
	min-width: 228px;
	position: relative;
}

.tpl-listings .map-wrapper {
	z-index: 998;
	width: 100%;
	height: 100%
}

.list-item .address, .list-item .tel {
	font-size: 0.8125rem
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #448ef6;
	background-color: #448ef6;
}

/* sidebar select2 */
#select2-sidebar .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #495057;
	display: block;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#select2-sidebar .select2-container--default .select2-selection--single {
	font-size: 1rem;
}

#select2-sidebar .select2-container .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container .select2-selection--single .select2-selection__rendered,
#edit-listing-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 2px;
	padding-right: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered ,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #495057;
	line-height: 24px;
}

#select2-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.25rem;
	display: none !important;
}

/*--------------------------------------------------------------
6.3 Single Listing
--------------------------------------------------------------*/
.tpl-listing .breadcrumbs {
	font-size: 0.85rem;
}

.tpl-listing .business-phone, .tpl-listing .icons8-world-wide-web {
	font-size: 2rem;
}

.tpl-listing .place-thumb {
	width: 120px;
}

#share-dropdown {
	width: 240px;
}

#share-dropdown .dropdown-header {
	border-bottom: 1px solid #dee3e5;
}

#share-dropdown .dropdown-menu {
	height: 408px;
	overflow-y:auto;
}

@media screen and (max-width: 992px),
       screen and (device-width: 992px) {
	#share-dropdown .dropdown-menu {
		height: 240px;
	}

	#share-dropdown {
		width: 100%;
	}
}

#listing-map-wrapper {
	width: 100%;
	height: 422px;
	border: 1px solid #dee3e5;
}

.tpl-listing #listing-map-canvas {
	width: 100%;
	height: 100%;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
	font-size: 1rem!important;
	color: #8bc53e;
}

/*--------------------------------------------------------------
6.4 Search, Advanced Search
--------------------------------------------------------------*/
.tpl-search #map-col, .tpl-advanced-results #map-col {
	margin-left: 58.33%;
	padding:0;
}

@media (max-width: 992px) {
	.tpl-search #map-col, .tpl-advanced-results #map-col {
		margin-left: 0;
		padding:0;
		margin-top:0;
		height: 300px;
	}

	.tpl-search #sticker, .tpl-advanced-results #sticker {
		height: 300px;
	}

	.tpl-search #map-canvas, .tpl-advanced-results #map-canvas {
		height: 300px;
	}
}

.tpl-search .card {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
6.5 Posts
--------------------------------------------------------------*/
.blog-search {
	position: relative;
}

.blog-search input[type=text] {
	width: 100%;
	padding-right: 123px;
}

.blog-search .iss {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	z-index:9;
}

/*--------------------------------------------------------------
6.6 Single Post
--------------------------------------------------------------*/
.tpl-post .author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: auto;
}

.author-img img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
6.7 Profile
--------------------------------------------------------------*/
@media (max-width: 992px) {
	.tpl-profile .container {
		width: 100%;
		max-width: none;
	}
}

.tpl-profile .main-profile-pic {
	width: 200px;
	height: 200px;
	max-width: 200px;
       top: 0px;
}

/*--------------------------------------------------------------
6.8 About Us
--------------------------------------------------------------*/
.tpl-about .team-pic {
	width: 100px;
	height: 100px;
	max-width: 100px;
}

/*--------------------------------------------------------------
6.9 404 Error Page
--------------------------------------------------------------*/
.not-found h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
}

/*--------------------------------------------------------------
7.0 User Dashboard
--------------------------------------------------------------*/

/* create listing map */
#map-wrapper {
	width: 100%;
	height: 360px;
	border: 1px solid #dee3e5;
}

.thumbs-preloader {
	width: 132px;
	padding-top: 32px;
	padding-left: 58px;
}

.tpl-user-create-listing #videos-block .col:first-child,
.tpl-user-edit-listing #videos-block .col:first-child {
	max-width:400px;
}

.tpl-user-create-listing label,
.tpl-user-edit-listing label {
	font-weight: 600;
	font-size: .9rem;
}
/*--------------------------------------------------------------
8.0 Admin Area
--------------------------------------------------------------*/

/*--------------------------------------------------------------
8.1 Dashboard
--------------------------------------------------------------*/
.charts {
	width: 100%;
	height: 100%;
}

.triangle {
	display: inline-block;
	padding-top: 0.5rem;
	font-size: 12px;
	vertical-align: top;
}

.triangle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}

.triangle-up:after {
	border-bottom: 6px solid;
}

.triangle-down:after {
	border-top: 6px solid;
}
/*--------------------------------------------------------------
9.0 Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
10.0 Pagination
--------------------------------------------------------------*/
.page-item.active .page-link {
	color: #323537;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	font-weight: 600;
}

.page-link {
	color: #323537;
	border: 1px solid #dae0e5;
}

/*--------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/

/*
Add fontawesome font-family to input fields so that it can be used as placeholder
*/

input, select {
	font-family: 'FontAwesome', 'Lato', sans-serif;
}

/*
Placeholder color
*/

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.90; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.90; /* Firefox */
	font-family: "Lato", sans-serif;
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.90; /* Firefox */
	font-family: "Lato", sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.90; /* Firefox */
	font-family: "Lato", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.90;
}

::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.90;
}

.form-control::-webkit-input-placeholder { opacity: 0.90; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { opacity: 0.90; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { opacity: 0.90; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { opacity: 0.90; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { opacity: 0.90; }  /* Microsoft Edge */

/*
Input group prepend/append overwrite Bootstrap styles
*/

.input-group-text {
	font-weight: 400;
	color: #323537;
	text-align: center;
	background-color: #fff;
}

.form-control {
	border: 1px solid #CED4DA;
}

/* general select2 */
.select2-container--default .select2-selection--single,
#edit-listing-form .select2-container--default .select2-selection--single,
#create-listing-form .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #CED4DA;
	color: #323537;
	display: block;
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
#edit-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow,
#create-listing-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2.85rem + 2px);
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

/* Main search select2 styles */
#mainSearch {
	z-index: 1100;
}

#mainSearch .select2 {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

#mainSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
	color: #323537;
	line-height: 1.5;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #585a5d;
}

#mainSearch .select2-container--default .select2-selection--single {
	background-clip: padding-box;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #dee3e5;
	color: #323537;
	display: block;
	font-size: 1.25rem;
	height: calc(2.85rem + 2px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}

#mainSearch .select2-selection .select2-selection--single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-dropdown {
	z-index: 1101;
}


.select2-selection__clear {
	opacity: 0.90;
}

.select2-selection__arrow {
	display: none;
}

.select2-selection__placeholder {
	opacity: 0.90;
}

/*
Custom select dropdown
*/

.custom-select-wrapper {
	background-color: #dee3e5;
	/* calc(1.5em + .5rem + 2px) is same height as Bootstrap .form-control-sm height */
	line-height: calc(1.5em + .5rem + 2px);
	overflow: hidden;
	padding-right: calc(12px + 15px + 12px); /* 12px padding each side + fontawesome icon width */
	position: relative;
	height: 30px;
	height: calc(1.5em + .5rem + 2px);
}

.custom-select-wrapper#language-selector:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f57d";
	position: absolute;
	right: 12px;
	top: 0;
}

.custom-select-wrapper select {
	background: transparent;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
	border: 0;
	height: calc(1.5em + .5rem + 2px);
	line-height: 1.5;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
12.0 Buttons
--------------------------------------------------------------*/

.delete_pic, .delete_existing_pic {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-outline-primary {
	color: #448ef6;
	border-color: #448ef6;
}

.btn-outline-primary:hover {
	background-color: #448ef6;
	color: #fff;
	border-color: #448ef6;
}

/*
Light Background
	Layout Colors
		green: #8bc53e (brand color)
		low contrast neutral: #dee3e5
		high contrast neutral: #323537
		medium contrast neutral: #585a5d
		background color: #f1eff3

	Semantic Colors
		error: #d33b43
		success: #8bc53e
		disabled: #d2d2d2

	Interactive Colors
		blue lighter: #a6cbff
		blue light: #7eb3fc
		blue: #448ef6
		blue dark: #2860ad
		blue darker: #184380
*/

.btn-blue-light {
	color: #fff;
	background-color: #7eb3fc;
	border-color: #7eb3fc;
}

.btn-blue-light:hover {
	color: #a6cbff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-blue-lighter {
	color: #2860ad;
	background-color: #a6cbff;
	border-color: #a6cbff;
}

.btn-blue-lighter:hover {
	color: #2860ad;
	background-color: #448ef6;
	border-color: #448ef6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2860ad;
	border-color: #2860ad;
}

.btn-tickets {
	color: #FFFFFF;
	background-color: #0BA3B6;
	border-color: #0BA3B6;
}
.btn-tickets:hover {
	color: #FFFFFF;
	background-color: #0F7D97;
	border-color: #0E859E;
}

.btn-light-darker {
	color: #212529;
	background-color: #EEF1F2;
	border-color: #dee3e5;
}
.btn-light-darker:hover {
	color: #212529;
	background-color: #dee3e5;
	border-color: #dee3e5;
}
.btn-light-pink {
	color: #212529;
	background-color: #FDF4F3;
	border-color: #F9DAD7;
}
.btn-light-pink:hover {
	color: #212529;
	background-color: #F5BCB9;
	border-color: #F6C6C2;
}



body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.btn-outline-secondary {
	border-color: #dee3e5;
}

.btn-outline-secondary:hover {
	border-color: #dee3e5;
}

body[class^='tpl-admin'] table button {
	width: 32px;
}

body[class^='tpl-admin'] table .btn-light {
	color: #212529;
	background-color: #f1eff3;
	border-color: #dee3e5;
}

.featured-badge {
	font-size: 0.5em;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #448EF6;
	color: #448EF6;
	padding: 0.1em 0.2em;
	vertical-align: middle;
}

.social [class*="fab fa-"], .social [class*="far fa-"], .social [class*="fas fa-"] {
    background-color: #343a40;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

.social [class*="fab fa-"]:hover {
    background-color: #DC3545;
}

.social [class*="far fa-"]:hover {
    background-color: #DC3545;
}

.social [class*="fas fa-"]:hover {
    background-color: #DC3545;
}


.socialprofile [class*="fab fa-"], .socialprofile [class*="far fa-"], .socialprofile [class*="fas fa-"] {
    background-color: #DC3545;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: auto 3px;
    width: 22px;
    font-size: 12px;
    text-align: center;
}

.socialprofile [class*="fab fa-"]:hover {
    background-color: #343a40;
}

.socialprofile [class*="far fa-"]:hover {
    background-color: #343a40;
}

.socialprofile [class*="fas fa-"]:hover {
    background-color: #343a40;
}





.socialprofilelist [class*="fab fa-"], .socialprofilelist [class*="far fa-"], .socialprofilelist [class*="fas fa-"] {
    background-color: #DCDCDC;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: auto 3px;
    width: 22px;
    font-size: 12px;
    text-align: center;
}

.socialprofilelist [class*="fab fa-"]:hover {
    background-color: #343a40;
    color: #fff;
}

.socialprofilelist [class*="far fa-"]:hover {
    background-color: #343a40;
    color: #fff;
}

.socialprofilelist [class*="fas fa-"]:hover {
    background-color: #343a40;
    color: #fff;
}

.nav-link {
	font-size: 0.9em;
}

.nav-link.active {
	font-weight: 600;
}

/*--------------------------------------------------------------
13.0 Tables
--------------------------------------------------------------*/

/*--------------------------------------------------------------
14.0 Modals
--------------------------------------------------------------*/
.modal {
	z-index: 2000;
}

/*--------------------------------------------------------------
15.0 Cards
--------------------------------------------------------------*/
.card-featured {
	background-color: #dee3e5;
}

.card-img {
	width: 100%;
	height: 192px;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.card {
	border: 1px solid #dee3e5;
	border-radius: .25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #dee3e5;
}

.card-header-loan {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #dee3e5;
       text-align: left;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: 1px solid #dee3e5;
}

.card-img-container {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.card-img-container img {
	display: block;
	height: 168px;
	width: auto;
	width: 100%;
	margin: 0 auto;
	max-width: none;
	object-fit: cover;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 576px) {
	.card-img-container img {
		height: auto;
	}
}

/*--------------------------------------------------------------
16.0 List groups
--------------------------------------------------------------*/

.list-group-item {
	border: 1px solid #dee3e5;
}

/*--------------------------------------------------------------
17.0 Dropdowns
--------------------------------------------------------------*/
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #323537;
	text-align: inherit;
	white-space: nowrap;
	background-color: #0000;
	border: 0;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #585a5d;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #323537;
	text-decoration: none;
	background-color: #f1eff3;
}

/*--------------------------------------------------------------
18.0 Icons
--------------------------------------------------------------*/

.fab.fa-facebook-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #3a589a;
}

.fab.fa-twitter-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #49b6e5;
}

.fab.fa-linkedin {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #0077b5;
}

.fab.fa-youtube-square {
	background: #fff;
	padding: 1px 4px 3px 4px;
	color: #e62117;
}

.fab.fa-whatsapp, .fab.fa-whatsapp-square {
	color: #fff;
}

/*--------------------------------------------------------------
19.0 Spacing
--------------------------------------------------------------*/

.mb-30px {
	margin-bottom: 30px;
}

.mb-6 {
	margin-bottom: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

/*--------------------------------------------------------------
20.0 Animations
--------------------------------------------------------------*/

.animated {
	-webkit-animation-duration: 0.1s;
	        animation-duration: 0.1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	        animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

/*--------------------------------------------------------------
21.0 Global Classes
--------------------------------------------------------------*/

hr {
	border-top: 1px solid #dee3e5;
}

img {
	max-width: 100%;
}

img.cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Dim classes to create HDR effect */
.dimmer-dark {
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	opacity: .6!important;
	background: linear-gradient(to top, #000 0%, #0000 50%)!important;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

.dimmer-light {
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 2;
	width: calc(100% - 30px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 15px;
}

/* Scroll back to top button */
.back-to-top {
	display: none;
	width: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	background: rgba(0, 0, 0, 0.8);
	border-radius: .25rem;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 44px;
}

a.back-to-top:hover, a.back-to-top:focus {
	color: #fff;
	text-decoration: none;
}

/* Shadows */
.shadow-1 {
	box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, .04);
}

#profile-pic-wrapper {
	width: 150px;
}

#twitter-widget-0 {
	display: inline-block;
	vertical-align: middle;
}

.zebra>div:nth-child(odd), .white-box {
	background-color: #fff;
	border: 1px solid #dee3e5;
	border-radius: 4px;
}

/* edit in place buttons */
.editable {
	display: inline;

}

.dummy {
	padding-top: 100%;
}

.container-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.date-sm {
	font-size: 80%;
}

svg.icon {
	width: 18px;
	height: 18px;
}

.page-item {
	margin-bottom: 5px;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	top: -2px;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.shadow-a {
	box-shadow: 3px 12px 24px 2px rgba(0, 0, 0, .02);
}

.cat-name-home {
	background-color: #0006;
       padding-top: 10px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	position: absolute;
       text-align: center;
       width:100%;
	text-transform: uppercase;
	bottom: 0px;
}

.cat-name-figure {
	background-color: #0006;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 10px;
}

.cat-price-name-figure {
	background-color: #0006;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 10px;
}

.category-label-figure {
	background-color: #0006;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 15px;
	text-transform: uppercase;
	top: 20px;
}

.price-label-figure-featured {
	background-color: #0006;
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	position: absolute;
	left: 24px;
	text-transform: uppercase;
	top: 10px;
}

.price-label-figure {
	background-color: #0006;
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 10px;
}

.price-label-mobile-figure {
	background-color: #0006;
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 30px;
}

.price-name-figure {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
	text-transform: uppercase;
	bottom: 0px;
}

.price-name-home-figure {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
	text-transform: uppercase;
	bottom: 55px;
}

.city-name-home-figure {
	background-color: #0006;
	color: #fff;
       height: 35px;
	font-size: .85rem;
	font-weight: 500;
	position: absolute;
	right: 0px;
	left: 0px;
       text-align: center;
	bottom: 0px;
}

.city-name-listing-figure {
	background-color: #0006;
	color: #fff;
       height: 35px;
	font-size: .85rem;
	font-weight: 500;
	position: absolute;
	right: 0px;
	left: 0px;
       text-align: center;
	bottom: 48px;
}

.city-name-listing-mobile-figure {
	background-color: #0006;
	color: #fff;
       width: 91%;
	font-size: .99rem;
	font-weight: 500;
	position: absolute;
       align: center;
       text-align: center;
       top:164px;
}


.featured-listing-figure {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 500;
	position: absolute;
	left: 10px;
       text-align: center;
	top: 5px;
}

.title-label-figure {
	background-color: #0006;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 15px;
	bottom: 48px;
       width: 92%;
       height: 50px;
}

.dot-divider:after {
	content: '\00B7';
}

.pointer {
	cursor: pointer;
}

.profile-thumb {
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}

.right{
    float:right;
}

.left{
    float:left;
}

/*--------------------------------------------------------------
21.0 Locations
--------------------------------------------------------------*/

#list {
    width: 100%;
    overflow: hidden;
    margin-bottom: -1.875em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1.875em;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 1.875em;
    -moz-column-fill: auto;
    column-count: 4;
    column-gap: 1.875em;
    column-fill: auto;
}

.item {
    background-color: #F6FBF7;
    padding-top: 30px;
    margin-bottom: .5em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

/* card with ribbon */
.ribbon {
  position: absolute;
  right: 0; top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100px; 
  height: 100px;
  text-align: right;
  font-size: .75rem;
  color: #FFFFFF;
}

/* card with ribbon */
.ribbon span {
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 115px;
  display: block;
  background: #DC3545;
  box-shadow: 0 0 10px 3px #303030;
  position: absolute;
  top: 20px; right: -25px;
}

.price-city-bottom {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
       bottom: 0px;
	text-transform: uppercase;
}

.price-city-bottom-home-nearby {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
       bottom: 0px;
	text-transform: uppercase;
}

.price-city-bottom-home-latest {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
	text-transform: uppercase;
	top: 120px;
}

.price-city-bottom-state-latest {
	background-color: #0006;
	color: #fff;
	font-size: .85rem;
	font-weight: 550;
	position: absolute;
	right: 0px;
	left: 0px;
	text-transform: uppercase;
	top: 124px;
}

/*--------------------------------------------------------------
22.0 Loads
--------------------------------------------------------------*/
.loadmoreoffers {
    display:none;
    margin-bottom: 5px;
}

#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}

.showmoremakes {
    display:none;
    margin-bottom: 5px;
}

#showMore {
    padding: 10px;
    text-align: center;
    background-color: #FAFAFA;
    color: #303030;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#showMore:hover {
    background-color: #EBEBEB;
    color: #33739E;
}

.eventlist {
    display:none;
}

#eventMore {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#eventMore:hover {
    background-color: #F5F5F5;
    color: #33739E;
}


.nearmorelist {
    display:none;
    margin-bottom: 5px;
}

#nearMore {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#nearMore:hover {
    background-color: #F5F5F5;
    color: #33739E;
}

.citiesmorelist {
    display:none;
    margin-bottom: 5px;
}

#citiesMore {
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    color: #000000;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#citiesMore:hover {
    background-color: #F5F5F5;
    color: #33739E;
}

.freelistings:hover {
      background-color: #FAFAFA !important;
     transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

.nearlistings:hover {
      background-color: #FAFAFA !important;
    }
/*--------------------------------------------------------------
22.a Shorten
--------------------------------------------------------------*/
.titleline{
  width:225px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.titlelines{
  width:220px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
/*--------------------------------------------------------------
Merchant Back
--------------------------------------------------------------*/
.merchantback{
  background: url(https://www.edenslist.com/assets/imgs/splash/joinedensclub.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px !important;
  background-color: #000;
  border-radius: 0;
  text-align: center;
  z-index: 20;
}
/*--------------------------------------------------------------
Footer Back
--------------------------------------------------------------*/
.footerback{
  background: url(https://www.edenslist.com/assets/imgs/bfoot5.png) no-repeat center center;
  height: auto;
  z-index: 20;
}
/*--------------------------------------------------------------
22.c Profile Buttons
--------------------------------------------------------------*/
.communicate {
    width: 100px !important;
}

.profilephoto {

    position: relative;
    margin-top:-50px
}

.tooltip-inner {
    max-width: 250px !important;
}

/*--------------------------------------------------------------
22.b Card Override IE
--------------------------------------------------------------*/
.card > * { flex: 0 0 auto }

/*--------------------------------------------------------------
Nearby Cats
--------------------------------------------------------------*/
#Community {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Employment {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Merchandise {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Personals {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#RealEstate {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Rentals {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Services {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

#Vehicles {
  margin-top: 5px;
  width: 200px;
  background-color: #FAFAFA;
  padding: 10px;
  color: black;
  display: none;
}

/*--------------------------------------------------------------
22.2 Lightbox
--------------------------------------------------------------*/
.lightbox-toggle {
  color: black;
}

.backdrop {
    z-index: 1;
    opacity: .0;
    filter: alpha(opacity=0);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
}
 
.box {
    z-index: 2;
    position: fixed;
    opacity: 1;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    width: 600px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;

    * {
        z-index: 3;
    }

    .close {
        float: right;
        cursor: pointer;
    }
}

@media screen and (max-width: 950px) {
.mobile-space {margin-top:15px;}
}

 .badge.badge-notification {
     position: absolute;
     top: -3px;
     right: -2px;
     width: 20px;
     height: 20px;
     border-radius: 10rem
 }

 .badge.badge-notify-member {
     position: absolute;
     top: -10px;
     right: 4px;
     width: 20px;
     height: 20px;
     border-radius: 12rem
 }

 .badge.badge-messageOLD {
     position: relative;
     top: -8px;
     left: -8px;
     width: 24px;
     height: 25px;
     border-radius: 12rem
 }

 .badge.badge-message {
    background: rgba(175,0,0,0.8);
    border-radius: 50%;
    width: auto;
    height: auto;
     position: relative;
     top: -8px;
     left: -8px;
     border-radius: 12rem
 }

 .badge.badge-followers {
    background: rgba(138,138,138,0.9);
    border-radius: 50%;
    width: auto;
    height: auto;
     position: relative;
     top: -8px;
     left: -8px;
     border-radius: 12rem
 }

 .badge.badge-notifications {
    background: rgba(68,142,246,0.9);
    border-radius: 50%;
    width: auto;
    height: auto;
     position: relative;
     top: -8px;
     left: -8px;
     border-radius: 12rem
 }


/*--------------------------------------------------------------
Member Menu
--------------------------------------------------------------*/
.settings {
  
  height:73px; 
  float:left;
  width:200px;
  margin:0px;
  margin-top: 50px;
 text-align: center;
 font-size:20px;
 font-family: 'Montserrat', sans-serif;

}

/* ScrolBar  */
.scrollbar
{

height: 90%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}

.scrollbar:hover
{

height: 90%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

/* Scrollbar Style */ 



#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}

#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}
/* Scrollbar End */

.main-member-menu {
background:#F7F7F7;
position:fixed;
top:0;
bottom:100px;
height:100%;
left:0;
width:55px;
overflow:hidden;
-webkit-transition:width .2s linear;
transition:width .2s linear;
-webkit-transform:translateZ(0) scale(1,1);
box-shadow: 1px 0 15px rgba(0, 0, 0, 0.07);
  opacity:1;
}

.main-member-menu [class*="fa fa-"], .main-member-menu [class*="far fa-"], .main-member-menu [class*="fas fa-"] {
position: relative;
display: table-cell;
width: 75px;
height: 40px;
text-align: center;
top:12px; 
font-size:20px;
}

.main-member-menu:hover, nav.main-member-menu.expanded {
width:200px;
overflow:hidden;
opacity:1;
}

.main-member-menu>ul {
margin:7px 0;

}

.main-member-menu li {
position:relative;
display:block;
width:200px;
}

.main-member-menu li>a {
position:relative;
width:202px;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#8a8a8a;
font-size: 13px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .14s linear;
transition:all .14s linear;
font-family: 'Montserrat', sans-serif;
border-top:1px solid #f2f2f2;
text-shadow: 1px 1px 1px  #fff;  
}



.main-member-menu .nav-icon {
  
position:relative;
display:table-cell;
width:55px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;

}

.main-member-menu .nav-text  {
   
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
}

.main-member-menu .share {
}



.main-member-menu .fb-like {

left: 180px;
position:absolute;
top: 15px;
}

.main-member-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
  
}

.no-touch .scrollable.hover {
overflow-y:hidden;

}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
  
}


/* Logo Hover Property */


.settings:hover, settings:focus {   
  background:url( https://www.edenslist.com/assets/imgs/spacer.png);
  -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}

.settings:active, settings:focus {   
  background:url( https://www.edenslist.com/assets/imgs/spacer.png);
  -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0; 
}


.main-member-menu a:hover,a:focus {
text-decoration:none;
border-left:0px solid #F7F7F7;
}

nav#slide-menu {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
  
}

nav#slide-menu ul,nav li {
outline:0;
margin:0;
padding:0;
}


/* Darker element side menu Start*/


.darkerli
{
background-color:#ededed;
text-transform:capitalize;  
}

.darkerlishadow
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown
{
background-color:#ededed;
text-transform:capitalize;  
-webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
box-shadow:         inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/


.main-member-menu li:hover>a,nav.main-member-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#00bbbb;
text-shadow: 0px 0px 0px; 
}
.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
/*--------------------------------------------------------------
Member List Pagination
--------------------------------------------------------------*/
.vpb_loading_rounds
{
	width:200px;
	margin:0 auto;
	border:0px solid #E4E4E4;
	padding:20px;
	padding-top:30px; 
	background: #FAFAFA;
	box-shadow: 0 0px 2px #cbcbcb;
	-moz-box-shadow: 0 0px 2px #cbcbcb;
	-webkit-box-shadow: 0 0px 2px #cbcbcb;
	text-align:center;
	font-family:arial;
	font-size:16px !important;
	color: #999;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
	margin-top:20px;
	margin-bottom:50px;
}

.vpb_loading_rounds img  {
	width:100px;
	height:100px;
	margin:0px;
	padding:0px;
}

.wd_loading_img
{
	padding:20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.wd_loading_img img
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}



.wd_pagination_system 
{
    display: inline-block;
}

.wd_pagination_system a 
{
    color: black !important;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 4px;
	font-family:arial !important;
	font-weight: normal !important;
	font-size:16px !important;
}

.wd_pagination_system a.active 
{
    background-color: #415E9B;
    color: white !important;
    border: 1px solid #415E9B;
}

.wd_pagination_system span.current
{
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background: rgb(66, 184, 221) !important;
    color: white !important;
    border: 1px solid #415E9B;
	font-family:arial !important;
}

.wd_pagination_system span.disabled 
{
	color: black !important;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background-color:#f9f9f9;
	border:1px solid #e1e1e1;
}



.wd_pagination_system a:hover:not(.active) {background-color: #f1f1f1;color: black !important;border: 1px solid #e2e2e2;}

.ads:hover{
   background-color:#C8C8C8;
}

.dashboard_item:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.searchlayer {
    background-color: rgba(255, 255, 255, 0.3); /* Color white with alpha 0.9*/
    border-radius: 10px;
}
/*--------------------------------------------------------------
Navbar Open Mobile No695
--------------------------------------------------------------*/
.offcanvas-header{ display:none; }
.offcanvas-footer{ display:none; }

@media (max-width: 992px) {
  .offcanvas-header{ display:block; }
  .offcanvas-footer{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(253, 253, 253, 0.97);
    transition: visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
Notifications
--------------------------------------------------------------*/
.closenotification {
  padding: 5px;
  width: 20px;
  height: 20px;
  right: 8px;
  top: -2px;
}
#imgnotification {
  padding: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 8px;
  top: 50%;
}
.notification 
{
	background-color: #FDFDFD;
	max-width: 350px !important;
	border: 1px solid #dee2e6!important;
	display:table;
	z-index:9999999;
	padding: 8px;
	padding-top:0px;
}
.display_bottom_notifications 
{
	position: fixed;
	bottom: 100px;
	right: 10px;
	max-width: 350px;
	width: 100%;
}

.dropdown-headers {
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
    padding-left: 10px !important;
    padding-bottom: 5px;
    font-family: arial !important;
    font-size: 13px !important;
    word-spacing: normal !important;
    white-space: normal !important;
    letter-spacing: normal !important;
}

.dropdown-headers {
    display: block;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.vpb_popup_fb_box {
    width: 100% !important;
    border-top: 1px solid #f1f1f1 !important;
    min-height: 50px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    vertical-align: middle !important;
    text-align: left !important;
}

.wall_div_style {
position: relative;
display: table;
border-collapse: separate;
}

.vpb_popup_fb_box_acbd {
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    max-width: 350px;
    width: auto;
    vertical-align: middle !important;
}

.vpb_hover {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}
.vpb_hover_b {
    color: #5890ff;
    cursor: pointer;
    text-decoration: none;
}

.fb_box_acbd {
    color: #999;
    font-size: 13px;
}

.vfriend_inner {
    min-width: 100%;
    width: 100%;
    max-height: auto !important;
    display: block;
    padding: 10px;
    overflow: hidden;
}

.page_notifications_box {
    position: relative !important;
    top: 0%;
    left: 0;
    z-index: 0;
    display: block !important;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
	border-top: 1px solid rgb(225, 225, 225); 
	font-size: 16px !important; 
	font-family: 'Lato', sans-serif, arial !important; 
	min-width: 460px !important; 
	max-width: 100% !important; 
	width: 100% !important; 
}

.vmiddle_about_title {
    padding: 10px;
    border-bottom: 1px solid #E2E2E2;
    background-color: #f6f6f6;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif, arial !important;
}

/*--------------------------------------------------------------
Top Menu
--------------------------------------------------------------*/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 8px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 25px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 26px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar .navbar-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.navbar-right:before {
    right: 12px; left: auto;
}

.navbar .navbar-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.navbar-right:after {
    right: 13px; left: auto;
}


.btn:focus {
  outline: none;
  box-shadow: none;
}



@media (max-width: 400px) {

.dropdown-menu:before {
  display: none;
  position: absolute;
  top: -7px;
  right: 30px; /* change for positioning */
}

.dropdown-menu:after {
  display: none;
  position: absolute;
  top: -6px;
  right: 31px; /* change for positioning */
}

}

@media (max-width: 767px) and (min-width: 401px) {

.dropdown-menu:before {
  display: none;
  position: absolute;
  top: 43px;
  right: 38px; /* change for positioning */
}

.dropdown-menu:after {
  display: none;
  position: absolute;
  top: 42px;
  right: 39px; /* change for positioning */
}

}

@media (max-width: 992px) and (min-width: 768px) {

.dropdown-menu:before {
  display: none;
  position: absolute;
  top: 43px;
  right: 38px; /* change for positioning */
}

.dropdown-menu:after {
  display: none;
  position: absolute;
  top: 42px;
  right: 39px; /* change for positioning */
}

}

/*--------------------------------------------------------------
Activity Ads
--------------------------------------------------------------*/
.sponsor {
  position: absolute;
  top: 0px;
  right: 10px;
}

/*--------------------------------------------------------------
Side Ads
--------------------------------------------------------------*/
@media (min-width: 1281px) {
.floating-ads { position: fixed; right: 20px; top: 315px; width: 200px;  margin: -200px 0 0 0; }

/*--------------------------------------------------------------
Share Guides
--------------------------------------------------------------*/
.view-modal, .popup{
}
.popup{
  position: absolute;
  left: 50%;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 8%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
  background: #1877F2;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
  background: #46C1F6;
}
.icons a:nth-child(3){
  color: #e1306c;
  border-color: #f5bccf;
}
.icons a:nth-child(3):hover{
  background: #e1306c;
}
.icons a:nth-child(4){
  color: #25D366;
  border-color: #bef4d2;
}
.icons a:nth-child(4):hover{
  background: #25D366;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
  background: #0088cc;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #fff;
  padding: 5px 18px;
  background: #DC3545;
  border: none;
}
.field button:hover{
  background: #E25461;
}
/*--------------------------------------------------------------
Nearby Menu
--------------------------------------------------------------*/
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
       z-index:500;
}
.classifiedsmenu {
       z-index:500;
}
.classifieds-menu-header{ display:none; }

@media (max-width: 992px) {
  .classifieds-menu-header{ display:block; }
  .classifiedsmenu .navbar-collapse {
    position: fixed;
    top:90px; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(253, 253, 253, 0.97);
    transition: visibility .4s ease-in-out, -webkit-transform .4s ease-in-out;
  }
  .classifiedsmenu .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}
