/*
 TEST CPARICI - Listeo style.css filtré à partir de Chrome Coverage
 Source Coverage : Coverage-20260901T134156.json
 Source CSS       : https://cparici.com/wp-content/cache/asset-cleanup/1/css/item/listeo__style-css-vd3634e1585d85eb6551893a59c1764a7ff7c8bfc.css
 CSS original     : 850,847 caractères
 CSS test         : 28,185 caractères
 Règles qualifiées gardées : 234 / 6585
 At-rules gardées           : 18 / 376

 IMPORTANT :
 - Fichier de TEST uniquement.
 - Ne remplace pas le style.css du thème Listeo.
 - À charger uniquement avec le MU-plugin de test fourni.
*/
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
	font-weight: 500;
	opacity: 1;
	border-radius: 5px;
}
input {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #888;
	opacity: 1;
}
textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	transition: none !important;
	min-width: 100%;
}
a,
button {
	outline: none !important;
}
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
img {
	max-width: 100%;
}
#logo {
	display: inline-block;
	margin-top: 3px;
}
#logo img {
	max-height: 38px;
	width: auto;
	transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px){
#logo img {
		height: auto;
	}
}
#header {
	position: relative;
	z-index: 999;
	padding: 18px 0 8px 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
	font-size: 16px;
}
.header-widget {
	position: relative;
	top: -1px;
	height: 54px;
}
.header-widget .button,
.header-widget .button.border {
	margin-right: 0;
	margin-left: 20px;
	min-width: 130px;
	text-align: center;
	position: relative;
	line-height: 26px;
	font-weight: 500;
}
.header-widget .sign-in {
	position: relative;
	color: #333;
	margin-right: 0;
	top: 10px;
	display: inline-block;
	vertical-align: top;
}
.header-widget .sign-in i {
	padding-right: 4px;
	font-size: 15px;
}
.left-side {
	float: left;
	width: 60%;
	display: inline-block;

}
.right-side {
	float: right;
	width: 40%;
	display: inline-block;
}
#logo,
#navigation {
	float: left;
}
#logo {
	margin-right: 35px;
}
.header-widget {
	text-align: right;
}
#header.cloned {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}
#header.cloned {
	background-color: #fff;
}
#header.cloned {
	padding: 18px 0 7px 0;
}
#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, -100%) scale(1);
	transition: 0.3s;
}
#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: 0.3s;
}
#footer {
	padding: 70px 0 0 0;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	font-size: 16px;
}
#footer.sticky-footer {
	box-shadow: none;
}
#footer.dark {
	border-top: none;
}
#footer h4 {
	color: #333;
	font-size: 21px;
	margin-bottom: 25px;
	font-weight: 500;
}
#footer a {
	color: #66676b;
}
.footer-new-bottom-inner {
	background: #f6f6f6;
	padding: 20px 30px;
	border: none;
	border-radius: 5px;
	text-align: left;
	margin: 40px 0 50px 0;
	font-size: 15px;
	color: #777;
	background: rgba(0, 0, 0, 0.035);
	display: flex;
	align-items: center;
}
.footer-new-bottom-right {
	display: inline-block;
	width: 50%;
	text-align: right;
}
.footer-new-bottom-left {
	display: inline-block;
	width: 50%;
}
.new-footer-social-icons {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.new-footer-social-icons li {
	list-style: none;
	display: inline-block;
	margin-left: 8px;
}
body #footer .new-footer-social-icons li a {
	color: #333;
	display: inline-block;
	opacity: 0.35;
	transition: 0.2s;
	height: 25px;
	line-height: 25px;
	padding: 0;
	width: 25px;
	text-align: center;
	vertical-align: top;
}
#footer.dark .footer-new-bottom-inner {
	background: rgba(255, 255, 255, 0.03);
}
#listeo_side_social_icons .new-footer-social-icons li a,
#footer.dark .new-footer-social-icons li a {
	color: #fff;
}
#listeo_side_social_icons .new-footer-social-icons li {
	margin-left: 0;
	margin-right: 7px;
}
#listeo_side_social_icons .new-footer-social-icons li a {
	font-size: 18px;
	opacity: 0.5;
	transition: 0.3s;
}
#listeo_side_social_icons .new-footer-social-icons li a i {
	height: 40px;
	width: 40px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	background: #ffffff29;
	border-radius: 50px;
}
#footer.dark {
	background: #222;
	color: #aaa;
}
#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
	color: #fff;
}
#backtotop {
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 9999;
	transition: 0.35s;
	transform: scale(0.7);
}
#backtotop.visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#navigation {
	position: relative;
	display: block;
}
#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation.style-1 {
	margin-top: 1px;
}
#navigation.style-1 {
	margin-top: 4px;
}
.numerical-rating {
	height: 27px;
}
.blog-compact-item-container {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .12);
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	background: transparent;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;
	margin-bottom: 30px;
}
.blog-compact-item {
	background: #ccc;
	border-radius: 5px;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 480px;
	z-index: 100;
	cursor: pointer;
}
body .blog-compact-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 5px;
}
.blog-compact-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(35, 35, 37, 0.90) 0%, rgba(35, 35, 37, 0.75) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
	/*	background-color: rgba(35,35,37,0.1);*/
	border-radius: 5px;
	opacity: 1;
}
.blog-compact-item-content {
	position: absolute;
	bottom: 32px;
	left: 0;
	padding: 0 34px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}
.blog-compact-item-content h3 {
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
	font-weight: 500;
	margin: 2px 0 0 0;
	line-height: 31px;
}
.blog-compact-item-content p {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	margin: 7px 0 0 0;
	line-height: 27px;
}
span.blog-item-tag {
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
	font-weight: 60;
	background: #66676b;
	border-radius: 50px;
	padding: 5px 12px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 9px;
	position: absolute;
	top: 30px;
	left: 32px;
	z-index: 110;
}
.delete-account-section a,
button.button,
input[type="button"],
input[type="submit"],
button.button.border,
a.button.border,
a.button {
	background-color: #66676b;
	top: 0;
	padding: 9px 20px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin-right: 6px;
	overflow: hidden;
	border: none;
	border-radius: 50px;
}
button.button.border,
a.button.border {
	background-color: transparent;
	color: #66676b;
	border: 1px solid #66676b;
	padding: 9px 21px;
}
a.button.border {
	font-weight: 500;
}
#tiptip_holder {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}
.listing-item-container {
	/*	background: linear-gradient(to top, #f4f4f4 0%, #f9f9f9 10%); */
	background-color: #f6f6f6;
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	transform: translate3d(0, 0, 0);
	transition: transform 0.3s;
	margin-bottom: 30px;
}
.listing-item {
	background: #ccc;
	border-radius: 5px 5px 0 0;
	height: 100%;
	display: block;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 265px;
	z-index: 100;
	cursor: pointer;
}
.listing-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.listing-item:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(to top, rgba(35, 35, 37, 0.8) 0%, rgba(35, 35, 37, 0.3) 35%, rgba(22, 22, 23, 0.1) 60%, rgba(0, 0, 0, 0) 100%);
	background-color: rgba(35, 35, 37, 0.2);
	border-radius: 5px 5px 0 0;
	opacity: 1;
}
.listing-item-content {
	position: absolute;
	bottom: 28px;
	left: 0;
	padding: 0 32px;
	padding-right: 90px;
	width: 100%;
	z-index: 50;
	box-sizing: border-box;
}
.listing-item-content h3 {
	color: #fff;
	font-size: 20px;
	position: relative;
	font-weight: 500;
	margin: 0;
	line-height: 28px;
}
.listing-item-content span {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	color: rgba(255, 255, 255, 0.7);
	line-height: 24px;
	margin-top: 0;
}
.listing-item-container.compact .listing-item {
	border-radius: 8px;
}
.numerical-rating {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
	line-height: 26px;
	height: 26px;
	width: 44px;
	display: inline-block;
	font-family: "Open Sans";
	position: relative;
	border-radius: 50px;
	letter-spacing: -0.5px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 15px 32px;
}
.compact .numerical-rating {
	margin: 0 0 8px 0;
}
.numerical-rating:before {
	content: attr(data-rating);
}
.numerical-rating.high {
	background-color: #64bc36;
}
span.like-icon {
	color: #fff;
	font-size: 16px;
	position: absolute;
	z-index: 101;
	right: 30px;
	bottom: 30px;
	cursor: normal;
	background-color: rgba(24, 24, 24, 0.4);
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	transition: all 0.4s;
}
.like-icon:before,
.like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 9px;
}
.like-icon:before {
	content: "";
	transform: scale(0.95);
}
.like-icon:after {
	content: "";
	opacity: 0;
	transform: scale(0.5);
}
.listing-item {
	overflow: hidden;
}
.listing-badge {
	background-color: #333;
	float: left;
	position: absolute;
	transform: rotate(45deg);
	right: -64px;
	top: 22px;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0;
	z-index: 999;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
}
.listing-badge.now-open {
	background-color: #54ba1d;
}
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
	display: none;
}
.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
	display: block;
}
.slick-slide .col-lg-6 {
	width: 100%;
	padding: 0
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.simple-slick-carousel.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
	margin-bottom: 30px;
}
.simple-slick-carousel .slick-dots {
	display: none !important;
}
.simple-slick-carousel.dots-nav .slick-dots {
	display: block !important;
}
.slick-slide {
	outline: none;
}
.fw-carousel-item {
	position: relative;
	height: 100%;
}
.simple-slick-carousel {
	height: auto;
	width: calc(100% + 30px);
	left: -10px;
}
.simple-slick-carousel .slick-slide {
	padding: 10px 15px;
}
body {
	color: #707070;
	font-size: 15px;
	line-height: 27px;
	background-color: #fff;
}
body p {
	font-size: 16px;
	line-height: 29px;
}
#wrapper {
	background-color: #fff;
}
input[type="text"] {
	font-family: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="button"],
input[type="submit"],
button,
#tiptip_content,
.map-box p,
.map-box div,
.numerical-rating .rating-counter,
body .menu-responsive i.menu-trigger:after {
	font-family: sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}
@media (max-width: 1239px){
#navigation.style-1 {
		margin: 25px 0 5px -5px;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 0;
		position: relative;
	}
#navigation.style-1:before {
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		top: 0;
		left: 5px;
		content: "";
		background: #e8e8e8;
		width: 940px;
	}
#header.cloned {
		display: none;
	}
}
@media (max-width: 1024px){
#navigation.style-1 {
		margin: 0;
		padding-top: 0;
	}
#navigation.style-1:before {
		display: none;
	}
.header-widget {
		height: auto;
	}
}
@media (max-width: 991px){
.simple-slick-carousel.slick-dotted.slick-slider {
		margin-bottom: 0;
		width: 100%;
		left: 0;
	}
}
@media (max-width: 767px){
#backtotop {
		display: none;
	}
.header-widget {
		height: auto;
	}
}
#footer ul.menu {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
#footer ul.menu li {
	position: relative;
	list-style: none;
}
#footer ul.menu li a {
	padding: 0 0 9px 14px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #707070;
	line-height: 21px;
}
#footer ul.menu li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	padding: 0 7px 0 0;
	color: #ccc;
}
#footer.dark ul.menu li a {
	color: #aaa;
}
#footer.dark ul.menu li:before {
	color: #444;
}
.rss-widget-icon {
	display: none;
}
.transparent-header.user_not_logged_in #header.cloned .header-widget .sign-in,
.user_not_logged_in .header-widget .sign-in {
	top: 6px;
	background: rgba(255, 255, 255, 0.1);
	padding: 4px 15px;
	border-radius: 50px;
	font-size: 15px;
	transition: 0.3s;
	color: #666;
	background: #f4f4f4;
}
@media (max-width: 1024px){
.user_not_logged_in .header-widget {
		display: block;
	}
}
@media (max-width: 480px){
.user_not_logged_in .header-widget {
		display: block;
	}
.user_not_logged_in .header-widget .sign-in {
		top: 0px;
	}
}
.user_not_logged_in .header-widget .button:not(.wc-forward) {
	display: none;
}
.listing-item-content {
	padding-left: 28px;
	bottom: 23px;
}
.listing-small-badges-container {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 110;
	padding-right: 50px;
}
.listing-small-badge {
	display: inline-block;
	padding-left: 31px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: 500;
	background-color: #fff;
	color: #777;
	border: none;
	border-radius: 100px;
	line-height: 26px;
	height: 26px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	vertical-align: top;
	position: relative;
	margin-bottom: 3px;
}
.listing-small-badge i {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	background: #222;
	color: #fff;
}
.listing-small-badge.pricing-badge i {
	background-color: #64bc36;
}
.listing-small-badge.featured-badge i {
	background-color: #ffc601;
}
@media (max-width: 992px){
input,
	input:before,
	input:after {
		-webkit-user-select: initial;
		-khtml-user-select: initial;
		-moz-user-select: initial;
		-ms-user-select: initial;
		user-select: initial;
	}
}
#header-container {
	position: relative;
	z-index: 1001;
}
.elementor-page .simple-slick-carousel {
	width: calc(100% + 20px);
	left: -10px;
}
.elementor-page .listeo-post-grid-wrapper {
	width: calc(100% + 10px);
	left: -5px;
	position: relative;
}
.elementor .listing-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.listing-small-badge i {
	font-size: 10px;
}
body {
	max-width: 100vw;
	overflow-x: hidden;
}
.slider-controls-container {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	bottom: -29px;
}
.slider-controls {
	position: relative;
	display: inline-flex;
	background: rgba(0, 0, 0, 0.03);
	padding: 7px 3px;
	border-radius: 50px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.slider-controls button {
	display: inline-block;
	border: none;
	box-shadow: none;
	background: transparent;
	height: 14px;
	width: 30px;
}
.slider-controls button.slide-m-next,
.slider-controls button.slide-m-prev {
	background-image: url(/wp-content/themes/listeo/images/slider-arrow-grey.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50%;
}
.slider-controls button.slide-m-prev {
	transform: rotate(180deg);
}
.slider-controls .slick-dots {
	position: relative;
	width: auto;
	display: flex;
	bottom: 0;
}
.simple-slick-carousel.dots-nav .slider-controls .slick-dots {
	display: flex !important;
}
@media (max-width: 767px){
.slider-controls .slick-dots,
	.simple-slick-carousel.dots-nav .slider-controls .slick-dots {
		display: none !important;
	}
.slider-controls {
		gap: 20px;
	}
}
body.mobile-nav-open {
	overflow: hidden;
}
.mobile-navigation-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: 100001;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-100%);
	overflow-y: auto;
}
.mobile-nav-open .mobile-navigation-wrapper {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
	pointer-events: all;
}
.menu-logo a img {
	max-height: 32px;
	width: auto;
}
.mobile-navigation-list {
	margin: 25px;
	box-sizing: content-box;
	overflow: hidden;
}
.mobile-nav-widgets {
	padding: 25px;
	padding-top: 0;
}
.mobile-nav-widgets {
	padding: 25px 30px;
	padding-top: 0;
	color: #aaa;
	display: block;
}
.mobile-nav-widgets h4,
.mobile-nav-widgets h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.mobile-menu-widget {
	margin: 30px 0;
}
.mobile-menu-widget:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 35px;
}
.mobile-navigation-list li a {
	color: #aaa;
	display: block;
	padding: 8px 0;
	transition: 0.3s;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.mobile-navigation-list .menu-item-has-children>a:before {
	font-family: "simple-line-icons";
	font-size: 13px;
	content: "";
	position: absolute;
	right: 8px;
	top: 10px;
	font-weight: 500;
}
.mobile-navigation-list li a:hover {
	color: #fff;
}
.mobile-navigation-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-icon-toggle {
	display: block;
	width: 41px;
	height: 41px;
	z-index: 9;
	position: absolute;
	right: 22px;
	top: 15px;
	background: rgb(255 255 255 / 6%);
	border-radius: 5px;
	padding: 10px;
	transition: 0.2s;
}
.menu-icon-toggle:hover {
	background: rgb(255 255 255 / 8%);
}
.menu-icon-toggle::before,
.menu-icon-toggle::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	position: absolute;
	background-color: #fff;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
}
.menu-icon-toggle::before {
	top: 6px;
}
.menu-icon-toggle::after {
	bottom: 6px;
}
.menu-icon-toggle::before,
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.menu-icon-toggle::before {
	top: calc(50% - 1px);
	transform: rotate(45deg);
}
.menu-icon-toggle::after {
	bottom: calc(50% - 1px);
	transform: rotate(-45deg);
}
.menu-icon-toggle::before,
.open .menu-icon-toggle::after {
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}
.mobile-nav-header {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 25px;
}
#mobile-nav {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 1s ease;
}
#mobile-nav li a {
	display: block;
	padding: 10px;
	font-weight: 600;
	font-size: 15px;
}
#mobile-nav .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	visibility: hidden;
	transition: all .3s ease;
	background: #222;
	pointer-events: none;
	opacity: 0;
}
#mobile-nav .open-submenu>.sub-menu {
	left: 0;
	top: 0;
	visibility:
		visible;
	transition:
		all .5s ease;
	pointer-events: all;
	opacity: 1;
	z-index: 2;
	background: #222;
}
#mobile-nav .sub-menu-back-btn {
	background: rgb(0 0 0 / 25%);
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 8px;
	padding: 10px 10px 10px 36px;
	font-weight: 600;
	font-size: 15px;
	display: block;
	color: #aaa;
	transition: 0.3s;
}
#mobile-nav .sub-menu-back-btn:hover {
	color: #fff;
}
.sub-menu-back-btn:before {
	font-family: "simple-line-icons";
	font-size: 13px;
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: 500;
	content: "" !important;
	left: 13px;
	right: initial;
}
.mmenu-trigger {
	height: 50px;
	width: 50px;
	display: none;
	position: relative;
	margin: 0 0 20px 0;
	background-color: #eee;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}
.hamburger {
	padding: 0;
	top: 14px;
	left: 13px;
	transform: scale(0.67);
	-moz-transform: scale(0.70) translateY(4px);
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger-box {
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 34px;
	height: 4px;
	background-color: #555;
	border-radius: 5px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mmenu-trigger {
	display: none;
}
@media only screen and (max-width: 1024px){
#responsive {
		display: none;
	}
.mmenu-trigger {
		display: inline-block !important;
	}
#logo {
		position: relative;
		margin: 0;
		margin-top: 5px;
		width: calc(100% - 70px);
		text-align: left;
	}
.header-widget {
		padding: 20px 0;
		border-top: 1px solid #eee;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
.header-widget a.button.border {
		padding: 7px 16px;
		background-color: transparent;
		font-size: 16px;
		min-width: auto;
		float: right;
	}
.sign-in,
	.user-menu {
		flex: 1;
	}
.header-widget .sign-in {
		top: 9px;
	}
#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side {
		width: 100%;
	}
.header-widget {
		text-align: left;
	}
#header {
		padding-bottom: 0;
	}
}
@media (max-width: 1200px){
.header-widget {}
}
.mobile-nav-widgets .textwidget p {
	color: rgba(255, 255, 255, 0.7)
}
.elementor-widget-container p {
	line-height: inherit;
	font-size: inherit;
}
.elementor-element.e-parent {
	overflow: visible;
}
@media (max-width: 992px){
#wrapper {
		overflow-x: hidden;
	}
}
@media (max-width: 480px){
#footer ul.menu {
		width: 100%;
	}
}
.listing-item-content h3 {
	/*	display: flex;
	flex-direction: column;
	align-items: flex-start;*/
}
.slider-controls button.slide-m-next,
.slider-controls button.slide-m-prev {
	background-color: transparent;
}
@media (max-width: 420px){
.right-side {
		zoom: 0.9
	}
}
@media (max-width: 768px){
.slim-mobile-menu .right-side {
		margin-top: 0;
		position: absolute;
		right: 70px;
		width: auto;
		top: 50%;
		transform: translateY(-50%);
		padding: 0;
	}
.slim-mobile-menu .header-widget {
		border: none !important;
		margin-top: 0;
		padding: 0;
		/* position: relative; */
		/* position: absolute; */
		/* width: 100%; */
	}
.slim-mobile-menu .header-widget .button.border,
	.slim-mobile-menu .user-menu .user-name:after,
	.slim-mobile-menu .header-widget .usrname {
		display: none !important;
	}
.slim-mobile-menu #logo {
		height: 50px;
		max-width: calc(100% - 175px);
		margin: 0;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
	}
.slim-mobile-menu.user_not_logged_in .header-widget .sign-in {
		font-size: 0px !important;
		padding: 5px;
		display: inline-block;
		width: 42px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		box-sizing: border-box;
		background: transparent;
		margin-left: -8px;
	}
.slim-mobile-menu.user_not_logged_in .header-widget .sign-in i {
		font-size: 23px !important;
		top: 1px;
		position: relative;
	}
}
@media (max-width: 420px){
.slim-mobile-menu .right-side {
		right: 75px;

	}
}
@media (max-width: 420px){
.old-header .transparent #logo img, #logo_nh img, .new-header #logo_nh img, #logo img{
        height: auto !important;
        width: 100% !important;
    }
}
:root {
	/* Primary Theme Color (Green) */
	--msf-color-primary: #f91942;
	--msf-color-primary-light-bg: #f9194210;
	--msf-color-primary-text-on-solid: #fff;

	/* Warning Color (Yellow) */
	--msf-color-warning: #ffb100;
	--msf-color-warning-light-bg: #ffb1001a;
	--msf-color-warning-dark-text: #e4a006;
	--msf-color-warning-text-on-solid: #fff;

	/* Error Color (Red) */
	--msf-color-error-border: #ff6565;
	--msf-color-error-bg: #ffe8ea;
	--msf-color-error-text: #cc545f;

	/* Neutral Colors */
	--msf-color-neutral-border: #e0e0e0;
	--msf-color-neutral-bg: #eee;
	--msf-color-neutral-text: #777;
}
:root {
 	
 	--primary-green: #6BC127;
 	--primary-yellow: #FFB81A;
 	--light-yellow-bg: #FFF7E5;
 	--light-pink-bg: #f919420f;
 	--dark-text: #222222;
 	--medium-text: #666666;
 	--light-gray-border: #EAEAEA;
 	--icon-bg: #F5F5F5;
 	--card-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
 }
.elementor-widget-listeo-listings-carousel .simple-slick-carousel .slick-track {
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
}
.elementor-widget-listeo-listings-carousel .simple-slick-carousel .fw-carousel-item {
	display: flex;
	flex-direction: column;
	height: auto;
	}
.elementor-widget-listeo-listings-carousel .simple-slick-carousel:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.elementor-widget-listeo-listings-carousel .simple-slick-carousel:not(.slick-initialized) > *:nth-child(n + 4) {
  display: none;
}
@media (max-width: 991px){
.elementor-widget-listeo-listings-carousel .simple-slick-carousel:not(.slick-initialized) {
    grid-template-columns: 1fr;
  }
.elementor-widget-listeo-listings-carousel .simple-slick-carousel:not(.slick-initialized) > *:nth-child(n + 2) {
    display: none;
  }
}
.fw-carousel-item .col-lg-6,
.slick-slide .col-lg-6 { width: 100%; padding: 0; }
.fw-carousel-item .listing-item-container.compact .listing-item { margin-bottom: -30px; }/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	display: block;
	text-decoration: none;
}

#navigation ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}

#navigation ul ul li {
	float: none;
}

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}

#navigation ul ul {
	margin: 10px 0 0 15px;
}

#navigation ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	height: 10px;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}

#navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 0.5;
	font-size: 10px;
}

#navigation ul li a:after {
	content: '\f078';
	padding-left: 7px;
}

#navigation ul ul li a:after {
	content: '\f054';
	position: absolute;
	right: 15px;
	top: 7px;
}

#navigation ul li a:only-child:after {
	content: '';
	padding: 0;
}

#navigation ul ul li a:only-child:after {
	content: '';
}

#navigation ul ul ul {
	pointer-events: none;
}

#navigation ul ul li:hover>ul {
	pointer-events: all;
}

/* Flickering fix */
#navigation ul li ul,
#navigation ul li .mega-menu {
	pointer-events: none;
}

#navigation ul li:hover ul,
#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul {
	pointer-events: all;
}

/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	font-size: 15px;
}

#navigation ul ul li {
	border-radius: 5px;
}

#navigation ul ul li:last-child {
	border-bottom: none;
}

#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 27px !important;
	padding: 3px 40px 3px 15px !important;
	line-height: 24px !important;
}

body #navigation ul ul {
	padding: 13px 10px;
	box-sizing: border-box;
}

#navigation ul ul li {
	width: 195px;
}

#navigation ul ul li:hover {
	border-radius: 0;
}

#navigation ul ul li:first-child {
	border-radius: 5px 5px 0 0;
}

#navigation ul ul li:last-child {
	border-radius: 0 0 5px 5px;
}

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}

#navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}


/* Menu Style 1
------------------------------------- */
#navigation.style-1 .current {
	background-color: transparent;
	color: #66676b;
}

#navigation.style-1 {
	margin-top: 1px;
}

#navigation.style-1 .current:after {
	opacity: 1;
}

#navigation.style-1 ul li {
	transition: all 0.25s;
}

#navigation.style-1 ul li a {
	color: #444;
	cursor: pointer;
}

#navigation.style-1 ul li:hover a {
	color: #66676b;
}

/* #navigation.style-1 ul ul li a { color: #444 !important; }

#navigation.style-1 ul ul li { opacity: 0.8; }
#navigation.style-1 ul ul li:hover { opacity: 1; } */

#navigation.style-1 ul a {
	line-height: 32px;
	padding: 5px 15px;
}

#navigation.style-1 .mega-menu:not(.mm-panel) ul li {
	padding: 0px;
	height: 100%;
	padding-left: 15px;
}

#navigation.style-1 ul li {
	margin: 0 5px;
}

#navigation.style-1 ul ul li {
	margin: 0;
	border-radius: 0;
}

#navigation.style-1 ul ul li:first-child {
	border-radius: 5px 5px 0 0;
}

#navigation.style-1 ul ul li:last-child {
	border-radius: 0 0 5px 5px;
}

/* Indicator Arrow */
#navigation ul ul li a:after {
	opacity: 0.5;
	transition: all 0.25s;
	transform: translateX(-5px);
}

#navigation ul ul li:hover a:after {
	opacity: 1;
	transform: translateX(0);
}

/* Menu Hovers */
#navigation.style-1 ul li a {
	transition: 0.4s;
	border-radius: 50px;
	font-size: 15px;
}

#navigation.style-1>ul>li.current-menu-ancestor>a,
#navigation.style-1>ul>li:hover>a {
	background: rgb(102, 103, 107, 0.06);
	color: #66676b;
}

#navigation.style-1 ul li li a {
	background: #fff !important
}

#navigation.style-1 ul a {
	padding: 2px 15px
}

#navigation ul ul {
	margin: 10px 0 0 0;
}

#navigation.style-1 ul li {
	margin: 0 3px;
}

#navigation.style-1 {
	margin-top: 4px;
}

body #navigation ul .mega-menu:not(.mm-panel) ul a,
body #navigation.style-1 ul ul li {
	opacity: 1;
}

body #navigation.style-1 ul ul li a:after,
body #navigation.style-1 ul li:hover ul li a,
body #navigation.style-1 ul li:hover ul li:hover li a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li a,
body #navigation.style-1 ul ul li:hover ul li a {
	color: #707070;
}

body #navigation.style-1 ul ul li:hover a:after,
body #navigation.style-1 ul li:hover ul li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover a,
body #navigation.style-1 ul li:hover ul li:hover li:hover li:hover a,
body #navigation.style-1 ul ul li:hover ul li a:hover {
	color: #66676b;
}

/* ---------------------------------- */
/* Mega Menu
------------------------------------- */
.mega-menu:not(.mm-panel) {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	position: absolute;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	font-size: 15px;
	display: flex;
	top: 100%;
	left: 0;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 14px;
	margin-top: -2px;
	background-color: #fff;
	width: 200px;
	z-index: 99;
	transform: translate3d(-42%, 24px, 0);
}

.mega-menu:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	display: block;
	width: 100%;
	height: 12px;
	opacity: 0;
}

#navigation ul li .mega-menu ul {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	position: relative;
	display: inline-block;
	flex: 1;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	top: auto;
	left: auto;
	background-color: transparent;
}

#navigation ul li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-42%, 12px, 0);
}

#navigation ul li:hover .mega-menu ul {
	opacity: 1;
	visibility: visible;
}


#navigation .mega-menu ul,
#navigation .mega-menu ul li {
	width: 100%;
	opacity: 1 !important;
}

.mega-menu.two-columns:not(.mm-panel) {
	width: 429px;
}

.mega-menu.three-columns:not(.mm-panel) {
	width: 643px;
}

.mega-menu.four-columns:not(.mm-panel) {
	width: 857px;
}

#navigation ul .mega-menu:not(.mm-panel) ul a {
	color: #444;
	padding: 0 !important;
	display: block;
	margin-left: 0;
	-wekkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0.8;
}

#navigation ul .mega-:not(.mm-panel) ul a:hover {
	opacity: 1;
}

#navigation ul li:hover .mega-menu:not(.mm-panel) ul a,
#navigation ul .mega-menu:not(.mm-panel) ul a {
	padding: 5px 0 !important;
	line-height: 22px !important;
	transform: translate3d(0, 0, 0) !important;
}

#navigation .mega-menu:not(.mm-panel) ul li {
	padding: 0 30px;
}

#navigation ul li a i {
	font-size: 14px;
	position: relative;
	top: 0;
	padding-right: 5px;
}

#navigation .mega-menu:not(.mm-panel)>ul>li,
.mega-menu-section {
	display: inline-block;
	float: left;
	width: 214px;
	padding: 0;
	border-right: 1px solid #e9e9e9;
}

#navigation ul .mega-menu:not(.mm-panel) ul a:hover {
	opacity: 1;
}

.mega-menu .mega-menu-section:last-child {
	border: none;
}

.mega-menu-headline {
	color: #333;
	opacity: 1 !important;
	font-weight: 500;
	display: block;
	padding: 6px 15px !important;
	letter-spacing: 0;
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 21px;
}

#navigation .mega-menu:not(.mm-panel)>ul>li:last-child {
	border-right: none;
}

/* Some mega menu styles for mobile nav */
/* .mobile-styles .mm-listview { margin:     10px -20px !important; }
.mobile-styles .mm-listview .mega-menu-headline {color: #fff;padding: 15px 20px !important; font-size: 14px;}
.mm-listview li a i { padding-right: 5px !important; }
.mobile-styles.mm-panel:before { height: 10px !important; } */

.mega-menu .mm-listitem__btn {
	border-color: #404040;
	position: relative;
}

.mm-listitem__text i {
	padding-right: 5px;
}

/* Flickering Fix */
#navigation ul li .mega-menu ul,
#navigation ul li ul {
	z-index: 100;
}

#navigation ul li:hover .mega-menu,
#navigation ul li:hover ul {
	z-index: 200;
}

@media (max-width: 1440px) {
	.main-search-container {
		height: 580px;
	}
}

@media (min-width: 1024px) {
	body.full-width-header #header .container {
		width: 100%;
	}

	body.full-width-header:not(.page-template-template-dashboard):not(.page-template-template-split-map) #header,
	body.full-width-header #header.cloned {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.full-width-header #navigation.style-1:before {
		width: 100%;
	}
}

@media (min-width: 1366px) {
	body.full-width-header .left-side {
		width: 75%;
	}

	body.full-width-header .right-side {
		width: 25%;
	}
}

@media (min-width: 1240px) {
	body.full-width-header .left-side {
		width: 65%;
	}

	body.full-width-header .right-side {
		width: 35%;
	}
}

/* Small devices and browsers */
@media only screen and (max-width: 1365px) {

	header.fullwidth.dashboard .container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding: 0 40px;
		width: 100%;
	}

	/* Dashboard Logo */
	.dashboard #logo {
		background-color: #fff;
		position: relative;
		height: 100%;
		left: 0;
		top: 0;
		margin: 3px 50px 0 0;
		max-width: auto;
		min-width: auto;
	}

	.dashboard #logo a {
		margin-left: 0;
		display: inline-block;
		height: 100%;
	}

	.dashboard #logo a.dashboard-logo {
		display: none;
	}

	.dashboard #logo a img {
		top: 0;
		position: relative;
		max-height: 40px;
		transform: translate3d(0, 0, 0);
	}

	.user-menu ul {
		left: -25px;
		right: auto;
	}

}


/* Smaller than standard 1180 (devices and browsers) */
@media (max-width: 1239px) {

	#navigation.style-1 {
		margin: 25px 0 5px -5px;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 0;
		position: relative;
	}

	#navigation.style-1:before {
		position: absolute;
		width: 100%;
		height: 1px;
		display: block;
		top: 0;
		left: 5px;
		content: "";
		background: #e8e8e8;
		width: 940px;
	}

	.fullwidth #navigation.style-1:before {
		background: linear-gradient(to right, #e8e8e8 50%, #fff);
	}

	.listing-item-container.list-layout .listing-item-image {
		flex: 3;
	}

	.listing-slider,
	.listing-slider .item {
		height: 30vh;
		min-height: 400px;
		max-height: 400px;
	}

	#header.cloned {
		display: none;
	}
}


/* Reset for menu */
@media (max-width: 1024px) {
	#navigation.style-1 {
		margin: 0;
		padding-top: 0;
	}

	#navigation.style-1:before {
		display: none;
	}

	.header-widget {
		height: auto;
	}

	/* Dashboard Logo */
	.dashboard #logo {
		background-color: #fff;
		position: absolute;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		width: 35%;
		text-align: center;
		left: 0;
		right: 0;
	}

	.dashboard #logo a {
		margin-left: 0;
		display: inline-block;
		height: 100%;
	}

	.dashboard #logo a.dashboard-logo {


@media (min-width: 1240px) and (max-width: 1440px) {
	.transparent-header .main-search-container .main-search-inner {
		padding-top: 190px;
		padding-bottom: 150px;
	}
}

/* Transparent Header Mobile Styles  */
@media (max-width: 1240px) {
	.transparent-header #navigation.style-1:before {
		background: rgba(255, 255, 255, 0.15);
	}

	.transparent-header #header:not(.cloned) {
		border: none;
	}

	.transparent-header .main-search-container h1,
	.transparent-header .main-search-container h2 {
		font-size: 38px;
		line-height: 46px;
	}

}

@media (min-width: 1024px) and (max-width: 1240px) {
	.transparent-header .main-search-container .main-search-inner {
		padding-top: 180px;
		padding-bottom: 100px;
	}
}

@media (max-width: 1024px) {
	.transparent-header .header-widget {
		padding: 15px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		width: 100%;
	}

	.user_not_logged_in .header-widget {
		display: block;
	}

	.transparent-header .mmenu-trigger {
		background-color: rgba(255, 255, 255, 0.15);
	}

	.transparent-header .hamburger-inner,
	.transparent-header .hamburger-inner::before,
	.transparent-header .hamburger-inner::after {
		background: #fff;
	}

	.transparent-header #header:not(.cloned) {
		border: none;
	}

	.transparent-header .main-search-container .main-search-inner {
		padding-top: 180px;
		padding-bottom: 80px;
	}

	.transparent-header .main-search-inner {
		text-align: left;
	}

	.transparent-header .main-search-input {
		margin-top: 30px;
	}

	.main-search-input-item:last-child,
	.main-search-input .main-search-input-item:last-child,
	.main-search-input .main-search-input-item:nth-last-child(2),
	.main-search-input .main-search-input-item:nth-last-child(3) {
		border-right: none;
		padding-left: 0;
/* Full Width Header */
header.fullwidth .container {
	width: 100%;
	margin: 0;
	padding: 0 40px;
}

.left-side {
	float: left;
	width: 60%;
	display: inline-block;

}

.right-side {
	float: right;
	width: 40%;
	display: inline-block;
}


.left-sidebar .listings-column-content {
	float: right;
}

.left-sidebar .blog-page .col-md-8 {
	float: right;
}


/* mobile fix */
@media (min-width: 1025px) and (max-width: 1239px) {
	.right-side {
		width: auto;
		display: inline-block;
		margin-top: -122px;
		position: relative;
	}

	.left-side {
		width: 100%;
		display: inline-block;
	}
}

#logo,
#navigation {
	float: left;
}

#logo {
	margin-right: 35px;
}

.header-widget {
	text-align: right;
}

	#header-container:not(.hws-wrapper) #header .container {
		display: flex;
		justify-content: space-between;
	}

	.right-side {
		width: auto;
	}

	.left-side {
		flex: 1;
		width: auto;
	}
}
/* Gray Style */

/* TEST PACA - correction header desktop */
@media (min-width: 1200px) {
    #header .container {
        display: flex !important;
        justify-content: space-between !important;
    }

    #header .left-side {
        flex: 1 1 auto !important;
        width: auto !important;
    }

    #header .right-side {
        width: auto !important;
    }
}

/* TEST PACA - alignement menu desktop */
@media (min-width: 1200px) {
    #header .left-side {
        width: calc(100% - 190px) !important;
    }

    #header .right-side {
        width: 170px !important;
    }

    #header #navigation {
        width: auto !important;
        max-width: calc(100% - 180px) !important;
        white-space: nowrap;
    }
}
