@media(max-width:767px) {
	
#deactivation-form {
  width: 100%;
}

.mobile-menu-opener img {
    width:25px;
	filter: invert(1);
}

.mobile-menu-opener {
    background: none;
    border:none
}

#mobileMenu .offcanvas-header {
	border-radius: 0 0 13px 13px;
	position: relative;
	overflow: hidden;
	padding: 1rem;
	display: block;
}

#mobileMenu .nav-logo {
    filter: invert(1) brightness(100);
}

#mobileMenu .offcanvas-header::before {
	content: "";
	background: #1F55FF;
	width: 400px;
	height: 400px;
	position: absolute;
	border-radius: 50%;
	right: -59%;
	z-index: 0;
	bottom: -87%;
}

#mobileMenu .offcanvas-header::after {
	content: "";
	background: #194AF4;
	width: 300px;
	height: 300px;
	position: absolute;
	border-radius: 50%;
	right: -52%;
	z-index: 0;
	bottom: -48%;
}

.z-index-2 {
    z-index: 2;
}

.btn-o-header {
	padding: 5px;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
}

.btn-o-header:hover {
	color: #dfdfdf;
}

.btn-o-header i {
	font-size: 20px;
}

.mainMenu {
	padding-top: 20px;
}

.mainMenu ul {
	list-style: none;
	padding-left: 0;
}

.mainMenu li a {
	display: flex;
	align-items: center;
	color: #222;
}

.mainMenu li img {
	max-width:50px;
	margin-right: 10px;
}

.mainMenu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #222;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.mobile-menu-footer {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
}

.add-post a {
	display: flex;
	flex-direction: column;
	font-size: 9px !important;
}

.add-post a i {
	font-size: 20px;
}

.mobile-menu-list a {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.mobile-menu-list a .counter {
	background: #0D6EFD;
	color: #fff;
	padding: 0 11px;
	border-radius: 14px;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

#announcements-section {
	padding: 0;
	background: #F7F8F9;
}

#announcements-section .announcement-card.show {
	opacity: 1;
	transform: translateY(0);
	border-radius: 0 !important;
	border: none !important;
}

.published-by {
	font-weight: 500 !important;
	/* color: rgb(34, 34, 34); */
	background-color: #fff;
	border-radius: 6px;
	font-size: 14px;
}
.category-badge {
	font-size: 0.7rem;
	padding: .41rem .55rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
.distance-radius {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.available-categories {
	gap: 10px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 8px;
}
.ac-item {
	flex-shrink: 0;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
	overflow-x: auto;
}
.no-results-text h2 {
	font-size: 17px;
}

.no-results-text p {
	font-size: 14px;
}

.filter-section .filter-input,
.filter-section .filter-select {
	height: 40px;
	padding: .275rem 1.1rem .275rem 1.4rem;
	font-size:13px;
	letter-spacing: -.5px;
}

.form-select {
	background-position: right .25rem center;
	background-size: 12px 9px;
}

.listings-header p {
	margin-bottom: 0 !important;
	font-size:14px !important
}
.save-listing {
	border: 1px solid #FFEAEA;
	background: #FFEAEA;
}

.user-section .no-results-text {
	text-align: left;
}

.user-section .no-results {
	align-items: start;
}

.cautari-populare {
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-top: 1.4rem;
	padding: 0 10px;
}

.cautari-links {
	flex-wrap: nowrap;
	overflow-y: auto;
	padding-bottom: 5px;
}

.cautari-links span {
	flex-shrink: 0;
}

#main-form .btn {
	width:100%;
}
.slick-dots {
	margin-top: 0;
}

.listing-page-title {
	flex-direction: column;
}

.listing-page-title .share-block {
	margin-top: 15px;
}

.budget-alert {
	font-size: 13px;
}

.title-badges .badge {
	font-weight: 400;
	padding: 4px 7px;
}

.title-badges {
	margin-bottom: 10px;
}

.listing-details .list-group-item .feature-value {
	font-weight: 500;
	text-align: right;
}

.listing-details .list-group-item span:first-child {
	flex-shrink: 0;
}

.listing-details .list-group-item {
	font-size: 13px;
}

.listing-details {
	padding: 0;
	background: none;
}

.comment-author-image {
	max-width: 30px;
	max-height: 30px;
	margin-top:5px;
}

.comment-author-image {
	background: gray;
	font-size: 12px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #fff;
	font-weight: bold;
}

#comments-section .comment small {
	font-size: 12px;
	color: #6c757d;
	font-weight: 400;
}

#comments-section {
	border: none
}

.comment-section-buttons .report-comment {
	font-size:12px;
}

.single-post-author {
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	width: 100%;
	padding: 10px !important;
	z-index:99999;
	border-radius:5px 5px 0 0 !important
}

.location-text {
	font-size:12px;
	text-align: left;
}

.activity-text {
	font-size:11px;
	text-align: left;
}

.top-avatar-buttons {
	flex-shrink: 0;
}

.username-text {
	font-weight: 500 !important;
	font-size: 14px !important;
}

.single-post-author .top-avatar img {
	max-width:50px;
	max-height: 50px;
}

.single-post-author {
	display: flex;
	justify-content: space-between;
	align-items: end;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	padding-bottom: 30px !important;
}

.top-avatar-buttons .btn {
	padding: 4px 10px; 
	font-size: 12px;
}

.sticky-top.z-index-1 {
	z-index: 10;
	position: relative;
	top: 0;
}

.index-index #announcements-section h2 {
	font-size: 24px;
}

.index-index #announcements-section .title-section p {
	width: 100%;
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

.index-index #announcements-section .title-section {
	margin-bottom: 1.5rem;
}

.listing-item-features li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px !important;
}

.m-dropdown {
	display: none;
	padding:0 10px;
}

.m-dropdown-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F8F9FA;
	padding: 15px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-weight: 400 !important;
	text-transform: none !important;
	font-size: 15px;
}

.activ.m-dropdown-btn i {
	transition: .2s all;
	transform: rotate(180deg);
}

.m-dropdown-btn i {
	transition: .2s all;
	transform: rotate(0);
}

.footer-menu .bi.bi-dash-lg.text-warning {
	display: none;
}

.category-picker a {
	flex-direction: column;
	align-items: start;
}

.cat-picker-button {
	margin-left: 0;
	width: 100%;
	justify-content: center;
}

.category-picker a img {
	max-width: 60px;
	margin-right: 25px;
	background: #F5F6F9;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.category-badge img {
	max-width:20px;
}

.home-hero-section {
	background-size: contain;
}

.not-logged-in {
	padding:10px 30px;
}

.more-comments-fade {
	max-width: 300px;
	width: 100%;
}
.custom-dropdown-cats.custom-height {
	height: 55px;
	font-size: 15px;
}

#categoryError.invalid-show {
	z-index: 10;
	margin-top: -3px;
	border-radius: 3px;
	top: 3px;
	height: 100%;
}

.w-lg-60 {
	max-width:100%;
}

.accordion-body {
	font-size: 15px;
}

.accordion-button::after {
	margin-left:15px
}


.faq-section .accordion-button {
	font-size: 1rem;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
	display: flex;
	justify-content: space-between;
}
.d-md-none.mobile-add-list .btn {
	padding: .395rem .45rem;
	font-size: 12px;
	border-radius: 4px;
	/* display: flex; */
	/* flex-direction: column; */
}
}