/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/




@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/open-sans-v40-latin-500.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/open-sans-v40-latin-600.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/open-sans-v40-latin-700.woff2') format('woff2');
}



@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: url('./fonts/raleway-v34-latin-300.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/raleway-v34-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url('./fonts/raleway-v34-latin-500.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('./fonts/raleway-v34-latin-600.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('./fonts/raleway-v34-latin-700.woff2') format('woff2');
}











.h2, h2 {
	margin-top: 0 !important;
}

p {
	margin: 0px !important;
}

.sub-rating-title,
.mit-hidden .fullwidth-filters.ajax-search {
	display: none !important;
}

.hosted-by-bio {
	padding-bottom: 16px;
}

#wrapper, .age-gate {
	background-color: transparent !important;
	background-image: linear-gradient(180deg, #E2505C 0%, #996FBD 100%) !important;
}

.age-gate {
	border-radius: 5px !important;
	color: #fff !important;
}

button.age-gate-submit {
	padding: 8px 18px !important;
	font-size: 14px;
}

p.age-gate-challenge {
	font-size: 2.2rem;
	padding-block: 2rem;
}

.age-gate-additional-information p {
	font-size: 1.5rem;
}

.age-gate-errors {
	background: #fff;
	margin: 1rem;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
}

.age-gate-errors p {
	color: #ff0000;
}

.age-gate-errors:empty, .age-gate__errors:empty {
	margin: 0;
}

.mit-typo-white {
	color: #fff;
	text-transform: uppercase;
}

.my-profile input#phone, .my-profile .label-phone,
form#edit_user h4.gray.submit-section-header,
.submit-section-header {
	display: none;
}

button.age-gate-button, button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__button, button.age-gate__submit--no, button.age-gate__submit--yes {
	background-color: #ffffff !important;
	color: #000000 !important;
}

header#header-container,
#header.cloned.sticky, #header.cloned {
	background-color: #E2505C !important;
}

#navigation.style-1 {
	align-self: center;
	margin-top: 0px;
}

#navigation.style-1 ul li a, .usrname {
	color: #ffffff;
	font-size: 1.8rem;
	font-family: "Work Sans", Sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.header-widget {
	top: 9px;
}

.left-side {
	width: 80%;
	display: flex;
}

.right-side {
	width: 20%;
}

#navigation.style-1>ul>li:hover>a {
	background: transparent !important;
	color: #ffffff !important;
}

#navigation.style-1>ul>li>a:before {
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-o-transition: .25s linear;
	-webkit-transition: .25s linear;
	transition: .25s linear;
	visibility: hidden;
	width: 100%;
}

#navigation.style-1>ul>li.current-menu-item>a:after {
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#navigation ul li {
	height: 38px;
}

#navigation.style-1>ul>li.current-menu-item>a {
	background: unset !important;
	color: #fff !important;
}

#navigation.style-1>ul>li.wpml-ls-item>a:before {
	content: none;
}

#navigation.style-1>ul>li:hover>a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	visibility: visible;
}

#navigation.style-1>ul>li.trp-language-switcher-container:hover>a:before {
	transform: scaleX(0);
	opacity: 0.6 !important;
}

#navigation.style-1>ul>li.trp-language-switcher-container:hover>a {
	opacity: 0.7;
}

.menu-item-object-language_switcher .trp-flag-image {
	height: 22px;
	width: 22px;
}

body .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover,
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
	background: #e2505c !important;
}

.check-container .check-background {
	background: linear-gradient(to bottom right, #e2505c, #e2505c);
}

section.woocommerce-customer-details {
	margin-top: 20px;
}

.woo-summary p,
.woo-summary h3 {
	color: #e2505c;
}

input#location_search {
	margin-bottom: 0 !important;
}

.woo-summary {
	background-color: #f8f8f8 !important;
}

.status-publish .woocommerce address p {
	color: #707070 !important;
	font-size: 15px;
}

.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
	margin-bottom: 0px !important;
	padding: 35px 15px 15px;
}

p#order_comments_field .optional,
p#billing_company_field .optional {
	color: #e2dfdf;
}

.wpml-ls-item ul.sub-menu {
	padding: 10px 0px !important;
}

.wpml-ls-item ul.sub-menu .wpml-ls-item {
	width: 55px !important;
}

.wpml-ls-menu-item .wpml-ls-flag {
	width: 20px;
	max-width: 20px;
}

.elementor-location-footer {
	margin-top: 75px;
}

/* Age verification popup */

.age-gate form {
	max-width: 700px;
}

.age-gate-challenge {
	margin: 1.25rem 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.age-gate-additional-information {
	margin-top: 1.25rem;
}


/* WooCommerce Form Color */

/* .lost_password a, nav.woocommerce-MyAccount-navigation ul li a,.woocommerce-MyAccount-navigation ul li.is-active a,
form.woocommerce-form.woocommerce-form-login label, form.woocommerce-form.woocommerce-form-login label span {
    color: #fff;
} */

.woocommerce-MyAccount-navigation ul li a:hover {
	color: #1f1c1d !important;
}

/* Header */

.elementor-section.header_sticky.elementor-sticky--active {
	background: #E2505C;
}

/* Listeo Listings */

div#dashboard-stat-listing-tile,
div#dashboard-reviews-listing-tile {
	pointer-events: none;
}

.listing-item-container.list-layout .listing-item {
	background-color: #fff !important;
}

.listing-item-container {
	height: auto;
}

/* Filters - Alle Inersate*/

div#listeo-search-form__line {
	background: transparent;
}

div#listeo-search-form__line div input {
	width: 100%;
	border: 0;
	height: 1px;
	background-color: #fff;
}

#listeo-search-form__line div input::placeholder {
	color: transparent;
}

.listing-widget #listeo-search-form_search_radius {
	background-color: #ffffff !important;
	margin-bottom: 25px !important;
}

.right-sidebar .margin-top-75 {
	margin-top: 0px !important;
}

div#listeo-search-form__brusttyp {
	padding-inline: 1rem;
}

/* SYSTEM MESSAGE */

section#listings-not-found h2 {
	margin-bottom: 1rem;
}


/* OWNER PAGE */

.user-profile-titlebar {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: 0 0 0px rgb(0 0 0 / 10%) !important;
}


/* Listeo archive */
.archive .container {
	font-family: 'Work Sans';
	width: 1400px;
}

.archive h3.widget-title {
	display: none;
}

.archive #titlebar {
	/* background: var( --e-global-color-primary ) !important; */
	padding: 30px !important;
}

.archive #titlebar h1 {
	font-family: 'Work Sans';
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0;
}

.archive .mit-sidebar {
	margin-bottom: 48px;
}

.archive .mit-sidebar button {
	background: var(--e-global-color-primary);
	border-radius: 0;
	font-family: 'Work Sans';
	font-size: 18px;
}

.archive .listing-item-container,
.archive .listing-item {
	border-radius: 0;
	background-color: var(--e-global-color-primary);
}

.archive .listing-item-container .rating-counter {
	color: #fff;
}

.rating-counter {
	font-size: 12px !important;
}

.archive .listing-item img {
	border-radius: 0;
}

label[for="sms_notifications"],
#sms_notifications,
#elementor-lightbox-slideshow-single-img {
	display: none !important
}

.switch_box.box_1 {
	height: auto;
}

.user-name span:after, i.sl.sl-icon-doc, div#elementor-lightbox-slideshow-single-img,
div#avatar-uploader, .user-profile-avatar, a.rate-review, span.rating-bars-name,
.dashboard-nav-inner ul[data-submenu-title="Main"] li:nth-child(2), .dashboard-nav-inner ul[data-submenu-title="Main"] li:nth-child(3), .dashboard-nav-inner ul[data-submenu-title="Main"] li:nth-child(4), .dashboard-nav-inner ul[data-submenu-title="Main"] li:nth-child(5),
.dashboard-nav-inner ul[data-submenu-title="Inserate"] li:nth-child(3), .dashboard-nav-inner ul[data-submenu-title="Inserate"] li:nth-child(4), .ical-dropdown-btn,
.archive .listing-small-badges-container,
.archive .tag {
	display: none;
}

.comment-content {
	background: #fff;
	border-radius: 5px;
	padding: 30px;
}

.comment-by .star-rating {
	right: 20px;
	top: 27px;
}

.star-rating {
	font-size: 15px;
}

.location .col-md-3.form-field-_geolocation_lat-container,
.location .col-md-3.form-field-_geolocation_long-container,
.location .col-md-3.form-field-_place_id-container {
	display: none;
}

div#listeo-search-form_search_radius {
	background-color: #fff !important;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	margin: 0;
	margin-top: 25px;
	padding: 0 10px 10px 10px;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}


.home .right-sidebar {
	padding-top: 5rem;
}

.sort-by-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: #f3f3f3;
}

/* Hamburger Icon */
.hamburger {
	top: 0;
}


/* CREATE LISTING */
.col-md-12.form-field-_hide_pricing_if_bookable-container,
a.button.add-pricing-submenu,
.col-md-3.form-field-_email_contact_widget-container,
table#pricing-list-container .pricing-bookable-options,
table#pricing-list-container .pricing-bookable,
table#pricing-list-container .fm-move,
table#pricing-list-container .pricing-cover {
	display: none !important;
}

/* Single pages */

.single #mit-left-nav {
	margin-top: 200px !important;
}

a.send-message-to-owner.button.popup-with-zoom-anim,
.listing-logo,
.single .listing-tag {
	display: none !important;
}

.single #listing-overview {
	margin-top: 120px;
}

.single .single-listing-page-titlebar {
	background: var(--e-global-color-primary) !important;
	height: 400px !important;

}

.single #titlebar {
	/* background: var(--e-global-color-primary) !important; */
	color: #fff;
	padding: 30px !important;
}

.elementor-627 .elementor-element.elementor-element-1f2922a1>.elementor-widget-container {
	margin: -20px 0px 0px 0px;
}

.mit-bg-white .elementor-container.elementor-column-gap-default,
.mit-bg-white .elementor-widget-container {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 4px;
}

.mit-border-bottom .elementor-widget-container {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mit-border-top .elementor-container.elementor-column-gap-default,
.mit-border-top .elementor-widget-container {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.mit--h2 .elementor-widget-container {
	padding-bottom: 0px;
}

#listing-reviews h3.listing-desc-headline,
.mit-h-h3 h3 {
	font-size: 28px !important;
	font-family: 'Raleway';
	color: #fff;
	padding-left: 17px;
}

.mit-flexible .elementor-container.elementor-column-gap-default {
	padding-top: 0;
	padding-inline: 0;
}

.mit-flexible .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mit-flexible .elementor-widget-listeo-listing-custom-field {
	margin-bottom: 0px !important;

}

div#elementor-element-ed0ac77,
div#mit-price,
div#mit-escort,
div#mit-service,
div#mit-lang {
	padding-top: 60px;
}


div#listing-pricing-list h3 {
	margin: 0px !important;
	background: #f9f9f9;
	padding-block: 17px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 17px;
	padding-top: 37px !important;
	font-size: 28px;
}

.pricing-list-container ul li:nth-child(2n+1) {
	background: #fff;
}

div#mit-price h2 {
	padding-bottom: 17px;
}

form.checkout.woocommerce-checkout label, span.reviews-amount,
#titlebar.listing-titlebar span a, #titlebar.listing-titlebar span,
.single #titlebar p {
	color: #fff;
}

.listing_preview_container #titlebar.listing-titlebar span a {
	color: #888;
}

.mit-bg-white .elementor-widget-container h2 {
	margin-top: 20px !important;
	font-family: Raleway !important;
}

.mit--h2 h2 {
	font-weight: 400 !important;
}

#titlebar,
#titlebar.gradient {
	padding-bottom: 70px !important;
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0.5)) !important;
}

#mit-main-details {
	padding: 30px;
	margin: 0;
	background: #f8f8f8;
	padding-bottom: 20px;
	padding-right: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}

#mit-main-details p {
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
	font-weight: 600;
	font-family: Raleway;
	font-size: 15px;
}

#mit-main-details b {
	color: #888;
	font-weight: 500;
	font-family: Raleway;
	font-size: 15px;
	flex: 1;
}

#mit-main-details span {
	flex: 2;
}

.mit-container-title {
	height: 120px;
}

.mit-container-col {
	padding-top: 40px !important;
	padding-left: 0 !important;
}

.mit-container-col h1 {
	font-family: 'Work Sans';
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0px;
	margin: 0;
}

.single .listing-details {
	display: block;
}

.single .mit-listing span {
	line-height: 29px;
	margin-bottom: 17px;
}

.single .boxed-widget {
	padding: 0;
	background-color: transparent;
}

.listing-slider-small .item {
	height: 500px;
}


.single a.send-message-to-owner.button {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 9px 20px !important;
	background: var(--e-global-color-primary);
	border-radius: 0;
	font-family: 'Work Sans';
	font-size: 18px;
}

/* create listing - width is in pakete calc(100vw - 460px) destroys the gallery preview */
#listing-gallery {
	width: 100% !important;
}

.pricing-menu-details {
	display: grid;
}

#mit-description .listing-details {
	margin-top: 0;
}

.mit-services {
	background: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px;
}

.mit-services ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

div#mit-description {
	padding: 20px 20px 20px 25px;
	display: grid;
}

div#listing-gallery {
	margin-bottom: 30px;
}

/* GLOBAL */

.account-type input.account-type-radio~label:hover i,
.lost_password a {
	color: #fff;
}

.account-type input.account-type-radio~label:hover {
	background: #1a1919;
	color: #fff;
}

.listing-titlebar-title h1 {
	/* color: #fff; */
	font-weight: 600;
	letter-spacing: 0.1rem;
}

.listing_preview_container div#titlebar {
	padding: 1rem 1rem 2rem !important;
}

div#listing-overview p {
	padding-bottom: 3rem;
}

.listing_preview_container .custom-listing-slider.margin-bottom-0.slick-initialized.slick-slider,
.listing_preview_container span.listing-tag,
.listing_preview_container ul.listing-nav,
li#select2-listeo_core_order-ky-result-ql4y-upcoming-event,
li#select2-listeo_core_order-zr-result-ygxa-upcoming-event,
li#select2-listeo_core_order-zr-result-ip7a-verified,
li#select2-listeo_core_order-ky-result-25k3-verified,
div#listing-overview div#mit-price,
div#mit-main-details {
	display: none !important;
}

.slider.round {
	visibility: hidden;
}

.mit-color-black,
.listing-features.checkboxes a {
	color: #000000;
}

div#mceu_14,
#mceu_0,
.elementor-widget-listeo-listing-verified-badge {
	display: none;
}

h3.elementor-heading-title {
	font-weight: 400 !important;
	font-family: Raleway !important;
	color: #222 !important;
	margin-top: 20px;
	margin-bottom: 0px;
}

.mit-margin-zero {
	margin: 0px !important;
}

/* LISTINGS DETAIL PAGE */

.listing-desc-headline {
	margin-bottom: 10px;
	margin-top: 20px;
}

.listing-nav li a {
	color: #e0e0e0;
}

.listing-nav-container.cloned.stick ul#nav-list-dynamic li a {
	color: #756b6b;
}

.main-detail-_sprachen .mit-listing {
	color: #333;
}

.listing-nav li a.active {
	color: #1a1919 !important;
}

.elementor-element.elementor-element-a4845c.elementor-widget.elementor-widget-listeo-listing-sidebar {
	background: white;
	padding: 30px 30px 0px 30px;
	border-radius: 5px;
}


/* FIX - Filter Bug with increase end of site */
.bootstrap-select .dropdown-menu {
	display: none;
	/* Verhindert das Einnehmen von Platz */
}

.bootstrap-select.open .dropdown-menu {
	display: block;
}



/* Inserat anlegen - js inactiv button */
button.button.margin-top-20.js-inactive {
	background: gray;
	opacity: 0.5;
}

.upload-warn-text-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 3px;
	background: white;
	padding: 10px 20px;
	line-height: 29px;
	color: #dc2626;
}

.upload-warn-text-box i {
	margin-right: 10px;
}

.upload-warn-text-box p {
	font-family: Raleway;
	margin-right: 10px;
	font-weight: 500;
}


aside#listeo_side_social_icons {
	display: none;
}



/* media queries */
@media (max-width: 1366px) and (min-width: 1258px) {
	.star-rating span {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
	body .woocommerce-billing-fields__field-wrapper {
		justify-content: space-between;
	}
}

@media (max-width: 1240px) {
	.left-side {
		width: 100%;
		display: inline-block;
	}

	.mobile-nav-widgets {
		display: none;
	}

	li#menu-item-wpml-ls-9-de {
		float: left;
		margin-right: 1rem;
	}

}

@media (max-width: 1024px) {
	.mit-services ul {
		grid-template-columns: 1fr 1fr;
	}

	.user_not_logged_in .header-widget a.sign-in:hover, .user_not_logged_in .header-widget a.sign-in {
		padding: 4px 15px;
		background: #f4f4f4;
		top: -5px;
	}

	.right-side {
		width: auto;
		display: inline-block;
		margin-top: -70px;
		position: relative;
		right: 75px;
	}

	.header-widget {
		border-top: unset;
		padding: unset;
	}

	.left-side span.hamburger-inner {
		top: 17px !important;
	}
}

@media(max-width: 992px) {
	.mit-1-1.elementor-section-boxed .elementor-widget-wrap section .elementor-container {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.mit-1-1.elementor-section-boxed .elementor-widget-wrap section .elementor-container .elementor-col-20 {
		flex: 1 1 calc(30% - 10px);
		box-sizing: border-box;
	}

	.container.right-sidebar .col-lg-3.col-md-4,
	.container.right-sidebar .padding-right-30.page-container-col {
		width: 50%;
		float: left;
	}

	.user-menu {
		margin-left: 0px;
	}

	.listing-slider .slick-next {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 992px) {
	.listing-added-notice .booking-confirmation-page i {
		color: #E2505C;
		font-size: 140px;
		margin-bottom: -10px;
		background: transparent;
	}
}

@media (max-width: 768px) {
	.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-d00f730:before {
		content: "";
		width: 100%;
		position: absolute;
		height: 1px;
		background: #fff;
	}

	.listing-nav li a {
		background-color: transparent;
	}

	#listing-nav:after {
		background: transparent !important;
	}

	ul#nav-list-dynamic::before {
		width: 100%;
		height: 1px;
		background: white;
		content: "";
		position: absolute;
		bottom: 0;
	}

	.mit-1-1.elementor-section-boxed .elementor-icon svg {
		width: 90px !important;
	}

	.mit-1-1.elementor-section-boxed .elementor-flip-box {
		height: 200px !important;
	}

	.mit-1-1.elementor-section-boxed .elementor-widget-wrap section .elementor-container .elementor-col-20 {
		flex: 1 1 calc(50% - 10px);
		box-sizing: border-box;
	}

	.mit-flexible .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget-wrap {
		grid-template-columns: 1fr 1fr;
	}
}




@media(min-width:768px) {
	#mit-btn-filter {
		display: none;
	}
}

@media(max-width: 767px) {
	.mit-services ul {
		grid-template-columns: 1fr;
	}

	.user_not_logged_in .header-widget a.sign-in {
		top: 0;
	}

	#titlebar,
	#titlebar.gradient {
		padding-top: 2rem !important;
		padding-bottom: 0 !important;
	}

	#mit-btn-filter {
		background: #f3f3f3;
		border: unset;
		border-radius: 50px;
		line-height: 36px;
		color: #666;
		display: block;
		padding: 0 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		outline: none;
		font-size: 15px;
		margin: 20px 10px;
	}

	form#listeo_core-search-form .row.with-forms {
		display: none;
	}

	form#listeo_core-search-form.mit-visible .row.with-forms {
		display: block;
	}

	form#listeo_core-search-form .row.with-forms:nth-child(-n+4) {
		display: block;
	}

	.elementor-column.elementor-col-66.elementor-top-column.elementor-element {
		margin-bottom: 70px;
	}

	#listing-reviews h3.listing-desc-headline {
		padding-left: 0px;
	}

	div#listeo-listings-container {
		flex-direction: column;
	}

	.list-box-listing-img a {
		width: auto;
	}

	.header-widget {
		top: 0px;
	}



	.user-menu {
		margin-top: 0px;
	}

	.user-menu .user-name {
		overflow: visible !important;
	}

	.container.right-sidebar .col-lg-3.col-md-4, .container.right-sidebar .padding-right-30.page-container-col {
		width: 100%;
		float: none;
	}

	.comment-by h5, .comment-by span {
		padding-left: 0px;
	}

	.comment-by .star-rating {
		right: 10px;
		top: 7px;
	}


	.slim-mobile-menu .header-widget .usrname {
		display: block !important;
	}

	.slim-mobile-menu .user-menu ul {
		left: auto;
		right: auto;
	}

	.user-name.test {
		display: flex;
	}

	.user-menu .user-name {
		max-width: none !important;
		margin-right: 10px !important;
	}


}
