/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages
7. post
8. effect
9. utilities
10. widgets layout
11. widgets
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate_icon {
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes scaleicon {
	from {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		transform: scale(1, 1);
		/* Standard syntax */
	}
	50% {
		-ms-transform: scale(1.25, 1.25);
		/* IE 9 */
		transform: scale(1.25, 1.25);
		/* Standard syntax */
	}
}

@keyframes scaleicon {
	from {
		-ms-transform: scale(1, 1);
		/* IE 9 */
		transform: scale(1, 1);
		/* Standard syntax */
	}
	50% {
		-ms-transform: scale(1.25, 1.25);
		/* IE 9 */
		transform: scale(1.25, 1.25);
		/* Standard syntax */
	}
}

/* 1. base */
body {
	overflow-x: hidden;
	font-size: var(--justhome-main-font-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.wp-block-image,
.wp-block-gallery {
	margin-bottom: 28px;
}

figcaption {
	margin-top: 15px;
}

[class^='btn'],
.elementor-button,
.btn {
	white-space: nowrap;
	text-decoration: none !important;
}

[class^='btn'] i,
.elementor-button i,
.btn i {
	vertical-align: middle;
}

.sticky-top {
	position: sticky !important;
	z-index: 4;
}

input {
	text-align: left;
}

button,
.btn,
a {
	outline: none !important;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.tooltip-inner {
	padding: 5px 15px;
	border-radius: 8px;
}

i {
	display: inline-block;
	line-height: 1;
}

.filter-in-sidebar {
	cursor: pointer;
}

.filter-in-sidebar i {
	vertical-align: middle;
}

.badge {
	border-radius: 8px;
	padding: 11px 12px;
	font-size: 13px;
	font-weight: 500;
}

.bg-success {
	background: #f1faff !important;
	color: #00a3ff !important;
}

.bg-pending {
	background: #fff4de !important;
	color: #ffa800 !important;
}

.bg-cancelled {
	background: #fff5f8 !important;
	color: #f1416c !important;
}

.alert p:last-child {
	margin-bottom: 0;
}

[dir='rtl'] .flaticon-left-arrow:before {
	content: '\f104';
}

[dir='rtl'] .flaticon-next:before {
	content: '\f105';
}

.clearfix::after {
	display: table;
}

.mfp-container {
	overflow-x: hidden;
}

fieldset {
	clear: both;
	overflow: hidden;
}

textarea {
	resize: none;
}

.bs-tooltip-top {
	margin-bottom: 8px !important;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.form-control {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	outline: none !important;
}

@media (max-width: 1199px) {
	.form-control {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

ol ol,
ol ul,
ul ol,
ul ul {
	padding-left: 20px;
}

.post-password-form input {
	height: 43px;
	padding: 5px 10px;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e9e9e9;
}

.post-password-form input:focus {
	border-color: var(--justhome-link-color);
}

.post-password-form input[type='submit'] {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
	border: 0;
	padding: 5px 25px;
}

.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus {
	color: var(--justhome-link-color);
	background: var(--justhome-theme-hover-color);
}

a:focus,
.btn:focus {
	outline: none !important;
}

.list,
.list-no {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pswp__item {
	cursor: move;
}

.no-border {
	border: none !important;
}

.no-border:before {
	display: none !important;
}

.wpb_widgetised_column {
	margin: 0;
}

.topmenu-menu-line {
	list-style: none;
	padding: 0;
	margin: 0;
}

.topmenu-menu-line li {
	display: inline-block;
	vertical-align: middle;
}

.topmenu-menu-line li .space {
	margin: 0 3px;
}

.top-menu-mobile .title {
	font-size: 20px;
	padding: 0 15px;
	margin: 0 0 15px;
}

.top-menu-mobile .navbar-nav > li > a {
	padding: 2px 15px;
}

.box-account {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.box-account {
		padding: 50px;
	}
}

.box-account .nav-tabs {
	border: 0;
	margin: 0 0 0.9375rem;
	flex-wrap: nowrap;
	justify-content: center;
}

@media (min-width: 1200px) {
	.box-account .nav-tabs {
		margin-bottom: 1.875rem;
	}
}

.box-account .nav-tabs > li {
	margin: 0 5px;
}

.box-account .nav-tabs > li > a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-weight: 500;
	font-size: 1rem;
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid transparent;
	border-radius: 40px;
	color: var(--justhome-link-color);
}

.box-account .nav-tabs > li > a i {
	margin-right: 7px;
	vertical-align: text-top;
	line-height: 1;
	font-size: 18px;
	display: inline-block;
}

.box-account .nav-tabs > li > a.active {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	background: #fff;
	color: var(--justhome-theme-color);
	border-color: #e9e9e9;
}

.action .caret {
	width: 8px;
	height: 8px;
	position: relative;
}

.action[aria-expanded='true'] b {
	border: none;
}

.action[aria-expanded='true'] b:before {
	font-family: FontAwesome;
	content: '\f00d';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

ins {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.audio-responsive iframe {
	width: 100%;
	height: 126px;
}

ul.list-square {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list-square > li {
	line-height: 35px;
	font-size: 14px;
	margin: 0;
}

ul.list-square > li.active > a,
ul.list-square > li:hover > a {
	color: var(--justhome-theme-color);
}

ul.list-square > li.active > a:before,
ul.list-square > li:hover > a:before {
	background: var(--justhome-theme-color);
}

ul.list-square > li > a {
	display: block;
	padding-left: 20px;
	position: relative;
}

ul.list-square > li > a:before {
	content: '';
	background: var(--justhome-link-color);
	width: 8px;
	height: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
	display: inline-block;
	content: '/';
	margin: 0 5px;
}

.apus-breadscrumb {
	background-color: transparent;
	text-align: center;
}

.apus-breadscrumb .active {
	color: var(--justhome-link-color);
}

.apus-breadscrumb a {
	color: var(--justhome-text-color);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.apus-breadscrumb a:hover,
.apus-breadscrumb a:focus {
	color: var(--justhome-link-color);
}

.apus-breadscrumb .wrapper-breads {
	padding: 1.875rem 0;
}

@media (min-width: 1200px) {
	.apus-breadscrumb .wrapper-breads {
		padding: 80px 0;
	}
}

.apus-breadscrumb.has_bg {
	background-color: rgba(24, 26, 32, 0.9);
	margin: 0 0 1.875rem;
}

@media (min-width: 1200px) {
	.apus-breadscrumb.has_bg {
		margin-bottom: 60px;
	}
}

.apus-breadscrumb.has_bg .wrapper-breads {
	padding: 1.875rem 0;
}

@media (min-width: 1200px) {
	.apus-breadscrumb.has_bg .wrapper-breads {
		padding: 180px 0;
	}
}

.apus-breadscrumb.has_bg li::before,
.apus-breadscrumb.has_bg .active,
.apus-breadscrumb.has_bg a,
.apus-breadscrumb.has_bg .bread-title {
	color: inherit;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
	justify-content: center;
	font-size: 1rem;
}

.bread-title {
	text-transform: capitalize;
	font-size: 23px;
	margin: 0 0 8px;
}

@media (min-width: 768px) {
	.bread-title {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.bread-title {
		font-size: 40px;
	}
}

.search-form input,
.search-form .btn {
	background: #ebedee;
	border-color: #ebedee;
	color: var(--justhome-link-color);
}

.search-form .btn {
	padding: 1.875rem 15px;
}

.ui-autocomplete.ui-widget-content {
	padding: 15px;
	margin: 0;
	list-style: none;
	background: #fff;
	width: 300px !important;
	border: 1px solid var(--justhome-link-color);
	border-radius: 12px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
	box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
}

.ui-autocomplete.ui-widget-content li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
}

.ui-autocomplete.ui-widget-content li:hover .team-agent-list-label,
.ui-autocomplete.ui-widget-content li:focus .team-agent-list-label {
	color: var(--justhome-link_hover_color);
}

.ui-autocomplete.ui-widget-content li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.add-fix-top {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #222121;
	color: #fff;
}

@media (min-width: 1200px) {
	.add-fix-top {
		right: 1.875rem;
		bottom: 1.875rem;
		width: 50px;
		height: 50px;
	}
}

.add-fix-top.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media (min-width: 1200px) {
	.add-fix-top.active {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.add-fix-top.active:focus,
.add-fix-top.active:hover {
	color: var(--justhome-link-color);
	opacity: 1;
	filter: alpha(opacity=100);
	background: var(--justhome-theme-hover-color);
}

.menu {
	padding: 0;
	margin: 0;
}

.menu li {
	list-style: none;
	margin-bottom: 8px;
}

.menu li:last-child {
	margin-bottom: 0;
}

.menu ul {
	padding-left: 20px;
	margin: 0;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes -webkit-spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.apus-page-loading {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
}

.apus-loader-inner {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background-size: cover;
	background-repeat: no-repeat;
}

.apus-loader-inner > div {
	width: 8px;
	height: 100%;
	display: inline-block;
	float: left;
	margin-left: 2px;
	-webkit-animation: delay 0.8s infinite ease-in-out;
	animation: delay 0.8s infinite ease-in-out;
}

.apus-loader-inner .loader1 {
	background-color: #e39505;
}

.apus-loader-inner .loader2 {
	background-color: #ff5395;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.apus-loader-inner .loader3 {
	background-color: #84b813;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.apus-loader-inner .loader4 {
	background-color: #f38ca3;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.apus-loader-inner .loader5 {
	background-color: #da5800;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

@-webkit-keyframes delay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.05);
		transform: scaleY(0.05);
	}
	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes delay {
	0%,
	40%,
	100% {
		transform: scaleY(0.05);
		-webkit-transform: scaleY(0.05);
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.page-links {
	overflow: hidden;
	margin: 0 0 30px;
}

.page-links .page-links-title {
	font-weight: normal;
	color: var(--justhome-link-color);
}

.page-links > span:not(.page-links-title),
.page-links > a {
	display: inline-block;
	line-height: 1;
	margin: 0 3px;
	padding: 10px 13px;
	border-radius: 2px;
	border: 1px solid #e9e9e9;
	color: var(--justhome-link-color);
}

.page-links > span:not(.page-links-title):hover,
.page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

.page-links > span:not(.page-links-title) {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

option {
	padding: 5px;
}

.woocommerce-MyAccount-navigation > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 35px;
}

.image-lazy-loading .image-wrapper {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	max-height: 100%;
}

.image-lazy-loading .image-wrapper img {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.image-lazy-loading .image-wrapper.image-loaded {
	background: none;
}

.image-lazy-loading .image-wrapper.image-loaded img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.apus-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	border: none !important;
	padding: 4px 25px 6px 0;
	background: transparent !important;
	color: #707070 !important;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	border: none;
	border: 1px solid #e9e9e9;
	min-width: 114px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
	border-bottom: 1px solid #e9e9e9;
	padding: 9px 10px;
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
	border: none !important;
	background: transparent !important;
	padding: 0;
	color: var(--justhome-link-color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover,
.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:focus {
	color: var(--justhome-link_hover_color);
}

.apus-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
	border: none;
}

.apus-header .wpml-ls-legacy-dropdown {
	width: auto;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency,
.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency {
	padding: 0;
	border: none;
	background: transparent;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency {
	padding: 5px 10px;
	border-bottom: 1px solid #e9e9e9;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency:last-child {
	border: none;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency {
	font-weight: 400;
	color: #707070;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency
	a:hover,
.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency
	.wmc-currency.active
	a {
	font-weight: 400;
	color: var(--justhome-theme-color);
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	.wmc-sub-currency {
	min-width: 80px;
	text-align: inherit;
	z-index: 99;
}

.apus-header
	.woo-multi-currency.shortcode.plain-vertical
	.wmc-currency-wrapper
	span.wmc-current-currency::after {
	font-size: 11px;
}

.apus-header .apus-topbar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 155px;
}

.apus_socials {
	list-style: none;
	padding: 0;
}

.apus_socials li {
	display: inline-block;
	margin-right: 10px;
}

.apus_socials li:last-child {
	margin: 0;
}

.apus_socials a {
	border: 1px solid #dce1e6;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	text-indent: 2px;
}

.apus_socials a:hover,
.apus_socials a:focus {
	color: #fff !important;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

.apus_socials a.facebook {
	color: #3c66c4;
}

.apus_socials a.twitter {
	color: #00aced;
}

.apus_socials a.pinterest {
	color: #bd081c;
}

.apus_socials a.google-plus {
	color: #dc473a;
}

.apus_socials a.instagram {
	color: #bc44bd;
}

.apus_socials.style2 a {
	border-color: #47586d;
}

.select2-container {
	outline: none !important;
}

.select2-container.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	outline: none !important;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	height: 40px;
	font-size: 0.9375rem;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.select2-container.select2-container--default
	.select2-search--dropdown
	.select2-search__field:focus {
	border-color: var(--justhome-link-color);
}

.select2-results__option {
	outline: none !important;
}

.select2-container--default .select2-dropdown {
	overflow: hidden;
	border: 1px solid var(--justhome-link-color) !important;
	min-width: 175px;
	padding: 20px;
	border-radius: 12px !important;
}

@media (min-width: 1200px) {
	.select2-container--default .select2-dropdown {
		border-radius: 16px !important;
	}
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
	margin-top: 10px;
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
	margin-top: -10px;
}

.select2-container--default.orderby .select2-dropdown {
	min-width: 150px;
	padding: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 215px !important;
	scrollbar-width: thin;
}

.select2-results .select2-results__option {
	color: var(--justhome-link-color);
	padding: 5px 20px;
	background-color: transparent;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 12px;
}

.select2.select2-container--default.select2-container
	.select2-selection--single {
	height: 48px;
	outline: none;
	border-radius: 12px !important;
	border: 1px solid #e9e9e9;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 5px 12px;
}

@media (min-width: 1200px) {
	.select2.select2-container--default.select2-container
		.select2-selection--single {
		height: calc(1.9em + (1.5rem + 2px));
	}
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-top: 4px;
	padding-bottom: 4px;
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.select2.select2-container--default.select2-container
		.select2-selection--single
		.select2-selection__rendered {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__placeholder {
	color: var(--justhome-text-color);
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow {
	top: 10px;
	right: 12px;
}

@media (min-width: 1200px) {
	.select2.select2-container--default.select2-container
		.select2-selection--single
		.select2-selection__arrow {
		top: 13px;
	}
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-top-color: var(--justhome-link-color);
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__clear {
	color: #dc3545;
}

.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__clear:hover,
.select2.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__clear:focus {
	color: #d32535;
}

.select2-container--default.select2-container .select2-selection--multiple {
	height: calc(1.9em + (1.5rem + 2px));
	outline: none;
	border-radius: 12px !important;
	border: 1px solid #e9e9e9;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.select2-container--default.select2-container
	.select2-selection--multiple
	.select2-selection__choice {
	border: 0;
	color: var(--justhome-link-color);
	background-color: #f9f9f9;
}

@media (min-width: 1200px) {
	.select2-container--default.select2-container
		.select2-selection--multiple
		.select2-selection__choice {
		margin-top: 10px;
	}
}

.select2-container--default.select2-container
	.select2-selection--multiple
	.select2-selection__choice
	.select2-selection__choice__remove {
	color: #dc3545 !important;
	margin-right: 5px;
}

.select2-container--default.select2-container
	.select2-selection--multiple
	.select2-search--inline
	.select2-search__field {
	height: auto;
}

.select2-container--default.select2-container.select2-container--open
	.select2-selection--multiple {
	border-color: var(--justhome-link-color);
}

.select2-container--default.select2-container.select2-container--open
	.select2-selection--single {
	border-color: var(--justhome-link-color);
}

.select2-container--default.select2-container.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-bottom-color: var(--justhome-link-color);
}

.select2-container.select2-container--default
	.select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[data-selected] {
	background: #f9f9f9;
	color: var(--justhome-link-color);
}

.select2-container.select2-container--default
	.select2-results__option[aria-selected='true'],
.select2-container.select2-container--default
	.select2-results__option[data-selected='true'] {
	background: #f9f9f9;
	color: var(--justhome-link-color);
}

.nav-tabs-custom {
	border: 1px solid #e8ebef;
	margin: 47px 0 0;
}

.nav-tabs-custom > .nav-tabs {
	margin-top: -47px;
	margin-left: -1px;
}

.nav-tabs-custom .tab-content > .tab-pane {
	padding: 0 1em;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

.bs-glyphicons {
	padding: 0;
}

.bs-glyphicons li {
	width: 24.5%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #e8edef;
	display: inline-block;
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}

.apus-social-share > * {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.apus-social-share strong {
	font-size: 15px;
	font-weight: 500;
	margin-right: 15px;
}

@media (min-width: 1200px) {
	.apus-social-share strong {
		margin-right: 1.875rem;
	}
}

.apus-social-share a {
	display: inline-block;
}

.apus-social-share a + a:before {
	content: '';
	background: #1f4b43;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
}

.share-listing {
	display: inline-block;
	cursor: pointer;
}

.share-listing .icon-share {
	border-radius: 50%;
	border: 1px solid #e9e9e9;
	background: #fff;
	color: var(--justhome-link-color);
	display: inline-block;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	flex-shrink: 0;
}

.share-listing .icon-share:hover,
.share-listing .icon-share:focus {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

.share-listing .share-title {
	font-weight: 500;
	margin: 0 0 0 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.share-listing .bo-social-icons {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	white-space: nowrap;
	padding: 4px 10px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	margin-bottom: 0px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.share-listing .bo-social-icons:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	border-width: 8px;
	border-style: solid;
	border-color: #e9e9e9 transparent transparent;
}

.share-listing:hover .bo-social-icons {
	margin-bottom: 10px;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.share-listing:hover .share-title {
	color: var(--justhome-theme-color);
}

.share-listing:hover .icon-share {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

.filter-scroll {
	height: 100%;
}

.tooltip {
	z-index: 4;
}

.flaticon-repeat:before {
	content: '\f129';
	font-family: 'Flaticon';
}

.affix {
	position: fixed !important;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #24324a;
}

.tooltip.top .tooltip-inner {
	padding: 5px 15px;
	background-color: #24324a;
	color: #fff;
	border-radius: 12px;
}

.apus-results {
	margin-top: 10px;
}

.apus-results .apus-results-reset {
	display: inline-block;
	padding: 6px 15px;
	background: #dc3545;
	color: #fff;
	white-space: nowrap;
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.apus-results .apus-results-reset:hover,
.apus-results .apus-results-reset:active {
	color: #fff;
	background: #bd2130;
}

.ajax-pagination {
	text-align: center;
	margin: 10px 0;
}

.ajax-pagination.apus-loader .apus-loadmore-btn {
	display: none;
}

.ajax-pagination.apus-loader:after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	width: 100%;
	height: 50px;
	display: block;
}

.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
	display: none;
}

.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
	display: block;
	color: #dc3545;
}

.ajax-listings-pagination {
	text-align: center;
}

.ajax-listings-pagination .apus-loadmore-btn {
	display: none;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-loadmore-btn {
	display: inline-block;
}

.ajax-listings-pagination:not(.all-listings-loaded) .apus-allproducts {
	display: none;
}

.wp-block-button .wp-block-button__link {
	border-radius: 12px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
	color: #fff;
}

.wp-block-button .wp-block-button__link:not(.has-background):hover,
.wp-block-button .wp-block-button__link:not(.has-background):focus {
	color: #fff;
	background-color: var(--justhome-theme-hover-color);
	border-color: var(--justhome-theme-hover-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-color: var(--justhome-theme-color);
	color: var(--justhome-theme-color);
}

pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	line-height: 1.9;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

dl {
	margin-bottom: 24px;
}

table {
	width: 100%;
	border: 1px solid #e9e9e9;
	margin-bottom: 24px;
}

table th,
table td {
	border: 1px solid #e9e9e9;
	padding: 8px 15px;
}

.row-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.row-20 > * {
	padding-left: 10px;
	padding-right: 10px;
}

.row-20 .form-control {
	margin-bottom: 20px;
}

.row-10 {
	margin-right: -5px;
	margin-left: -5px;
}

.row-10 > * {
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 768px) {
	.row-60 {
		margin-right: -30px;
		margin-left: -30px;
	}
	.row-60 > * {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.h-100 {
	height: 100px !important;
}

.space {
	margin: 0 2px;
}

[class*='sticky'] {
	position: sticky !important;
}

/* 2. elements */
/* block */
.widget {
	margin-bottom: 1.875rem;
	position: relative;
	padding: 0px;
	background: transparent;
}

.widget .wc-blocks-filter-wrapper > h3,
.widget .wp-block-group__inner-container > h1,
.widget .wp-block-group__inner-container > h2,
.widget .wp-block-group__inner-container > h3,
.widget .wp-block-group__inner-container > h4,
.widget .wp-block-group__inner-container > h5,
.widget .wp-block-group__inner-container > h6 {
	margin: 0 0 15px;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.widget .wc-blocks-filter-wrapper > h3,
	.widget .wp-block-group__inner-container > h1,
	.widget .wp-block-group__inner-container > h2,
	.widget .wp-block-group__inner-container > h3,
	.widget .wp-block-group__inner-container > h4,
	.widget .wp-block-group__inner-container > h5,
	.widget .wp-block-group__inner-container > h6 {
		margin-bottom: 22px;
	}
}

.widget .wc-blocks-filter-wrapper > h3 + ul,
.widget .wp-block-group__inner-container > h1 + ul,
.widget .wp-block-group__inner-container > h2 + ul,
.widget .wp-block-group__inner-container > h3 + ul,
.widget .wp-block-group__inner-container > h4 + ul,
.widget .wp-block-group__inner-container > h5 + ul,
.widget .wp-block-group__inner-container > h6 + ul {
	margin: 0;
	padding-left: 0;
}

.widget .wc-blocks-filter-wrapper > h3 + ul li,
.widget .wp-block-group__inner-container > h1 + ul li,
.widget .wp-block-group__inner-container > h2 + ul li,
.widget .wp-block-group__inner-container > h3 + ul li,
.widget .wp-block-group__inner-container > h4 + ul li,
.widget .wp-block-group__inner-container > h5 + ul li,
.widget .wp-block-group__inner-container > h6 + ul li {
	list-style: none;
	margin-bottom: 10px;
}

.widget .wc-blocks-filter-wrapper > h3 + ul li:last-child,
.widget .wp-block-group__inner-container > h1 + ul li:last-child,
.widget .wp-block-group__inner-container > h2 + ul li:last-child,
.widget .wp-block-group__inner-container > h3 + ul li:last-child,
.widget .wp-block-group__inner-container > h4 + ul li:last-child,
.widget .wp-block-group__inner-container > h5 + ul li:last-child,
.widget .wp-block-group__inner-container > h6 + ul li:last-child {
	margin-bottom: 0;
}

.widget .wc-blocks-filter-wrapper > h3 + ul li > a:before,
.widget .wp-block-group__inner-container > h1 + ul li > a:before,
.widget .wp-block-group__inner-container > h2 + ul li > a:before,
.widget .wp-block-group__inner-container > h3 + ul li > a:before,
.widget .wp-block-group__inner-container > h4 + ul li > a:before,
.widget .wp-block-group__inner-container > h5 + ul li > a:before,
.widget .wp-block-group__inner-container > h6 + ul li > a:before {
	content: '';
	width: 10px;
	height: 2px;
	background: currentColor;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 10px;
	vertical-align: middle;
}

.widget .wc-blocks-filter-wrapper > h3 + ul li:hover > a,
.widget .wc-blocks-filter-wrapper > h3 + ul li.current-cat-parent > a,
.widget .wc-blocks-filter-wrapper > h3 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h1 + ul li:hover > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h2 + ul li:hover > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h3 + ul li:hover > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h4 + ul li:hover > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h5 + ul li:hover > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat > a,
.widget .wp-block-group__inner-container > h6 + ul li:hover > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat-parent > a,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat > a {
	color: var(--justhome-heading-color);
}

.widget .wc-blocks-filter-wrapper > h3 + ul li:hover > a:before,
.widget .wc-blocks-filter-wrapper > h3 + ul li.current-cat-parent > a:before,
.widget .wc-blocks-filter-wrapper > h3 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h1 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h1
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h1 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h2 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h2
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h2 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h3 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h3
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h3 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h4 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h4
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h4 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h5 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h5
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h5 + ul li.current-cat > a:before,
.widget .wp-block-group__inner-container > h6 + ul li:hover > a:before,
.widget
	.wp-block-group__inner-container
	> h6
	+ ul
	li.current-cat-parent
	> a:before,
.widget .wp-block-group__inner-container > h6 + ul li.current-cat > a:before {
	width: 15px;
}

.widget .wc-blocks-filter-wrapper > h3,
.widget .wp-block-group__inner-container > h2 {
	font-size: 19px;
}

.widget .widget-title,
.widget .widgettitle,
.widget .widget-heading {
	font-size: 19px;
	margin: 0 0 15px;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.widget .widget-title,
	.widget .widgettitle,
	.widget .widget-heading {
		margin-bottom: 22px;
	}
}

.widget .widget-title .urgent,
.widget .widget-title .featured,
.widget .widgettitle .urgent,
.widget .widgettitle .featured,
.widget .widget-heading .urgent,
.widget .widget-heading .featured {
	font-size: 0.75rem;
}

.sidebar .widget,
.apus-sidebar .widget {
	margin: 0 0 20px;
	padding: 0.9375rem;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.sidebar .widget,
	.apus-sidebar .widget {
		border-radius: 16px;
		padding: 1.875rem;
		margin-bottom: 1.875rem;
	}
}

.sidebar .widget .wp-block-tag-cloud a,
.apus-sidebar .widget .wp-block-tag-cloud a {
	background: #fff;
}

.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar .widget .wp-block-tag-cloud a:focus,
.sidebar .widget .wp-block-tag-cloud a.active,
.apus-sidebar .widget .wp-block-tag-cloud a:hover,
.apus-sidebar .widget .wp-block-tag-cloud a:focus,
.apus-sidebar .widget .wp-block-tag-cloud a.active {
	color: var(--justhome-heading-color);
}

aside.widget {
	margin: 0 0 20px;
	padding: 0.9375rem;
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	aside.widget {
		border-radius: 16px;
		padding: 1.875rem;
		margin-bottom: 1.875rem;
	}
}

aside.widget .wp-block-tag-cloud a {
	background: #fff;
}

aside.widget .wp-block-tag-cloud a:hover,
aside.widget .wp-block-tag-cloud a:focus,
aside.widget .wp-block-tag-cloud a.active {
	color: var(--justhome-heading-color);
}

/* 3. form */
.btn-action-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	color: #1f4b43;
	background: #fff8f6;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.btn-action-icon:hover,
.btn-action-icon:focus {
	color: #1f4b43;
	background: var(--justhome-theme-color);
}

.btn-action-icon:hover:before,
.btn-action-icon:focus:before {
	color: #fff;
}

.btn-action-icon + .btn-action-icon {
	margin-left: 5px;
}

.btn-action-icon.rejec:hover,
.btn-action-icon.rejec:focus {
	color: #fff;
	background: #ffc107;
}

.btn-action-icon.rejec.rejected {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.btn-action-icon.download:hover,
.btn-action-icon.download:focus {
	color: #fff;
	background: #222;
}

.btn-action-icon[class*='remove']:hover,
.btn-action-icon[class*='remove']:focus {
	color: #fff;
	background: #dc3545;
}

.btn-action-icon:before {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	color: var(--justhome-link-color);
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.btn-action-icon.loading {
	color: transparent !important;
}

.btn-action-icon.loading:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
	animation: rotate_icon 1500ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.list-action [class*='btn'] i {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	background-color: #f4f4f4;
	color: #717171;
	font-size: 1.0625rem;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	margin-right: 0.5rem;
}

.list-action [class*='btn']:hover i {
	color: #fff;
	background-color: var(--justhome-theme-color);
}

.list-action [class*='added'] i {
	color: #fff;
	background-color: var(--justhome-theme-color);
}

.list-action [class*='added']:hover i:before {
	content: '\e646';
	font-family: 'themify';
	font-weight: 400;
}

.list-action [class*='btn'].loading i:before {
	display: inline-block;
	animation: rotate_icon 1500ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

@media (min-width: 1200px) {
	.list-action .review {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
		min-width: 200px;
		text-align: center;
	}
}

.list-action > * {
	display: inline-block;
	margin-right: 0.625rem;
}

@media (min-width: 1200px) {
	.list-action > * {
		margin-right: 1.875rem;
	}
}

.list-action > *:last-child {
	margin-right: 0 !important;
}

.view_all {
	font-weight: 500;
	display: inline-block;
	font-size: 14px;
}

.view_all:focus,
.view_all:hover {
	text-decoration: underline;
}

.pre {
	font-weight: normal;
	margin-right: 5px !important;
	display: inline-block;
}

@media (min-width: 1200px) {
	.pre {
		margin-right: 8px !important;
	}
}

.next {
	font-weight: normal;
	margin-left: 5px !important;
	display: inline-block;
}

@media (min-width: 1200px) {
	.next {
		margin-left: 8px !important;
	}
}

.btn .text + i,
.btn .text + svg {
	font-weight: normal;
	margin-left: 5px !important;
	display: inline-block;
}

@media (min-width: 1200px) {
	.btn .text + i,
	.btn .text + svg {
		margin-left: 8px !important;
	}
}

.btn-freelancer-alert:before,
.btn-job-alert:before {
	content: '\f142';
	font-family: 'Flaticon';
	margin-right: 10px;
	font-size: 25px;
	line-height: 0;
	vertical-align: sub;
	display: inline-block;
}

.btn-outline.btn-primary {
	background: transparent;
	border-color: #0d6efd;
	color: #0d6efd;
}

.btn-outline.btn-primary:hover {
	color: #fff;
	border-color: #0d6efd;
	background: #0d6efd;
}

.btn-outline.btn-success {
	background: transparent;
	border-color: #198754;
	color: #198754;
}

.btn-outline.btn-success:hover {
	color: #ffffff;
	border-color: #198754;
	background: #198754;
}

.btn-outline.btn-info {
	background: transparent;
	border-color: #0dcaf0;
	color: #0dcaf0;
}

.btn-outline.btn-info:hover {
	color: #ffffff;
	border-color: #0dcaf0;
	background: #0dcaf0;
}

.btn-outline.btn-danger {
	background: transparent;
	border-color: #dc3545;
	color: #dc3545;
}

.btn-outline.btn-danger:hover {
	color: #ffffff;
	border-color: #dc3545;
	background: #dc3545;
}

.btn-outline.btn-warning {
	background: transparent;
	border-color: #ffc107;
	color: #ffc107;
}

.btn-outline.btn-warning:hover {
	color: #ffffff;
	border-color: #ffc107;
	background: #ffc107;
}

.btn-outline.btn-dark {
	background: transparent;
	border-color: var(--justhome-second-color);
	color: var(--justhome-second-color);
}

.btn-outline.btn-dark:hover {
	color: #ffffff;
	border-color: var(--justhome-second-color);
	background: var(--justhome-second-color);
}

.btn-outline.btn-green {
	background: transparent;
	border-color: #48c740;
	color: #48c740;
}

.btn-outline.btn-green:hover {
	color: #fff;
	border-color: #48c740;
	background: #48c740;
}

.btn-inverse.btn-primary:hover {
	color: #0d6efd;
	background: #ffffff;
}

.btn-inverse.btn-success:hover {
	color: #198754;
	background: #ffffff;
}

.btn-inverse.btn-info:hover {
	color: #0dcaf0;
	background: #ffffff;
}

.btn-inverse.btn-danger:hover {
	color: #dc3545;
	background: #ffffff;
}

.btn-inverse.btn-warning:hover {
	color: #ffc107;
	background: #ffffff;
}

.btn-inverse.btn-theme:hover {
	color: var(--justhome-theme-color);
	background: #ffffff;
}

.view-more-btn i {
	margin-left: 12px;
}

.reamore {
	font-size: 14px;
	font-weight: 500;
	color: var(--justhome-theme-color) !important;
	text-transform: uppercase;
	padding: 0 0 4px;
	border-bottom: 2px solid var(--justhome-theme-color);
}

.reamore i {
	margin-left: 8px;
}

.btn-browse {
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 15px;
	border: 1px solid #eaeff5;
	border-radius: 50px;
	line-height: 1.42857143;
}

.btn-browse:hover,
.btn-browse:focus {
	background: var(--justhome-theme-color);
	color: #fff;
	border-color: var(--justhome-theme-color);
}

.apus-loadmore-btn {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #24324a;
	text-transform: capitalize;
	font-weight: 600;
	color: #24324a;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 12px;
	position: relative;
}

@media (min-width: 1200px) {
	.apus-loadmore-btn {
		padding: 10px 40px;
	}
}

.apus-loadmore-btn:hover,
.apus-loadmore-btn:focus {
	color: #fff;
	border-color: #24324a;
	background-color: #24324a;
}

.apus-loadmore-btn.loading {
	border-color: transparent !important;
	background-color: transparent !important;
	color: transparent !important;
}

.apus-loadmore-btn.loading:after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

button:focus,
.btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.radius-0 {
	border-radius: 0 !important;
}

.radius-circle {
	border-radius: 100px !important;
}

.btn-theme.btn-white {
	background: #fff;
	color: var(--justhome-theme-color) !important;
	border-color: #fff;
}

.btn-theme.btn-white:active,
.btn-theme.btn-white:hover {
	background-color: var(--justhome-theme-color);
	color: #fff !important;
	border-color: var(--justhome-theme-color);
}

.btn-readmore {
	font-weight: 500;
}

.btn-lighten {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.btn-lighten:hover {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.btn-outline.btn-white {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:hover {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
}

.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse:hover {
	background: #fff !important;
	color: #0d6efd !important;
	border-color: #0d6efd !important;
}

.btn-theme {
	background: var(--justhome-theme-color);
	border-color: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

.btn-theme:active,
.btn-theme:hover {
	background: var(--justhome-theme-hover-color);
	border-color: var(--justhome-theme-hover-color);
	color: var(--justhome-link-color);
}

.btn-dark {
	background: var(--justhome-second-color);
	border-color: var(--justhome-second-color);
	color: #fff;
}

.btn-dark:active,
.btn-dark:hover {
	background: var(--justhome-second-hover-color);
	border-color: var(--justhome-second-hover-color);
	color: #fff;
}

.btn-theme-rgba10 {
	background: var(--justhome-theme-color-010);
	border-color: transparent;
	color: var(--justhome-theme-color);
}

.btn-theme-rgba10:hover,
.btn-theme-rgba10:focus {
	color: #fff;
	background: var(--justhome-theme-color);
	border-color: transparent;
}

.btn-theme.btn-outline {
	color: var(--justhome-link-color);
	border-color: var(--justhome-theme-color);
	background: transparent;
}

.btn-theme.btn-outline:hover,
.btn-theme.btn-outline:active {
	color: var(--justhome-link-color);
	background: var(--justhome-theme-hover-color);
	border-color: var(--justhome-theme-hover-color);
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
	padding: 10px;
}

.searchform .input-search {
	padding: 15px;
	border-right: 0;
	line-height: 1.5;
}

.searchform .btn-search {
	vertical-align: top;
	color: #adafac;
	padding: 12px 0.75rem;
}

.searchform .input-group-btn {
	line-height: 100%;
}

.search-category .btn {
	margin-left: 10px !important;
	border-radius: 8px !important;
}

.search-category .wpo-search-inner label.form-control {
	border: none;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.search-category select {
	border: none;
	text-transform: capitalize;
	font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
	width: 100% !important;
}

.input-group-form {
	border-radius: 3px;
	background: transparent;
	margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
	border: 0px;
	background: #e5e5e5;
	color: #cccccc;
	font-size: 14px;
	height: 34px;
}

.input-group-form .form-control-reversed:hover,
.input-group-form .form-control-reversed:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-form .input-group-addon {
	border: 0;
	background: #e5e5e5;
	border-radius-left: 4px;
}

.btn-compare,
.btn-favorites {
	font-size: 21px;
	line-height: 1;
}

.btn-compare .count,
.btn-favorites .count {
	font-size: 13px;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background-color: var(--justhome-theme-color);
	border-radius: 50%;
	padding: 4px 7px;
	vertical-align: top;
	margin-top: -10px;
	margin-left: -14px;
}

.text-underline {
	text-decoration: underline;
}

.text-underline:hover {
	color: var(--justhome-theme-color);
}

.btn-view-all-photos {
	background-color: #fff;
}

.btn-view-all-photos i {
	display: inline-block;
	margin-right: 8px;
}

@media (max-width: 991px) {
	.btn-view-all-photos {
		padding: 5px 10px;
	}
}

.btn-view i,
.view-my-listings i {
	display: inline-block;
	margin-left: 5px;
}

.btn-view {
	font-weight: 700;
	white-space: nowrap;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--justhome-link-color);
}

.btn-view:hover,
.btn-view:focus {
	color: var(--justhome-theme-color);
	background: transparent;
}

.show-filter-sidebar {
	background: #181a20;
	border-radius: 12px;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
}

@media (min-width: 1200px) {
	.show-filter-sidebar {
		border-radius: 16px;
	}
}

.show-filter-sidebar .icon-filter {
	font-weight: 400;
	padding: 5px 20px;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.show-filter-sidebar span {
	padding: 14px 20px;
}

.show-filter-sidebar:hover .icon-filter {
	background: rgba(255, 255, 255, 0.2);
}

.btn-app {
	line-height: 1;
	color: #fff;
	font-size: 13px;
	background-color: var(--justhome-theme-color);
	padding: 10px 20px;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	min-width: 185px;
}

@media (min-width: 1200px) {
	.btn-app {
		padding: 15px 25px;
		border-radius: 16px;
		min-width: 200px;
	}
}

.btn-app:hover,
.btn-app:focus {
	color: #fff;
	background-color: var(--justhome-link-color);
}

.btn-app .app-icon {
	font-size: 25px;
	line-height: 1;
	padding-right: 15px;
	flex-shrink: 0;
}

@media (min-width: 1200px) {
	.btn-app .app-icon {
		font-size: 26px;
		padding-right: 20px;
	}
}

.btn-app .inner {
	flex-grow: 1;
}

.btn-app .name-app {
	display: block;
	font-weight: 600;
	margin-top: 8px;
}

@media (min-width: 1200px) {
	.btn-app .name-app {
		font-size: 0.9375rem;
	}
}

.btn-app.st_dark {
	background: rgba(255, 255, 255, 0.04);
	color: #bebdbd;
}

.btn-app.st_dark .app-icon,
.btn-app.st_dark .name-app {
	color: #fff;
}

.btn-app.st_dark:hover,
.btn-app.st_dark:focus {
	background: rgba(255, 255, 255, 0.06);
}

.btn-app.st_black {
	background: #181a20;
	color: #fff;
}

.btn-app.st_black:hover,
.btn-app.st_black:focus {
	background: var(--justhome-theme-color);
}

.btn-app.st_blue {
	background: #0d1c39;
	color: #fff;
}

.btn-app.st_blue:hover,
.btn-app.st_blue:focus {
	background: var(--justhome-theme-color);
}

.btn-light-theme {
	border: 0;
	text-transform: uppercase;
	background-color: var(--justhome-theme-color-010);
	color: var(--justhome-theme-color);
	padding: 11px 35px;
}

.btn-light-theme:hover,
.btn-light-theme:focus {
	color: #fff;
	background-color: var(--justhome-theme-color);
}

.filter {
	padding: 8px 20px;
	border: 0;
	background-color: #f4f4f4;
	color: var(--justhome-text-color);
}

@media (min-width: 1200px) {
	.filter {
		padding: 8px 1.875rem;
	}
}

.filter i {
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.filter:hover,
.filter:focus {
	color: #fff;
	background-color: var(--justhome-theme-color);
}

.save-search-btn,
.reset-search-btn {
	white-space: nowrap;
}

.save-search-btn i,
.reset-search-btn i {
	display: inline-block;
	margin-right: 5px;
}

.mobile-menu-icon {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 16px;
	line-height: 1;
	border-top: 2px solid #222222;
}

.mobile-menu-icon:after,
.mobile-menu-icon:before {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background-color: #222222;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
}

.mobile-menu-icon:after {
	width: 15px;
	height: 2px;
}

.mobile-menu-icon:before {
	width: 100%;
	height: 2px;
	bottom: 50%;
}

.mobile-menu-icon:hover:after {
	width: 100%;
}

/* 4. layout */
/*------------------------------------*\
    apus-topbar
\*------------------------------------*/
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
	border: none !important;
	padding-top: 0;
	padding-bottom: 2px;
	background: transparent !important;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #fff;
	border: none;
	padding: 5px 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 5px 10px;
}

.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
	width: auto;
}

.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	min-width: 140px;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
.apus-header {
	background: transparent;
	position: relative;
	color: var(--justhome-text-color);
	font-size: 0.9375rem;
	font-weight: 400;
}

.together-sidebar-account {
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.together-sidebar-account:hover {
	color: var(--justhome-theme-color);
}

.header-default {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 25px 0;
}

.header-mobile {
	padding: 15px 0;
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(24, 26, 32, 0.07);
	box-shadow: 0 1px 4px 0 rgba(24, 26, 32, 0.07);
}

.header-mobile .btn-menu-account {
	vertical-align: middle;
	font-size: 20px;
	line-height: 1;
}

.sticky-header {
	position: fixed !important;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.sticky-header.sticky-header-hidden {
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	-o-transform: translateY(-110%);
	transform: translateY(-110%);
}

.sticky-header .vertical-wrapper.show-always .content-vertical {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.header_transparent .apus-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.header_transparent:not(.header_fixed)
	.main-sticky-header:not(.sticky-header)
	.elementor-element:not(.no-transparent) {
	background: transparent !important;
}

.header_transparent:not(.header_fixed)
	.no_keep_header
	.elementor-element:not(.no-transparent) {
	background: transparent !important;
}

body.header_fixed .apus-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.main-sticky-header {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.header-button-woo > div {
	margin-left: 25px;
}

.header-button-woo > div:last-child {
	margin-left: 0;
}

.header-sidebar {
	position: fixed;
	width: 100px;
	z-index: 91;
	left: 0;
	top: 0;
	min-height: 100vh;
	background: #000;
	color: #fff;
}

.header-sidebar a {
	color: #fff;
}

.header-sidebar a:hover,
.header-sidebar a:active {
	color: var(--justhome-theme-color);
}

.header-sidebar .show-main-menu {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-width: 0 0 1px;
	border-color: #e9e9e9;
	color: #fff;
	background: #000000;
}

.header-sidebar .apus-topcart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #333333;
}

.header-sidebar .apus-topcart .count {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.header-sidebar .apus-topcart .dropdown-menu {
	bottom: 0;
	top: inherit;
	left: 100%;
}

.header-sidebar .service {
	color: #999999;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	z-index: 9;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	left: 50px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: 0 11px;
}

.header-sidebar .service > * {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-sidebar .service p {
	margin: 0;
}

.over-dark {
	cursor: not-allowed;
	display: block;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.over-dark.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
	display: block;
	clear: both;
}

.pagination,
.pagination-links,
.apus-pagination {
	width: 100%;
	padding: 0.625rem 0;
	margin: 0;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

@media (min-width: 1200px) {
	.pagination,
	.pagination-links,
	.apus-pagination {
		padding: 1.25rem 0;
	}
}

.pagination li,
.pagination-links li,
.apus-pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.pagination li > span,
.pagination li > a,
.pagination-links li > span,
.pagination-links li > a,
.apus-pagination li > span,
.apus-pagination li > a {
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-size: 0.9375rem;
	margin: 0 5px;
	display: inline-block;
	float: none;
	color: var(--justhome-link-color);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	min-width: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.pagination li > span:focus,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > a:hover,
.pagination-links li > span:focus,
.pagination-links li > span:hover,
.pagination-links li > a:focus,
.pagination-links li > a:hover,
.apus-pagination li > span:focus,
.apus-pagination li > span:hover,
.apus-pagination li > a:focus,
.apus-pagination li > a:hover {
	background: #f9f9f9;
	color: var(--justhome-link-color);
}

.pagination li > span.current,
.pagination li > a.current,
.pagination-links li > span.current,
.pagination-links li > a.current,
.apus-pagination li > span.current,
.apus-pagination li > a.current {
	color: #fff;
	background: var(--justhome-second-color);
}

.pagination > span,
.pagination > a,
.pagination-links > span,
.pagination-links > a,
.apus-pagination > span,
.apus-pagination > a {
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-size: 0.9375rem;
	margin: 0 5px;
	display: inline-block;
	float: none;
	color: var(--justhome-link-color);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	min-width: 40px;
	line-height: 40px;
	padding: 0 5px;
	border: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.pagination > span:focus,
.pagination > span:hover,
.pagination > a:focus,
.pagination > a:hover,
.pagination-links > span:focus,
.pagination-links > span:hover,
.pagination-links > a:focus,
.pagination-links > a:hover,
.apus-pagination > span:focus,
.apus-pagination > span:hover,
.apus-pagination > a:focus,
.apus-pagination > a:hover {
	background: #f9f9f9;
	color: var(--justhome-link-color);
}

.pagination > span.current,
.pagination > a.current,
.pagination-links > span.current,
.pagination-links > a.current,
.apus-pagination > span.current,
.apus-pagination > a.current {
	color: #fff;
	background: var(--justhome-second-color);
}

.pagination .prev,
.pagination .next,
.pagination-links .prev,
.pagination-links .next,
.apus-pagination .prev,
.apus-pagination .next {
	width: 60px;
	height: 40px;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	background: #fff;
}

.pagination .prev:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .next:hover,
.pagination-links .prev:hover,
.pagination-links .prev:hover,
.pagination-links .next:hover,
.pagination-links .next:hover,
.apus-pagination .prev:hover,
.apus-pagination .prev:hover,
.apus-pagination .next:hover,
.apus-pagination .next:hover {
	background: #fff;
	border-color: var(--justhome-link-color);
	color: var(--justhome-link-color);
}

.pagination ul.page-numbers,
.pagination-links ul.page-numbers,
.apus-pagination ul.page-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination i,
.pagination-links i,
.apus-pagination i {
	font-weight: 400;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.apus-footer-mobile {
	display: none;
}

.apus-footer {
	background: transparent;
	position: relative;
	color: var(--justhome-text-color);
	font-size: 0.9375rem;
	font-weight: 400;
}

.apus-footer a:not([class]) {
	color: var(--justhome-link-color);
}

.apus-footer a:not([class]):hover,
.apus-footer a:not([class]):focus,
.apus-footer a:not([class]):active {
	color: var(--justhome-link_hover_color);
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
	color: var(--justhome-text-color);
	font-size: 0.9375rem;
	font-weight: 400;
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.apus-copyright a {
	color: var(--justhome-link-color);
}

.apus-copyright a:hover,
.apus-copyright a:focus,
.apus-copyright a:active {
	color: var(--justhome-theme-color);
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.apus-offcanvas-header {
	padding: 10px 20px 10px 1.875rem;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 1.875rem;
}

.apus-offcanvas-header .close-offcanvas {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	color: var(--justhome-link-color);
	background: var(--justhome-theme-color-010);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 12px;
	cursor: pointer;
}

.apus-offcanvas-header .close-offcanvas:hover,
.apus-offcanvas-header .close-offcanvas:focus {
	color: #fff;
	background: var(--justhome-theme-color);
}

.apus-offcanvas-header .title {
	color: var(--justhome-link-color);
	font-weight: 500;
	font-size: 17px;
}

.apus-offcanvas {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 400px;
	max-width: 100%;
	background: #fff;
	height: 100vh;
	overflow-x: auto;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.apus-offcanvas .apus-offcanvas-body {
	position: relative;
	height: calc(100% - 61px);
}

.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
	height: 20%;
}

.apus-offcanvas .offcanvas-middle {
	height: 60%;
	padding: 20px 0;
	overflow-x: hidden;
}

.apus-offcanvas.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.apus-offcanvas .elementor-column {
	width: 100% !important;
}

.apus-offcanvas .elementor-column .elementor-column-wrap,
.apus-offcanvas .elementor-column .elementor-widget-wrap {
	padding: 0 !important;
}

.apus-offcanvas .elementor-column .widget {
	margin-bottom: 10px;
}

.apus-offcanvas .menu-account-mobile {
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #e9e9e9;
	list-style: none;
}

.apus-offcanvas .menu-account-mobile > li > a {
	display: inline-block;
	width: 100%;
	padding: 15px 1.875rem;
	line-height: 1.4em;
	font-weight: 500;
}

@media (max-width: 991px) {
	.topbar-mobile {
		padding: 10px;
	}
	.topbar-mobile .btn {
		margin-right: 10px;
		padding: 6px 10px;
	}
	.topbar-mobile .top-cart .dropdown-menu {
		left: 0;
		right: inherit;
	}
	.topbar-mobile .top-cart .dropdown-menu:after,
	.topbar-mobile .top-cart .dropdown-menu:before {
		display: none;
	}
}

.open-text {
	color: #198754;
}

.close-text {
	color: #dc3545;
}

#mobile-offcanvas-sidebar {
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 270px;
	height: 100%;
	max-width: 80%;
	background: #fff;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left {
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
	left: 100%;
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right {
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
	right: 100%;
}

#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
	display: none;
	height: 100%;
	width: 100%;
	padding: 0 15px;
}

#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
	display: block;
}

#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
	position: absolute;
	top: 100px;
}

.mobile-sidebar-panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.mobile-sidebar-panel-overlay.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 5;
	cursor: not-allowed;
}

.apus-footer-mobile {
	position: fixed;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.apus-footer-mobile .footer-search-mobile {
	position: absolute;
	z-index: 999;
	left: 0;
	top: -60px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.apus-footer-mobile .footer-search-mobile.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.apus-footer-mobile > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.apus-footer-mobile > ul > li {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	position: relative;
}

.apus-footer-mobile > ul > li span {
	display: block;
	font-size: 10px;
	line-height: 1;
}

.apus-footer-mobile > ul > li .wishlist-icon,
.apus-footer-mobile > ul > li .mini-cart {
	line-height: 1.9;
}

.apus-footer-mobile > ul > li .wrapper-morelink {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	right: 0;
	bottom: 40px;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.apus-footer-mobile > ul > li .wrapper-morelink li {
	padding: 3px 0;
	white-space: nowrap;
	display: block;
	width: 100%;
	text-align: left;
}

.apus-footer-mobile > ul > li .wrapper-morelink.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.apus-footer-mobile .mini-cart i {
	font-size: 15px;
}

.apus-footer-mobile .mini-cart .count {
	top: 2px;
}

.apus-footer-mobile .apus-search-form {
	min-width: 300px;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.9);
}

.apus-footer-mobile .apus-search-form .select-category {
	display: none;
}

.apus-footer-mobile .apus-search-form form {
	border: none;
	margin: 0;
}

.apus-footer-mobile .apus-search-form form .form-control {
	border: 1px solid #e9e9e9;
}

.mobile-sidebar-btn {
	cursor: pointer;
	font-weight: 500;
	display: inline-block;
	padding: 8px;
	color: var(--justhome-link-color) !important;
	background: var(--justhome-theme-color);
	position: fixed;
	top: 30%;
	z-index: 6;
	font-size: 18px;
	line-height: 1;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.mobile-sidebar-btn:hover,
.mobile-sidebar-btn:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mobile-sidebar-btn.btn-left {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.mobile-sidebar-btn.btn-right {
	border-radius: 0 4px 4px 0;
	left: 0;
}

.close-sidebar-btn {
	cursor: pointer;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	text-align: center;
	color: #dc3545;
	font-weight: 500;
}

.close-sidebar-btn i {
	margin-right: 3px;
	font-size: 12px;
}

.close-sidebar-btn:active,
.close-sidebar-btn:hover {
	color: #dc3545;
}

@media (max-width: 991px) {
	.sidebar {
		-webkit-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		z-index: 8;
		top: 0px;
		width: 330px;
		height: 100vh;
		max-width: 90%;
		position: fixed;
		padding: 15px;
		background: #fff;
		overflow-y: auto;
	}
	.sidebar.sidebar-left {
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.sidebar.sidebar-left.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.sidebar.sidebar-right {
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.sidebar.sidebar-right.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.apus-header .wrapper-topmenu:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
	z-index: 9;
}

.apus-header .wrapper-topmenu .dropdown-menu-right {
	top: calc(100% + 10px);
}

.apus-topbar .wrapper-topmenu:hover > a {
	color: #fff;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
	position: fixed;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	z-index: 98;
}

.wrapper-top-cart .overlay-dropdown-menu-right.active {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.wrapper-top-cart > .dropdown-menu-right {
	max-width: 70%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: fixed;
	z-index: 999;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	top: 0;
	right: 0;
	background: #fff;
	width: 420px;
	height: 100%;
	padding: 1.875rem;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
	margin: 0 0 20px;
	font-size: 22px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	cursor: pointer;
	color: #dc3545;
}

.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 100%;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
	flex-direction: column;
	-webkit-flex-direction: column;
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.wrapper-top-cart > .dropdown-menu-right.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.wrapper-top-cart .cart_list .variation {
	margin: 0;
}

.wrapper-top-cart .cart_list .variation > * {
	display: inline-block;
	vertical-align: middle;
}

.wrapper-top-cart .cart_list .variation > * p {
	margin: 0;
}

.wrapper-top-cart .buttons .btn-block {
	margin-bottom: 10px;
}

/* 5. menu */
.megamenu {
	padding: 0;
	float: none;
}

.megamenu .menu-item-description {
	font-size: 14px;
	text-transform: capitalize;
}

.megamenu > li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	float: none;
	position: relative;
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.megamenu > li {
		margin-right: 40px;
	}
}

.megamenu > li:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: var(--justhome-link-color);
}

.megamenu > li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 18px;
	top: 100%;
	left: 0;
}

.megamenu > li > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	text-transform: capitalize;
	padding: 6px 0;
}

.megamenu > li > a .fa,
.megamenu > li > a img {
	max-width: 50px;
	margin-left: 3px;
}

.megamenu > li > a:hover,
.megamenu > li > a:focus {
	color: var(--justhome-link_hover_color);
}

.megamenu > li:hover:before,
.megamenu > li.active:before {
	width: 100%;
}

.megamenu > li:hover > a,
.megamenu > li.active > a {
	color: var(--justhome-link_hover_color);
}

.megamenu > li.aligned-left > .dropdown-menu {
	left: 0;
}

.megamenu > li.aligned-right > .dropdown-menu {
	left: auto;
	right: 0;
}

.megamenu > li > .dropdown-menu {
	min-width: 240px;
}

.megamenu .dropdown-menu {
	border-radius: 12px;
	padding: 15px 0px;
	border: 0;
	margin-top: 18px;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
	.megamenu .dropdown-menu {
		border-radius: 16px;
	}
}

.megamenu .dropdown-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: var(--justhome-theme-color);
}

.megamenu .dropdown-menu .text-label.label-hot {
	color: #dc3545;
}

.megamenu .dropdown-menu .text-label.label-new {
	color: #198754;
}

.megamenu .dropdown-menu a:hover,
.megamenu .dropdown-menu a:focus,
.megamenu .dropdown-menu .current-menu-item > a {
	text-decoration: underline;
}

.megamenu .dropdown-menu > li > a {
	background: transparent;
	position: relative;
	text-transform: capitalize;
	padding: 6px 1.875rem;
	width: 100%;
	display: inline-flex;
	align-items: center;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	color: var(--justhome-link-color);
	white-space: nowrap;
}

.megamenu .dropdown-menu > li > a:hover,
.megamenu .dropdown-menu > li > a:active {
	color: var(--justhome-link_hover_color);
	text-decoration: underline;
}

.megamenu .dropdown-menu > li > a b {
	display: none;
}

.megamenu .dropdown-menu > li > a:after {
	margin-left: auto;
}

.megamenu .dropdown-menu > li:hover > a,
.megamenu .dropdown-menu > li.current-menu-item > a,
.megamenu .dropdown-menu > li.open > a,
.megamenu .dropdown-menu > li.active > a {
	color: var(--justhome-link_hover_color);
	text-decoration: underline;
}

.megamenu .dropdown-menu .dropdown-menu {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	position: absolute;
	display: block;
	left: 100%;
	top: -15px;
	background: #fff;
	min-width: 225px;
	margin: 0;
}

.megamenu .dropdown-menu li:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.megamenu .widget {
	margin-bottom: 0;
}

.megamenu .widget .widgettitle,
.megamenu .widget .widget-title {
	margin-bottom: 15px;
}

.megamenu .widget-nav-menu .menu li {
	margin: 0;
}

.megamenu .widget-nav-menu .menu li a {
	padding: 6px 0;
	width: 100%;
	display: inline-flex;
}

.megamenu > li > a > .text-label {
	font-size: 11px;
	padding: 0px 5px;
	background: #0dcaf0;
	color: #fff;
	position: absolute;
	right: -15px;
	top: -10px;
	line-height: 2;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 2px;
}

.megamenu > li > a > .text-label.label-hot {
	background: #dc3545;
}

.megamenu > li > a > .text-label.label-hot:before {
	border-color: #dc3545 transparent transparent #dc3545;
}

.megamenu > li > a > .text-label.label-new {
	background: #198754;
}

.megamenu > li > a > .text-label.label-new:before {
	border-color: #198754 transparent transparent #198754;
}

.megamenu > li > a > .text-label:before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 100%;
	letter-spacing: 7px;
	border-width: 3px;
	border-style: solid;
	border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.megamenu.effect1 > li > .dropdown-menu {
	display: block;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	position: absolute;
	top: 100%;
}

.megamenu.effect1 > li:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.megamenu.effect2 > li > .dropdown-menu {
	display: block;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 0 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	position: absolute;
	top: 100%;
}

.megamenu.effect2 > li > .dropdown-menu > li {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.megamenu.effect2 > li:hover > .dropdown-menu {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.megamenu.effect2 > li:hover > .dropdown-menu > li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.megamenu.effect3 > li > .dropdown-menu {
	display: block;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 100%;
	-webkit-animation: fadeleft 0.3s ease-in-out 0s;
	animation: fadeleft 0.3s ease-in-out 0s;
}

.megamenu.effect3 > li:hover > .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-animation: faderight 0.3s ease-in-out 0s;
	animation: faderight 0.3s ease-in-out 0s;
}

.navbar-offcanvas {
	padding: 0;
	font-size: 0.9375rem;
	display: block;
}

.navbar-offcanvas .sliding-menu__panel {
	padding: 0;
	margin: 0;
}

.navbar-offcanvas .sliding-menu__panel.sliding-menu__panel-root {
	margin-top: -20px;
}

.navbar-offcanvas .sliding-menu li a,
.navbar-offcanvas .sliding-menu li .sliding-menu__nav {
	font-size: 0.9375rem;
	font-weight: 500;
	background-color: #fff;
	color: var(--justhome-link-color);
	position: relative;
	padding: 15px 30px;
}

.navbar-offcanvas .sliding-menu li a:after,
.navbar-offcanvas .sliding-menu li .sliding-menu__nav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: var(--justhome-theme-color);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-offcanvas .sliding-menu .sliding-menu__nav::before {
	font-family: 'themify';
	content: '\e649';
	font-size: 0.8125rem;
}

.navbar-offcanvas .sliding-menu .active > .sliding-menu__nav,
.navbar-offcanvas .sliding-menu .active > a {
	color: var(--justhome-link-color);
	background: #f0efec;
}

.navbar-offcanvas .sliding-menu .active > .sliding-menu__nav:after,
.navbar-offcanvas .sliding-menu .active > a:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-offcanvas .sliding-menu .sliding-menu__back {
	background-color: #222222 !important;
	color: #fff !important;
	border-radius: 12px;
	margin: 0 30px 10px;
	padding: 15px 20px !important;
	width: calc(100% - 60px);
}

.navbar-offcanvas .sliding-menu .sliding-menu__back:before {
	margin-left: 0;
	content: '\e64a';
}

.navbar-offcanvas .dropdown-menu {
	margin: 0;
}

.navbar-offcanvas .dropdown-menu > li a {
	background: transparent !important;
}

.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
	color: var(--justhome-link-color);
	text-decoration: underline;
}

.navbar-offcanvas .dropdown-menu [class*='col-sm'] {
	width: 100%;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
	padding: 0 1.875rem;
}

.navbar-offcanvas .dropdown-menu .widgettitle {
	font-weight: 500;
	margin: 0 0 10px;
}

.navbar-offcanvas .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}

.navbar-offcanvas li:hover .dropdown-menu {
	display: block;
}

.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
	width: 100%;
}

.mobile-vertical-menu .navbar-nav li {
	border-bottom: 1px dashed #e9e9e9;
}

.mobile-vertical-menu .navbar-nav li:last-child {
	border-bottom: 0;
}

.mobile-vertical-menu .navbar-nav li > a {
	padding: 5px 0;
}

.mobile-vertical-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: var(--justhome-theme-color);
	font-family: var(--justhome-main-font);
}

.mobile-vertical-menu .text-label.label-hot {
	color: #dc3545;
}

.mobile-vertical-menu .text-label.label-new {
	color: #198754;
}

#apus-mobile-menu .btn-toggle-canvas {
	color: #dc3545;
	font-size: 1rem;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

#apus-mobile-menu .btn-toggle-canvas:hover,
#apus-mobile-menu .btn-toggle-canvas:active {
	color: #dc3545;
}

#apus-mobile-menu .offcanvas-head strong {
	margin: 0 5px;
}

#apus-mobile-menu .widget-nav-menu .menu li {
	margin-bottom: 5px;
}

.main-mobile-menu {
	float: none;
}

.main-mobile-menu > li {
	float: none;
}

.main-mobile-menu .has-submenu > .sub-menu {
	padding-left: 1.875rem;
	list-style: none;
	display: none;
}

.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
	top: 1px;
	padding: 0 5px;
}

.main-mobile-menu .has-submenu > .sub-menu li a {
	font-size: 15px;
	padding: 2px 0;
}

.main-mobile-menu .widget .widget-title,
.main-mobile-menu .widget .widgettitle,
.main-mobile-menu .widget .widget-heading {
	margin: 0 0 10px;
	font-size: 16px;
	padding: 0 0 8px;
	text-align: inherit;
}

.main-mobile-menu .sub-menu {
	max-width: 100%;
}

.main-mobile-menu .shop-list-small {
	margin-bottom: 10px;
}

.main-mobile-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: var(--justhome-theme-color);
	font-family: var(--justhome-main-font);
}

.main-mobile-menu .text-label.label-hot {
	color: #dc3545;
}

.main-mobile-menu .text-label.label-new {
	color: #198754;
}

.menu-setting-menu-container .apus-menu-top {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2;
}

.menu-setting-menu-container .apus-menu-top li a {
	padding: 0 15px;
	width: 100%;
}

.menu-setting-menu-container .apus-menu-top ul {
	padding-left: 15px;
}

.wrapper-topmenu .dropdown-menu {
	border-radius: 0;
}

.topmenu-menu {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.topmenu-menu i {
	font-size: 18px;
	margin-right: 7px;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.topmenu-menu i {
		font-size: 20px;
		margin-right: 10px;
	}
}

.topmenu-menu > li {
	float: none;
	white-space: nowrap;
	margin-bottom: 2px;
}

.topmenu-menu > li > a {
	text-decoration: none;
	font-weight: 400;
	border-radius: 8px;
	background: transparent;
	padding: 10px 0.9375rem;
	display: inline-block;
	width: 100%;
}

@media (min-width: 1200px) {
	.topmenu-menu > li > a {
		font-size: 1rem;
		padding: 14px 20px;
		border-radius: 12px;
	}
}

.topmenu-menu > li:hover > a,
.topmenu-menu > li.active > a {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

.mm-menu {
	background: #fff;
	color: var(--justhome-text-color);
	font-size: 15px;
	border: none;
	border-radius: 0;
}

.mm-menu .mm-listview .mm-next::before {
	border: none;
}

.mm-menu .elementor-column-wrap {
	padding: 0 !important;
}

.mm-menu .mm-panel {
	width: 100% !important;
}

.mm-menu .mm-panel .dropdown-menu-inner {
	padding-top: 20px;
	margin: -20px -20px 20px;
}

.mm-menu .menu li {
	line-height: 41px;
	margin: 0 !important;
}

.mm-menu .menu li:last-child {
	border-bottom: 0;
}

.mm-menu .menu li a {
	padding: 0 !important;
}

.mm-menu .menu li a:before {
	display: none !important;
}

.mm-menu .menu li.active > a {
	text-decoration: underline;
}

.mm-menu .elementor-element .elementor-widget-container {
	margin: 0 !important;
}

.mm-menu .elementor-widget-wrap {
	padding-left: 5px !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}

.mm-menu .mm-listview .menu-item-description {
	font-size: 12px;
}

.mm-menu .mm-listview > li {
	border-radius: 12px;
}

.mm-menu .mm-listview > li:after {
	display: none;
}

.mm-menu .mm-listview > li .mm-next:after {
	border-color: var(--justhome-link-color);
}

.mm-menu .mm-listview > li > a:not(.mm-next) {
	position: relative;
	text-decoration: none;
	font-weight: 500;
	padding: 15px 20px;
}

.mm-menu .mm-listview > li.active {
	background: #f9f9f9;
}

.mm-menu .mm-listview > li.active > a {
	color: var(--justhome-link-color);
}

.mm-menu .mm-listview .text-label {
	font-size: 11px;
	padding: 0px 5px;
	background: #0dcaf0;
	position: absolute;
	right: 50px;
	top: 0;
	line-height: 2;
	display: inline-block;
	text-transform: capitalize;
	border-radius: 2px;
}

.mm-menu .mm-listview .text-label.label-hot {
	background: #dc3545;
}

.mm-menu .mm-listview .text-label.label-hot:before {
	border-color: #dc3545 transparent transparent #dc3545;
}

.mm-menu .mm-listview .text-label.label-new {
	background: #198754;
}

.mm-menu .mm-listview .text-label.label-new:before {
	border-color: #198754 transparent transparent #198754;
}

.mm-menu .mm-listview .text-label:before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 7px;
	border-width: 3px;
	border-style: solid;
	border-color: #0dcaf0 transparent transparent #0dcaf0;
}

.mm-menu .mm-btn:before {
	border-color: var(--justhome-link-color);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.mm-menu .mm-btn:hover:before,
.mm-menu .mm-btn:focus:before {
	border-color: var(--justhome-heading-color);
}

.mm-menu .mm-title {
	padding: 20px 0;
	font-weight: 500;
	font-size: 1rem;
	height: auto;
	color: var(--justhome-link-color) !important;
	border-bottom: 1px solid #e9e9e9;
}

.mm-menu .mm-navbar {
	padding: 0;
	border: 0;
	height: 60px;
}

.mm-menu .mm-navbar .mm-btn {
	top: 12px;
}

.mm-menu li.text-title {
	font-weight: 700;
	font-size: 15px;
	padding: 15px;
	color: var(--justhome-link-color);
	text-align: center;
	border: 0 !important;
}

.mm-menu li.text-title ~ li {
	font-size: 13px;
	padding-left: 20px;
}

.mm-menu li.text-title ~ li a {
	padding: 7px;
	text-transform: capitalize !important;
}

.mm-menu li.text-title ~ li i {
	margin-right: 7px;
}

.mm-panels > .mm-panel > .mm-listview {
	padding: 50px 20px 20px;
	font-size: 1rem;
	font-weight: 500;
}

.mm-panels > .mm-panel > .mm-listview > li:last-child {
	border-bottom: 0;
}

.mm-panels > .mm-panel > .mm-listview > li.space-20 {
	border: none;
}

.mobile-submit {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 20px;
	bottom: 0;
	left: 0;
}

.top-menu > li > a {
	padding: 0 15px;
	text-transform: capitalize;
}

#mm-blocker {
	z-index: 999990;
	background-color: rgba(24, 26, 32, 0.7);
}

html.mm-opening .mm-menu ~ .mm-slideout {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mm-listview .mm-next {
	padding: 0 !important;
}

.mm-menu.mm-offcanvas {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	z-index: 999991;
	max-width: 80%;
}

@media (max-width: 1200px) {
	.mm-menu.mm-offcanvas {
		display: block;
	}
}

.mm-menu.mm-offcanvas .social-top:after {
	display: none;
}

.mm-menu.mm-offcanvas .social-top a {
	display: inline-block;
	font-size: 16px;
}

.mm-menu.mm-offcanvas .social-top a:hover,
.mm-menu.mm-offcanvas .social-top a:active {
	color: var(--justhome-theme-color);
}

.mm-menu.mm-offcanvas .widget {
	margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper {
	padding: 10px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
	margin-bottom: 15px;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
	margin: 0;
}

.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
	display: none;
}

.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
	margin-top: 0;
}

.mm-menu.mm-offcanvas.mm-opened {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

#mm-blocker {
	cursor: not-allowed;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
	font-weight: 400;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
	margin-right: 5px;
	min-width: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
	color: var(--justhome-theme-color);
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
	max-width: 100%;
	display: none;
	padding: 0 15px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
	padding: 0;
	border: none;
	margin: 0 0 10px;
	font-size: 16px;
}

.mobile-vertical-menu
	.navbar-offcanvas
	.navbar-nav
	li
	.widget
	.widgettitle:before,
.mobile-vertical-menu
	.navbar-offcanvas
	.navbar-nav
	li
	.widget
	.widgettitle:after,
.mobile-vertical-menu
	.navbar-offcanvas
	.navbar-nav
	li
	.widget
	.widget-title:before,
.mobile-vertical-menu
	.navbar-offcanvas
	.navbar-nav
	li
	.widget
	.widget-title:after {
	display: none;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
	padding-left: 20px;
}

.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
	padding: 0;
	font-size: 14px;
}

.mobile-vertical-menu .widget {
	margin-bottom: 10px;
}

.menu-dashboard {
	list-style: none;
}

.menu-dashboard li {
	margin-bottom: 2px;
}

.menu-dashboard li > a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-weight: 400;
	padding: 10px 0.9375rem;
	border-radius: 8px;
}

@media (min-width: 1200px) {
	.menu-dashboard li > a {
		font-size: 1rem;
		padding: 14px 20px;
		border-radius: 12px;
	}
}

.menu-dashboard li > a i {
	font-size: 18px;
	margin-right: 7px;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.menu-dashboard li > a i {
		font-size: 20px;
		margin-right: 10px;
	}
}

.menu-dashboard li:hover > a,
.menu-dashboard li.active > a {
	color: var(--justhome-link-color);
	background-color: var(--justhome-theme-color);
}

/* 6. pages */
.home-page-default {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.home-page-default {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.main-page .page-links {
	clear: both;
	overflow: hidden;
	padding: 1.875rem 0;
	margin: 0;
}

.main-page #comments {
	padding-top: 30px;
	clear: both;
}

.main-content {
	padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.main-content {
		padding-bottom: 60px;
	}
}

.apus-breadscrumb + .home-page-default {
	padding-top: 0;
}

.main-content-detail {
	margin-top: 20px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	.main-content-detail {
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.main-content-detail {
		padding-bottom: 100px;
	}
}

#main-container.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#main-container.container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}

#main-container.container-fluid > .row > * {
	padding-left: 0;
	padding-right: 0;
}

body.no-footer #apus-footer {
	display: none !important;
}

div.wpcf7-validation-errors {
	margin: 0;
	padding: 15px;
}

.contact-form-content {
	padding: 1.875rem;
	background: white;
	min-height: 260px;
}

.contact-form-content .rounded {
	margin-right: 10px;
	color: #fff;
	width: 40px;
	height: 40px;
	background: #cccccc;
}

.contact-form-content .rounded .fa,
.contact-form-content .rounded .icon {
	font-size: 16px;
	margin: 13px;
}

@media (min-width: 1200px) {
	body.single-post,
	body.archive,
	body.woocommerce-page {
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	body.error404 {
		padding: 20px;
	}
}

body.error404 #apus-footer {
	display: none;
}

body.error404 .apus-header {
	background: #fff;
}

.page-404 {
	position: relative;
	background-position: center;
	width: 100vw;
	height: 100vh;
}

@media (min-width: 1200px) {
	.page-404 {
		border-radius: 24px;
		width: calc(100vw - 40px);
		height: calc(100vh - 40px);
	}
}

.page-404 .not-found {
	padding: 30px 0;
}

.page-404 .description {
	color: #fff;
	font-size: 16px;
}

.page-404 .slogan {
	color: #fff;
	margin: 0;
	font-size: 35px;
}

@media (min-width: 768px) {
	.page-404 .slogan {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.page-404 .slogan {
		font-size: 70px;
	}
}

.page-404 .title-big {
	color: #fff;
	font-size: 23px;
	margin: 10px 0;
}

@media (min-width: 768px) {
	.page-404 .title-big {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.page-404 .title-big {
		font-size: 40px;
	}
}

.page-404 .widget-search {
	max-width: 565px;
	margin: 20px auto 0;
}

@media (min-width: 1200px) {
	.page-404 .widget-search {
		margin-top: 45px;
	}
}

.page-404 .widget-search .form-control {
	border-radius: 70px !important;
	border-color: transparent !important;
	height: 60px;
}

@media (min-width: 1200px) {
	.page-404 .widget-search .form-control {
		height: 70px;
	}
}

.page-404 .widget-search .btn-search {
	border-radius: 50% !important;
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
	border-color: transparent !important;
	padding: 15px 16px;
	right: 5px;
}

@media (min-width: 1200px) {
	.page-404 .widget-search .btn-search {
		padding: 20px 21px;
	}
}

.page-404 .widget-search .btn-search:hover,
.page-404 .widget-search .btn-search:focus {
	background: var(--justhome-theme-hover-color);
	color: var(--justhome-link-color);
}

@media (min-width: 1280px) {
	.sidebar.sidebar-right {
		margin-left: 30px;
	}
	.sidebar.sidebar-left {
		margin-right: 30px;
	}
}

@media (min-width: 1430px) {
	.sidebar.sidebar-right {
		margin-left: 60px;
	}
	.sidebar.sidebar-left {
		margin-right: 60px;
	}
}

/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
	text-align: center;
	margin: 0 0 30px;
}

.post.no-results .widget_search {
	margin: 25px auto 0;
	max-width: 600px;
}

.post.no-results .title-no-results {
	color: var(--justhome-text-color);
	margin: 0 0 10px;
	color: var(--justhome-link-color);
	font-size: 25px;
}

@media (min-width: 1200px) {
	.post.no-results .title-no-results {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.post.no-results {
		margin: 0 0 50px;
	}
}

.entry-title {
	font-size: 18px;
	word-wrap: break-word;
}

@media (min-width: 1200px) {
	.entry-title {
		font-size: 26px;
	}
}

.detail-title {
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 23px;
}

@media (min-width: 1200px) {
	.detail-title {
		font-size: 32px;
	}
}

.entry-create {
	margin: 0 0 15px;
}

.entry-create > * {
	margin-right: 2px;
}

.entry-create .author {
	font-style: italic;
	text-transform: capitalize;
}

.comment-form-cookies-consent [type='checkbox'] {
	margin-right: 7px;
}

.entry-link {
	margin-top: 20px;
}

.entry-link .readmore {
	color: var(--justhome-theme-color);
	text-transform: capitalize;
	font-weight: 500;
	font-size: -1.0625rem;
}

.entry-link .readmore:hover {
	color: #000;
}

.entry-meta {
	margin: 0;
}

.entry-meta .fa,
.entry-meta .icon {
	margin-right: 3px;
}

.wp-block-quote,
blockquote {
	margin: 1.875rem 0;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	font-style: italic;
	color: var(--justhome-link-color);
	font-size: 18px;
	line-height: 1.7;
	padding: 20px 30px;
	border-width: 0 0 0 5px;
	border-style: solid;
	border-color: var(--justhome-link-color);
	background-color: #f9f9f9;
	background-position: right 20px bottom 10px;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="45" height="44" viewBox="0 0 45 44" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_580_4361)"><path d="M9.67883 38C6.64234 38 4.27007 36.9524 2.56204 34.8571C0.854015 32.6667 0 29.4286 0 25.1429C0 20.6667 0.99635 16.381 2.98905 12.2857C5.07664 8.19048 8.01825 4.14286 11.8139 0.142864C11.9088 0.0476213 12.0511 0 12.2409 0C12.5255 0 12.7153 0.142858 12.8102 0.428574C13 0.619048 13.0474 0.857143 12.9526 1.14286C10.6752 4.19048 9.10949 7.14286 8.25548 10C7.49635 12.7619 7.11679 15.8571 7.11679 19.2857C7.11679 21.8571 7.44891 23.8571 8.11314 25.2857C8.77737 26.7143 9.67883 28 10.8175 29.1429L5.40876 30.1429C5.31387 28.5238 5.74088 27.2857 6.68978 26.4286C7.73358 25.5714 9.06204 25.1429 10.6752 25.1429C12.6679 25.1429 14.1861 25.7143 15.2299 26.8571C16.3686 28 16.938 29.5714 16.938 31.5714C16.938 33.6667 16.2737 35.2857 14.9453 36.4286C13.7117 37.4762 11.9562 38 9.67883 38ZM31.5985 38C28.562 38 26.1898 36.9524 24.4818 34.8571C22.8686 32.6667 22.062 29.4286 22.062 25.1429C22.062 20.5714 23.0584 16.2381 25.0511 12.1429C27.0438 8.04762 29.9854 4.04762 33.8759 0.142864C33.9708 0.0476213 34.1131 0 34.3029 0C34.5876 0 34.7774 0.142858 34.8723 0.428574C35.0621 0.619048 35.1095 0.857143 35.0146 1.14286C32.7372 4.19048 31.1715 7.14286 30.3175 10C29.5584 12.7619 29.1788 15.8571 29.1788 19.2857C29.1788 21.8571 29.4635 23.9048 30.0328 25.4286C30.6971 26.8571 31.5985 28.0952 32.7372 29.1429L27.4708 30.1429C27.3759 28.5238 27.8029 27.2857 28.7518 26.4286C29.7007 25.5714 31.0292 25.1429 32.7372 25.1429C34.7299 25.1429 36.2482 25.7143 37.292 26.8571C38.4307 28 39 29.5714 39 31.5714C39 33.6667 38.3358 35.2857 37.0073 36.4286C35.7737 37.4762 33.9708 38 31.5985 38Z" fill="%23122223"/></g><defs><filter id="filter0_d_580_4361" x="0" y="0" width="45" height="44" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="6" dy="6"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_580_4361"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_580_4361" result="shape"/></filter></defs></svg>');
}

@media (min-width: 1200px) {
	.wp-block-quote,
	blockquote {
		padding: 50px 70px;
		margin: 70px 0;
		font-size: 21px;
		background-position: right 60px bottom 40px;
	}
}

.wp-block-quote cite,
blockquote cite {
	font-size: 0.9375rem;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	font-style: normal;
	color: var(--justhome-link-color);
	margin-top: 10px;
	display: inline-block;
}

@media (min-width: 1200px) {
	.wp-block-quote cite,
	blockquote cite {
		margin-top: 20px;
	}
}

.wp-block-quote p:last-child,
blockquote p:last-child {
	margin-bottom: 0;
}

.entry-vote {
	z-index: 1;
	display: table;
	text-align: center;
	top: 20px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 44px;
	height: 44px;
	right: 20px;
}

.entry-vote .entry-vote-inner {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	font-weight: var(--justhome-heading-font-weight);
}

.entry-vote.vote-perfect .entry-vote-inner {
	color: #dc3545;
}

.entry-vote.vote-good .entry-vote-inner {
	color: #ffc107;
}

.entry-vote.vote-average .entry-vote-inner {
	color: #91e536;
}

.entry-vote.vote-bad .entry-vote-inner {
	color: #fd7e14;
}

.entry-vote.vote-poor .entry-vote-inner {
	color: #198754;
}

.blog-title {
	margin-bottom: 1.875rem;
}

.form-theme,
.comment-form {
	margin-bottom: 10px;
}

.form-theme label,
.comment-form label {
	font-size: 0.9375rem;
	font-weight: 400;
	color: var(--justhome-link-color);
	margin: 0 0 8px;
}

.form-theme .comment-form-cookies-consent label,
.comment-form .comment-form-cookies-consent label {
	margin-bottom: 0;
	display: inline;
}

.form-theme .form-group,
.comment-form .form-group {
	margin-bottom: 0.9375rem;
	position: relative;
}

@media (min-width: 768px) {
	.form-theme .form-group,
	.comment-form .form-group {
		margin-bottom: 1.875rem;
	}
}

.form-theme .form-group .for-control,
.comment-form .form-group .for-control {
	line-height: 1;
	font-weight: 400;
	color: var(--justhome-link-color);
	background: #fff;
	padding: 0 10px;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	position: absolute;
	top: -9px;
	left: 10px;
	z-index: 1;
	margin: 0;
	-webkit-transform: translateY(27px);
	-ms-transform: translateY(27px);
	-o-transform: translateY(27px);
	transform: translateY(27px);
	cursor: pointer;
}

@media (min-width: 1200px) {
	.form-theme .form-group .for-control,
	.comment-form .form-group .for-control {
		-webkit-transform: translateY(28px);
		-ms-transform: translateY(28px);
		-o-transform: translateY(28px);
		transform: translateY(28px);
	}
}

.form-theme .form-group .for-control + br,
.comment-form .form-group .for-control + br {
	display: none;
}

.form-theme .form-group .form-control.has-value + .for-control,
.form-theme .form-group .form-control:focus + .for-control,
.comment-form .form-group .form-control.has-value + .for-control,
.comment-form .form-group .form-control:focus + .for-control {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.form-theme textarea.form-control,
.comment-form textarea.form-control {
	height: 150px;
	resize: none;
}

@media (min-width: 1200px) {
	.form-theme textarea.form-control,
	.comment-form textarea.form-control {
		height: 230px;
	}
}

.form-theme .form-submit,
.comment-form .form-submit {
	margin-bottom: 0;
}

.form-theme #cancel-comment-reply-link,
.comment-form #cancel-comment-reply-link {
	color: #dc3545;
}

.form-theme .group-upload [class='hidden'],
.comment-form .group-upload [class='hidden'] {
	display: none;
}

.form-theme .group-upload button,
.comment-form .group-upload button {
	border: 1px solid var(--justhome-theme-color);
	padding: 0.5rem 1rem;
	background-color: #fff;
	color: var(--justhome-theme-color);
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.form-theme .group-upload button,
	.comment-form .group-upload button {
		padding: 1rem 2rem;
		min-width: 300px;
		text-align: center;
	}
}

.form-theme .group-upload button:hover,
.form-theme .group-upload button:focus,
.comment-form .group-upload button:hover,
.comment-form .group-upload button:focus {
	background-color: var(--justhome-theme-color);
	color: #fff;
	border-color: var(--justhome-theme-color);
}

.form-theme .group-upload button .upload-file-btn,
.comment-form .group-upload button .upload-file-btn {
	margin-top: 5px;
}

.form-theme .group-upload button i,
.comment-form .group-upload button i {
	margin-right: 5px;
}

.commentform.reset-button-default {
	padding-top: 0.625rem;
}

/* Post type: List widget list*/
.posts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.posts-list > li {
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.posts-list > li {
		margin-bottom: 1.875rem;
	}
}

.posts-list > li:last-child {
	margin: 0;
}

.posts-list .entry-title {
	line-height: 1.5;
	font-size: 1rem;
	margin: 0 0 2px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posts-list .image {
	width: 90px;
	overflow: hidden;
	border-radius: 12px;
}

.posts-list .inner {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.posts-list .inner {
		padding-left: 25px;
	}
}

.post-layout {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
	.post-layout {
		margin-bottom: 1.875rem;
		border-radius: 16px;
	}
}

.post-layout .post-sticky {
	background: #dc3545;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin: 5px 0;
	font-size: 14px;
}

.post-layout .entry-title {
	line-height: 1.52;
	margin: 0;
}

.post-layout .entry-title .stick-icon {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
}

.post-layout .entry-thumb {
	margin: 0;
}

.post-layout iframe {
	max-width: 100%;
}

.post-layout .top-detail-info > div,
.post-layout .top-detail-info > div a {
	color: #3d3e3f;
}

.post-layout .top-detail-info > div + div:before {
	background-color: #3d3e3f;
}

.post-layout.sticky .entry-title {
	color: var(--justhome-heading-color);
}

.post-layout .top-detail-info {
	margin-bottom: 6px;
}

.post-layout .readmore,
.post-layout .description {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.post-layout .readmore,
	.post-layout .description {
		margin-top: 12px;
	}
}

.post-layout:hover {
	-webkit-box-shadow: 0 0 15px 6px rgba(64, 79, 104, 0.05);
	box-shadow: 0 0 15px 6px rgba(64, 79, 104, 0.05);
}

.post-grid {
	border: 1px solid #e9e9e9;
}

.post-grid .col-content {
	padding: 15px;
}

@media (min-width: 1200px) {
	.post-grid .col-content {
		padding: 20px 30px;
	}
}

.post-grid-v2 {
	border: 1px solid #e9e9e9;
}

.post-grid-v2 .col-content {
	padding: 15px;
}

@media (min-width: 1200px) {
	.post-grid-v2 .col-content {
		padding: 20px 30px;
	}
}

.post-grid-v2 .entry-title {
	font-size: 17px;
}

.post-grid-v2 .top-detail-info {
	margin: 0;
}

.post-grid-v2 .readmore,
.post-grid-v2 .entry-title {
	margin: 10px 0 0;
}

.post-list-item .top-image {
	width: 180px;
}

@media (min-width: 768px) {
	.post-list-item .top-image {
		width: 330px;
	}
}

.post-list-item .top-image + .col-content {
	border-width: 1px 1px 1px 0;
	border-radius: 0 12px 12px 0;
}

@media (min-width: 1200px) {
	.post-list-item .top-image + .col-content {
		border-radius: 0 16px 16px 0;
	}
}

.post-list-item .entry-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 17px;
}

@media (min-width: 1200px) {
	.post-list-item .entry-title {
		font-size: 21px;
	}
}

@media (min-width: 1200px) {
	.post-list-item .top-detail-info {
		margin-bottom: 10px;
	}
	.post-list-item .readmore {
		margin-top: 15px;
	}
}

.post-list-item .col-content {
	padding: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.post-list-item .col-content {
		row-gap: 5px;
		border-radius: 16px;
		padding: 1.875rem;
	}
}

/* Post type: By Category */
.categories-blog-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.875rem;
}

.categories-blog-list li {
	display: inline-block;
	margin-right: 10px;
}

.categories-blog-list li a {
	display: inline-block;
	position: relative;
	padding: 6px 18px;
	border: 1px solid var(--justhome-link-color);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	color: var(--justhome-link-color);
	white-space: nowrap;
}

.categories-blog-list li a:hover,
.categories-blog-list li a:focus,
.categories-blog-list li a.active {
	background: var(--justhome-link-color);
	border-color: var(--justhome-link-color);
	color: #fff;
	text-decoration: none;
}

.top-blog-info {
	padding: 25px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.top-blog-info i {
	margin-right: 10px;
}

.top-blog-info .categories {
	margin-right: 35px;
}

.top-blog-info .author a {
	color: var(--justhome-theme-color);
}

.top-blog-info a {
	color: var(--justhome-text-color);
}

.top-blog-info a:hover,
.top-blog-info a:active {
	color: var(--justhome-theme-color);
}

.category-posts {
	position: relative;
}

.category-posts::after {
	content: '';
	top: 20px;
	position: absolute;
	right: 0;
	width: 1px;
	height: 1000px;
	background: #e9e9e9;
}

.category-posts .post {
	border-bottom: 1px solid #e9e9e9;
}

.category-posts .category-posts-label {
	padding: 1px 3px;
	border-radius: 0;
	background: var(--justhome-theme-color);
	font-weight: 400;
	text-transform: uppercase;
}

.category-posts .category-posts-label a {
	color: #fff;
}

.category-posts .entry-meta::after {
	display: none;
}

.category-posts .posts-more .post:last-child {
	border: 0px;
}

.category-posts .posts-more .entry-title a {
	color: #f8f9fa;
}

.category-posts .posts-more .entry-title a:hover {
	color: var(--justhome-theme-color);
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
	color: var(--justhome-link-color);
}

.comment-list .comment-respond {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.comment-list .comment-respond {
		margin-bottom: 40px;
	}
}

.comment-list .comment-respond small {
	margin-left: 5px;
}

.comment-list .comment-respond #submit {
	min-width: auto !important;
}

.comment-list .comment-respond textarea#comment {
	height: 150px;
}

@media (min-width: 1200px) {
	.comment-list .comment-respond textarea#comment {
		height: 260px;
	}
}

.comment-list #cancel-comment-reply-link {
	color: #dc3545;
}

.comment-list .comment-author {
	font-size: 13px;
	font-weight: 500;
}

.comment-list .comment-author > * {
	margin-right: 15px;
}

.comment-list .comment-author > *:last-child {
	margin-right: 0;
}

.comment-list .star-rating {
	margin: 3px 0 0;
}

@media (min-width: 1200px) {
	.comment-list .star-rating {
		margin: 10px 0 2px;
	}
}

.comment-list .name-comment {
	color: var(--justhome-link-color);
	margin: 0;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.4;
	font-size: 17px;
}

.comment-list .name-comment + .star-rating {
	margin-left: 15px;
}

.comment-list .date {
	font-size: 13px;
}

.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.comment-list .children {
		padding-left: 70px;
	}
}

.comment-list .comment-edit-link {
	color: #dc3545;
}

.comment-list .comment-reply-link {
	color: #02ccad;
	white-space: nowrap;
}

.comment-list .comment-text {
	clear: both;
	padding-top: 10px;
}

@media (min-width: 1200px) {
	.comment-list .comment-text {
		padding-top: 20px;
	}
}

.comment-list .comment-text p:last-child {
	margin: 0;
}

.comment-list div.avatar {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}

@media (min-width: 1200px) {
	.comment-list div.avatar {
		width: 90px;
		height: 90px;
	}
}

.comment-list div.avatar img {
	margin: 0;
}

.comment-list div.avatar + .comment-box {
	overflow: hidden;
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.comment-list div.avatar + .comment-box {
		padding-left: 25px;
	}
}

.comment-list .the-comment {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	.comment-list .the-comment {
		margin: 0 0 1.875rem;
		padding: 0 0 1.875rem;
	}
}

.comment-respond #commentform {
	margin-bottom: 0;
}

.logged-in-as a + a {
	color: #dc3545;
}

/*------------------------------------*\
    Single post
\*------------------------------------*/
.social-networks li {
	padding-left: 10px;
	padding-right: 10px;
}

.social-networks li:last-child a {
	margin-right: 0;
}

.social-networks li a {
	font-size: 14px;
}

.social-networks li a:hover {
	color: var(--justhome-theme-color);
}

.post-navigation {
	position: relative;
}

@media (min-width: 1200px) {
	.post-navigation {
		padding: 5px 0;
	}
}

.post-navigation .screen-reader-text {
	display: none;
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="4" height="4" fill="%231A1A1A"/><rect y="8" width="4" height="4" fill="%231A1A1A"/><rect y="16" width="4" height="4" fill="%231A1A1A"/><rect x="8" width="4" height="4" fill="%231A1A1A"/><rect x="8" y="8" width="4" height="4" fill="%231A1A1A"/><rect x="8" y="16" width="4" height="4" fill="%231A1A1A"/><rect x="16" width="4" height="4" fill="%231A1A1A"/><rect x="16" y="8" width="4" height="4" fill="%231A1A1A"/><rect x="16" y="16" width="4" height="4" fill="%231A1A1A"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.post-navigation .nav-links > * {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.post-navigation .nav-links > * i {
	margin: 6px 20px 0 0;
	width: 60px;
	height: 39px;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}

.post-navigation .nav-links > * i:hover,
.post-navigation .nav-links > * i:hover {
	border-color: var(--justhome-link-color);
	color: var(--justhome-link-color);
}

.post-navigation .nav-links > *.nav-next {
	text-align: right;
	margin-left: auto;
}

.post-navigation .nav-links > *.nav-next i {
	margin: 6px 0 0 20px;
}

.post-navigation .nav-links > *.nav-next .title-direct {
	float: right;
}

.post-navigation .nav-links > * > a:hover {
	text-decoration: none;
}

.post-navigation .nav-links > * > a:hover i {
	border-color: var(--justhome-link-color);
	color: var(--justhome-link-color);
}

.post-navigation .nav-links .title-direct {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 80%;
	color: var(--justhome-link-color);
}

.post-navigation .nav-links .navi {
	font-size: 1rem;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: var(--justhome-link-color);
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 2px;
}

@media (min-width: 1200px) {
	.post-navigation .nav-links .navi {
		font-size: 19px;
	}
}

.author-info {
	background: #f9f9f9;
	padding: 20px;
}

@media (min-width: 1200px) {
	.author-info {
		padding: 40px;
		border-radius: 16px;
	}
}

.author-info .author-title {
	font-size: 15px;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.author-info .avatar-img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}

.author-info .description {
	color: var(--justhome-link-color);
	padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
	.author-info .description {
		padding-left: 1.875rem;
	}
}

.wrapper-posts-related {
	padding: 45px 0;
	background: #f9f9f9;
}

@media (min-width: 768px) {
	.wrapper-posts-related {
		padding: 60px 0;
	}
}

@media (min-width: 1200px) {
	.wrapper-posts-related {
		padding: 150px 0;
		border-radius: 24px;
	}
}

.wrapper-posts-related .post-layout {
	margin-bottom: 0;
}

.wrapper-posts-related .title {
	font-size: 23px;
	margin: 0 0 1.875rem;
}

@media (min-width: 768px) {
	.wrapper-posts-related .title {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.wrapper-posts-related .title {
		margin: 0 0 50px;
		font-size: 40px;
	}
}

/*------------------------------------*\
    Blog Masonry Page
\*------------------------------------*/
.gallery {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.gallery .gallery-item {
	float: left;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}

.gallery .gallery-item figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	max-height: 50%;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.5);
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 8px 15px;
}

.gallery .gallery-item:hover figcaption {
	opacity: 1;
	filter: alpha(opacity=100);
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.5%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.comment-navigation {
	overflow: hidden;
	padding: 20px 0;
}

.comment-navigation .nav-links > div {
	display: inline-block;
}

.comment-navigation .nav-links > div + div {
	line-height: 1.1;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px solid #e9e9e9;
}

.header-info-blog {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.header-info-blog {
		margin-bottom: 60px;
	}
}

.header-info-blog .entry-title {
	font-size: 25px;
	margin: 0 0 10px;
}

@media (min-width: 1200px) {
	.header-info-blog .entry-title {
		font-size: 40px;
	}
}

.top-detail-info > div,
.top-detail-info > div a {
	color: #1f4b43;
}

.top-detail-info > div a:hover,
.top-detail-info > div a:focus {
	text-decoration: underline;
}

.top-detail-info > div + div:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
	display: inline-block;
	background: #1f4b43;
}

.entry-thumb-header {
	margin-bottom: 1.875rem;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.entry-thumb-header {
		border-radius: 24px;
		margin-bottom: 40px;
	}
}

.main-detail-post > * {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.main-detail-post > * {
		margin-bottom: 70px;
	}
}

.main-detail-post iframe {
	max-width: 100%;
}

.main-detail-post .entry-description {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.main-detail-post .entry-description {
		margin-bottom: 40px;
	}
}

.author-post .avatar {
	border-radius: 50%;
}

.author-post .avatar-img {
	padding-right: 8px;
	float: left;
}

.author-post .name-author {
	display: inline-block;
	margin-top: 9px;
}

.author-wrapper .avatar-img {
	overflow: hidden;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.author-wrapper .avatar-img img {
	margin: 0 !important;
}

.author-wrapper .author-title {
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}

.author-wrapper .author-title a {
	color: #777777;
}

.author-wrapper .author-title a:hover,
.author-wrapper .author-title a:focus {
	color: var(--justhome-link-color);
}

.author-wrapper .right-inner {
	padding-left: 10px;
}

.comment-reply-title {
	font-size: 18px;
	margin: 0 0 15px;
}

@media (min-width: 1200px) {
	.comment-reply-title {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

.comment-reply-title #cancel-comment-reply-link {
	color: #dc3545;
}

.comments-title {
	font-size: 18px;
}

@media (min-width: 1200px) {
	.comments-title {
		font-size: 21px;
	}
}

.wrapper-comments-title {
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.wrapper-comments-title {
		margin-bottom: 30px;
	}
}

.btn-down-link {
	font-size: 13px;
	color: #fff;
	background: #1f4b43;
	border-radius: 8px;
	padding: 3px 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.btn-down-link:hover,
.btn-down-link:focus {
	color: #fff;
	background: #102723;
}

.heading-detail {
	font-size: 18px;
	margin-top: 0;
}

@media (min-width: 1200px) {
	.heading-detail {
		font-size: 21px;
	}
}

/* 8. effect */
.effect-1 {
	position: relative;
}

.effect-1:after {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	margin: auto;
}

.effect-1:hover:after {
	width: 100%;
	height: 1px;
	background: var(--justhome-theme-color);
}

.zoom-2 {
	overflow: hidden;
	display: block;
	border-radius: 3px;
}

.zoom-2 img {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.zoom-2:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.close .fa {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.close:hover .fa {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.image-overlay-1:after,
.image-overlay-1:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.image-overlay-1:after {
	top: -100%;
}

.image-overlay-1:before {
	bottom: -100%;
}

.image-overlay-1:hover:after {
	top: -50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
	bottom: -50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

@keyframes scale {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.8) translateY(50px);
		-moz-transform: scale(0.8) translateY(50px);
		-ms-transform: scale(0.8) translateY(50px);
		-o-transform: scale(0.8) translateY(50px);
		transform: scale(0.8) translateY(50px);
		transition-property: opacity, transform;
		transition-duration: 1.2s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes scale {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.8) translateY(50px);
		-moz-transform: scale(0.8) translateY(50px);
		-ms-transform: scale(0.8) translateY(50px);
		-o-transform: scale(0.8) translateY(50px);
		transform: scale(0.8) translateY(50px);
		transition-property: opacity, transform;
		transition-duration: 1.2s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes fancy {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(110px) rotateY(20deg);
		-moz-transform: translateY(110px) rotateY(20deg);
		-ms-transform: translateY(110px) rotateY(20deg);
		-o-transform: translateY(110px) rotateY(20deg);
		transform: translateY(110px) rotateY(20deg);
		transform-origin: left;
		transition-property: opacity, transform;
		transition-duration: 1.2s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@keyframes fancy {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translateY(110px) rotateY(20deg);
		-moz-transform: translateY(110px) rotateY(20deg);
		-ms-transform: translateY(110px) rotateY(20deg);
		-o-transform: translateY(110px) rotateY(20deg);
		transform: translateY(110px) rotateY(20deg);
		transform-origin: left;
		transition-property: opacity, transform;
		transition-duration: 1.2s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@-webkit-keyframes slide-up {
	0% {
		-webkit-transform: translate3d(0, 3rem, 0);
		transform: translate3d(0, 3rem, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-up {
	0% {
		-webkit-transform: translate3d(0, 3rem, 0);
		transform: translate3d(0, 3rem, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translate3d(3rem, 0, 0);
		transform: translate3d(3rem, 0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translate3d(3rem, 0, 0);
		transform: translate3d(3rem, 0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translate3d(-3rem, 0, 0);
		transform: translate3d(-3rem, 0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translate3d(-3rem, 0, 0);
		transform: translate3d(-3rem, 0, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slide-down {
	0% {
		-webkit-transform: translate3d(0, -3rem, 0);
		transform: translate3d(0, -3rem, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slide-down {
	0% {
		-webkit-transform: translate3d(0, -3rem, 0);
		transform: translate3d(0, -3rem, 0);
		opacity: 0;
		filter: alpha(opacity=0);
		transition-property: opacity, transform;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.scale {
	animation-name: scale;
}

.fancy {
	animation-name: fancy;
}

.slide-up {
	animation-name: slide-up;
}

.slide-left {
	animation-name: slide-left;
}

.slide-right {
	animation-name: slide-right;
}

.slide-down {
	animation-name: slide-down;
}

.delay-1 {
	transition-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay-2 {
	transition-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay-3 {
	transition-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@keyframes scale_icon_map {
	form {
		-webkit-transform: rotateX(-60deg) scale(0);
		-moz-transform: rotateX(-60deg) scale(0);
		-ms-transform: rotateX(-60deg) scale(0);
		-o-transform: rotateX(-60deg) scale(0);
		transform: rotateX(-60deg) scale(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	to {
		-webkit-transform: rotateX(-60deg) scale(2);
		-moz-transform: rotateX(-60deg) scale(2);
		-ms-transform: rotateX(-60deg) scale(2);
		-o-transform: rotateX(-60deg) scale(2);
		transform: rotateX(-60deg) scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

@-webkit-keyframes scale_icon_map {
	form {
		-webkit-transform: rotateX(-60deg) scale(0);
		-moz-transform: rotateX(-60deg) scale(0);
		-ms-transform: rotateX(-60deg) scale(0);
		-o-transform: rotateX(-60deg) scale(0);
		transform: rotateX(-60deg) scale(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	to {
		-webkit-transform: rotateX(-60deg) scale(2);
		-moz-transform: rotateX(-60deg) scale(2);
		-ms-transform: rotateX(-60deg) scale(2);
		-o-transform: rotateX(-60deg) scale(2);
		transform: rotateX(-60deg) scale(2);
		opacity: 0;
		filter: alpha(opacity=0);
	}
}

/* 10. widgets layout */
.vertical-wrapper {
	position: relative;
}

.vertical-wrapper .action-vertical {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: inline-block;
	padding: 6px 22px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 40px;
	font-weight: 500;
	font-size: 0.9375rem;
	cursor: pointer;
}

.vertical-wrapper .action-vertical i {
	display: inline-block;
	margin-right: 10px;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
}

.vertical-wrapper .content-vertical {
	padding: 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100% !important;
	z-index: 3;
	min-width: 330px;
	margin-top: 10px;
}

.apus-vertical-menu {
	padding: 0;
	background: #fff;
	margin: 0;
	list-style: none;
	border-radius: 8px;
	border: 1px solid #e9e9e9;
}

.apus-vertical-menu > li {
	display: block;
	width: 100%;
}

.apus-vertical-menu > li > a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0 20px;
	line-height: 50px;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.apus-vertical-menu > li > a {
		line-height: 55px;
	}
}

.apus-vertical-menu > li > a:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background: var(--justhome-theme-color);
	opacity: 0;
	filter: alpha(opacity=0);
}

.apus-vertical-menu > li > a:after {
	margin-left: auto;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
	font-size: 22px;
	margin-right: 12px;
	width: 22px;
	display: inline-block;
	color: var(--justhome-second-color);
	line-height: 1;
	vertical-align: middle;
}

.apus-vertical-menu > li .apus-container {
	padding: 10px 35px;
}

.apus-vertical-menu > li:hover > a,
.apus-vertical-menu > li.active > a {
	color: var(--justhome-link-color);
	background: #f0efec;
}

.apus-vertical-menu > li:hover > a:before,
.apus-vertical-menu > li.active > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.apus-vertical-menu li:hover > .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.apus-vertical-menu .text-label {
	font-size: 12px;
	vertical-align: super;
	margin-left: 5px;
	color: var(--justhome-theme-color);
	font-family: var(--justhome-main-font);
}

.apus-vertical-menu .text-label.label-hot {
	color: #dc3545;
}

.apus-vertical-menu .text-label.label-new {
	color: #198754;
}

.apus-vertical-menu .dropdown-menu {
	min-width: 240px;
	min-height: 100%;
	visibility: hidden;
	padding: 0.9375rem;
	font-size: 14px;
	border-radius: 8px;
	display: block;
	border: 1px solid #e9e9e9;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
	.apus-vertical-menu .dropdown-menu {
		padding: 1.875rem;
	}
}

.apus-vertical-menu .dropdown-menu > li > a {
	color: var(--justhome-link-color);
	background: transparent !important;
	padding: 0;
}

.apus-vertical-menu .dropdown-menu > li > a > i,
.apus-vertical-menu .dropdown-menu > li > a > img {
	font-size: 20px;
	margin-right: 10px;
	width: 15px;
	display: inline-block;
}

.apus-vertical-menu .dropdown-menu > li:hover > a,
.apus-vertical-menu .dropdown-menu > li.active > a,
.apus-vertical-menu .dropdown-menu > li:active > a {
	color: var(--justhome-theme-color);
}

.apus-vertical-menu .dropdown-menu .wpb_button,
.apus-vertical-menu .dropdown-menu .wpb_content_element,
.apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.apus-vertical-menu .dropdown-menu .widget {
	margin: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title,
.apus-vertical-menu .dropdown-menu .widget .widgettitle,
.apus-vertical-menu .dropdown-menu .widget .widget-heading {
	margin: 0 0 10px;
	font-size: 18px;
	padding: 0;
}

.apus-vertical-menu .dropdown-menu .widget .widget-title:after,
.apus-vertical-menu .dropdown-menu .widget .widget-title:before,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:after,
.apus-vertical-menu .dropdown-menu .widget .widgettitle:before,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:after,
.apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
	display: none;
}

.apus-vertical-menu .aligned-left:hover > a:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.apus-vertical-menu .aligned-left > .dropdown-menu {
	top: 0;
	left: 100%;
	margin: 0 0 0 -1px;
}

.apus-vertical-menu .aligned-right:hover > a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.apus-vertical-menu .aligned-right > .dropdown-menu {
	top: 0;
	right: 100%;
	left: inherit;
	margin: 0 -1px 0 0;
}

.apus_custom_menu.center {
	text-align: center;
}

.apus_custom_menu.center li {
	display: inline-block;
	margin: 0 15px;
}

.apus_custom_menu.left {
	text-align: left;
}

.apus_custom_menu.right {
	text-align: right;
}

.apus_custom_menu.inline li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.apus_custom_menu.inline li {
		margin-right: 40px;
	}
}

.apus_custom_menu.inline li:last-child {
	margin: 0;
}

.slick-carousel {
	position: relative;
	margin-right: -8px;
	margin-left: -8px;
}

@media (min-width: 768px) {
	.slick-carousel {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.slick-carousel .slick-arrow {
	font-size: 13px;
	width: 45px;
	height: 30px;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	background: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

@media (min-width: 768px) {
	.slick-carousel .slick-arrow {
		width: 60px;
		height: 40px;
	}
}

.slick-carousel .slick-arrow:hover,
.slick-carousel .slick-arrow:hover {
	background: #fff;
	border-color: var(--justhome-link-color);
	color: var(--justhome-link-color);
}

.slick-carousel .slick-arrow .textnav {
	display: none;
}

.slick-carousel .slick-prev {
	left: 0;
}

.slick-carousel .slick-next {
	right: 0;
}

.slick-carousel.st_nav_bottom {
	padding-bottom: 30px;
}

@media (min-width: 1200px) {
	.slick-carousel.st_nav_bottom {
		padding-bottom: 60px;
	}
}

.slick-carousel.st_nav_bottom .slick-arrow {
	top: inherit;
	bottom: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.slick-carousel.st_nav_bottom .slick-prev {
	left: 8px;
}

@media (min-width: 768px) {
	.slick-carousel.st_nav_bottom .slick-prev {
		left: 15px;
	}
}

.slick-carousel.st_nav_bottom .slick-next {
	left: 70px;
	right: inherit;
}

@media (min-width: 768px) {
	.slick-carousel.st_nav_bottom .slick-next {
		left: 100px;
	}
}

.slick-carousel.st_pa_line .slick-dots {
	margin: 0 8px;
}

@media (min-width: 768px) {
	.slick-carousel.st_pa_line .slick-dots {
		margin: 0 0.9375rem;
	}
}

.slick-carousel.st_pa_line .slick-dots > li {
	width: 50%;
	background: rgba(255, 255, 255, 0.1);
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.slick-carousel.st_pa_line .slick-dots > li:before {
	display: none !important;
}

.slick-carousel.st_pa_line .slick-dots > li > button {
	width: 100%;
	height: 3px;
	border-radius: 0;
	background: transparent;
}

.slick-carousel.st_pa_line .slick-dots > li:hover > button,
.slick-carousel.st_pa_line .slick-dots > li:focus > button,
.slick-carousel.st_pa_line .slick-dots > li.slick-active > button {
	background: var(--justhome-heading-color);
}

.slick-carousel .slick-slide {
	outline: none !important;
	padding-left: 8px;
	padding-right: 8px;
}

@media (min-width: 768px) {
	.slick-carousel .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.slick-carousel.no-gap {
	margin: 0;
}

.slick-carousel.no-gap .slick-slide {
	padding-left: 0;
	padding-right: 0;
}

.slick-carousel.gap-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.slick-carousel.gap-10 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.slick-carousel.gap-2 {
	margin-left: -1px;
	margin-right: -1px;
}

.slick-carousel.gap-2 .slick-slide {
	padding-left: 1px;
	padding-right: 1px;
}

.slick-carousel.show-text .textnav {
	display: inline-block;
	margin: 0 2px;
}

.slick-carousel.show-text .slick-arrow {
	width: auto;
	height: auto;
	background: transparent !important;
	font-weight: 500;
	font-size: 12px;
	color: var(--justhome-link-color);
}

.slick-carousel.show-text .slick-arrow:hover,
.slick-carousel.show-text .slick-arrow:active,
.slick-carousel.show-text .slick-arrow:focus {
	color: var(--justhome-theme-color);
}

.slick-carousel.show-text .slick-prev {
	left: 0;
	right: inherit;
}

.slick-carousel.show-text .slick-next {
	right: 0;
	left: inherit;
}

.slick-carousel .slick-track {
	margin: inherit;
}

.slick-carousel .slick-dots {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

@media (min-width: 1200px) {
	.slick-carousel .slick-dots {
		padding: 1.875rem 0 0;
	}
}

.slick-carousel .slick-dots li {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid transparent;
	padding: 9px;
	background: transparent;
}

.slick-carousel .slick-dots li:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	border: 1px solid transparent;
	border-left-color: transparent !important;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	position: absolute;
	border-radius: 50%;
	top: -1px;
	left: -1px;
}

.slick-carousel .slick-dots li button {
	border: none;
	display: block;
	text-indent: -9999em;
	width: 10px;
	height: 10px;
	padding: 0;
	background: rgba(18, 34, 35, 0.2);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.slick-carousel .slick-dots li:hover,
.slick-carousel .slick-dots li:focus,
.slick-carousel .slick-dots li.slick-active {
	border-color: rgba(18, 34, 35, 0.2);
}

.slick-carousel .slick-dots li:hover:before,
.slick-carousel .slick-dots li:focus:before,
.slick-carousel .slick-dots li.slick-active:before {
	border-color: #122223;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-carousel .slick-dots li:hover button,
.slick-carousel .slick-dots li:focus button,
.slick-carousel .slick-dots li.slick-active button {
	background: #122223;
}

.widget-socials .social {
	padding: 0;
	list-style: none;
	margin: 0;
}

.widget-socials .social > li {
	display: inline-block;
}

.widget-socials .social a {
	font-size: 0.9375rem;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--justhome-theme-color);
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.widget-socials .social a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

.widget-socials .social a:hover,
.widget-socials .social a:focus {
	color: #fff;
	background: var(--justhome-theme-hover-color);
}

.widget-socials.special {
	flex-direction: row-reverse;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-90deg) translateX(-100%);
	-moz-transform: rotate(-90deg) translateX(-100%);
	-ms-transform: rotate(-90deg) translateX(-100%);
	-o-transform: rotate(-90deg) translateX(-100%);
	transform: rotate(-90deg) translateX(-100%);
}

.widget-socials.special .social a {
	background: transparent;
	color: var(--justhome-link-color);
	width: 30px;
	height: 30px;
}

.widget-socials.special .social a:hover,
.widget-socials.special .social a:focus {
	background: transparent;
	color: var(--justhome-theme-color);
}

.widget-socials.special > * {
	padding-right: 30px;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.widget-socials.special > * {
		padding-right: 60px;
	}
}

.list-icon {
	margin-bottom: 20px;
	color: #fff;
	background: #1f4b43;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	padding: 13px 25px;
}

.list-icon:last-child {
	margin-bottom: 0;
}

.list-icon .title {
	color: inherit;
	margin: 3px 0 0;
	font-size: 1rem;
}

.list-icon .description {
	font-size: 13px;
	line-height: 1.2;
}

.list-icon .box-content {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.list-icon:hover,
.list-icon:focus {
	color: #fff;
	background: #183933;
}

a.direction {
	text-decoration: underline;
	color: var(--justhome-theme-color);
}

a.direction:hover,
a.direction:focus {
	color: var(--justhome-theme-color);
	text-decoration: none;
}

.vertical-icon {
	position: relative;
	display: block;
	width: 23px;
	height: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

.vertical-icon:after,
.vertical-icon:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 2px;
	background-color: var(--justhome-link-color);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.vertical-icon:before {
	top: 0;
}

.vertical-icon:focus:before,
.vertical-icon:focus:before,
.vertical-icon:hover:before,
.vertical-icon:hover:before {
	background-color: var(--justhome-heading-color);
}

.navbar-wrapper .close-navbar-sidebar {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 40px;
	height: 40px;
	color: var(--justhome-link-color);
	background-color: #f7f7f7;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
}

.navbar-wrapper .close-navbar-sidebar i {
	font-size: 13px;
}

.navbar-wrapper .close-navbar-sidebar:hover,
.navbar-wrapper .close-navbar-sidebar:focus {
	background-color: #dc3545;
	color: #fff;
}

.navbar-wrapper .navbar-sidebar-wrapper {
	z-index: 3;
	position: fixed;
	overflow-y: auto;
	scrollbar-width: thin;
	right: 0;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 400px;
	max-width: 80%;
	height: 100vh;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	background: #fff;
}

.navbar-wrapper .navbar-sidebar-wrapper.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.navbar-wrapper .navbar-sidebar-overlay {
	background: rgba(24, 26, 32, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: no-drop;
	visibility: hidden;
	z-index: 2;
}

.navbar-wrapper .navbar-sidebar-overlay.active {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	right: initial;
	left: 0;
}

.navbar-wrapper.st_left .navbar-sidebar-wrapper.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.navbar-wrapper .navbar-header {
	padding: 20px 1.875rem;
	border-bottom: 1px solid #e9e9e9;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar-wrapper .title-navbar {
	margin: 0;
	font-size: 20px;
}

.navbar-wrapper .widget-nav-menu {
	padding: 0;
}

.navbar-wrapper .widget-nav-menu .menu li {
	margin-bottom: 2px;
}

.navbar-wrapper .widget-nav-menu .menu li > a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	padding: 11px 1.875rem;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.navbar-wrapper .widget-nav-menu .menu li > a:before {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--justhome-theme-color);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-wrapper .widget-nav-menu .menu li > a:hover {
	background: var(--justhome-theme-color-007);
}

.navbar-wrapper .widget-nav-menu .menu li > a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-wrapper .widget-nav-menu .menu li.active > a {
	background: var(--justhome-theme-color-007);
}

.navbar-wrapper .widget-nav-menu .menu li.active > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wpml-ls-legacy-dropdown {
	width: auto;
}

.wpml-ls-legacy-dropdown > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.wpml-ls-legacy-dropdown a {
	display: block;
	padding: 3px 10px;
	border: 0;
	background-color: transparent;
	line-height: 1.87;
}

.wpml-ls-legacy-dropdown a span {
	vertical-align: baseline;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover a.wpml-ls-item-toggle {
	color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	position: absolute;
	z-index: 2;
	top: inherit;
	bottom: 100%;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	font-size: 14px;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin: 0 0 13px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	min-width: 130px;
	padding: 15px 20px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 0;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	padding: 7px 20px;
	font-size: 14px;
	border-radius: 8px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 13px;
	bottom: 100%;
	left: 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: inline-block;
	margin-left: 0.4em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
	color: #fff;
}

.widget_icl_lang_sel_widget.st_normal
	.wpml-ls-current-language
	a.wpml-ls-item-toggle {
	border: 1px solid #e9e9e9;
	color: var(--justhome-text-color);
	background: #fff;
}

.widget_icl_lang_sel_widget.st_normal
	.wpml-ls-current-language:hover
	a.wpml-ls-item-toggle {
	color: var(--justhome-second-color);
	border-color: #222;
	background: #fff;
}

.social-link {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.social-link li {
	display: inline-block;
	margin: 0 5px;
}

.social-link li a {
	background: #f4f4f4 none repeat scroll 0 0;
	border-radius: 100%;
	color: var(--justhome-text-color);
	display: inline-block;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	border: 1px solid #e9e9e9;
}

.social-link.lighten li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.widget-gallery .image {
	position: relative;
}

.widget-gallery .image:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--justhome-theme-color);
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}

.widget-gallery .image .content-cover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}

.widget-gallery .image:hover:before {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.widget-gallery .image:hover .content-cover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget-gallery .popup-image-gallery {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background: #fff;
	font-size: 24px;
	color: var(--justhome-theme-color);
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.widget-gallery .popup-image-gallery:hover,
.widget-gallery .popup-image-gallery:active {
	color: var(--justhome-theme-color);
	background: #e6e6e6;
}

.widget-gallery .title {
	font-size: 24px;
	font-size: var(--justhome-main-font);
	margin: 0;
	color: #fff;
}

.widget-gallery .description {
	color: #e0dede;
	font-size: 12px;
	margin-bottom: 20px;
}

.widget-gallery .gutter-default {
	margin-left: 0;
	margin-right: 0;
}

.widget-gallery .gutter-default > div {
	padding-right: 0;
	padding-left: 0;
}

.widget-gallery.gutter30 .title {
	font-size: 18px;
}

.widget-gallery.gutter30 .image {
	margin-bottom: 30px;
}

.widget-gallery.gutter30 .description {
	margin-bottom: 10px;
}

.widget-gallery.gutter30 .gutter-default {
	margin-left: -15px;
	margin-right: -15px;
}

.widget-gallery.gutter30 .gutter-default > div {
	padding-right: 15px;
	padding-left: 15px;
}

.item-features-inner {
	margin-bottom: 0.9375rem;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.item-features-inner .title {
	font-size: 18px;
	margin: 0;
}

@media (min-width: 1200px) {
	.item-features-inner .title {
		font-size: 19px;
	}
}

.item-features-inner .top-inner {
	display: inline-block;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.item-features-inner .top-inner {
		margin-bottom: 18px;
	}
}

.item-features-inner .features-box-image {
	position: relative;
	font-size: 35px;
	line-height: 1;
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.item-features-inner .features-box-image {
		font-size: 50px;
	}
}

.item-features-inner .features-box-image svg {
	max-width: 100%;
}

.item-features-inner .description {
	color: var(--justhome-link-color);
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.item-features-inner .description {
		margin-top: 15px;
	}
}

.item-features-inner.style1 {
	text-align: center;
}

@media (min-width: 1200px) {
	.item-features-inner.style1 {
		padding: 0 10px;
	}
}

.item-features-inner.style1 .features-box-image {
	position: relative;
	z-index: 1;
}

.item-features-inner.style1 .features-box-image:before {
	content: '';
	position: absolute;
	background: rgba(26, 26, 26, 0.1);
	width: 50px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 50%;
	z-index: -1;
}

.item-features-inner.style1:hover .features-box-image:before {
	bottom: -5px;
	left: -10px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.item-features-inner.style2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.item-features-inner.style2 .features-box-image {
	position: relative;
	z-index: 1;
}

.item-features-inner.style2 .features-box-image:before {
	content: '';
	position: absolute;
	background: var(--justhome-theme-color);
	width: 30px;
	height: 30px;
	bottom: -5px;
	left: -10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 50%;
	z-index: -1;
}

.item-features-inner.style2 .top-inner {
	flex-shrink: 0;
}

.item-features-inner.style2 .top-inner + .features-box-content {
	padding-left: 20px;
}

.item-features-inner.style2 .features-box-content {
	flex-grow: 1;
}

.item-features-inner.style2 .description {
	margin-top: 10px;
}

.item-features-inner.style3 {
	margin: 0;
	padding: 15px 25px;
	border-radius: 0 12px 12px 0;
	position: relative;
}

@media (min-width: 1200px) {
	.item-features-inner.style3 {
		padding: 40px 50px;
		border-radius: 0 16px 16px 0;
	}
}

.item-features-inner.style3:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: #fff8f6;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.item-features-inner.style3 .description {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.item-features-inner.style3 .top-inner {
		margin-bottom: 15px;
	}
}

.item-features-inner.style3:hover {
	background: #fff8f6;
}

.item-features-inner.style3:hover:before {
	background: var(--justhome-link-color);
}

.item-features-inner.style4 {
	text-align: center;
}

.item-features-inner.style4 .features-box-image {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.item-features-inner.style4 .features-box-image {
		width: 80px;
		height: 80px;
		font-size: 35px;
	}
}

.item-features-inner.style4 .description {
	margin-top: 10px;
}

.widget-features-box .item-grid {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.widget-features-box .item-grid {
		margin-bottom: 0.9375rem;
	}
}

.widget-features-box .item-grid:last-child {
	margin-bottom: 0;
}

.widget-features-box.style3 .item-grid {
	margin-bottom: 0;
}

.testimonials-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.testimonials-item .avarta {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: relative;
}

@media (min-width: 1200px) {
	.testimonials-item .avarta {
		width: 90px;
		height: 90px;
	}
}

.testimonials-item .name-client {
	font-size: 19px;
	margin: 0 0 2px;
}

.testimonials-item .description {
	margin-top: 0.9375rem;
	font-weight: 500;
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.testimonials-item .description {
		margin-top: 1.875rem;
		font-size: 19px;
	}
}

.testimonials-item .info-testimonials {
	padding-left: 20px;
}

.testimonials-item2 .description {
	line-height: 2;
	font-size: 17px;
	font-weight: 600;
	color: var(--justhome-link-color);
	max-width: 800px;
	margin: 0 auto 20px;
}

@media (min-width: 1200px) {
	.testimonials-item2 .description {
		margin-bottom: 35px;
		font-size: 22px;
	}
}

.testimonials-item2 .name-client {
	font-size: 15px;
	margin: 0;
}

.testimonials-item2 .job {
	margin-top: 5px;
	font-size: 13px;
}

.wrapper-testimonial-thumbnail {
	max-width: 500px;
	margin: 15px auto 0;
}

@media (min-width: 1200px) {
	.wrapper-testimonial-thumbnail {
		margin-top: 1.875rem;
	}
	.wrapper-testimonial-thumbnail .slick-carousel {
		margin-left: -20px;
		margin-right: -20px;
	}
	.wrapper-testimonial-thumbnail .slick-carousel .slick-slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.wrapper-testimonial-thumbnail .avarta {
	cursor: pointer;
	max-width: 100%;
	margin: auto;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

@media (min-width: 1200px) {
	.wrapper-testimonial-thumbnail .avarta {
		width: 70px;
		height: 70px;
	}
}

.wrapper-testimonial-thumbnail .avarta img {
	border-radius: 50%;
}

.wrapper-testimonial-thumbnail .avarta:hover,
.wrapper-testimonial-thumbnail .avarta:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wrapper-testimonial-thumbnail .slick-current .avarta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.testimonials-item3 {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	overflow: hidden;
	padding: 20px;
}

@media (min-width: 1200px) {
	.testimonials-item3 {
		padding: 60px 60px 50px;
		border-radius: 16px;
	}
}

.testimonials-item3:before {
	content: '';
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	height: 4px;
	background: var(--justhome-theme-color);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}

@media (min-width: 1200px) {
	.testimonials-item3:before {
		width: 100%;
		height: 6px;
	}
}

.testimonials-item3 .icon-top {
	opacity: 0.35;
	filter: alpha(opacity=35);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.testimonials-item3 .icon-top {
		top: 40px;
		right: 40px;
	}
}

.testimonials-item3 .wrapper-avarta {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonials-item3 .flex-shrink-0 + .info-testimonials {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.testimonials-item3 .flex-shrink-0 + .info-testimonials {
		padding-left: 20px;
	}
}

.testimonials-item3 .title {
	color: var(--justhome-theme-color);
	font-size: 25px;
	margin: 0 0 20px;
}

.testimonials-item3 .name-client {
	font-size: 0.9375rem;
	font-weight: 600;
	margin: 0;
}

.testimonials-item3 .job {
	margin-top: 5px;
	color: #717171;
	font-size: 13px;
}

.testimonials-item3 .description {
	font-size: 15px;
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.testimonials-item3 .description {
		margin-top: 35px;
	}
}

.testimonials-item3:hover {
	-webkit-box-shadow: 0 10px 40px 0 rgba(24, 26, 32, 0.05);
	box-shadow: 0 10px 40px 0 rgba(24, 26, 32, 0.05);
}

.testimonials-item3:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.testimonials-item4 .icon-top {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.testimonials-item4 .description {
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: 600;
}

@media (min-width: 1200px) {
	.testimonials-item4 .description {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

.testimonials-item4 .top-inner {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.testimonials-item4 .top-inner {
		margin-bottom: 25px;
	}
}

.testimonials-item4 .title {
	font-size: 15px;
	margin: 0;
}

.testimonials-item4 .name-client {
	font-size: 14px;
	margin: 0;
}

.testimonials-item4 .job {
	margin-top: 5px;
	color: #717171;
	font-size: 13px;
}

.wrapper-testimonial-thumbnail4 {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.slick-center .item-testimonials4 {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.item-testimonials4 {
	cursor: pointer;
	border: 1px solid #e9e9e9;
	background: #fff;
	border-radius: 100px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	padding: 10px;
	margin-bottom: 15px;
}

.item-testimonials4 .wrapper-avarta {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-testimonials4 .inner-right {
	padding-left: 20px;
}

.item-testimonials4 .name-client {
	font-size: 0.9375rem;
	font-weight: 500;
	margin: 0 0 5px;
}

.item-testimonials4 .job {
	font-size: 14px;
}

.widget-testimonials .slick-list {
	padding: 10px 0;
}

.widget-testimonials .slick-carousel .slick-dots {
	justify-content: start;
	padding: 20px 20px 0;
	max-width: 410px;
}

@media (min-width: 768px) {
	.widget-testimonials .slick-carousel .slick-dots {
		padding: 50px 40px 0;
	}
}

.widget-testimonials .slick-carousel .slick-dots li {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	line-height: 0;
}

.widget-testimonials .slick-carousel .slick-dots li:before {
	display: none;
}

.widget-testimonials .slick-carousel .slick-dots li button {
	width: 100%;
	height: 2px;
	border-radius: 0;
}

.widget-testimonials .slick-carousel .slick-dots li:first-child button {
	text-align: left;
	text-indent: -17px;
}

@media (min-width: 768px) {
	.widget-testimonials .slick-carousel .slick-dots li:first-child button {
		text-indent: -25px;
	}
}

.widget-testimonials .slick-carousel .slick-dots li:last-child button {
	direction: rtl;
	text-align: right;
	text-indent: -17px;
}

@media (min-width: 768px) {
	.widget-testimonials .slick-carousel .slick-dots li:last-child button {
		text-indent: -25px;
	}
}

@media (min-width: 1200px) {
	.widget-nav-menu .widget-title {
		margin-bottom: 1.875rem;
	}
}

.widget-nav-menu .menu li {
	margin: 0 0 10px;
}

.widget-nav-menu .menu li:hover > a,
.widget-nav-menu .menu li.active > a,
.widget-nav-menu .menu li.current-cat-parent > a,
.widget-nav-menu .menu li.current-cat > a {
	color: var(--justhome-link_hover_color);
	text-decoration: underline;
}

.widget-nav-menu .menu li:last-child {
	margin: 0;
}

.widget-nav-menu.st_line .menu li {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.widget-nav-menu.st_line .menu li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: #bebdbd;
	border-radius: 50%;
	width: 2px;
	height: 2px;
	display: block;
}

.widget-nav-menu.st_line .menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.widget-nav-menu.st_line .menu li:last-child:before {
	display: none;
}

.mc4wp-form-fields {
	background: #fff;
	padding: 7px;
	border-radius: 12px;
	border: 1px solid transparent;
}

@media (min-width: 1200px) {
	.mc4wp-form-fields {
		border-radius: 60px;
	}
}

.mc4wp-form-fields [type='email'] {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: 0;
	height: 44px;
	padding: 5px 0;
}

.mc4wp-form-fields [type='email']::-webkit-input-placeholder {
	/* Edge */
	color: var(--justhome-link-color);
}

.mc4wp-form-fields [type='email']:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--justhome-link-color);
}

.mc4wp-form-fields [type='email']::placeholder {
	color: var(--justhome-link-color);
}

.mc4wp-form-fields .btn {
	padding: 6px 30px;
	border-radius: 44px;
}

.widget-brand .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
}

.widget-brand .slick-track .slick-slide {
	height: auto;
}

.widget-brand .brand-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}

.widget-brand .brand-item:hover,
.widget-brand .brand-item:focus {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.nav.tabs-theme {
	padding: 0 0 1px;
	border-bottom: 1px solid #e9e9e9;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.nav.tabs-theme > li {
	margin: 0 15px -1px 0;
}

@media (min-width: 1200px) {
	.nav.tabs-theme > li {
		margin-right: 1.875rem;
	}
}

.nav.tabs-theme > li > a {
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 500;
	color: var(--justhome-link-color);
	position: relative;
	padding: 10px 0;
}

@media (min-width: 1200px) {
	.nav.tabs-theme > li > a {
		font-size: 19px;
	}
}

.nav.tabs-theme > li > a:before {
	content: '';
	width: 0;
	height: 2px;
	background: var(--justhome-link-color);
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
}

.nav.tabs-theme > li > a:hover:before,
.nav.tabs-theme > li > a.active:before {
	width: 100%;
}

.elementor-icon-list-item a:hover .elementor-icon-list-text,
.elementor-icon-list-item a:focus .elementor-icon-list-text {
	text-decoration: underline;
}

.text-theme {
	color: var(--justhome-theme-color) !important;
}

.text-link {
	color: var(--justhome-link-color) !important;
}

.text-hover-link {
	color: var(--justhome-link_hover_color) !important;
}

.text-white {
	color: #fff !important;
}

.text-white-70 {
	color: rgba(255, 255, 255, 0.7) !important;
}

.bg-theme {
	background: var(--justhome-theme-color);
}

.border-theme {
	border-color: var(--justhome-theme-color);
}

.radius-3x {
	border-radius: 3px !important;
}

.radius-50 {
	border-radius: 50px !important;
}

.deleted_wpb_single_image {
	position: relative;
	overflow: hidden;
}

.deleted_wpb_single_image:before {
	position: absolute;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	background: var(--justhome-theme-color);
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	left: 0;
}

.deleted_wpb_single_image:after {
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	top: 1.875rem;
	left: 1.875rem;
	right: 1.875rem;
	bottom: 1.875rem;
	border: 1px solid #fff;
	z-index: 3;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.deleted_wpb_single_image:hover:before {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.deleted_wpb_single_image:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.widget-team .team-item {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
}

.widget-team .team-item:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(39, 42, 51, 0.7);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.widget-team .team-item img {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.widget-team .name-team {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 5px;
}

.widget-team .social {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	list-style: none;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-align: center;
}

.widget-team .social li {
	display: inline-block;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.widget-team .social li {
		margin-right: 20px;
	}
}

.widget-team .social li:last-child {
	margin-right: 0;
}

.widget-team .social li a {
	color: #fff !important;
}

.widget-team:hover .team-item img {
	-webkit-transform: scale(1.15) rotate(-1deg);
	-moz-transform: scale(1.15) rotate(-1deg);
	-ms-transform: scale(1.15) rotate(-1deg);
	-o-transform: scale(1.15) rotate(-1deg);
	transform: scale(1.15) rotate(-1deg);
}

.widget-team:hover .team-item:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget-team:hover .social {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget_apus_vertical_menu {
	border-left: 4px solid #2e2d2d;
}

.widget_apus_vertical_menu .widget-title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 15px 1.875rem 0;
}

.widget_apus_vertical_menu .apus-vertical-menu {
	border: none;
}

.widget_apus_vertical_menu .apus-vertical-menu > li {
	margin-left: -4px;
}

.widget_apus_vertical_menu .apus-vertical-menu > li > a {
	border-left: 4px solid transparent;
	font-size: 16px;
	padding: 0 1.875rem;
}

.widget_apus_vertical_menu .apus-vertical-menu > li.active > a,
.widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
	border-color: var(--justhome-theme-color);
}

.updow:hover .top-img img,
.updow:hover .img img,
.updow:hover .image-wrapper img {
	-webkit-animation: updow 0.8s ease-in-out 0s infinite;
	animation: updow 0.8s ease-in-out 0s infinite;
}

.updow-infinite img {
	-webkit-animation: updow 1s ease-in-out 0s infinite;
	animation: updow 1s ease-in-out 0s infinite;
}

@-webkit-keyframes updow {
	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	0%,
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes updow {
	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	0%,
	100% {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes fadeleft {
	from {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	to {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		-o-transform: translate(-15px, 0);
		transform: translate(-15px, 0);
	}
}

@keyframes fadeleft {
	from {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	to {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(-15px, 0);
		-ms-transform: translate(-15px, 0);
		-o-transform: translate(-15px, 0);
		transform: translate(-15px, 0);
	}
}

@-webkit-keyframes faderight {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		-o-transform: translate(15px, 0);
		transform: translate(15px, 0);
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes faderight {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate(15px, 0);
		-ms-transform: translate(15px, 0);
		-o-transform: translate(15px, 0);
		transform: translate(15px, 0);
	}
	to {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.mb0 {
	margin-bottom: 0px !important;
}

.width-full {
	width: 100% !important;
}

.custom-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.custom-menu li {
	padding-left: 22px;
	margin-bottom: 18px;
	position: relative;
	line-height: 1.4;
}

.custom-menu li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #221f1f;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.custom-menu li:last-child {
	margin: 0;
}

.custom-menu li i {
	margin-right: 15px;
	font-size: 18px;
}

@media (min-width: 1200px) {
	.custom-menu li i {
		font-size: 23px;
	}
}

.custom-menu li a {
	color: var(--justhome-text-color);
}

.custom-menu li a:focus,
.custom-menu li a:hover {
	color: var(--justhome-link-color);
}

.custom-menu li:hover:before,
.custom-menu li.active:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner-item {
	min-height: 100px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 12px;
	text-align: center;
	display: block;
}

.banner-item .title {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 1.25rem;
	font-size: 1.125rem;
	color: #fff;
}

.banner-item-link {
	display: block;
	position: relative;
}

.banner-item-link:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 42, 51, 0.3);
}

.banner-item-link img {
	-webkit-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}

.banner-item-link:hover img,
.banner-item-link:focus img {
	-webkit-transform: scale(1.1) rotate(-1deg);
	-moz-transform: scale(1.1) rotate(-1deg);
	-ms-transform: scale(1.1) rotate(-1deg);
	-o-transform: scale(1.1) rotate(-1deg);
	transform: scale(1.1) rotate(-1deg);
}

.widget-banner-account {
	text-align: center;
	background-color: #0d6efd;
	padding: 30px 15px;
	min-height: 300px;
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	/* Safari 6.1+ */
}

@media (min-width: 1200px) {
	.widget-banner-account {
		padding: 50px 30px;
		min-height: 470px;
	}
}

.widget-banner-account .title-account {
	color: #fff;
	margin: 0;
	font-size: 30px;
	margin: 0 0 12px;
}

@media (min-width: 1200px) {
	.widget-banner-account .title-account {
		font-size: 50px;
	}
}

.widget-banner-account .description {
	color: #fff;
	margin: 0 0 30px;
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
a.popup-video .popup-video-inner {
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: rgba(26, 26, 26, 0.5);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
	a.popup-video .popup-video-inner {
		width: 86px;
		height: 86px;
		font-size: 22px;
	}
}

a.popup-video .popup-video-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(26, 26, 26, 0.3);
	border-radius: 50%;
	-webkit-animation: scaleicon 2s ease-in-out 0s infinite alternate;
	animation: scaleicon 2s ease-in-out 0s infinite alternate;
}

a.popup-video:hover {
	text-decoration: none;
}

a.popup-video:hover .popup-video-inner {
	background: #1a1a1a;
	color: #fff;
	border: 1px solid transparent;
}

.item-step {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	background: #fff;
	padding: 30px 20px 20px;
}

@media (min-width: 1200px) {
	.item-step {
		border-radius: 16px;
		padding: 45px 1.875rem 1.875rem;
	}
}

.item-step .step-box-image {
	font-size: 40px;
	line-height: 1;
	color: var(--justhome-theme-color);
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (min-width: 1200px) {
	.item-step .step-box-image {
		top: 20px;
		right: 20px;
	}
}

.item-step .number {
	font-size: 22px;
	font-weight: 600;
	color: var(--justhome-theme-color);
}

@media (min-width: 1200px) {
	.item-step .number {
		font-size: 28px;
	}
}

.item-step .description {
	color: #717171;
	font-size: 13px;
	margin-top: 10px;
}

.item-step .title {
	font-size: 0.9375rem;
	margin: 0;
}

.item-step:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(24, 26, 32, 0.07);
	box-shadow: 0 5px 10px 0 rgba(24, 26, 32, 0.07);
}

.widget-address-box.style2 .item {
	margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
	.widget-address-box.style2 .item {
		margin-bottom: 1.875rem;
	}
}

.widget-address-box.style2 .item:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.widget-address-box.style1 .item {
		margin-bottom: 0.9375rem;
	}
}

form.wpcf7-form {
	position: relative;
}

form.wpcf7-form .form-control {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	form.wpcf7-form .form-control {
		margin-bottom: 1.875rem;
	}
}

form.wpcf7-form .form-control::-webkit-input-placeholder {
	/* Edge */
	color: var(--justhome-link-color);
	opacity: 1;
	filter: alpha(opacity=100);
}

form.wpcf7-form .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--justhome-link-color);
	opacity: 1;
	filter: alpha(opacity=100);
}

form.wpcf7-form .form-control::placeholder {
	color: var(--justhome-link-color);
	opacity: 1;
	filter: alpha(opacity=100);
}

form.wpcf7-form textarea.form-control {
	height: 150px;
}

@media (min-width: 1200px) {
	form.wpcf7-form textarea.form-control {
		height: 200px;
	}
}

form.wpcf7-form p {
	margin-bottom: 0;
}

form.wpcf7-form .wpcf7-spinner {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}

form.wpcf7-form .wpcf7-not-valid-tip {
	margin-bottom: 2px;
}

.list-default {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-default li {
	margin-bottom: 12px;
}

.list-default li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
	background: #1f4b43;
}

.list-circle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-circle li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

@media (min-width: 1200px) {
	.list-circle li {
		margin-bottom: 17px;
	}
}

.list-circle li:before {
	content: '';
	background-color: #696969;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

.list-check {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.list-check li {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 40px;
	position: relative;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.list-check li {
		margin-bottom: 23px;
		font-size: 1rem;
		padding-left: 45px;
	}
}

.list-check li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	vertical-align: text-bottom;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #1a1a1a;
}

@media (min-width: 1200px) {
	.list-check.column-2 li {
		width: 50%;
		padding-right: 15px;
	}
}

.list-check.color-rose li:before {
	background: #fff8f6;
}

.elementor-widget-accordion.st-gray .elementor-active {
	background: #f9f9f9;
}

.elementor-widget-accordion.st-gray .elementor-accordion-item {
	overflow: hidden;
	border-radius: 4px;
}

.elementor-widget-accordion.st-gray
	.elementor-accordion-item
	+ .elementor-accordion-item
	.elementor-tab-title.elementor-active {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.elementor-widget-accordion.st-gray
		.elementor-accordion-item
		+ .elementor-accordion-item
		.elementor-tab-title.elementor-active {
		margin-top: 40px;
	}
}

.elementor-widget-accordion.st-gray
	.elementor-tab-title
	.elementor-accordion-icon
	svg {
	width: auto;
	height: auto;
}

.mb-80 {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.mb-80 {
		margin-bottom: 80px;
	}
}

.mb-50 {
	margin-bottom: 1.875rem;
}

@media (min-width: 1200px) {
	.mb-50 {
		margin-bottom: 50px;
	}
}

.row-gap-20 {
	row-gap: 20px;
}

.column-gap-20 {
	column-gap: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.elementor-widget-counter.st_left .elementor-counter-number-suffix,
.elementor-widget-counter.st_left .elementor-counter-number-prefix {
	flex-grow: 0;
}

.elementor-widget-counter.st_left .elementor-counter-title {
	text-align: left;
}

.elementor-counter
	.elementor-counter-number-wrapper
	.elementor-counter-number-prefix {
	text-align: right;
}

.elementor-counter
	.elementor-counter-number-wrapper
	.elementor-counter-number-suffix {
	text-align: left;
}

.text-blue {
	color: #254ef0;
}

.text-yellow {
	color: #e7c873;
}

.elementor-icon-box-title {
	margin-top: 0;
}

.style_theme.elementor-widget-image-carousel .elementor-swiper-button {
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-align: center;
	border-radius: 50px;
	width: 50px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: rgba(26, 26, 26, 0.2);
	backdrop-filter: blur(50px);
}

@media (min-width: 1200px) {
	.style_theme.elementor-widget-image-carousel .elementor-swiper-button {
		width: 70px;
		height: 46px;
		line-height: 46px;
	}
}

.style_theme.elementor-widget-image-carousel .elementor-swiper-button:hover,
.style_theme.elementor-widget-image-carousel .elementor-swiper-button:focus {
	background: rgba(26, 26, 26, 0.5);
	color: #fff;
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget label {
	font-weight: 400;
}

.widget .widget_sp_image-image-link {
	display: block;
	overflow: hidden;
	position: relative;
}

.widget.widget_text img {
	margin: 15px 0;
	height: auto;
}

.widget.widget_recent_comments ul li {
	background: none;
}

.widget.widget_recent_reviews ul.product_list_widget {
	list-style: none;
}

.widget.widget_recent_reviews ul.product_list_widget li {
	padding: 15px;
	overflow: hidden;
}

.widget.widget_recent_reviews ul.product_list_widget li a img {
	float: left;
	margin-right: 10px;
}

.widget.widget_product_search .woocommerce-product-search {
	padding: 20px 15px;
}

.widget.widget_product_search
	.woocommerce-product-search
	label.screen-reader-text {
	display: none;
}

.widget.yith-woocompare-widget .products-list {
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget.yith-woocompare-widget a.clear-all {
	margin-bottom: 20px;
	margin-left: 15px;
}

.widget.yith-woocompare-widget a.compare {
	margin-bottom: 20px;
	margin-right: 15px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
	padding: 20px 15px;
	overflow: hidden;
}

.widget.widget_recent_entries ul li a {
	display: block;
}

.widget.widget_calendar table {
	margin: 0;
	width: 100%;
}

.calendar_wrap caption {
	background: #212121;
	color: #fff;
	padding: 5px;
}

.calendar_wrap td,
.calendar_wrap th {
	text-align: center;
}

.calendar_wrap tfoot {
	display: none;
}

.calendar_wrap #today {
	font-weight: normal;
	color: var(--justhome-heading-color);
}

.calendar_wrap .wp-calendar-nav {
	padding-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.form-contact .title {
	font-size: 17px;
	margin: 11.5px 0 28px;
}

.form-contact input:not(.btn),
.form-contact textarea {
	padding: 10px 30px;
	width: 100%;
	color: var(--justhome-text-color);
}

.form-contact .contant-inner > * {
	margin: 0 0 20px;
}

.contact-topbar > * {
	margin-right: 1.875rem;
}

.contact-topbar > *:last-child {
	margin: 0;
}

.contact-topbar > * i {
	margin-right: 6px;
}

.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
	padding: 0;
	margin: 0;
}

.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
	padding-left: 20px;
	margin-top: 15px;
}

.widget_pages ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
	list-style: none;
	margin-bottom: 10px;
}

.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	background: currentColor;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 10px;
	vertical-align: middle;
}

.widget_pages ul li:hover > a,
.widget_pages ul li.current-cat-parent > a,
.widget_pages ul li.current-cat > a,
.widget_nav_menu ul li:hover > a,
.widget_nav_menu ul li.current-cat-parent > a,
.widget_nav_menu ul li.current-cat > a,
.widget_meta ul li:hover > a,
.widget_meta ul li.current-cat-parent > a,
.widget_meta ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
	color: var(--justhome-heading-color);
}

.widget_pages ul li:hover > a:before,
.widget_pages ul li.current-cat-parent > a:before,
.widget_pages ul li.current-cat > a:before,
.widget_nav_menu ul li:hover > a:before,
.widget_nav_menu ul li.current-cat-parent > a:before,
.widget_nav_menu ul li.current-cat > a:before,
.widget_meta ul li:hover > a:before,
.widget_meta ul li.current-cat-parent > a:before,
.widget_meta ul li.current-cat > a:before,
.widget_archive ul li:hover > a:before,
.widget_archive ul li.current-cat-parent > a:before,
.widget_archive ul li.current-cat > a:before,
.widget_recent_entries ul li:hover > a:before,
.widget_recent_entries ul li.current-cat-parent > a:before,
.widget_recent_entries ul li.current-cat > a:before,
.widget_categories ul li:hover > a:before,
.widget_categories ul li.current-cat-parent > a:before,
.widget_categories ul li.current-cat > a:before {
	width: 15px;
}

ul#recentcomments,
ol.wp-block-latest-comments {
	padding: 0;
}

ul#recentcomments li,
ol.wp-block-latest-comments li {
	line-height: 1.9;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
	margin: 0;
	padding: 0;
}

.contact::after {
	display: block;
	clear: both;
	content: '';
}

.contact dt {
	float: left;
	width: 30px;
	height: auto;
}

.contact dd {
	overflow: hidden;
	margin-bottom: 5px;
}

.contact .contact-icon {
	display: block;
	text-align: center;
	background: var(--justhome-theme-color);
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 2px;
}

.contact .contact-icon .fa {
	color: #fff;
	font-size: 0.9375rem;
	margin: 0 0 0 4px;
}

/*------------------------------------*\
    Widget Mailchip
\*------------------------------------*/
.mail-form .input-group {
	width: 100%;
	margin: 0 0 10px;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select,
.apus-sidebar table {
	width: 100%;
}

.apus-sidebar .post-widget .blog-title,
.apus-sidebar .post-widget h6 {
	margin: 0 0 5px;
	line-height: 1.4;
	font-weight: 400;
	height: 40px;
	overflow: hidden;
	font-family: var(--bs-font-sans-serif);
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form .select-category {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	min-width: 200px;
	padding-right: 12px;
	outline: none !important;
}

.apus-search-form .select-category:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: #dddddd;
	width: 1px;
	height: 20px;
}

.apus-search-form .select-category .dropdown_product_cat {
	border: 0;
	outline: none !important;
	width: calc(100% + 38px);
	height: 48px;
	padding: 0 20px;
}

.apus-search-form .title-top-search {
	font-size: 24px;
	color: var(--justhome-link-color);
}

.apus-search-form .close-search-fix {
	font-size: 24px;
	color: #dc3545;
	cursor: pointer;
}

.apus-search-form .close-search-fix:hover,
.apus-search-form .close-search-fix:active {
	color: #bd2130;
}

.apus-search-form .select2-container .select2-selection--single {
	background: #fff;
	height: 48px;
	margin: 0;
	font-size: 16px;
	color: var(--justhome-link-color);
	outline: none !important;
}

.apus-search-form
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-left: 20px;
}

.apus-search-form form {
	border: 1px solid #e9e9e9;
	display: table;
	width: 100%;
}

.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form > .select-category {
	display: table-cell !important;
	vertical-align: middle;
	float: none !important;
}

.apus-search-form form .btn {
	height: 50px;
	line-height: 1;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
}

.apus-search-form form .btn i {
	font-size: 18px;
}

.apus-search-form form .btn i + span {
	margin-left: 5px;
}

.apus-search-form form .btn.st_small {
	padding-left: 15px;
	padding-right: 15px;
}

.apus-search-form form .form-control {
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0;
}

.apus-search-form form .form-control {
	height: 48px;
}

.apus-search-form form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #d1d1d1;
}

.apus-search-form form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #d1d1d1;
}

.apus-search-form form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #d1d1d1;
}

.apus-search-form form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #d1d1d1;
}

.apus-search-form form .form-control:focus {
	color: var(--justhome-link-color);
}

.apus-search-form .hidden-search {
	cursor: pointer;
	float: right;
	font-size: 35px;
	line-height: 1.4;
	color: #dc3545;
	display: inline-block;
	margin-left: 30px;
}

.apus-search-form .main-search {
	width: 100%;
	position: relative;
}

.apus-search-form .main-search .autocomplete-list {
	text-align: left;
	margin-top: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 8;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	max-height: 350px;
	overflow: auto;
}

.apus-search-form div.twitter-typeahead {
	width: 100%;
	position: relative;
}

.apus-search-form div.twitter-typeahead span.twitter-typeahead {
	vertical-align: top;
	width: 100%;
}

.apus-search-form div.twitter-typeahead:before {
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	width: 18px;
	height: 100%;
	background: url(../images/loading-quick.gif) no-repeat scroll 0 0/18px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
}

.apus-search-form div.twitter-typeahead.loading:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.apus-search-form .tt-menu {
	background: #fff;
	width: 100%;
	padding: 0;
	margin-top: 1px;
}

.apus-search-form .tt-menu > * {
	position: relative;
	z-index: 9;
}

.apus-search-form .tt-menu a.media {
	display: block;
	margin: 0;
	padding: 12px;
}

.apus-search-form .tt-menu a.media img {
	max-width: 60px;
}

.apus-search-form .tt-menu h4 {
	font-size: 14px;
	margin: 0;
}

.apus-search-form .tt-menu h4 strong {
	font-weight: normal;
	color: var(--justhome-theme-color);
}

.apus-search-form .tt-menu .price {
	font-size: 13px;
	margin: 0;
}

.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
	display: none;
}

.apus-search-form .autocomplete-list {
	padding: 15px;
	border-radius: 2px;
}

@media (min-width: 1200px) {
	.apus-search-form .autocomplete-list {
		padding: 20px;
	}
}

.apus-search-form .autocomplete-list-item {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	.apus-search-form .autocomplete-list-item {
		padding: 0 0 15px;
		margin: 0 0 15px;
	}
}

.apus-search-form .autocomplete-list-item:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.apus-search-form .autocomplete-list-item .autocompleate-media {
	display: block;
}

.apus-search-form
	.autocomplete-list-item
	.autocompleate-media:hover
	.name-product {
	color: var(--justhome-link-color);
}

.apus-search-form .autocomplete-list-item img {
	width: 60px;
	max-width: none;
}

.apus-search-form .autocomplete-list-item .price {
	color: var(--justhome-text-color);
}

.apus-search-form .autocomplete-list-item .name-product {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin: 0 0 3px;
	font-size: 15px;
	font-family: var(--justhome-main-font);
	font-weight: normal;
	color: var(--justhome-text-color);
	text-transform: capitalize;
}

.apus-search-form .autocomplete-list-item .name-product strong {
	color: #dc3545;
}

.apus-search-nocategory {
	background: #f0f2f9;
	border-radius: 50px;
}

.apus-search-nocategory .form-control {
	background: #f0f2f9;
	border-color: #f0f2f9;
	color: #999591;
	border: none;
	max-width: 185px;
	font-size: 12px;
}

.apus-search-nocategory .btn {
	padding-left: 12px;
	padding-right: 12px;
	background: transparent;
	color: var(--justhome-link-color);
	font-size: 16px;
	border-radius: 50% !important;
	border: none;
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
	color: #fff;
	background: var(--justhome-theme-color);
}

.apus-search-nocategory {
	background: #f0f2f9;
	border-radius: 50px;
}

.apus-search-nocategory .form-control {
	background: #f0f2f9;
	border-color: #f0f2f9;
	color: #999591;
	border: none;
	max-width: 185px;
	font-size: 12px;
}

.apus-search-nocategory .btn {
	padding-left: 12px;
	padding-right: 12px;
	background: transparent;
	color: var(--justhome-link-color);
	font-size: 16px;
	border-radius: 50% !important;
	border: none;
}

.apus-search-nocategory .btn:hover,
.apus-search-nocategory .btn:active {
	color: #fff;
	background: var(--justhome-theme-color);
}

.widget_search form {
	position: relative;
}

@media (min-width: 1200px) {
	.widget_search form .form-control {
		height: 55px;
		border-radius: 12px;
	}
}

.widget_search form .btn-search {
	padding: 3px;
	background: transparent;
	color: var(--justhome-link-color);
	font-size: 19px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.widget_search form .btn-search:hover,
.widget_search form .btn-search:focus {
	color: var(--justhome-second-color);
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.wp-block-tag-cloud,
.entry-tags-list,
.tagcloud {
	margin: 0;
}

.wp-block-tag-cloud a,
.entry-tags-list a,
.tagcloud a {
	text-transform: capitalize;
	margin-bottom: 12px;
	margin-right: 8px;
	font-size: 0.9375rem !important;
	font-weight: 400;
	display: inline-block;
	padding: 0 18px;
	line-height: 41px;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: var(--justhome-link-color);
	background: #f9f9f9;
	border-radius: 12px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-tag-cloud a.active,
.entry-tags-list a:hover,
.entry-tags-list a:focus,
.entry-tags-list a.active,
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a.active {
	color: var(--justhome-link-color);
	background: #e0e0e0;
}

.wp-block-tag-cloud a:last-child,
.entry-tags-list a:last-child,
.tagcloud a:last-child {
	margin-right: 0;
}

/*-----------------------------*\
    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
	display: none !important;
	padding: 0;
	background: #fff;
	z-index: 999;
}

.vertical-menu > .nav {
	position: relative;
	width: 100%;
	height: auto;
}

.vertical-menu > .nav .open > a,
.vertical-menu > .nav .open > a:hover,
.vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
	color: var(--justhome-theme-color);
}

.vertical-menu > .nav > li {
	float: none;
	position: static;
	border-bottom: 1px solid #e9e9e9;
}

.vertical-menu > .nav > li.active > a {
	color: var(--justhome-theme-color);
	background: #fafafa;
}

.vertical-menu > .nav > li > a {
	color: #414141;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}

.vertical-menu > .nav > li > a:hover {
	color: var(--justhome-theme-color);
	background: #fafafa;
}

.vertical-menu > .nav > li > a .fa {
	font-size: 15px;
	min-width: 15px;
	margin-right: 12px;
}

.vertical-menu > .nav > li .dropdown-menu {
	min-width: 230px;
	min-height: 100%;
	border-radius: 0;
}

.vertical-menu > .nav .product-block {
	padding: 0 !important;
	overflow: hidden;
	display: block;
}

.vertical-menu .dropdown-menu {
	margin: 0;
	padding: 1.875rem;
	border: none;
	top: 0;
}

.vertical-menu .dropdown-menu::after {
	display: block;
	clear: both;
	content: '';
}

.vertical-menu .dropdown-menu ul {
	padding: 0;
	list-style: none;
}

.vertical-menu .dropdown-menu ul li {
	line-height: 34px;
}

.vertical-menu .dropdown-menu ul li a {
	color: #414141;
}

.vertical-menu .dropdown-menu ul li a:hover,
.vertical-menu .dropdown-menu ul li a.active {
	color: var(--justhome-theme-color);
}

.vertical-menu .dropdown-menu ul ul {
	padding-left: 15px;
}

.vertical-menu .dropdown-menu .widget-title {
	border: none;
	font-size: 16px;
	padding: 0 0 15px;
	color: var(--justhome-link-color);
}

.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.vertical-menu.menu-left .dropdown-menu {
	left: 100% !important;
	right: auto !important;
}

.vertical-menu.menu-right .dropdown-menu {
	left: auto !important;
	right: 100% !important;
}

.vertical-menu .icon-ver {
	margin-right: 10px;
}

#recentcomments {
	list-style: none;
}

#recentcomments > li {
	margin: 0 0 1em;
}

#recentcomments > li:last-child {
	margin: 0;
}

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

.widget_rss ul li {
	margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
	margin-bottom: 0;
}

.widget-quicklink-menu {
	background-color: #f6f6f6;
	line-height: 35px;
}

.widget-quicklink-menu .quicklink-heading {
	background-color: #333333;
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	margin: 0 20px 0 0;
	padding: 12px 15px 12px 25px;
	position: relative;
	text-transform: uppercase;
	font-family: var(--justhome-main-font);
}

.woo-onsale .onsale {
	display: none;
}

.woo-onsale .product-sale-label {
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: #fb4949;
	color: #fff;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
}

.widget-infor .media .fa,
.widget-infor .media .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--justhome-theme-color);
	background: #252525;
}

.contant-info .title {
	margin: 0 0 20px;
	font-size: 30px;
}

.contant-info .info-description {
	margin: 0 0 30px;
}

.contant-info .media-heading {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px;
}

.contant-info .media {
	margin-top: 30px;
}

.contant-info .media:hover .fa {
	border-color: #dc3545;
	color: #dc3545;
}

.contant-info .media-left {
	padding-right: 20px;
}

.contant-info .media-left .fa {
	border: 2px solid #0d6efd;
	border-radius: 50%;
	color: #0d6efd;
	font-size: 25px;
	height: 58px;
	line-height: 52px;
	text-align: center;
	width: 58px;
}

.widget_text select,
.widget_categories select,
.widget_archive select {
	width: 100%;
	padding: 8px 15px;
	height: 50px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: url('../images/select.png') #fff right 15px center no-repeat;
}

.widget-twitter .twitter-timeline {
	display: block !important;
}

.widget-twitter .timeline-Tweet-media {
	display: none;
}

.widget_apus_instagram {
	margin: 0;
}

.widget_apus_instagram .widget-title {
	font-size: 35px;
	font-weight: 300;
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	text-transform: inherit;
}

.widget_apus_instagram .widget-title a {
	font-weight: 400;
	color: var(--justhome-theme-color);
}

.widget_apus_instagram .instagram-pics a {
	display: block;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

.widget_apus_instagram .instagram-pics a:hover,
.widget_apus_instagram .instagram-pics a:active {
	outline: 8px solid var(--justhome-theme-color);
	outline-offset: -8px;
}

.widget_apus_instagram .instagram-pics a:hover:before,
.widget_apus_instagram .instagram-pics a:active:before {
	opacity: 0;
	filter: alpha(opacity=0);
}

.widget_apus_instagram .instagram-pics a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.widget-ticket-pricing {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 2px dashed #e9e9e9;
	border-radius: 50px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.widget-ticket-pricing .product-block-pricing {
		max-width: 170px;
		margin: auto;
	}
}

.widget-ticket-pricing .column {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
	border: 2px dashed #e9e9e9;
	border-radius: 50px;
	margin: -2px 0;
	padding: 0 10px !important;
}

.widget-ticket-pricing .column:last-child,
.widget-ticket-pricing .column:first-child {
	border: none;
	margin: 0;
}

.widget-ticket-pricing.style-style2 {
	border: 1px solid #e9e9e9;
	overflow: visible;
}

.widget-ticket-pricing.style-style2 .column {
	border: 1px solid #e9e9e9;
	margin: -1px 0;
}

.widget-ticket-pricing.style-style2 .column:last-child,
.widget-ticket-pricing.style-style2 .column:first-child {
	margin: 0;
	border: none;
}

.widget-ticket-pricing.style-style2 .column:hover {
	border-color: var(--justhome-theme-color);
}

.widget-ticket-pricing.style-style2
	.column:hover
	.product-block-pricing
	.wrapper-pricing
	.price {
	border: 1px solid var(--justhome-theme-color);
}

.widget-ticket-pricing.style-style2
	.column:hover
	.product-block-pricing
	.wrapper-pricing:before {
	border-bottom: 1px solid var(--justhome-theme-color);
}

.widget-ticket-pricing.style-style2
	.product-block-pricing
	.wrapper-pricing
	.price {
	border: 1px solid #e9e9e9;
}

.widget-ticket-pricing.style-style2
	.product-block-pricing
	.wrapper-pricing:before {
	border-bottom: 1px solid #e9e9e9;
}

.widget-ticket-pricing.style-style3 {
	border: none;
	overflow: visible;
}

.widget-ticket-pricing.style-style3 .column {
	border: none;
	overflow: visible;
	margin: 20px 0;
}

.product-block-pricing .name {
	font-size: 22px;
	font-family: var(--justhome-main-font);
	margin: 37px 0 30px;
	font-weight: 400;
	text-align: center;
}

.product-block-pricing .wrapper-pricing {
	text-align: center;
	position: relative;
}

.product-block-pricing .wrapper-pricing:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 1000px;
	height: 2px;
	border-bottom: 2px dashed #e9e9e9;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -150px;
	z-index: 1;
	content: '';
}

.product-block-pricing .wrapper-pricing .price {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 2px dashed #e9e9e9;
	border-radius: 50%;
	padding: 8px;
	background: #fff;
	display: inline-block;
	z-index: 2;
	position: relative;
}

.product-block-pricing .woocommerce-Price-amount {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: var(--justhome-link-color);
	background: #f1f1f1;
	border-radius: 50%;
}

.product-block-pricing .woocommerce-Price-amount > span {
	font-weight: 300;
}

.product-block-pricing .block-inner-content .desc {
	margin: 20px 0 35px;
}

.product-block-pricing .block-inner-content .desc strong {
	color: var(--justhome-link-color);
}

.product-block-pricing .block-inner-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-block-pricing .block-inner-content ul li {
	margin: 0 0 5px;
}

.product-block-pricing .block-inner-content ul i {
	margin-right: 15px;
	color: var(--justhome-theme-color);
}

.product-block-pricing .button {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.product-block-pricing .groups-button {
	margin: 40px 0 45px;
}

.product-block-pricing .groups-button .button.added {
	display: none;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward {
	display: inline-block;
	padding: 3.875rem 0.75rem;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 25px;
	background: var(--justhome-theme-color);
	color: #fff;
}

.product-block-pricing .groups-button .added_to_cart.wc-forward:hover,
.product-block-pricing .groups-button .added_to_cart.wc-forward:active {
	color: #fff;
	background: var(--justhome-theme-hover-color);
}

.product-block-pricing:hover .woocommerce-Price-amount {
	background-color: var(--justhome-theme-color);
	color: #fff;
}

.product-block-pricing:hover .button {
	color: #fff !important;
}

.product-block-pricing:hover .button:before {
	opacity: 0;
	filter: alpha(opacity=0);
}

.popupnewsletter-wrapper .mfp-content {
	width: 590px;
	max-width: 90%;
}

.popupnewsletter-wrapper .apus-mfp-close {
	background: #dc3545;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 16px;
	line-height: 47px;
	border-radius: 50%;
	-webkit-transform: translate(22px, -22px);
	-ms-transform: translate(22px, -22px);
	-o-transform: translate(22px, -22px);
	transform: translate(22px, -22px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.popupnewsletter-wrapper .apus-mfp-close:hover,
.popupnewsletter-wrapper .apus-mfp-close:focus {
	background: #d32535;
}

.popupnewsletter-wrapper .modal-content {
	border-radius: 0;
	padding: 260px 60px 40px;
	text-align: center;
}

.popupnewsletter-wrapper .modal-content h3 {
	font-size: 20px;
	margin: 0 0 15px;
}

@media (min-width: 1200px) {
	.popupnewsletter-wrapper .modal-content h3 {
		font-size: 30px;
	}
}

.popupnewsletter-wrapper .modal-content .description {
	font-family: var(--justhome-main-font);
	font-size: 16px;
	margin: 0 0 20px;
}

.popupnewsletter-wrapper .modal-content form {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e9e9e9;
	width: 325px;
	background: #f5f6f7;
	clear: both;
	margin: 0 auto 20px;
	border-radius: 46px;
	position: relative;
	padding-right: 46px;
}

@media (min-width: 1200px) {
	.popupnewsletter-wrapper .modal-content form {
		margin: 0 auto 40px;
	}
}

.popupnewsletter-wrapper .modal-content form:hover {
	border-color: #d0d0d0;
}

.popupnewsletter-wrapper .modal-content form .form-control {
	background: #f5f6f7;
	width: 100%;
	border: none;
	border-radius: 46px;
	height: 44px;
	display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group {
	position: static;
	width: 100%;
	display: block;
}

.popupnewsletter-wrapper .modal-content form .input-group > * {
	display: block;
	float: none;
	position: static;
}

.popupnewsletter-wrapper .modal-content form [type='submit'] {
	position: absolute;
	border: none;
	padding: 0;
	z-index: 2 !important;
	top: -1px;
	right: -1px;
	z-index: 1;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 46px;
	display: inline-block;
	color: transparent;
	background: var(--justhome-theme-color);
}

.popupnewsletter-wrapper .modal-content form [type='submit']:before {
	content: '\f1d8';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 45px;
	text-align: center;
}

.popupnewsletter-wrapper .modal-content form [type='submit']:hover,
.popupnewsletter-wrapper .modal-content form [type='submit']:focus {
	background-color: var(--justhome-theme-hover-color);
}

.popupnewsletter-wrapper .close-dont-show:hover,
.popupnewsletter-wrapper .close-dont-show:focus {
	color: #dc3545;
}

.form-login-register-inner #register-phone-cc + .select2 {
	width: 95px !important;
}

.form-login-register-inner
	#register-phone-cc
	+ .select2
	.select2-selection--single {
	border-radius: 4px 0 0 4px;
}

.form-login-register-inner
	#register-phone-cc
	+ .select2
	.select2-selection--single
	.select2-selection__rendered {
	padding: 10px 8px;
}

.form-login-register-inner #register-phone {
	width: calc(100% - 95px) !important;
	border-radius: 0 4px 4px 0;
	border-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-login-register-inner [for='user-remember-field'] {
	font-weight: 400;
	margin: 0;
}

.form-login-register-inner .lostpassword-link {
	margin-top: 15px;
}

.form-login-register-inner .top-login {
	background-color: #f4f4f4;
	border-radius: 12px 12px 0 0;
	padding: 10px 20px;
	margin: -20px -20px 20px;
}

@media (min-width: 1200px) {
	.form-login-register-inner .top-login {
		padding: 21px 40px;
		margin: -40px -40px 40px;
	}
}

.form-login-register-inner .nav-tabs {
	border: 0;
}

.form-login-register-inner .nav-tabs li + li {
	margin-left: 45px;
}

@media (min-width: 1200px) {
	.form-login-register-inner .nav-tabs li + li {
		margin-left: 25px;
	}
}

.form-login-register-inner .nav-tabs a {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--justhome-text-color);
}

.form-login-register-inner .nav-tabs a.active {
	color: var(--justhome-link-color);
}

.form-login-register-inner .login-info,
.form-login-register-inner .register-info {
	margin-top: 15px;
	text-align: center;
}

.form-login-register-inner .login-info a,
.form-login-register-inner .register-info a {
	font-weight: 500;
}

.form-login-register-inner .inner-right {
	padding: 20px;
}

@media (min-width: 1200px) {
	.form-login-register-inner .inner-right {
		padding: 1.875rem;
	}
}

.form-forgot-password-inner {
	display: none;
}

.register-form-otp {
	display: none;
}

.register-form-otp .resend {
	margin-top: 10px;
}

.register-form-otp .sent-txt {
	text-align: center;
	margin-bottom: 10px;
}

.register-form-otp .sent-txt strong {
	font-size: 18px;
}

.register-form-otp .sent-txt .no-change {
	color: #000;
	font-weight: 600;
	cursor: pointer;
}

.otp-input-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.otp-input-cont input {
	border-radius: 4px;
	border: 1px solid #e9e9e9 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: calc(20% - 20px);
	margin: 3px 10px 0;
	text-align: center;
	padding: 7px;
	outline: none;
}

.tabs-account {
	border: 0;
	padding: 0 0.9375rem;
	margin-top: 0.9375rem;
}

@media (min-width: 1200px) {
	.tabs-account {
		padding: 0 1.875rem;
		margin-top: 1.875rem;
	}
}

.tabs-account > li > a {
	color: #717171;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	padding: 0 10px 12px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.tabs-account > li > a:hover,
.tabs-account > li > a.active {
	color: var(--justhome-link-color);
}

.tabs-account > li > a.active {
	border-color: var(--justhome-link-color);
}

.login-form-wrapper .lostpassword-link .back-link,
.register-form-wrapper .lostpassword-link .back-link {
	color: #dc3545;
	text-decoration: underline;
	display: inline-block;
	font-weight: 500;
}

.login-form-wrapper [type='checkbox'],
.register-form-wrapper [type='checkbox'] {
	margin-right: 2px;
}

.login-form-wrapper .info,
.register-form-wrapper .info {
	font-size: 14px;
	margin-bottom: 10px;
}

.login-form-wrapper .link-right,
.register-form-wrapper .link-right {
	text-align: right;
}

.login-form-wrapper .create-account,
.register-form-wrapper .create-account {
	margin: 0 0 5px;
}

.login-form-wrapper .create-account .create,
.register-form-wrapper .create-account .create {
	font-weight: 500;
}

.login-form-wrapper .forgotpassword-form-wrapper,
.register-form-wrapper .forgotpassword-form-wrapper {
	display: none;
}

.login-form-wrapper #recaptcha-contact-form,
.register-form-wrapper #recaptcha-contact-form {
	min-height: 88px;
}

.login-form-wrapper #recaptcha-contact-form > div,
.register-form-wrapper #recaptcha-contact-form > div {
	margin: 0 auto 10px;
}

.login-form-wrapper .line-header,
.register-form-wrapper .line-header {
	text-align: center;
	margin: 0 0 15px;
	position: relative;
}

@media (min-width: 1200px) {
	.login-form-wrapper .line-header,
	.register-form-wrapper .line-header {
		margin-bottom: 25px;
	}
}

.login-form-wrapper .line-header span,
.register-form-wrapper .line-header span {
	position: relative;
	text-transform: uppercase;
	color: var(--justhome-link-color);
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}

.login-form-wrapper .line-header:before,
.register-form-wrapper .line-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #e9e9e9;
}

.login-form-wrapper label,
.register-form-wrapper label {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--justhome-link-color);
	margin: 0 0 5px;
}

.login-form-wrapper .show_hide_password,
.register-form-wrapper .show_hide_password {
	display: block;
	position: relative;
}

.login-form-wrapper .show_hide_password .toggle-password,
.register-form-wrapper .show_hide_password .toggle-password {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0.9375rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-form-wrapper .des-forgot,
.register-form-wrapper .des-forgot {
	color: var(--justhome-link-color);
	margin: 0 0 10px;
}

.login-form-wrapper .title-small,
.register-form-wrapper .title-small {
	margin: 0 0 15px;
	font-size: 18px;
}

.sign-in-demo-notice {
	padding: 10px 15px;
	margin-top: 15px;
	border-radius: 12px;
	background: #f6f8f9;
	line-height: 2;
}

@media (min-width: 1200px) {
	.sign-in-demo-notice {
		padding: 20px 30px;
	}
}

.sign-in-demo-notice strong {
	color: var(--justhome-link-color);
	font-weight: 600;
}

.forgotpassword-form,
.job-apply-email-form,
.change-password-form,
.delete-profile-form,
.register-form,
.login-form {
	position: relative;
}

.forgotpassword-form:before,
.job-apply-email-form:before,
.change-password-form:before,
.delete-profile-form:before,
.register-form:before,
.login-form:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url('../images/loading.gif') no-repeat
		center center/32px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 2;
	visibility: hidden;
}

.forgotpassword-form.loading:before,
.job-apply-email-form.loading:before,
.change-password-form.loading:before,
.delete-profile-form.loading:before,
.register-form.loading:before,
.login-form.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.inner-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.inner-social {
		padding-top: 10px;
	}
}

.inner-social > div {
	display: inline-block;
	margin: 0 10px;
}

.inner-social > div.line-header {
	display: none;
}

.inner-social > div a {
	display: inline-block;
	color: var(--justhome-link-color);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.inner-social > div a:hover {
	color: var(--justhome-theme-color);
}

.inner-social > div a > i {
	font-size: 18px;
}

@media (min-width: 1200px) {
	.inner-social > div a > i {
		font-size: 20px;
	}
}

.inner-social > div a > i + span {
	display: none;
}

.inner-social > div a.facebook-login-btn:hover,
.inner-social > div a.facebook-login-btn:focus {
	color: #1967d2;
}

.inner-social > div a.twitter-login-btn:hover,
.inner-social > div a.twitter-login-btn:focus {
	color: #1da1f2;
}

.inner-social > div a.google-login-btn:hover,
.inner-social > div a.google-login-btn:focus {
	color: #d93025;
}

.top-wrapper-menu {
	position: relative;
}

.top-wrapper-menu:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
}

.top-wrapper-menu .balance-available {
	font-weight: 400;
	font-size: 13px;
}

.top-wrapper-menu .icon-down {
	font-size: 12px;
}

.top-wrapper-menu .inner-top-menu {
	margin-top: 10px;
	padding: 0.9375rem;
	border-radius: 12px;
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	background: #fff;
	z-index: 4;
	min-width: 280px;
	max-height: 85vh;
	overflow-y: auto;
	scrollbar-width: thin;
	-webkit-box-shadow: 0 10px 40px 0 rgba(24, 26, 32, 0.05);
	box-shadow: 0 10px 40px 0 rgba(24, 26, 32, 0.05);
}

@media (min-width: 1200px) {
	.top-wrapper-menu .inner-top-menu {
		padding: 1.875rem;
		border-radius: 16px;
	}
}

.top-wrapper-menu:hover .inner-top-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.top-wrapper-menu .avatar-wrapper {
	width: 41px;
	height: 41px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
}

.top-wrapper-menu .avatar-wrapper img {
	margin: 0;
}

.top-wrapper-menu .avatar-wrapper + .name-acount {
	margin-left: 10px;
}

.top-wrapper-menu .name-acount {
	font-size: 1rem;
	font-weight: 500;
}

.top-wrapper-menu .name-acount i {
	font-size: 11px;
	margin-left: 2px;
}

.wp-block-search .wp-block-search__label {
	font-size: 1.125rem;
	margin: 0 0 18px;
	text-transform: capitalize;
	color: var(--justhome-heading-color);
	font-weight: 500;
	line-height: 1.2;
}

.wp-block-search .wp-block-search__input {
	height: 50px;
	outline: none !important;
	padding: 5px 20px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.wp-block-search .wp-block-search__input:hover,
.wp-block-search .wp-block-search__input:focus {
	border-color: #b6b6b6;
}

.wp-block-search .wp-block-search__button {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 50px;
	padding: 0 20px;
	border: 0;
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
	border-radius: 12px;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
	background: var(--justhome-theme-hover-color);
}

.widget-search .btn-search {
	position: absolute;
	z-index: 4;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	background: transparent;
	border: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

.widget-search .btn-search:hover,
.widget-search .btn-search:focus {
	color: var(--justhome-link_hover_color);
}

.widget-search .form-control {
	padding-right: 46px;
	border-radius: 12px !important;
}

@media (min-width: 1025px) {
	body.single-agent,
	body.single-agency,
	body.single-property {
		padding: 20px;
	}
}

.from-to-text-wrapper {
	position: relative;
	background: #fff;
	outline: none;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	padding: 10px 20px;
}

@media (min-width: 1200px) {
	.from-to-text-wrapper {
		height: calc(1.9em + (1.5rem + 2px));
		padding: 0.75rem 1.29rem;
	}
}

.from-to-text-wrapper .heading-filter-price {
	cursor: pointer;
}

.from-to-text-wrapper .price-input-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 150px;
	z-index: 1;
	background-color: #fff;
	padding: 10px 0;
	margin-top: 1px;
}

.from-to-text-wrapper .price-input-wrapper input.form-control {
	height: 40px !important;
	padding: 10px;
}

.from-to-text-wrapper .price-text-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.phone-wrapper.phone-hide .phone {
	display: none;
}

.phone-wrapper.phone-hide .phone-show span {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-weight: 700;
	border-radius: 2px;
	padding: 1px 6px;
	color: #fff;
	background-color: #24324a;
	text-transform: capitalize;
	cursor: pointer;
	margin-left: 2px;
}

.phone-wrapper.phone-hide .show .phone {
	display: inline-block;
}

.phone-wrapper.phone-hide .show .phone-show {
	display: none;
}

.map-popup {
	width: 40px;
	height: 40px;
	margin-top: -40px;
	margin-left: -20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.map-popup:before {
	display: none !important;
}

.map-popup .icon-wrapper {
	color: var(--justhome-heading-color) !important;
	font-size: 38px;
	line-height: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.map-popup .icon-wrapper:before {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: var(--justhome-heading-color);
	border-radius: 50%;
	margin-top: -20px;
	-webkit-transform: rotateX(-70deg) scale(0);
	-moz-transform: rotateX(-70deg) scale(0);
	-ms-transform: rotateX(-70deg) scale(0);
	-o-transform: rotateX(-70deg) scale(0);
	transform: rotateX(-70deg) scale(0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.map-popup .icon-wrapper:not(.has-img):after {
	content: '\f151';
	font-family: 'Flaticon';
}

.map-popup .icon-wrapper:hover,
.map-popup .icon-wrapper:focus {
	color: var(--justhome-heading-color);
}

.map-popup .icon-wrapper:hover:before,
.map-popup .icon-wrapper:focus:before {
	-webkit-transform: rotateX(-70deg) scale(2);
	-moz-transform: rotateX(-70deg) scale(2);
	-ms-transform: rotateX(-70deg) scale(2);
	-o-transform: rotateX(-70deg) scale(2);
	transform: rotateX(-70deg) scale(2);
}

.map-popup.map-popup-selected .icon-wrapper:before {
	-webkit-transform: rotateX(-70deg) scale(2);
	-moz-transform: rotateX(-70deg) scale(2);
	-ms-transform: rotateX(-70deg) scale(2);
	-o-transform: rotateX(-70deg) scale(2);
	transform: rotateX(-70deg) scale(2);
}

.cmb-form .icon-wrapper:before,
.single-property-map .icon-wrapper:before {
	animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
	-webkit-animation: scale_icon_map 1.5s ease-in-out 0s infinite normal;
}

#properties-google-maps,
.main-items-wrapper {
	position: relative;
}

#properties-google-maps.loading:before,
.main-items-wrapper.loading:before {
	content: '';
	background-position: center 200px;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	max-height: 100%;
	background-color: rgba(247, 247, 247, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.btn-remove-compare-all,
.loadmore-message-btn,
.loadmore-replied-btn,
.reply-message-btn {
	position: relative;
}

.btn-remove-compare-all:before,
.loadmore-message-btn:before,
.loadmore-replied-btn:before,
.reply-message-btn:before {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: rgba(255, 255, 255, 0.8) !important;
	opacity: 0;
	filter: alpha(opacity=0);
}

.btn-remove-compare-all:after,
.loadmore-message-btn:after,
.loadmore-replied-btn:after,
.reply-message-btn:after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: var(--justhome-link-color);
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: -14px -8px;
}

.btn-remove-compare-all.loading,
.loadmore-message-btn.loading,
.loadmore-replied-btn.loading,
.reply-message-btn.loading {
	color: transparent !important;
}

.btn-remove-compare-all.loading:after,
.loadmore-message-btn.loading:after,
.loadmore-replied-btn.loading:after,
.reply-message-btn.loading:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
	animation: rotate_icon 1500ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.btn-remove-compare-all.loading:before,
.loadmore-message-btn.loading:before,
.loadmore-replied-btn.loading:before,
.reply-message-btn.loading:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

#properties-google-maps.loading:before {
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.75);
}

.property-title {
	font-size: 1rem;
	margin: 0;
}

@media (min-width: 1200px) {
	.property-title {
		font-size: 19px;
	}
}

.property-price {
	color: var(--justhome-link-color);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	.property-price {
		font-size: 26px;
	}
}

.property-price .suffix-text {
	font-weight: 400;
	font-size: 0.9375rem;
}

.review-author i {
	margin-right: 6px;
	font-size: 10px;
	color: #c4c640;
}

.review-author .space {
	margin: 0 3px;
}

.featured-icon {
	color: #c4c640;
}

.status-property-label,
.label-property-label,
.featured-property {
	line-height: 33px;
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	background: #1f4b43;
	color: #fff !important;
	border-radius: 33px;
	white-space: nowrap;
}

.status-property-label i,
.label-property-label i,
.featured-property i {
	margin-right: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

.featured-property {
	color: var(--justhome-link-color) !important;
	background-color: var(--justhome-theme-color);
}

.gallery-metas > * + * {
	margin-left: 10px;
}

.gallery-property-main-detail .gallery-metas {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px;
}

@media (min-width: 1200px) {
	.gallery-property-main-detail .gallery-metas {
		padding: 1.875rem;
	}
}

.avatar-wrapper .avatar-img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	background: #fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
	.avatar-wrapper .avatar-img {
		width: 84px;
		height: 84px;
	}
}

.avatar-wrapper .avatar-img img {
	margin: 0;
}

.avatar-wrapper .avatar-img + .name-author {
	width: calc(100% - 40px);
	padding-left: 10px;
}

.avatar-wrapper .name-author {
	color: var(--justhome-link-color);
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.property-postdate {
	white-space: nowrap;
}

.box-white-detail {
	padding: 15px;
	background: #fff;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.box-white-detail {
		padding: 25px 30px;
		margin-bottom: 30px;
	}
}

.box-white-detail .title {
	font-size: 20px;
	margin: 0 0 15px;
}

.title-wrapper > * {
	display: inline-block;
	vertical-align: middle;
}

.title-wrapper > * + * {
	margin-left: 7px;
}

.title-wrapper .agency-title,
.title-wrapper .agent-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.title-wrapper .agency-title,
	.title-wrapper .agent-title {
		font-size: 40px;
	}
}

.title-wrapper .featured-icon {
	margin-top: -10px;
	margin-left: 10px;
}

.star-rating .review-avg {
	display: none;
}

.review-stars-rated {
	position: relative;
	overflow: hidden;
	width: 85px;
}

.review-stars-rated .review-stars {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #e1e1e1;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	letter-spacing: 2px;
}

.review-stars-rated .review-stars li {
	display: inline-block;
}

.review-stars-rated .review-stars.filled {
	color: #e7c873;
	position: absolute;
	top: 0;
	left: 0;
}

.review-stars-rated-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.review-stars-rated-wrapper .nb-review {
	margin-left: 7px;
}

.review-stars-rated-wrapper .nb-pre-review {
	margin-right: 7px;
}

#properties-google-maps .leaflet-popup-content {
	line-height: 1.9;
}

#properties-google-maps .leaflet-popup-content {
	margin: 0;
}

#properties-google-maps .leaflet-popup {
	margin-bottom: 1.875rem;
}

#properties-google-maps .leaflet-popup-content-wrapper {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#properties-google-maps a {
	color: var(--justhome-link-color);
}

#properties-google-maps a:hover,
#properties-google-maps a:focus {
	color: var(--justhome-link_hover_color);
}

#properties-google-maps .btn-show-filter {
	position: absolute;
	top: 0.9375rem;
	left: 1.875rem;
	z-index: 401;
}

@media (min-width: 1200px) {
	#properties-google-maps .btn-show-filter {
		top: 1.875rem;
		left: 70px;
	}
}

#properties-google-maps.leaflet-container a.leaflet-popup-close-button {
	margin: 7px;
	background: #f9f9f9;
	padding: 3px 7px 6px;
	height: auto;
	width: auto;
	line-height: 1;
	border-radius: 50%;
	color: var(--justhome-link-color);
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#properties-google-maps.leaflet-container a.leaflet-popup-close-button:hover,
#properties-google-maps.leaflet-container a.leaflet-popup-close-button:focus {
	color: #fff;
	background: #dc3545;
	opacity: 1;
	filter: alpha(opacity=100);
}

#properties-google-maps .leaflet-popup-tip-container {
	margin-top: -2px;
}

#properties-google-maps .leaflet-popup-tip {
	-webkit-box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
	box-shadow: 0 10px 50px 0 rgba(13, 38, 59, 0.1);
}

#properties-google-maps .marker-cluster {
	width: 40px !important;
	height: 40px !important;
	margin-left: -20px !important;
	margin-top: -20px !important;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#properties-google-maps .marker-cluster > div {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	background: #1f4b43;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

#properties-google-maps .marker-cluster:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	display: block;
	border-radius: 50%;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	opacity: 0.1;
	filter: alpha(opacity=10);
	background-color: #1f4b43;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#properties-google-maps .marker-cluster:hover:before,
#properties-google-maps .marker-cluster:focus:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.socials-member a {
	margin-right: 10px;
	color: #767676;
}

.socials-member a:hover,
.socials-member a:focus {
	color: var(--justhome-theme-color);
}

@media (min-width: 1200px) {
	.socials-member a {
		margin-right: 15px;
	}
}

@media (min-width: 768px) {
	.properties-ordering-wrapper,
	.agencies-ordering-wrapper,
	.agents-ordering-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.properties-ordering-wrapper .ordering-display-mode-wrapper,
	.agencies-ordering-wrapper .ordering-display-mode-wrapper,
	.agents-ordering-wrapper .ordering-display-mode-wrapper {
		margin-left: auto;
	}
	.properties-ordering-wrapper > aside,
	.agencies-ordering-wrapper > aside,
	.agents-ordering-wrapper > aside {
		min-width: 60%;
	}
}

.properties-ordering-wrapper .saved-search-form-btn,
.agencies-ordering-wrapper .saved-search-form-btn,
.agents-ordering-wrapper .saved-search-form-btn {
	margin-left: 15px;
}

@media (min-width: 1200px) {
	.properties-ordering-wrapper .saved-search-form-btn,
	.agencies-ordering-wrapper .saved-search-form-btn,
	.agents-ordering-wrapper .saved-search-form-btn {
		margin-left: 25px;
	}
}

.properties-ordering-wrapper .btn-saved-search,
.agencies-ordering-wrapper .btn-saved-search,
.agents-ordering-wrapper .btn-saved-search {
	font-size: 16px;
}

.properties-ordering-wrapper .btn-saved-search i,
.agencies-ordering-wrapper .btn-saved-search i,
.agents-ordering-wrapper .btn-saved-search i {
	font-size: 21px;
	margin-right: 5px;
}

.properties-ordering-wrapper .properties-display-mode-wrapper,
.agencies-ordering-wrapper .properties-display-mode-wrapper,
.agents-ordering-wrapper .properties-display-mode-wrapper {
	display: none;
}

.properties-ordering-wrapper .results-count,
.agencies-ordering-wrapper .results-count,
.agents-ordering-wrapper .results-count {
	color: var(--justhome-link-color);
}

.properties-ordering-wrapper .filter-in-sidebar-wrapper,
.agencies-ordering-wrapper .filter-in-sidebar-wrapper,
.agents-ordering-wrapper .filter-in-sidebar-wrapper {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.properties-ordering-wrapper .filter-in-sidebar-wrapper,
	.agencies-ordering-wrapper .filter-in-sidebar-wrapper,
	.agents-ordering-wrapper .filter-in-sidebar-wrapper {
		margin: 0 0 5px;
	}
}

.properties-ordering-wrapper form.properties-ordering,
.agencies-ordering-wrapper form.properties-ordering,
.agents-ordering-wrapper form.properties-ordering {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.member-item {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.member-item {
		margin-bottom: 1.875rem;
	}
}

.member-item .member-title {
	margin: 0 0 5px;
	font-size: 19px;
}

.member-item .agency-socials a + a {
	margin-left: 0.9375rem;
}

@media (min-width: 1200px) {
	.member-item .agency-socials a + a {
		margin-left: 1.875rem;
	}
}

.member-item .nb-property {
	font-weight: 500;
}

.member-item .agency-location i {
	font-size: 1rem;
	margin-right: 2px;
	vertical-align: middle;
}

.member-list {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	padding: 20px;
}

@media (min-width: 1200px) {
	.member-list {
		padding: 40px;
		border-radius: 16px;
	}
}

.member-list:hover {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.member-list .member-thumbnail-wrapper {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

@media (min-width: 768px) {
	.member-list .member-thumbnail-wrapper {
		width: 150px;
		height: 150px;
	}
}

.member-list .member-thumbnail-wrapper + .member-information {
	padding: 0;
}

@media (min-width: 768px) {
	.member-list .member-thumbnail-wrapper + .member-information {
		padding: 0 0 0 15px;
	}
}

@media (min-width: 1200px) {
	.member-list .member-thumbnail-wrapper + .member-information {
		padding: 0 0 0 40px;
	}
}

.member-list .member-thumbnail-wrapper + .inner-mobile {
	padding-left: 10px;
}

.member-list .member-thumbnail-wrapper.img-agency {
	border: 1px solid #e9e9e9;
}

.member-list .agent-job {
	font-weight: 500;
	color: var(--justhome-heading-color);
}

.member-list .type-show-all {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.member-list .type-show-all .with-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f9f9f9;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

.member-list .type-show-all .inner {
	padding-left: 10px;
	display: block;
}

.member-list .type-show-all .with-title {
	line-height: 1;
	display: block;
	font-weight: 500;
}

.member-list .metas {
	margin-top: 20px;
}

.member-list .metas > * + * {
	margin: 15px 0 0;
}

@media (min-width: 768px) {
	.member-list .metas > * + * {
		margin: 0 0 0 10px;
	}
}

@media (min-width: 1200px) {
	.member-list .metas > * + * {
		margin-left: 1.875rem;
	}
}

.member-list .info-bottom {
	border-top: 1px solid #e9e9e9;
	margin-top: 15px;
	padding-top: 15px;
}

@media (min-width: 1200px) {
	.member-list .info-bottom {
		margin-top: 20px;
		padding-top: 20px;
	}
}

.member-grid .member-thumbnail-wrapper {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.member-grid .member-thumbnail-wrapper {
		border-radius: 16px;
	}
}

.member-grid .member-thumbnail-wrapper.img-agency {
	border: 1px solid #e9e9e9;
}

.member-grid .agency-socials {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}

.member-grid:hover .agency-socials {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 1200px) {
	.member-grid .member-title {
		font-size: 21px;
	}
}

.send-message-btn {
	display: block;
	position: relative;
}

.send-message-btn:before {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: rgba(255, 255, 255, 0.9) url('../images/loading.gif') no-repeat
		center center/20px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden;
}

.send-message-btn.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.location-banner-inner {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.location-banner-inner {
		border-radius: 16px;
	}
}

.location-banner-inner .title {
	font-size: 1rem;
	margin: 5px 0 0;
}

@media (min-width: 1200px) {
	.location-banner-inner .title {
		font-size: 21px;
	}
}

.location-banner-inner:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(
		rgba(26, 26, 26, 0.8),
		rgba(26, 26, 26, 0.1) 60%,
		transparent
	);
}

.location-banner-inner .inner {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 1200px) {
	.location-banner-inner .inner {
		padding: 40px 50px;
	}
}

.location-banner-inner .title,
.location-banner-inner .number {
	color: #fff;
}

.location-banner-inner .direction {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
	color: var(--justhome-link-color);
	position: absolute;
	z-index: 1;
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 0;
	filter: alpha(opacity=0);
	left: 20px;
	bottom: 20px;
}

@media (min-width: 1200px) {
	.location-banner-inner .direction {
		width: 50px;
		height: 50px;
	}
}

.location-banner-inner .direction:hover,
.location-banner-inner .direction:focus {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.location-banner-inner .direction {
		left: 50px;
		bottom: 40px;
	}
}

.location-banner-inner .location-banner img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.location-banner-inner:hover .direction {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.location-banner-inner:hover .location-banner img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.location-banner-inner.style2:before,
.location-banner-inner.style2 .direction {
	display: none !important;
}

.location-banner-inner.style2 .inner {
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(50px);
	border-radius: 12px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	top: inherit;
	width: auto;
}

@media (min-width: 1200px) {
	.location-banner-inner.style2 .inner {
		padding: 10px 30px;
		border-radius: 16px;
		left: 30px;
		bottom: 30px;
		right: 30px;
	}
}

.location-banner-item-list-wrapper {
	margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
	.location-banner-item-list-wrapper {
		margin-bottom: 20px;
	}
}

.location-banner-item-list-style1 {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style1 {
		border-radius: 16px;
	}
}

.location-banner-item-list-style1:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(
		rgba(26, 26, 26, 0.8),
		rgba(26, 26, 26, 0.1) 60%,
		transparent
	);
}

.location-banner-item-list-style1 .inner {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style1 .inner {
		padding: 40px;
	}
}

.location-banner-item-list-style1 .title {
	font-size: 19px;
	margin: 0;
}

.location-banner-item-list-style1 .title,
.location-banner-item-list-style1 .number {
	color: #fff;
}

.location-banner-item-list-style1 .direction {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
	color: var(--justhome-link-color);
	position: absolute;
	z-index: 1;
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 0;
	filter: alpha(opacity=0);
	left: 20px;
	bottom: 20px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style1 .direction {
		width: 50px;
		height: 50px;
	}
}

.location-banner-item-list-style1 .direction:hover,
.location-banner-item-list-style1 .direction:focus {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.location-banner-item-list-style1 .direction {
		left: 40px;
		bottom: 40px;
	}
}

.location-banner-item-list-style1 .location-banner img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.location-banner-item-list-style1:hover .direction {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.location-banner-item-list-style1:hover .location-banner img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.location-banner-item-list-style2 {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style2 {
		margin-bottom: 50px;
	}
}

.location-banner-item-list-style2 .direction {
	display: none !important;
}

.location-banner-item-list-style2 .location-banner {
	flex-shrink: 0;
	border-radius: 12px;
	overflow: hidden;
	width: 70px;
	height: 70px;
}

@media (min-width: 768px) {
	.location-banner-item-list-style2 .location-banner {
		width: 100px;
		height: 100px;
	}
}

.location-banner-item-list-style2 .location-banner + .inner {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style2 .location-banner + .inner {
		padding-left: 1.875rem;
	}
}

.location-banner-item-list-style2 .inner {
	flex-grow: 1;
}

.location-banner-item-list-style2 .title {
	font-size: 1rem;
	margin: 0 0 2px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style2 .title {
		font-size: 19px;
	}
}

.location-banner-item-list-style2 .number {
	font-size: 13px;
}

.location-banner-item-list-style3 {
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #fff;
	padding: 10px;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style3 {
		border-radius: 16px;
		margin-bottom: 20px;
	}
}

.location-banner-item-list-style3 .direction {
	display: none !important;
}

.location-banner-item-list-style3 .location-banner {
	flex-shrink: 0;
	border-radius: 12px;
	overflow: hidden;
	width: 60px;
	height: 60px;
}

.location-banner-item-list-style3 .location-banner + .inner {
	padding-left: 10px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style3 .location-banner + .inner {
		padding-left: 20px;
	}
}

.location-banner-item-list-style3 .inner {
	flex-grow: 1;
}

.location-banner-item-list-style3 .title {
	font-size: 17px;
	margin: 0 0 2px;
}

.location-banner-item-list-style3 .number {
	font-size: 13px;
}

.location-banner-item-list-style3:hover,
.location-banner-item-list-style3:focus {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.location-banner-item-list-style4 {
	margin: 10px 0;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.location-banner-item-list-style4 .location-banner {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style4 .location-banner {
		border-radius: 16px;
	}
}

.location-banner-item-list-style4 .location-banner img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.location-banner-item-list-style4 .inner {
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style4 .inner {
		padding-top: 20px;
	}
}

.location-banner-item-list-style4 .title {
	order: 2;
	font-size: 1rem;
	margin: 4px 0 0;
}

@media (min-width: 1200px) {
	.location-banner-item-list-style4 .title {
		font-size: 19px;
	}
}

.location-banner-item-list-style4 .number {
	order: 1;
}

.location-banner-item-list-style4 .direction {
	display: none !important;
}

.location-banner-item-list-style4:hover,
.location-banner-item-list-style4:focus {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.types-banner-inner {
	margin: 0 0 10px;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none !important;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 0.9375rem;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.types-banner-inner {
		margin: 20px 0;
	}
}

@media (min-width: 1200px) {
	.types-banner-inner {
		padding: 1.875rem;
		border-radius: 16px;
	}
}

.types-banner-inner .type-icon {
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #fff8f6;
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.types-banner-inner .type-icon {
		font-size: 26px;
		width: 60px;
		height: 60px;
	}
}

.types-banner-inner .type-icon + .inner {
	padding-left: 10px;
}

@media (min-width: 1200px) {
	.types-banner-inner .type-icon + .inner {
		padding-left: 20px;
	}
}

.types-banner-inner .title {
	margin: 0 0 4px;
	font-size: 1rem;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.types-banner-inner .title {
		font-size: 19px;
	}
}

.types-banner-inner .number {
	font-size: 13px;
}

.types-banner-inner .direction {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background: #fff;
	color: var(--justhome-link-color);
	border: 1px solid #e9e9e9;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}

.types-banner-inner .direction:hover,
.types-banner-inner .direction:focus {
	border-color: transparent;
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

.types-banner-inner:hover,
.types-banner-inner:focus {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.types-banner-inner:hover .type-icon,
.types-banner-inner:focus .type-icon {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

.types-banner-inner:hover .direction,
.types-banner-inner:focus .direction {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.types-banner-inner.style2 {
	border: 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.types-banner-inner.style2 {
		padding: 60px 30px 50px;
	}
}

.types-banner-inner.style2 .direction {
	display: none !important;
}

.types-banner-inner.style2 .inner-wrapper {
	flex-direction: column;
}

.types-banner-inner.style2 .type-icon {
	background: #fff;
	border-radius: 50%;
	font-size: 26px;
	width: 60px;
	height: 60px;
}

@media (min-width: 1200px) {
	.types-banner-inner.style2 .type-icon {
		font-size: 40px;
		width: 90px;
		height: 90px;
	}
}

.types-banner-inner.style2 .type-icon + .inner {
	padding: 15px 0 0;
}

.types-banner-inner.style2:hover .type-icon,
.types-banner-inner.style2:focus .type-icon {
	background: #1f4b43;
	color: #fff;
}

.types-banner-inner.style3 {
	padding: 5px 20px 5px 5px;
	border: 0;
	border-radius: 50px;
	backdrop-filter: blur(50px);
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 0 10px;
}

.types-banner-inner.style3 .direction {
	display: none !important;
}

.types-banner-inner.style3 .title {
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	color: #fff;
}

.types-banner-inner.style3 .type-icon {
	background: #fff;
	color: var(--justhome-link-color);
	border-radius: 50%;
	font-size: 18px;
	width: 40px;
	height: 40px;
}

.types-banner-inner.style3 .type-icon + .inner {
	padding: 0 0 0 10px;
}

.types-banner-inner.style3:hover .type-icon,
.types-banner-inner.style3:focus .type-icon {
	background: #1f4b43;
	color: #fff;
}

.st_line_types {
	column-gap: 10px;
}

.type-banner-image-style1 {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.type-banner-image-style1 {
		border-radius: 16px;
	}
}

.type-banner-image-style1:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(
		rgba(26, 26, 26, 0.8),
		rgba(26, 26, 26, 0.1) 60%,
		transparent
	);
}

.type-banner-image-style1 .title {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1rem;
	margin: 0 0 4px;
}

@media (min-width: 1200px) {
	.type-banner-image-style1 .title {
		font-size: 19px;
	}
}

.type-banner-image-style1 .number {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: var(--justhome-link-color);
}

.type-banner-image-style1 .inner {
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 1200px) {
	.type-banner-image-style1 .inner {
		padding: 40px;
	}
}

.type-banner-image-style1 .direction {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
	color: var(--justhome-link-color);
	position: absolute;
	z-index: 1;
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 0;
	filter: alpha(opacity=0);
	left: 20px;
	bottom: 20px;
}

@media (min-width: 1200px) {
	.type-banner-image-style1 .direction {
		width: 50px;
		height: 50px;
	}
}

.type-banner-image-style1 .direction:hover,
.type-banner-image-style1 .direction:focus {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

@media (min-width: 1200px) {
	.type-banner-image-style1 .direction {
		left: 40px;
		bottom: 40px;
	}
}

.type-banner-image-style1 .type-banner img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.type-banner-image-style1:hover .title {
	color: var(--justhome-link_hover_color);
}

.type-banner-image-style1:hover .direction {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.type-banner-image-style1:hover .type-banner img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

a.type-banner-image-style2 {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
	overflow: hidden;
	border-radius: 12px;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

@media (min-width: 1200px) {
	a.type-banner-image-style2 {
		border-radius: 16px;
	}
}

a.type-banner-image-style2 .direction {
	display: none !important;
}

a.type-banner-image-style2 .inner {
	padding: 15px 20px 10px;
}

a.type-banner-image-style2 .title {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1rem;
	margin: 0 0 4px;
}

@media (min-width: 1200px) {
	a.type-banner-image-style2 .title {
		font-size: 19px;
	}
}

a.type-banner-image-style2 .number {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: var(--justhome-link-color);
}

a.type-banner-image-style2:hover {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.1);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.1);
}

a.type-banner-image-style2:hover .title {
	color: var(--justhome-link_hover_color);
}

.item-location {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none !important;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.item-location {
		border-radius: 16px;
	}
}

.item-location:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, #1a1c21, transparent);
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.item-location .inner {
	padding: 0.9375rem;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.item-location .inner {
		padding: 1.875rem;
	}
}

.item-location .title {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 15px;
	margin: 0;
	color: #fff;
}

.item-location .number {
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}

.item-location .more {
	color: #fff;
	margin-top: auto;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.item-location .more i {
	margin-left: 7px;
	vertical-align: middle;
}

.item-location.style2:before {
	display: none;
}

.item-location.style2 .banner-image {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.item-location.style2 .banner-image {
		border-radius: 16px;
	}
}

.item-location.style2 .banner-image img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.item-location.style2 .inner {
	padding: 20px 0 0;
	position: static;
	width: 100%;
	height: auto;
}

.item-location.style2 .number,
.item-location.style2 .title {
	color: var(--justhome-link-color);
}

.item-location.style2 .more {
	display: none;
}

.item-location.style2:hover .banner-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.item-location.style3 {
	text-align: center;
}

.item-location.style3:before {
	display: none;
}

.item-location.style3 .banner-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
}

.item-location.style3 .banner-image img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.item-location.style3 .inner {
	padding: 20px 0 0;
	position: static;
	width: 100%;
	height: auto;
}

.item-location.style3 .number,
.item-location.style3 .title {
	color: var(--justhome-link-color);
}

.item-location.style3 .more {
	display: none;
}

.item-location.style3:hover .banner-image img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.item-location.style4 {
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(24, 26, 32, 0.05);
	box-shadow: 0 10px 20px 0 rgba(24, 26, 32, 0.05);
}

.item-location.style4 .more,
.item-location.style4:before {
	display: none;
}

.item-location.style4 .inner {
	width: 100%;
	height: auto;
	position: static;
	padding: 15px 20px;
}

.item-location.style4 .title,
.item-location.style4 .number {
	color: var(--justhome-link-color);
}

.item-location.style4:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.item-location:hover .more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.item-location:hover:before {
	opacity: 0.6;
	filter: alpha(opacity=60);
	height: 200%;
}

.single-agent-map {
	height: 300px !important;
}

.agent-detail-element {
	padding: 0.9375rem;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}

@media (min-width: 1200px) {
	.agent-detail-element {
		padding: 1.875rem;
		border-radius: 16px;
	}
}

.agent-detail-element .title {
	font-size: 19px;
	margin: 0 0 20px;
}

.agent-detail-element form.wpcf7-form .form-control {
	margin-bottom: 20px;
}

.agent-detail-element .user-thumbnail {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.agent-detail-element .user-thumbnail {
		border-radius: 16px;
	}
}

.agent-detail-element .user-thumbnail.img-agency {
	border: 1px solid #e9e9e9;
	text-align: center;
	background: #fff;
}

.member-detail-user > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.member-detail-user > div + div {
	border-top: 1px solid #e9e9e9;
	padding-top: 12px;
	margin-top: 12px;
}

.member-detail-user .with-title {
	font-weight: 500;
}

.member-detail-user .with-title + * {
	margin-left: auto;
}

.member-detail-user .social-wrapper a {
	font-size: 14px;
}

.member-detail-user .social-wrapper a + a {
	margin-left: 10px;
}

.member-detail-properties .title {
	font-size: 19px;
}

.member-detail-properties .top-info {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.member-detail-properties .top-info {
		margin-bottom: 1.875rem;
	}
}

.member-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
}

.member-thumbnail-wrapper .nb-property {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 12px;
	background-color: var(--justhome-theme-color);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.member-thumbnail-wrapper .nb-property {
		padding: 4px 15px;
	}
}

.member-thumbnail-wrapper .agency-socials {
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 56px;
	background: #fff;
	padding: 0 15px;
	font-size: 1rem;
}

.member-thumbnail-wrapper .agency-socials a {
	display: inline-block;
	padding: 7px 5px;
	margin: 0 !important;
}

@media (min-width: 1200px) {
	.member-thumbnail-wrapper .agency-socials a {
		padding: 10px 8px;
	}
}

.location-single-member {
	margin-top: 20px;
}

.location-single-member .title-wrapper {
	margin: 0 0 20px;
}

.location-single-member .title-wrapper .title {
	margin: 0 !important;
	font-size: 18px;
}

.saved-search-form-wrapper {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}

@media (min-width: 1200px) {
	.saved-search-form-wrapper {
		padding: 1.875rem;
	}
}

.saved-search-form-wrapper .mfp-close {
	color: #006c70;
}

.saved-search-form-wrapper .mfp-close:hover,
.saved-search-form-wrapper .mfp-close:focus {
	color: #dc3545;
}

.properties-display-mode-wrapper label {
	font-weight: 400;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
}

.properties-display-mode-wrapper label [type='radio'] {
	display: none;
}

.properties-display-mode-wrapper label input:checked + span {
	font-weight: 500;
	text-decoration: underline;
}

.properties-display-mode-wrapper label:last-child {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

.agencies-ordering .label,
.agents-ordering .label,
.my-properties-ordering .label,
.sort-my-properties-form .label,
.sort-properties-favorite-form .label,
.properties-ordering .label {
	color: #717171;
	font-size: 0.9375rem;
	padding: 0;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

.agencies-ordering
	.select2-container--default.select2-container
	.select2-selection--single,
.agents-ordering
	.select2-container--default.select2-container
	.select2-selection--single,
.my-properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single,
.sort-my-properties-form
	.select2-container--default.select2-container
	.select2-selection--single,
.sort-properties-favorite-form
	.select2-container--default.select2-container
	.select2-selection--single,
.properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single {
	border: 0 !important;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	color: var(--justhome-text-color);
	background: transparent;
}

.agencies-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
.agents-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
.my-properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
.sort-my-properties-form
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
.sort-properties-favorite-form
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
.properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-top: 0;
	padding-bottom: 0;
}

.agencies-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow,
.agents-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow,
.my-properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow,
.sort-my-properties-form
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow,
.sort-properties-favorite-form
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow,
.properties-ordering
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow {
	top: 1px;
	right: 1px;
}

.agencies-ordering .text-sort,
.agents-ordering .text-sort,
.my-properties-ordering .text-sort,
.sort-my-properties-form .text-sort,
.sort-properties-favorite-form .text-sort,
.properties-ordering .text-sort {
	margin-right: 5px;
}

.search-orderby-wrapper {
	margin-bottom: 30px;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.search-orderby-wrapper {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

.search-orderby-wrapper .title-profile {
	margin: 0;
}

.search-orderby-wrapper .sortby-form {
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.search-orderby-wrapper .sortby-form {
		margin-left: 30px;
	}
}

.search-orderby-wrapper .orderby-wrapper {
	padding: 11px 20px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

.slick-carousel-gallery-properties .slick-carousel {
	margin: 0;
}

.slick-carousel-gallery-properties .slick-carousel .slick-slide,
.slick-carousel-gallery-properties .slick-carousel .slick-list {
	padding: 0 !important;
}

.slick-carousel-gallery-properties .slick-carousel .slick-arrow {
	color: #fff !important;
	background-color: transparent !important;
	border: 0 !important;
}

.action-item > * {
	margin-right: 15px;
}

.action-item > *:last-child {
	margin-right: 0 !important;
}

.action-item [class*='btn'] i {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #e9e9e9;
	background: transparent;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.action-item [class*='btn'] i {
		width: 40px;
		height: 40px;
	}
}

.action-item [class*='btn'] i + span {
	margin-left: 5px;
}

.action-item [class*='btn'].loading i:before {
	font-size: 13px;
	display: inline-block;
	content: '\f110' !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	animation: rotate_icon 1500ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.action-item [class*='btn'][class*='added'] i,
.action-item [class*='btn'][class*='remove'] i {
	color: var(--justhome-heading-color);
	border-color: var(--justhome-heading-color);
}

.action-item [class*='btn'][class*='added']:hover i:before,
.action-item [class*='btn'][class*='remove']:hover i:before {
	font-size: 13px;
	content: '\e646';
	font-family: 'themify';
}

.action-item [class*='btn']:hover i,
.action-item [class*='btn']:focus i {
	background: #f9f9f9;
}

.user-content-wrapper .user-thumbnail {
	overflow: hidden;
	border-radius: 50%;
}

.user-content-wrapper .user-thumbnail + .user-content {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.user-content-wrapper .user-thumbnail + .user-content {
		padding-left: 25px;
	}
}

.user-content-wrapper .title-user {
	font-size: 17px;
	margin: 0 0 5px;
}

.property-detail-field {
	font-size: 1rem;
}

.property-detail-field i {
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.property-detail-field.st_button {
	line-height: 33px;
	display: inline-block;
	padding: 0 15px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #1f4b43;
	border-radius: 33px;
	white-space: nowrap;
}

.property-detail-field.st_button a {
	color: #fff;
}

.detail-heading-title {
	margin: 0;
	font-size: 23px;
}

@media (min-width: 1200px) {
	.detail-heading-title {
		font-size: 26px;
	}
}

.property-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 12px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	padding: 10px;
	background: #fff;
}

@media (min-width: 1200px) {
	.property-item {
		border-radius: 16px;
		margin-bottom: 1.875rem;
	}
}

.property-item.images-loading .property-image:after {
	font-size: 20px;
	color: #fff;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-top: -17px;
	margin-left: -17px;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	animation: rotate_icon 1200ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1200ms linear 0s normal none infinite running;
	z-index: 2;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.property-item .property-image {
	display: block;
	position: relative;
}

.property-item .property-image img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.property-item .property-image:before {
	background-image: linear-gradient(
		transparent,
		rgba(26, 26, 26, 0.1) 60%,
		rgba(26, 26, 26, 0.8)
	);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.property-item .property-thumbnail-wrapper {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.property-item .property-thumbnail-wrapper {
		border-radius: 16px;
	}
}

.property-item .property-thumbnail-wrapper .top-label {
	padding: 15px;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

@media (min-width: 1200px) {
	.property-item .property-thumbnail-wrapper .top-label {
		padding: 20px;
	}
}

.property-item .property-thumbnail-wrapper .top-label > * {
	margin-right: 10px;
}

.property-item .property-thumbnail-wrapper .top-label > *:last-child {
	margin-right: 0;
}

.property-item .property-thumbnail-wrapper .action-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.property-item .property-thumbnail-wrapper .action-item [class*='btn'] i {
	color: #fff;
	background: rgba(26, 26, 26, 0.3);
	border-color: transparent;
}

.property-item .property-thumbnail-wrapper .action-item [class*='btn']:hover i,
.property-item .property-thumbnail-wrapper .action-item [class*='btn']:focus i {
	background-color: var(--justhome-heading-color);
	border-color: var(--justhome-heading-color);
	color: #fff;
}

.property-item
	.property-thumbnail-wrapper
	.action-item
	[class*='btn'][class*='added']
	i,
.property-item
	.property-thumbnail-wrapper
	.action-item
	[class*='btn'][class*='remove']
	i {
	background-color: var(--justhome-heading-color);
	border-color: var(--justhome-heading-color);
	color: #fff;
}

.property-item .btn-remove-property-favorite {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
}

@media (min-width: 1200px) {
	.property-item .btn-remove-property-favorite {
		top: 20px;
		right: 20px;
	}
}

.property-item .slick-carousel-gallery-properties {
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.property-item .slick-carousel-gallery-properties.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-item .slick-carousel-gallery-properties .slick-carousel .slick-dots {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

@media (min-width: 1200px) {
	.property-item
		.slick-carousel-gallery-properties
		.slick-carousel
		.slick-dots {
		bottom: 25px;
	}
}

.property-item
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots
	li {
	border: 0;
	padding: 0;
}

.property-item
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots
	li:before {
	display: none;
}

.property-item
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots
	li
	button {
	background: rgba(255, 255, 255, 0.2);
	width: 8px;
	height: 8px;
}

.property-item
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots
	li.slick-active
	button {
	background: #fff;
}

.property-item .property-price {
	font-size: 18px;
	font-weight: 600;
	color: var(--justhome-heading-color);
}

@media (min-width: 1200px) {
	.property-item .property-price {
		font-size: 21px;
	}
}

.property-item .property-price .suffix-text {
	font-weight: 400;
	font-size: 70%;
}

.property-item .property-metas {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.property-item .property-metas {
		margin-top: 20px;
	}
}

.property-item .property-information {
	padding: 15px 10px 10px;
}

@media (min-width: 1200px) {
	.property-item .property-information {
		padding: 20px 20px 10px;
	}
}

.property-item:hover {
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.property-item:hover
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.property-item:hover .property-image:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-item:hover .property-thumbnail-wrapper .action-item {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-metas {
	line-height: 1.1;
}

@media (min-width: 1200px) {
	.property-metas {
		font-size: 16px;
	}
}

.property-metas i {
	vertical-align: middle;
	font-size: 18px;
	margin-right: 6px;
}

@media (min-width: 1200px) {
	.property-metas i {
		font-size: 20px;
	}
}

.property-metas > div {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	.property-metas > div {
		margin-right: 15px;
		padding-right: 15px;
	}
}

.property-metas > div:last-child {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border: 0 !important;
}

.property-item-map {
	min-width: 330px;
}

.property-item-map .property-price {
	font-size: 17px;
}

.property-item-map .property-title {
	font-size: 0.9375rem;
	margin: 2px 0 9px;
}

.property-item-map .property-metas {
	margin: 0;
	font-size: 15px;
}

.property-item-map .property-metas .suffix {
	display: none;
}

.property-item-map .property-metas i {
	font-size: 15px;
}

.property-item-map .property-metas > div {
	margin-right: 10px;
	padding-right: 10px;
}

.property-item-map .property-thumbnail-wrapper {
	width: 75px;
	height: 75px;
	border-radius: 8px;
}

.property-item-map .property-information {
	padding: 0 0 0 10px;
}

.property-grid-v1 .property-price {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 4px;
}

.property-grid-v1 .property-location {
	margin-top: 5px;
	font-size: 0.9375rem;
}

.property-grid-v1 .property-location i {
	font-size: 1rem;
}

.property-grid-v1 .property-information {
	padding: 15px 10px 10px;
}

.property-grid-v1 .property-metas {
	margin-top: 15px;
	font-size: 0.9375rem;
}

.property-grid-v1 .property-metas i {
	font-size: 1rem;
}

.property-grid-v1 .property-metas .suffix {
	display: none;
}

.property-grid-v2 {
	border: 0;
	padding: 0;
	border-radius: 12px;
}

.property-grid-v2 .property-information {
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 1;
}

.property-grid-v2 .property-thumbnail-wrapper {
	border-radius: 12px;
}

.property-grid-v2
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots,
.property-grid-v2 .property-image::before {
	display: none !important;
}

.property-grid-v2 .information-bottom,
.property-grid-v2 .property-location {
	margin-top: 7px;
}

.property-grid-v2 .property-metas {
	margin: 0;
}

.property-grid-v2 .property-metas .suffix {
	display: none;
}

.property-grid-v3 {
	border: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.property-grid-v3 .property-metas {
	margin: 0;
}

.property-grid-v3 .property-metas .suffix {
	display: none;
}

.property-grid-v3 .property-information {
	padding: 15px 0 0;
}

@media (min-width: 1200px) {
	.property-grid-v3 .property-information {
		padding-top: 20px;
	}
}

.property-grid-v3 .info-bottom {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.property-grid-v3 .property-location {
	margin-top: 7px;
}

.property-grid-v3.v5 {
	background: transparent;
}

.property-grid-v3.v5 .property-information,
.property-grid-v3.v5 .property-information a,
.property-grid-v3.v5 .property-information .property-price {
	color: #fff;
}

.property-grid-v3.v5 .property-price {
	font-size: 19px;
}

.property-grid-v3.v5 .property-metas > div {
	border-color: #fff;
}

.property-grid-v3.v5 .property-location,
.property-grid-v3.v5 .property-metas {
	font-size: 0.9375rem;
}

.property-grid-v4 {
	padding: 0;
}

.property-grid-v4 .property-thumbnail-wrapper {
	border-radius: 0;
}

.property-grid-v4 .property-location {
	margin-top: 7px;
	font-size: 0.9375rem;
}

.property-grid-v4 .property-location i {
	font-size: 1rem;
}

.property-grid-v4 .property-metas {
	font-size: 0.9375rem;
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.property-grid-v4 .property-metas {
		margin-top: 15px;
	}
}

.property-grid-v4 .property-metas i {
	font-size: 1rem;
}

.property-grid-v4 .property-metas .suffix {
	display: none;
}

.property-grid-v4 .property-metas > div {
	margin-right: 10px;
	border: 1px solid #e9e9e9 !important;
	border-radius: 36px;
	padding: 7px 15px !important;
}

.property-grid-v4 .property-price {
	font-size: 19px;
	font-weight: 500;
}

.property-grid-v4 .info-bottom {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	.property-grid-v4 .info-bottom {
		margin-top: 20px;
		padding-top: 20px;
	}
}

.property-grid-v4 .property-information {
	padding: 15px;
}

@media (min-width: 1200px) {
	.property-grid-v4 .property-information {
		padding: 20px;
	}
}

.property-grid-v6 {
	border: 0;
	padding: 0;
	background: transparent;
}

.property-grid-v6 .property-image::before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-grid-v6
	.slick-carousel-gallery-properties
	.slick-carousel
	.slick-dots {
	display: none !important;
}

.property-grid-v6 .property-metas {
	margin: 0;
}

.property-grid-v6 .property-metas .suffix {
	display: none;
}

.property-grid-v6 .property-metas > div {
	border-color: #fff;
}

.property-grid-v6 .info-bottom {
	margin-top: 10px;
}

.property-grid-v6 .property-location {
	margin-top: 7px;
}

.property-grid-v6 .property-information {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 15px;
}

@media (min-width: 1200px) {
	.property-grid-v6 .property-information {
		padding: 35px 40px;
	}
}

.property-grid-v6 .property-information,
.property-grid-v6 .property-information a,
.property-grid-v6 .property-information .property-price {
	color: #fff;
}

@media (min-width: 768px) {
	.property-list .property-thumbnail-wrapper {
		width: 230px;
	}
}

@media (min-width: 1200px) {
	.property-list .property-thumbnail-wrapper {
		width: 350px;
	}
}

.property-list .property-information {
	padding: 10px;
}

@media (min-width: 768px) {
	.property-list .property-information {
		padding: 15px;
	}
}

@media (min-width: 1200px) {
	.property-list .property-information {
		padding: 15px 1.875rem;
	}
}

.property-list .property-price {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.property-list .property-price {
		margin-bottom: 15px;
	}
}

.property-list .description {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.property-list .description {
		margin-top: 15px;
	}
}

.property-list .property-location {
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.property-list .property-location {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.property-list-v1 {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.property-list-v1 .property-thumbnail-wrapper {
		width: 258px;
	}
}

.property-list-v1 .property-information {
	padding: 15px 10px 10px 10px;
}

@media (min-width: 768px) {
	.property-list-v1 .property-information {
		padding: 10px 10px 10px 15px;
	}
}

@media (min-width: 1200px) {
	.property-list-v1 .property-information {
		padding: 15px 10px 15px 1.875rem;
	}
}

.property-list-v1 .property-price {
	margin-bottom: 12px;
}

.property-list-v1 .property-location {
	margin-top: 7px;
}

@media (min-width: 1200px) {
	.property-list-v1 .property-location {
		margin-top: 12px;
	}
}

.property-list-v1 .action-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.property-list-v1 .action-item [class*='btn'] i {
	color: var(--justhome-link-color);
	background: #f9f9f9;
	border-color: transparent;
}

.property-list-v1 .action-item [class*='btn']:hover i,
.property-list-v1 .action-item [class*='btn']:focus i {
	background-color: var(--justhome-heading-color);
	border-color: var(--justhome-heading-color);
	color: #fff;
}

.property-list-v1 .action-item [class*='btn'][class*='added'] i,
.property-list-v1 .action-item [class*='btn'][class*='remove'] i {
	background-color: var(--justhome-heading-color);
	border-color: var(--justhome-heading-color);
	color: #fff;
}

.property-list-v1:hover .action-item {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-list-special {
	overflow: hidden;
}

.property-list-special .property-metas {
	margin-top: 25px;
}

.property-list-special .property-metas .property-meta {
	text-align: center;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.property-list-special .property-metas .property-meta {
		margin-right: 30px;
	}
}

.property-list-special .property-metas .property-meta:last-child {
	margin-right: 0;
}

.property-list-special .property-metas i {
	line-height: 1;
	font-size: 20px;
}

.property-list-special .property-metas .value-suffix {
	display: block;
}

.property-list-special .property-title {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.property-list-special .property-title {
		font-size: 22px;
		margin: 40px 0 10px;
	}
}

.property-list-special .description {
	margin-top: 25px;
}

.property-list-special .property-metas-bottom {
	padding-top: 15px;
	margin-top: auto;
}

@media (min-width: 1200px) {
	.property-list-special .property-price {
		font-size: 22px;
	}
}

.property-list-special .left-inner {
	width: 100%;
	padding: 20px;
}

@media (min-width: 992px) {
	.property-list-special .left-inner {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.property-list-special .left-inner {
		padding: 50px;
	}
}

.property-list-special .right-inner {
	width: 60%;
}

@media (min-width: 1200px) {
	.property-list-special .property-thumbnail-wrapper .bottom-label {
		padding: 0 50px;
		bottom: 45px;
	}
}

.property-list-member {
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
}

.property-list-member .property-thumbnail-wrapper {
	border-radius: 0;
}

.property-list-simple {
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0;
	padding: 0;
}

.property-list-simple .property-thumbnail-wrapper .btn-action-icon {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8) !important;
	color: #dc3545;
	font-size: 25px;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 0;
	z-index: 1;
}

.property-list-simple:hover .property-thumbnail-wrapper .btn-action-icon {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-list-simple .property-thumbnail-wrapper {
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
}

.property-list-simple .property-thumbnail-wrapper + .property-information {
	padding: 0 0 0 15px;
}

.property-list-simple .property-title {
	font-weight: 400;
	font-size: 0.9375rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.property-list-simple .property-price {
	font-size: 1rem;
	margin-bottom: 5px;
}

.property-list-simple .property-metas {
	margin-top: 10px;
	font-size: 13px;
}

.property-list-simple .property-metas > div {
	margin-right: 12px;
}

.property-list-simple .property-metas > div:last-child {
	margin-right: 0;
}

.property-list-simple .property-metas i {
	font-size: 1rem;
}

.properties-list-simple article {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.properties-list-simple article {
		margin-bottom: 1.875rem;
	}
}

.properties-list-simple article:last-child {
	margin-bottom: 0;
}

.status-property {
	display: inline-block;
	padding: 4px 15px;
	border-radius: 30px;
	font-size: 13px;
}

.status-property.publish {
	color: #3554d1;
	background: #e5f0fd;
}

.status-property.preview,
.status-property.pending,
.status-property.pending_payment,
.status-property.draft {
	color: #e4b303;
	background: #fff8dd;
}

.status-property.expired {
	color: #f1416c;
	background: #fff5f8;
}

.my-properties-item {
	padding: 0 15px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	border-width: 0 0 1px;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (min-width: 1200px) {
	.my-properties-item {
		margin-bottom: 1.875rem;
		padding: 0 1.875rem 1.875rem;
	}
}

.my-properties-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.my-properties-item .property-price {
	font-size: 19px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.my-properties-item .warpper-action-property {
		padding-top: 10px;
	}
}

.my-properties-item .property-title {
	font-size: 17px;
}

.my-properties-item .status-property-label {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #1f4b43 !important;
	line-height: inherit;
	vertical-align: bottom;
}

.my-properties-item .title-wrapper,
.my-properties-item .property-location {
	margin-top: 5px;
}

.layout-my-properties {
	width: 100%;
}

.layout-my-properties.header-layout {
	background-color: #f9f9f9;
	padding: 11px 15px;
	border-radius: 12px;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--justhome-link-color);
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.layout-my-properties.header-layout {
		padding: 10px 1.875rem;
		margin-bottom: 1.875rem;
		border-radius: 16px;
	}
}

.layout-my-properties .property-thumbnail-wrapper {
	position: relative;
	width: 100px;
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.layout-my-properties .property-thumbnail-wrapper {
		border-radius: 16px;
		width: 150px;
	}
}

.layout-my-properties .property-thumbnail-wrapper .property-image::before {
	display: none !important;
}

.layout-my-properties .inner-info {
	width: calc(100% - 110px);
	padding-left: 0.9375rem;
}

@media (min-width: 1200px) {
	.layout-my-properties .inner-info {
		padding-left: 1.875rem;
	}
}

.layout-my-properties .layout-left > div {
	width: 20%;
	padding: 5px;
}

.layout-my-properties .layout-left .inner-info-left {
	width: 100%;
}

@media (min-width: 768px) {
	.layout-my-properties .layout-left .inner-info-left {
		width: 40%;
	}
}

.layout-my-properties .warpper-action-property {
	white-space: nowrap;
}

.property-banner-inner {
	overflow: hidden;
	border-radius: 12px;
	background-size: cover;
}

@media (min-width: 1200px) {
	.property-banner-inner {
		border-radius: 16px;
	}
}

.property-banner-inner:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(
		transparent,
		rgba(26, 26, 26, 0.1) 60%,
		rgba(26, 26, 26, 0.8)
	);
}

.property-banner-inner .bottom-info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

@media (min-width: 1200px) {
	.property-banner-inner .bottom-info {
		padding: 30px 40px;
	}
}

.property-banner-inner .bottom-info,
.property-banner-inner .bottom-info .inner a,
.property-banner-inner .bottom-info .property-price {
	color: #fff !important;
}

.property-banner-inner .property-title {
	font-size: 23px;
	margin: 0 0 10px;
}

@media (min-width: 1200px) {
	.property-banner-inner .property-title {
		font-size: 26px;
	}
}

.property-banner-inner .property-price {
	font-size: 21px;
	font-weight: 600;
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.property-banner-inner .property-price {
		margin-right: 60px;
	}
}

.property-banner-inner .metas-bottom {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.property-banner-inner .metas-bottom {
		margin-top: 20px;
	}
}

.property-banner-inner .property-metas > div {
	border-color: #fff;
}

.property-banner-inner .property-metas i {
	font-size: 1rem;
}

.property-banner-inner .property-metas .suffix {
	display: none;
}

.property-banner-inner .top-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

@media (min-width: 1200px) {
	.property-banner-inner .top-label {
		padding: 40px;
	}
}

.property-banner-inner .top-label > * {
	margin-right: 10px;
}

.property-banner-inner .direction {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #fff;
	color: var(--justhome-link-color);
	-webkit-transform: translateX(-15px);
	-ms-transform: translateX(-15px);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
	opacity: 0;
	filter: alpha(opacity=0);
}

@media (min-width: 1200px) {
	.property-banner-inner .direction {
		width: 50px;
		height: 50px;
	}
}

.property-banner-inner .direction:hover,
.property-banner-inner .direction:focus {
	background: var(--justhome-theme-color);
	color: var(--justhome-link-color);
}

.property-banner-inner:hover .direction {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-banner-inner.style2 .property-price {
	font-size: 1rem;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.property-banner-inner.style2 .property-price {
		font-size: 19px;
	}
}

.property-banner-inner.style2 .property-title {
	font-size: 18px;
	margin: 0 0 10px;
}

@media (min-width: 1200px) {
	.property-banner-inner.style2 .property-title {
		font-size: 21px;
	}
}

.property-banner-inner.style2 .property-location,
.property-banner-inner.style2 .property-metas {
	font-size: 0.9375rem;
}

.property-banner-inner.style2 .metas-bottom {
	margin-top: 15px;
}

.property-banner-inner.style2 .bottom-info {
	padding: 0.9375rem;
}

@media (min-width: 1200px) {
	.property-banner-inner.style2 .bottom-info {
		padding: 1.875rem;
	}
}

.property-banner-inner.style2 .top-label {
	padding: 0.9375rem;
}

@media (min-width: 1200px) {
	.property-banner-inner.style2 .top-label {
		padding: 1.875rem;
	}
}

.nav-tabs.tabs-properties {
	border: 0;
	margin: 0 0 15px;
}

@media (min-width: 1200px) {
	.nav-tabs.tabs-properties {
		margin-bottom: 45px;
	}
}

.nav-tabs.tabs-properties > li {
	margin: 0 2px 5px;
}

.nav-tabs.tabs-properties > li > a {
	display: inline-block;
	border-radius: 40px;
	padding: 4px 20px;
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none !important;
}

.nav-tabs.tabs-properties > li > a.active {
	color: var(--justhome-link-color);
	border-color: var(--justhome-link-color);
	background: #fff8f6;
}

@media (min-width: 1660px) {
	.widget-properties-slider.navigation_stretch .slick-carousel .slick-prev,
	.widget-property-location-banner-list.navigation_stretch
		.slick-carousel
		.slick-prev,
	.widget-properties.navigation_stretch .slick-carousel .slick-prev,
	.widget-properties-tabs.navigation_stretch .slick-carousel .slick-prev {
		left: -115px;
	}
	.widget-properties-slider.navigation_stretch .slick-carousel .slick-next,
	.widget-property-location-banner-list.navigation_stretch
		.slick-carousel
		.slick-next,
	.widget-properties.navigation_stretch .slick-carousel .slick-next,
	.widget-properties-tabs.navigation_stretch .slick-carousel .slick-next {
		right: -115px;
	}
}

.property-grid-slider-style1 {
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (min-width: 768px) {
	.property-grid-slider-style1 .inner-content {
		padding-left: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.property-grid-slider-style1 .inner-content {
		padding-left: 130px;
	}
}

.property-grid-slider-style1 .property-title {
	font-size: 25px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style1 .property-title {
		font-size: 40px;
	}
}

.property-grid-slider-style1 .property-location {
	margin-top: 5px;
}

.property-grid-slider-style1 .description {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style1 .description {
		font-size: 1rem;
	}
}

.property-grid-slider-style1 .property-price {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style1 .property-price {
		font-size: 26px;
	}
}

.property-grid-slider-style1 .btn {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style1 .btn {
		margin-top: 40px;
	}
}

.property-grid-slider-style2 {
	background-position: top center;
	background-size: cover;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	min-height: 300px;
	background-color: var(--justhome-link-color);
	padding: 1.875rem;
}

.property-grid-slider-style2,
.property-grid-slider-style2 a:not([class]),
.property-grid-slider-style2 .property-price {
	color: #fff;
}

.property-grid-slider-style2 .property-title {
	font-size: 30px;
	max-width: 600px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style2 .property-title {
		font-size: 60px;
	}
}

.property-grid-slider-style2 .property-metas2 {
	font-size: 17px;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style2 .property-metas2 {
		margin-bottom: 30px;
	}
}

.property-grid-slider-style2 .property-metas2 > div + div:before {
	content: ' -';
	margin: 0 5px;
}

.property-grid-slider-style2 .property-price,
.property-grid-slider-style2 .btn {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.property-grid-slider-style2 .property-price,
	.property-grid-slider-style2 .btn {
		margin-top: 35px;
	}
}

.widget-properties-slider.style2 .slick-carousel .slick-arrow {
	border-color: transparent;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(50px);
}

.widget-properties-slider.style2 .slick-carousel .slick-arrow:hover,
.widget-properties-slider.style2 .slick-carousel .slick-arrow:focus {
	border-color: transparent;
	background: rgba(26, 26, 26, 0.5);
	color: #fff;
}

@media (min-width: 1400px) {
	.widget-properties-slider.style2 .slick-carousel .slick-prev {
		left: 60px;
	}
	.widget-properties-slider.style2 .slick-carousel .slick-next {
		right: 60px;
	}
}

.tabs-account.elementor-tabs-view-horizontal {
	max-width: 410px;
	margin: auto;
	background: #fff;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
	border-bottom: 1px solid #e7ecea;
	display: flex;
	display: -webkit-flex;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	width: 50%;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--justhome-link-color);
	border: 0 !important;
	margin: 0;
	position: relative;
	padding: 19px 25px;
	text-align: center;
}

.tabs-account.elementor-tabs-view-horizontal
	.elementor-tab-desktop-title:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: var(--justhome-theme-color);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	display: block;
	border: 0 !important;
}

.tabs-account.elementor-tabs-view-horizontal
	.elementor-tab-desktop-title:after {
	display: none !important;
}

.tabs-account.elementor-tabs-view-horizontal
	.elementor-tab-desktop-title.elementor-active {
	color: var(--justhome-theme-color);
}

.tabs-account.elementor-tabs-view-horizontal
	.elementor-tab-desktop-title.elementor-active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
}

.tabs-account.elementor-tabs-view-horizontal .elementor-tab-content {
	border: 0 !important;
	padding: 25px 30px 30px;
}

@media (max-width: 767px) {
	.tabs-account.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
		border: 0 !important;
	}
	.tabs-account.elementor-tabs-view-horizontal
		.elementor-tabs-content-wrapper
		.elementor-tab-title {
		display: none !important;
	}
}

.buttons-group-center {
	padding: 15px 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.buttons-group-center {
		padding: 1.875rem 0;
	}
}

.buttons-group-center [class|='btn'] {
	display: inline-block;
}

.buttons-group-center [class|='btn'] i {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	background-color: #e3e3e3;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
	.buttons-group-center [class|='btn'] i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 21px;
	}
}

.buttons-group-center [class|='btn'] i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	color: var(--justhome-text-color);
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
}

.buttons-group-center [class|='btn'] > span {
	display: block;
	margin-top: 8px;
}

.buttons-group-center [class|='btn'][class*='added']:hover i:before,
.buttons-group-center [class|='btn'][class*='remove']:hover i:before {
	vertical-align: top;
	font-size: 14px;
	content: '\f103';
	font-family: 'Flaticon';
}

.buttons-group-center [class|='btn'][class*='added'] i,
.buttons-group-center [class|='btn'][class*='remove'] i,
.buttons-group-center [class|='btn']:hover i,
.buttons-group-center [class|='btn']:focus i {
	color: #fff;
	background-color: var(--justhome-theme-color);
}

.buttons-group-center [class|='btn'].loading i {
	color: transparent !important;
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.buttons-group-center [class|='btn'].loading i:after {
	opacity: 0.7;
	filter: alpha(opacity=70);
	animation: rotate_icon 1500ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1500ms linear 0s normal none infinite running;
}

.buttons-group-center > div {
	padding: 0 10px;
}

@media (min-width: 1200px) {
	.buttons-group-center > div {
		padding: 0 25px;
	}
}

.property-detail-gallery {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.property-detail-gallery {
		border-radius: 16px;
	}
}

.property-detail-gallery .p-popup-image {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.property-detail-gallery .p-popup-image img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.property-detail-gallery .p-popup-image:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(24, 26, 32, 0.2);
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.property-detail-gallery .p-popup-image:hover:before,
.property-detail-gallery .p-popup-image:focus:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.property-detail-gallery .p-popup-image:hover img,
.property-detail-gallery .p-popup-image:focus img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.property-detail-gallery .p-popup-image .view-more-gallery {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
	padding: 8px 20px;
	background: #fff;
	border-radius: 8px;
}

.property-detail-gallery .p-popup-image .view-more-gallery i {
	margin-right: 7px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.property-detail-gallery .p-popup-image .view-more-gallery {
		font-size: 13px;
		right: 10px;
		bottom: 10px;
		padding: 5px 15px;
	}
}

.property-detail-gallery .row-10.wrapper {
	margin-bottom: -10px;
}

.property-detail-gallery .row-10.wrapper .p-popup-image {
	margin-bottom: 10px;
}

.property-detail-gallery .slick-carousel .slick-arrow {
	border-color: transparent !important;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.property-detail-gallery .slick-carousel .slick-arrow:hover,
.property-detail-gallery .slick-carousel .slick-arrow:focus {
	background: #fff;
	color: var(--justhome-link-color);
}

.property-detail-gallery .slick-carousel .slick-prev {
	left: 0.9375rem;
}

@media (min-width: 1200px) {
	.property-detail-gallery .slick-carousel .slick-prev {
		left: 1.875rem;
	}
}

.property-detail-gallery .slick-carousel .slick-next {
	right: 0.9375rem;
}

@media (min-width: 1200px) {
	.property-detail-gallery .slick-carousel .slick-next {
		right: 1.875rem;
	}
}

.property-detail-gallery.v2 {
	border-radius: 0;
}

.property-detail-gallery.v2 .p-popup-image {
	margin-bottom: 0;
}

.property-detail-gallery.v2 .p-popup-image:before {
	display: none;
}

.property-detail-gallery.v2 .p-popup-image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.property-detail-gallery.v2 .slick-carousel-gallery-main {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.property-detail-gallery.v2 .slick-carousel-gallery-main {
		border-radius: 16px;
	}
}

.property-detail-gallery.v2 .bottom-gallery {
	margin-top: 10px;
}

.property-detail-gallery.v2 .bottom-gallery img {
	border-radius: 12px;
	cursor: pointer;
}

.property-detail-gallery.v3 {
	border-radius: 0;
	cursor: w-resize;
	overflow: visible;
}

.property-detail-gallery.v3 .p-popup-image {
	cursor: w-resize;
	margin: 0;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.property-detail-gallery.v3 .p-popup-image {
		border-radius: 16px;
	}
}

.property-detail-gallery.v3 .p-popup-image:before {
	display: none;
}

@media (min-width: 1200px) {
	.property-detail-gallery.v3 .slick-list {
		overflow: visible;
	}
}

.property-detail-gallery.v4 {
	border-radius: 0;
}

@media (min-width: 768px) {
	.property-detail-gallery.v4 .c1 {
		width: 88%;
	}
	.property-detail-gallery.v4 .c2 {
		width: 12%;
	}
}

.property-detail-gallery.v4 .p-popup-image .view-more-gallery {
	font-size: 14px;
	padding: 5px 10px;
}

.property-detail-gallery.v4 .gallery-property-main-detail {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.property-detail-gallery.v4 .gallery-property-main-detail {
		border-radius: 16px;
	}
}

.property-detail-gallery.v4 .p-popup-image {
	border-radius: 12px;
}

@media (max-width: 1199px) {
	.property-detail-gallery.v5 {
		border-radius: 0;
	}
}

.property-detail-gallery.v5 .p-popup-image {
	margin: 0;
}

.property-detail-gallery.v5 .p-popup-image:before {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: rgba(24, 26, 32, 0.4);
}

.property-detail-gallery.v5 .p-popup-image img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1199px) {
	.property-detail-gallery.v5 .slick-arrow {
		display: none !important;
	}
}

.social-property {
	display: inline-block;
	position: relative;
}

.social-property:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 100%;
	left: 0;
}

.social-property .bo-social-icons {
	display: flex;
	display: -webkit-flex;
	position: absolute;
	bottom: 100%;
	left: 50%;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding: 2px 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	visibility: hidden;
}

.social-property .bo-social-icons:before {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border-width: 6px;
	border-style: solid;
	border-color: #24324a transparent transparent;
}

.social-property .bo-social-icons a {
	color: #fff !important;
	font-size: 12px;
	padding: 4px 8px;
	display: inline-block;
}

.social-property:hover .bo-social-icons {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.content-property-detail {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.content-property-detail {
		margin-top: 1.875rem;
		margin-bottom: 70px;
	}
}

.attachments-inner .attachment-item {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

.attachment-detail-download-url {
	line-height: 1;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	padding: 10px 15px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
}

@media (min-width: 1200px) {
	.attachment-detail-download-url {
		padding: 16px;
		min-width: 250px;
	}
}

.attachment-detail-download-url .inner {
	padding-left: 15px;
}

.attachment-detail-download-url .icon_type {
	line-height: 1;
	font-size: 30px;
	color: var(--justhome-heading-color);
}

@media (min-width: 1200px) {
	.attachment-detail-download-url .icon_type {
		font-size: 40px;
	}
}

.attachment-detail-download-url .filename {
	display: block;
	font-weight: 500;
}

.attachment-detail-download-url .extension {
	font-size: 13px;
	color: #1f4b43;
	display: block;
	margin-top: 8px;
}

.attachment-detail-download-url:hover,
.attachment-detail-download-url:focus {
	border-color: var(--justhome-link-color);
}

.property-location {
	font-size: 1rem;
}

.property-location i {
	vertical-align: middle;
	font-size: 18px;
	margin-right: 5px;
}

@media (min-width: 1200px) {
	.property-location i {
		font-size: 20px;
	}
}

.nav-table {
	border: 0;
	padding: 0;
	margin: 0;
}

.nav-table > li {
	margin-bottom: 0 !important;
	margin-right: 5px;
}

@media (min-width: 1200px) {
	.nav-table > li {
		margin-right: 10px;
	}
}

.nav-table > li:last-child {
	margin-right: 0;
}

.nav-table > li > a {
	border: 0 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
	width: 35px;
	height: 35px;
	background-color: rgba(24, 26, 32, 0.8);
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.nav-table > li > a {
		border-radius: 16px;
		width: 54px;
		height: 54px;
		font-size: 20px;
	}
}

.nav-table > li > a.active,
.nav-table > li > a:hover,
.nav-table > li > a:focus {
	background-color: var(--justhome-theme-color);
	color: #fff;
}

.tabs-gallery-map {
	position: relative;
	margin-top: 1.875rem;
}

@media (min-width: 1200px) {
	.tabs-gallery-map {
		margin-top: 60px;
	}
}

.tabs-gallery-map .nav-table {
	position: absolute;
	top: 15px;
	z-index: 2;
	right: 15px;
}

@media (min-width: 1200px) {
	.tabs-gallery-map .nav-table {
		top: 1.875rem;
		right: 1.875rem;
	}
}

.tabs-gallery-map #single-tab-property-street-view-map,
.tabs-gallery-map #properties-google-maps {
	height: 215px;
}

@media (min-width: 768px) {
	.tabs-gallery-map #single-tab-property-street-view-map,
	.tabs-gallery-map #properties-google-maps {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.tabs-gallery-map #single-tab-property-street-view-map,
	.tabs-gallery-map #properties-google-maps {
		height: 600px;
	}
}

.tabs-gallery-map .property-virtual_tour > h3 {
	display: none;
}

.tabs-gallery-map.v2 {
	margin: 0;
}

.tabs-gallery-map.v2:before {
	content: '';
	background: rgba(24, 26, 32, 0.3);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tabs-gallery-map.v2 .slick-carousel .slick-arrow {
	z-index: 2;
}

.tabs-gallery-map.v4 {
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.tabs-gallery-map.v4 {
		border-radius: 16px;
	}
}

@media (min-width: 1200px) {
	.tabs-gallery-map.v4 #single-tab-property-street-view-map,
	.tabs-gallery-map.v4 #properties-google-maps {
		height: 680px;
	}
}

.property-virtual_tour iframe {
	max-width: 100%;
	border: 0;
	border-radius: 12px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.property-virtual_tour iframe {
		border-radius: 16px;
	}
}

.tabs-video-virtual {
	padding-top: 5px !important;
	overflow: hidden;
}

.tabs-video-virtual .property-section > h3 {
	display: none;
}

.columns-gap {
	overflow: hidden;
	clear: both;
	color: var(--justhome-link-color);
	list-style: none;
	padding: 0;
	margin: 0;
}

.columns-gap li {
	float: left;
	width: 50%;
	margin: 0 0 10px;
	color: var(--justhome-link-color);
	position: relative;
	padding-left: 30px;
}

@media (min-width: 1200px) {
	.columns-gap li {
		margin-bottom: 15px;
		width: 33.33%;
	}
}

.columns-gap li:before {
	font-size: 10px;
	content: '\f125';
	font-family: 'flaticon';
	width: 18px;
	height: 18px;
	line-height: 16px;
	border: 1px solid var(--justhome-link-color);
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 0;
}

.columns-gap li > div {
	display: inline;
}

@media (min-width: 576px) {
	.list-detail {
		column-gap: 30px;
	}
}

@media (min-width: 1200px) {
	.list-detail {
		column-gap: 60px;
	}
}

.list-detail li {
	width: 100%;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 576px) {
	.list-detail li {
		width: calc(50% - 15px);
	}
}

@media (min-width: 1200px) {
	.list-detail li {
		width: calc(50% - 30px);
	}
}

.list-detail li .text {
	width: 150px;
	font-weight: 500;
}

.list-detail li .value {
	text-align: right;
}

.list-overview {
	font-size: 16px;
	column-gap: 10px;
}

.list-overview li {
	background: #f9f9f9;
	border-radius: 8px;
	width: calc(50% - 5px);
	margin: 0 0 10px;
	padding: 15px;
}

@media (min-width: 1200px) {
	.list-overview li {
		width: calc(33.33% - 7px);
		padding: 20px;
	}
}

.list-overview .icon {
	font-size: 20px;
}

.list-overview .icon + .details {
	padding-left: 10px;
}

.list-overview.st_border li {
	background: #fff;
	border: 1px solid #e9e9e9;
}

.list-overview.st_center {
	text-align: center;
	column-gap: 0;
}

.list-overview.st_center li {
	border-radius: 0;
	background: #fff;
	padding: 5px 15px;
	width: 50%;
	border-right: 1px solid #e9e9e9;
}

@media (max-width: 767px) {
	.list-overview.st_center li:nth-child(2n) {
		border-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.list-overview.st_center li {
		width: 33.33%;
	}
	.list-overview.st_center li:nth-child(3n) {
		border-right: 0;
	}
}

@media (min-width: 1200px) {
	.list-overview.st_center li {
		width: 16.5%;
	}
}

.list-overview.st_center li:last-child {
	border-right: 0;
}

.list-overview.st_center > .d-flex {
	flex-direction: column;
}

.list-overview.st_center .icon + .details {
	padding: 3px 0 0;
}

.circle-check {
	overflow: hidden;
	clear: both;
	color: var(--justhome-link-color);
	padding: 0;
	list-style: none;
	margin: 0;
}

.circle-check li {
	float: left;
	width: 50%;
	margin: 0 0 10px;
	line-height: 1;
}

@media (min-width: 1200px) {
	.circle-check li {
		width: 33%;
		margin-bottom: 18px;
	}
}

.circle-check [type='radio'],
.circle-check [type='checkbox'] {
	display: none;
}

.circle-check [type='radio'] + label,
.circle-check [type='checkbox'] + label {
	cursor: pointer;
	font-weight: 400;
	color: var(--justhome-link-color);
}

.circle-check [type='radio'] + label:before,
.circle-check [type='checkbox'] + label:before {
	text-align: center;
	line-height: 14px;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 8px;
	border: 1px solid var(--justhome-link-color);
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-top;
	margin-top: 1px;
}

.circle-check [type='radio'] + label:before {
	border-radius: 50%;
}

.circle-check [type='radio']:checked + label:before {
	-webkit-box-shadow: 0 0 0 2px var(--justhome-link-color) inset;
	box-shadow: 0 0 0 2px var(--justhome-link-color) inset;
}

.circle-check [type='checkbox']:checked + label:before {
	background: var(--justhome-link-color);
	color: #fff;
	font-size: 8px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.property-detail-floor-plans .panel-group {
	margin-bottom: 0;
}

.property-detail-floor-plans .panel {
	border: 0;
}

.property-detail-floor-plans .panel + .panel {
	margin-top: 20px;
}

.property-detail-floor-plans .panel > .panel-heading {
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
}

@media (min-width: 768px) {
	.property-detail-floor-plans .panel > .panel-heading {
		padding: 14px 20px;
	}
}

.property-detail-floor-plans .panel > .panel-heading > a {
	width: 100%;
	display: block;
}

.property-detail-floor-plans .panel > .panel-heading h3 {
	font-size: 0.9375rem;
	margin: 0;
}

.property-detail-floor-plans .panel > .panel-heading.active {
	background: #f6f8f9;
}

.property-detail-floor-plans .panel .metas {
	margin-left: auto;
	display: flex;
	display: -webkit-flex;
	color: var(--justhome-text-color);
}

.property-detail-floor-plans .panel .metas > * {
	margin-left: 25px;
}

.property-detail-floor-plans .panel .subtitle {
	color: var(--justhome-link-color);
}

.property-detail-floor-plans .panel .expand-icon {
	font-size: 10px;
	margin-top: 3px;
}

.property-detail-floor-plans .panel .expand-icon:before {
	content: '\f10e';
	font-family: flaticon;
}

.property-detail-floor-plans .content-item {
	padding: 12px;
}

@media (min-width: 1200px) {
	.property-detail-floor-plans .content-item {
		padding: 20px;
	}
}

.property-detail-floor-plans .content-item .content {
	margin-top: 15px;
}

.video-embed-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.video-embed-wrapper {
		border-radius: 16px;
	}
}

.video-embed-wrapper:before {
	padding-top: 56.25%;
	content: '';
	display: block;
}

.video-embed-wrapper iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#single-property-street-view-map,
#properties-google-maps,
#single-property-google-maps {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	font-size: 0.9375rem;
	font-family: var(--bs-font-sans-serif);
	line-height: 1.9;
}

@media (min-width: 1200px) {
	#single-property-street-view-map,
	#properties-google-maps,
	#single-property-google-maps {
		border-radius: 16px;
		height: 500px;
	}
}

@media (min-width: 1025px) {
	#single-property-street-view-map.fix-map,
	#properties-google-maps.fix-map,
	#single-property-google-maps.fix-map {
		height: 100vh;
	}
}

.single-property-google-maps-wrapper {
	position: relative;
}

.single-property-google-maps-wrapper .btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background-color: #fff;
	padding: 5px 15px;
	color: var(--justhome-theme-color);
}

.single-property-google-maps-wrapper .btn:hover,
.single-property-google-maps-wrapper .btn:focus {
	color: var(--justhome-theme-color);
	text-decoration: underline;
}

.single-property-google-maps-wrapper #single-property-street-view-map {
	display: none;
}

.property-detail-main > div:not(.item-wrapper) {
	padding: 0 0 1.875rem;
}

@media (min-width: 1200px) {
	.property-detail-main > div:not(.item-wrapper) {
		padding: 0 0 60px;
	}
}

.property-detail-main > div:not(.item-wrapper):last-child {
	padding-bottom: 0;
}

.property-detail-main > div:not(.item-wrapper) > h3,
.property-detail-main > div:not(.item-wrapper) .title,
.property-detail-main > div:not(.item-wrapper) .widget-title {
	font-size: 18px;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.property-detail-main > div:not(.item-wrapper) > h3,
	.property-detail-main > div:not(.item-wrapper) .title,
	.property-detail-main > div:not(.item-wrapper) .widget-title {
		margin: 0 0 25px;
		font-size: 21px;
	}
}

.property-detail-main > div:not(.item-wrapper).loading {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	max-height: 100%;
	background-color: #fff;
}

.property-detail-main > div:not(.item-wrapper).agency-detail-agents,
.property-detail-main > div:not(.item-wrapper).agent-agency-detail-properties {
	padding-bottom: 5px;
}

.property-detail-main
	> div:not(.item-wrapper).agency-detail-agents
	.ajax-agents-pagination,
.property-detail-main
	> div:not(.item-wrapper).agency-detail-agents
	.ajax-properties-pagination,
.property-detail-main
	> div:not(.item-wrapper).agent-agency-detail-properties
	.ajax-agents-pagination,
.property-detail-main
	> div:not(.item-wrapper).agent-agency-detail-properties
	.ajax-properties-pagination {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.property-detail-main > div:not(.item-wrapper).agency-detail-agents,
	.property-detail-main
		> div:not(.item-wrapper).agent-agency-detail-properties {
		padding-bottom: 15px;
	}
	.property-detail-main
		> div:not(.item-wrapper).agency-detail-agents
		.ajax-agents-pagination,
	.property-detail-main
		> div:not(.item-wrapper).agency-detail-agents
		.ajax-properties-pagination,
	.property-detail-main
		> div:not(.item-wrapper).agent-agency-detail-properties
		.ajax-agents-pagination,
	.property-detail-main
		> div:not(.item-wrapper).agent-agency-detail-properties
		.ajax-properties-pagination {
		margin-bottom: 30px;
	}
}

.property-detail-main .widget-title-wrapper {
	margin-bottom: 25px;
}

.property-detail-main .widget-title-wrapper h3 {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.property-detail-main .widget-title-wrapper .ali-right {
		margin-top: 10px;
	}
}

.property-detail-main .commentform {
	padding: 0;
}

.property-detail-main .comment-list > li:last-child .the-comment {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

.title-related-properties {
	font-size: 18px;
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.title-related-properties {
		font-size: 21px;
		margin-bottom: 30px;
	}
}

.description-inner-wrapper p:last-child {
	margin-bottom: 0;
}

.show-more-less-wrapper {
	margin-top: 5px;
}

.show-more-less-wrapper a {
	font-weight: 600;
	text-decoration: underline;
}

.show-more-less-wrapper a:hover,
.show-more-less-wrapper a:focus {
	color: var(--justhome-theme-color);
}

.sidebar-mobile .widget:last-child {
	margin-bottom: 0;
}

.property-detail-agent {
	overflow: hidden;
	clear: both;
}

@media (min-width: 1200px) {
	.property-detail-agent {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
}

.property-detail-agent > div {
	width: 50%;
	float: left;
}

@media (max-width: 1199px) {
	.property-detail-agent > div {
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	.property-detail-agent > div {
		width: auto;
	}
}

.property-detail-agent .title-info {
	font-weight: 500;
	color: var(--justhome-heading-color);
}

.tabs-yelp {
	border: 0;
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.tabs-yelp {
		margin-bottom: 40px;
	}
}

.tabs-yelp > li {
	margin-right: 0.9375rem;
}

@media (min-width: 1200px) {
	.tabs-yelp > li {
		margin-right: 1.875rem;
	}
}

.tabs-yelp > li:last-child {
	margin-right: 0;
}

.tabs-yelp > li .nav-link {
	display: inline-block;
	font-weight: 500;
	color: var(--justhome-link-color);
	font-size: 0.9375rem;
	cursor: pointer;
	text-decoration: none;
	background: transparent !important;
	position: relative;
	padding: 0 0 5px;
	border: 0;
}

@media (min-width: 1200px) {
	.tabs-yelp > li .nav-link {
		padding: 0 0 12px;
	}
}

.tabs-yelp > li .nav-link:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 0;
	height: 2px;
	background: var(--justhome-link-color);
}

.tabs-yelp > li .nav-link.active {
	color: var(--justhome-link-color);
}

.tabs-yelp > li .nav-link.active:before {
	width: 100%;
}

.yelp-list .yelp-list-sub {
	padding: 0;
	margin: 0;
	list-style: none;
}

.yelp-list .yelp-list-sub li {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.yelp-list .yelp-list-sub li {
		margin-bottom: 40px;
	}
}

.yelp-list .yelp-list-sub li:last-child {
	margin-bottom: 0;
}

.yelp-list .yelp-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: var(--justhome-link-color);
	background: var(--justhome-theme-color-050);
}

@media (min-width: 1200px) {
	.yelp-list .yelp-circle {
		width: 70px;
		height: 70px;
	}
}

.yelp-list .yelp-circle .business_rating {
	font-size: 18px;
	font-weight: 500;
}

@media (min-width: 1200px) {
	.yelp-list .yelp-circle .business_rating {
		font-size: 21px;
	}
}

.yelp-list .yelp-circle .total-rating {
	margin-top: 5px;
}

.yelp-list .yelp-circle.perfect {
	background: var(--justhome-theme-color);
}

.yelp-list .yelp-list-inner .inner {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.yelp-list .yelp-list-inner .inner {
		padding-left: 25px;
	}
}

.yelp-list .yelp-list-inner .inner-right {
	margin-left: auto;
}

.yelp-list .yelp-list-inner a {
	font-size: 17px;
	font-weight: 500;
}

.yelp-list .yelp-list-inner .value {
	font-weight: 500;
}

.yelp-list .rating > img {
	display: none;
}

.yelp-list .average-rating {
	width: 77px;
	position: relative;
	height: 22px;
	line-height: 22px;
	letter-spacing: 5px;
	font-size: 10px;
}

.yelp-list .average-rating:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f005\f005\f005\f005\f005';
	color: #e1e1e1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.yelp-list .average-rating [class*='average-inner'] {
	position: absolute;
	overflow: hidden;
	height: 22px;
	top: 0;
	left: 0;
	z-index: 1;
}

.yelp-list .average-rating [class*='average-inner']:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f005\f005\f005\f005\f005';
	color: #c4c640;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.yelp-list .average-inner-1 {
	width: 10%;
}

.yelp-list .average-inner-2 {
	width: 20%;
}

.yelp-list .average-inner-3 {
	width: 30%;
}

.yelp-list .average-inner-4 {
	width: 40%;
}

.yelp-list .average-inner-5 {
	width: 50%;
}

.yelp-list .average-inner-6 {
	width: 60%;
}

.yelp-list .average-inner-7 {
	width: 70%;
}

.yelp-list .average-inner-8 {
	width: 80%;
}

.yelp-list .average-inner-9 {
	width: 90%;
}

.yelp-list .average-inner-10 {
	width: 100%;
}

.property-detail-location .widget-title-wrapper {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.property-detail-location .widget-title-wrapper {
		margin-bottom: 1.875rem;
	}
}

.property-detail-location .title {
	margin: 0 0 10px;
	font-size: 18px;
}

@media (min-width: 768px) {
	.property-detail-location .title {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.property-detail-location .title {
		font-size: 21px;
	}
}

.property-yelp-places .yelp-list {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.property-yelp-places .yelp-list {
		margin-bottom: 1.875rem;
	}
}

.property-yelp-places .yelp-list:last-child {
	margin-bottom: 0;
}

.property-yelp-places .property-section-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.property-yelp-places .property-section-heading {
		margin-bottom: 30px;
	}
}

.property-yelp-places .property-section-heading h3 {
	margin: 0;
	font-size: 18px;
}

@media (min-width: 1200px) {
	.property-yelp-places .property-section-heading h3 {
		font-size: 21px;
	}
}

.property-yelp-places .property-section-heading .yelp-logo {
	margin-left: auto;
}

.property-yelp-places .property-section-heading .yelp-logo span {
	vertical-align: middle;
	display: inline-block;
}

.property-walk-score .property-section-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.property-walk-score .property-section-heading {
		margin-bottom: 30px;
	}
}

.property-walk-score .property-section-heading h3 {
	margin: 0;
	font-size: 18px;
}

@media (min-width: 1200px) {
	.property-walk-score .property-section-heading h3 {
		font-size: 21px;
	}
}

.property-walk-score .property-section-heading .walkscore-logo {
	margin-left: auto;
}

.walks-core-list {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	clear: both;
	column-gap: 1.875rem;
	line-height: 1.6;
}

@media (min-width: 1200px) {
	.walks-core-list {
		column-gap: 60px;
	}
}

.walks-core-list li {
	margin-bottom: 20px;
}

.walks-core-list .walkscore-icon {
	background-color: #fff8f6;
	border: 1px solid var(--justhome-link-color);
	width: 60px;
	height: 60px;
	font-size: 25px;
	color: var(--justhome-link-color);
	border-radius: 50%;
}

@media (min-width: 1200px) {
	.walks-core-list .walkscore-icon {
		width: 90px;
		height: 90px;
		font-size: 30px;
	}
}

.walks-core-list .inner-right {
	padding-left: 15px;
}

@media (min-width: 1200px) {
	.walks-core-list .inner-right {
		padding-left: 25px;
	}
}

.walks-core-list .title-walks {
	font-weight: 500;
	font-size: 0.9375rem;
	margin: 0 0 5px;
}

@media (min-width: 1200px) {
	.walks-core-list .title-walks {
		font-size: 17px;
	}
}

.walks-core-list address {
	display: block;
	margin: 0;
}

.bottom-walkscore .text-underline {
	font-size: 13px;
	font-weight: 500;
}

#review_form_wrapper .rating-wrapper {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	#review_form_wrapper .rating-wrapper {
		margin-bottom: 20px;
	}
}

.rating-wrapper {
	position: relative;
	max-width: 500px;
}

@media (min-width: 768px) {
	.rating-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
}

.rating-wrapper .rating-inner {
	white-space: nowrap;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.rating-wrapper .rating-inner {
		margin-bottom: 18px;
		width: calc(50% - 20px);
	}
	.rating-wrapper .rating-inner:nth-child(2n) {
		margin-left: 40px;
	}
}

.rating-wrapper .rating-inner:last-child {
	margin-bottom: 0;
}

.rating-wrapper .rating-inner .active {
	color: #e7c873;
}

.rating-wrapper .review-label img {
	margin-right: 5px;
}

.rating-wrapper .review-stars {
	font-size: 11px;
	letter-spacing: 5px;
	color: #e1e1e1;
}

.rating-wrapper .subtitle {
	margin-right: 10px;
	display: inline-block;
}

.rating-wrapper ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
}

.rating-wrapper ul li {
	float: left;
}

.list-category-rating li {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.list-category-rating {
		margin-bottom: 25px;
	}
	.list-category-rating li {
		width: calc(50% - 20px);
		margin-bottom: 18px;
	}
	.list-category-rating li:nth-child(2n) {
		margin-left: 40px;
	}
}

.list-category-rating .percent-wrapper {
	width: 150px;
	height: 5px;
	border-radius: 5px;
	background-color: #e6e9ec;
	position: relative;
}

.list-category-rating .percent-wrapper .percent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: var(--justhome-theme-color);
	border-radius: 5px;
}

.list-category-rating .value {
	text-align: right;
	min-width: 25px;
	color: var(--justhome-link-color);
	margin-left: 15px;
}

.list-category-rating .category-label {
	width: calc(100% - 193px);
}

.list-category-rating .category-value {
	width: 193px;
}

.agent-content-wrapper .agent-thumbnail {
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	background-color: #fff;
	flex-shrink: 0;
}

.agent-content-wrapper .agent-content {
	flex-grow: 1;
	padding-left: 20px;
	font-size: 13px;
}

.agent-content-wrapper h3 {
	margin: 0 0 5px;
	font-size: 15px;
}

.contact-form-agent .agent-content-wrapper {
	margin-bottom: 1.875rem;
}

/* price slider */
.ui-slider-horizontal {
	margin: 15px 0;
	background-color: #f7f7f7;
	width: 100%;
	height: 3px;
	position: relative;
	z-index: 1;
	width: calc(100% - 29px) !important;
	margin-right: 29px;
}

.ui-slider-horizontal:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	width: 29px;
	height: 100%;
	background-color: #f7f7f7;
	left: 100%;
}

.ui-slider-horizontal .ui-slider-range {
	background-color: var(--justhome-link-color);
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.ui-slider-horizontal .ui-slider-handle {
	outline: none !important;
	width: 29px;
	height: 29px;
	background: #fff;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	border: 2px solid var(--justhome-link-color);
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-slider-horizontal .ui-slider-handle:before {
	content: '';
	width: 7px;
	height: 9px;
	border-width: 0 1px;
	border-style: solid;
	border-color: var(--justhome-link-color);
	display: block;
}

.ui-slider-horizontal .ui-slider-handle:after {
	display: block;
	content: '';
	width: 1px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: -1px;
	background: var(--justhome-link-color);
}

/* end price slider */
.properties-filter-top-sidebar-wrapper {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.properties-filter-top-sidebar-wrapper {
		margin-bottom: 55px;
	}
}

.properties-filter-top-sidebar-wrapper > .widget:last-child {
	margin-bottom: 0;
}

.properties-filter-top-sidebar-wrapper + .apus-breadscrumb .wrapper-breads {
	padding-top: 0;
}

.highlight {
	color: var(--justhome-theme-color);
}

.leaflet-geocode-container i {
	color: var(--justhome-link-color);
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.action-location .leaflet-geocode-container {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 4;
	font-size: 14px;
}

.action-location .leaflet-geocode-container ul {
	list-style: none;
	background: #fff;
	padding: 15px;
	margin: 0;
	font-size: 12px;
	border-radius: 0 0 3px 3px;
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 0 1px 1px;
}

.action-location .leaflet-geocode-container ul li {
	cursor: pointer;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ececec;
}

.action-location .leaflet-geocode-container ul li:last-child {
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.action-location .leaflet-geocode-container .highlight {
	font-weight: 500;
	font-size: 14px;
}

.action-location.loading .find-me {
	animation: rotate_icon 1000ms linear 0s normal none infinite running;
	-webkit-animation: rotate_icon 1000ms linear 0s normal none infinite running;
}

.action-location.loading .find-me:before {
	content: '\f110' !important;
	font-weight: 900 !important;
	font-family: 'Font Awesome 5 Free' !important;
}

.form-group.slider .form-group-inner {
	display: block;
}

.form-group.slider .inner {
	margin-top: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	/* Safari 7.0+ */
	-ms-align-items: center;
	align-items: center;
}

.form-group.slider .inner > * {
	display: inline-block;
	text-align: center;
	min-width: 60px;
	padding: 5px 20px;
	border-radius: 12px;
	background-color: #f7f7f7;
	color: var(--justhome-link-color);
	font-size: 13px;
	font-weight: 600;
}

.form-group.slider .inner > *:last-child {
	margin-left: auto;
}

form.form-search .nav-tabs {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	display: inline-flex;
	padding: 0 0 20px;
}

@media (min-width: 1200px) {
	form.form-search .nav-tabs {
		padding: 0 0 1.875rem;
	}
}

form.form-search .nav-tabs [type='radio'] {
	display: none;
}

form.form-search .nav-tabs [type='radio']:checked + span {
	color: var(--justhome-link-color);
}

form.form-search .nav-tabs [type='radio']:checked + span:before {
	width: 100%;
}

form.form-search .nav-tabs [type='radio'] + span {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-weight: 400;
	color: var(--justhome-link-color);
	font-size: 1rem;
	display: inline-block;
	padding: 0 0 5px;
	position: relative;
	cursor: pointer;
}

@media (min-width: 1200px) {
	form.form-search .nav-tabs [type='radio'] + span {
		font-size: 17px;
	}
}

form.form-search .nav-tabs [type='radio'] + span:before {
	left: 0;
	bottom: 0;
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: var(--justhome-link-color);
}

form.form-search .nav-tabs li {
	margin: 0 1.875rem 0 0;
}

@media (min-width: 1200px) {
	form.form-search .nav-tabs li {
		margin-right: 60px;
	}
}

form.form-search .nav-tabs li:last-child {
	margin-right: 0 !important;
}

form.form-search .heading-label {
	font-size: 1rem;
	margin: 0 0 12px;
	color: var(--justhome-heading-color);
	font-weight: 500;
	display: block;
}

form.form-search .search-action {
	margin-top: 20px;
}

form.form-search .search-action a {
	text-decoration: underline;
}

form.form-search .search-action a:hover,
form.form-search .search-action a:focus {
	color: var(--justhome-theme-color);
}

form.form-search .form-group-inner {
	position: relative;
}

form.form-search .form-group-inner > i {
	width: 18px;
	font-size: 1rem;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

form.form-search .btn-submit {
	position: relative;
}

form.form-search .btn-submit svg,
form.form-search .btn-submit i {
	font-size: 20px;
}

form.form-search .btn-submit:not(.no-text) svg,
form.form-search .btn-submit:not(.no-text) i {
	margin-left: 7px;
}

form.form-search .advance-link + .btn-submit {
	margin-left: 10px;
}

form.form-search .tax-viewmore-field.show-more .terms-list {
	max-height: 190px;
}

form.form-search .tax-viewmore-field.show-less .terms-list {
	max-height: none;
}

form.form-search
	.tax-viewmore-field:not([class*='show-'])
	.toggle-filter-viewmore {
	display: none;
}

form.form-search .list-item.more-fields {
	display: none;
}

form.form-search .list-item.more-fields.active {
	display: block;
}

form.form-search .toggle-filter-list,
form.form-search .toggle-filter-viewmore {
	font-weight: 500;
	display: inline-block;
	color: var(--justhome-theme-color);
}

form.form-search .toggle-filter-list .icon-more,
form.form-search .toggle-filter-viewmore .icon-more {
	vertical-align: middle;
	margin-right: 3px;
	display: inline-block;
	font-size: 14px;
}

form.form-search .toggle-filter-list:hover,
form.form-search .toggle-filter-list:focus,
form.form-search .toggle-filter-viewmore:hover,
form.form-search .toggle-filter-viewmore:focus {
	text-decoration: underline;
}

form.form-search .action-location .clear-location {
	top: 50%;
	right: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin-top: -9px;
	position: absolute;
	background-color: #dc3545;
	text-align: center;
	color: #fff;
	font-size: 8px;
	cursor: pointer;
	border-radius: 30px;
}

form.form-search .action-location .find-me {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

form.form-search .action-location .find-me:hover,
form.form-search .action-location .find-me:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

form.form-search .action-location .find-me:before {
	content: '\f192';
	font-family: 'Font Awesome 5 Free';
	font-weight: normal;
}

form.form-search .action-location .find-me.loading {
	animation: rotate 700ms linear 0s normal none infinite running;
	-webkit-animation: rotate 700ms linear 0s normal none infinite running;
}

form.form-search .action-location .find-me.loading:before {
	content: '\f110';
	font-weight: 900;
}

form.form-search .advance-search-btn {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--justhome-link-color);
	border-radius: 50px;
	padding: 10px 18px;
	border: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	form.form-search .advance-search-btn {
		padding: 12px 1.875rem;
	}
}

form.form-search .advance-search-btn svg,
form.form-search .advance-search-btn i {
	font-size: 18px;
}

form.form-search .advance-search-btn svg + span,
form.form-search .advance-search-btn i + span {
	margin-left: 10px;
}

form.form-search .advance-search-btn:hover,
form.form-search .advance-search-btn:focus {
	border-color: var(--justhome-link-color);
}

form.form-search .advance-search-wrapper-fields {
	margin: 12px 0 0;
	display: none;
	padding: 20px 20px 0;
	background: #fff;
	border: 1px solid var(--justhome-link-color);
	border-radius: 12px;
}

@media (min-width: 1200px) {
	form.form-search .advance-search-wrapper-fields {
		border-radius: 16px;
	}
}

form.form-search .circle-check li {
	width: 50%;
}

@media (min-width: 768px) {
	form.form-search .circle-check li {
		width: 25%;
	}
}

@media (min-width: 1200px) {
	form.form-search .circle-check li {
		width: 16.66667%;
		margin-bottom: 15px;
	}
}

form.form-search .tt-menu {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--justhome-link-color);
	max-height: 270px;
	min-width: 350px;
	width: 100%;
	overflow-y: auto;
	scrollbar-width: thin;
	padding: 10px;
}

@media (min-width: 1200px) {
	form.form-search .tt-menu {
		padding: 20px;
		border-radius: 32px;
	}
}

form.form-search .twitter-typeahead {
	width: 100%;
	display: block;
}

form.form-search .twitter-typeahead:before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	content: '';
	position: absolute;
	top: 0;
	z-index: 2;
	display: block;
	right: 15px;
	width: 22px;
	height: 100%;
	background: url('../images/loading.gif') no-repeat scroll center center/18px
		auto;
}

form.form-search .twitter-typeahead.loading:before {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

form.form-search .twitter-typeahead.loading + i {
	opacity: 0;
	filter: alpha(opacity=0);
}

form.form-search .tt-dataset-search > .tt-selectable:first-child {
	display: none !important;
}

form.form-search .tt-dataset-search .tt-selectable {
	text-decoration: none !important;
	line-height: 1.4;
	font-size: 12px;
	padding: 10px;
	display: table;
	width: 100%;
	margin: 0;
	color: var(--justhome-text-color);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #fff;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	form.form-search .tt-dataset-search .tt-selectable {
		border-radius: 16px;
		padding: 15px;
	}
}

form.form-search .tt-dataset-search .tt-selectable img {
	max-width: 50px;
	border-radius: 50%;
}

form.form-search .tt-dataset-search .tt-selectable h4 {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	font-size: 0.9375rem;
	margin: 0;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

form.form-search .tt-dataset-search .tt-selectable h4 + span {
	margin-left: auto;
	font-weight: 500;
	padding-left: 5px;
}

form.form-search .tt-dataset-search .tt-selectable .flex-grow-1 {
	padding-left: 15px;
}

form.form-search .tt-dataset-search .tt-selectable .property-price {
	font-size: 12px;
}

form.form-search .tt-dataset-search .tt-selectable .property-price i {
	display: none;
}

form.form-search .tt-dataset-search .tt-selectable strong {
	font-weight: 500;
	color: var(--justhome-heading-color);
}

form.form-search .tt-dataset-search .tt-selectable .property-metas {
	margin-top: 2px;
}

form.form-search .tt-dataset-search .tt-selectable .property-metas > * {
	margin-right: 15px;
}

form.form-search
	.tt-dataset-search
	.tt-selectable
	.property-metas
	> *:last-child {
	margin-right: 0;
}

form.form-search .tt-dataset-search .tt-selectable .value-suffix {
	white-space: nowrap;
}

form.form-search .tt-dataset-search .tt-selectable:hover {
	background: #f9f9f9;
}

form.form-search .inner-search-advance .form-group {
	margin-bottom: 20px;
}

form.form-search .search-form-inner {
	background: #fff;
}

form.form-search.style1 .search-form-inner {
	padding: 5px;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	form.form-search.style1 .search-form-inner {
		border-radius: 70px;
	}
}

form.form-search.style1 .content-main-inner .from-to-text-wrapper,
form.form-search.style1
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single,
form.form-search.style1 .content-main-inner .form-control {
	border: 0;
}

@media (min-width: 1200px) {
	form.form-search.style1 .content-main-inner .from-to-text-wrapper,
	form.form-search.style1
		.content-main-inner
		.select2-container--default.select2-container
		.select2-selection--single,
	form.form-search.style1 .content-main-inner .form-control {
		font-size: 17px;
	}
}

form.form-search.style2 .content-main-inner .from-to-text-wrapper,
form.form-search.style2
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single,
form.form-search.style2
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
form.form-search.style2 .content-main-inner .form-control {
	border: 0;
	height: auto;
	padding: 0 !important;
}

form.form-search.style2
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow {
	top: 0;
	right: 0;
}

form.form-search.style2 .content-main-inner .heading-label {
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	color: #969696;
}

form.form-search.style2 .content-main-inner .list-fileds > .list-item {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e9e9e9;
}

@media (max-width: 767px) {
	form.form-search.style2 .content-main-inner .list-fileds > .list-item {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	form.form-search.style2 .content-main-inner .list-fileds > .list-item {
		border-width: 0 1px 0 0;
		margin: 0;
	}
}

@media (max-width: 767px) {
	form.form-search.style2 .content-main-inner .list-fileds > .last-item {
		margin-bottom: 20px;
	}
}

form.form-search.style2 .form-group-inner > i {
	right: 0;
}

form.form-search.style2 .search-form-inner {
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

form.form-search.style2 .advance-search-btn {
	border-radius: 12px;
}

form.form-search.style3 .content-main-inner .from-to-text-wrapper:focus,
form.form-search.style3 .content-main-inner .form-control:focus,
form.form-search.style3
	.content-main-inner
	.select2-container--default.select2-container.select2-container--open
	.select2-selection--single {
	background: #f9f9f9;
}

form.form-search.style3 .content-main-inner .list-fileds {
	margin-left: -8px !important;
	margin-right: -8px !important;
}

form.form-search.style3 .content-main-inner .list-fileds > div {
	margin-bottom: 15px;
	padding-left: 8px !important;
	padding-right: 8px !important;
	width: auto;
	min-width: 155px;
}

@media (max-width: 767px) {
	form.form-search.style3 .content-main-inner .list-fileds .form-group-search {
		width: 100%;
	}
}

form.form-search.horizontal .form-group-search .d-md-flex {
	justify-content: end;
}

@media (max-width: 767px) {
	form.form-search.horizontal
		.form-group-search
		.d-md-flex:not(.no-text)
		.btn-submit {
		width: 100%;
	}
	form.form-search.horizontal
		.form-group-search
		.d-md-flex:not(.no-text)
		.advance-link
		+ .btn-submit {
		margin: 15px 0 0;
	}
	form.form-search.horizontal .form-group-search .d-md-flex.no-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	form.form-search.horizontal
		.form-group-search
		.d-md-flex.no-text
		.btn-submit {
		width: 100%;
	}
}

@media (max-width: 767px) {
	form.form-search.horizontal .form-group-search.col-12 .d-md-flex {
		margin-top: 15px;
	}
}

form.form-search.horizontal .advance-search-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}

form.form-search.vertical.style1 .content-main-inner .from-to-text-wrapper,
form.form-search.vertical.style1
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single,
form.form-search.vertical.style1
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__rendered,
form.form-search.vertical.style1 .content-main-inner .form-control {
	height: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-size: 0.9375rem;
}

form.form-search.vertical.style1
	.content-main-inner
	.select2-container--default.select2-container
	.select2-selection--single
	.select2-selection__arrow {
	top: 0;
}

form.form-search.vertical.style1 .content-main-inner .heading-label {
	margin: 0 0 0 20px;
	font-size: 13px;
	font-weight: 400;
	color: #969696;
}

@media (min-width: 1200px) {
	form.form-search.vertical.style1 .btn-submit {
		height: 60px;
	}
}

form.form-search.vertical.style1 .content-main-inner .form-group {
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	padding: 10px 0;
}

form.form-search.vertical .content-main-inner .form-group {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	form.form-search.vertical .content-main-inner .form-group {
		margin-bottom: 20px;
	}
}

form.form-search.vertical .advance-search-btn {
	font-weight: 400;
	border: 0;
	padding: 0;
}

form.form-search.vertical .advance-search-btn i,
form.form-search.vertical .advance-search-btn svg {
	padding: 7px;
	width: 26px;
	height: 26px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	background: #fff;
	line-height: 24px;
	text-align: center;
}

form.form-search.vertical .circle-check li {
	width: 100%;
}

form.form-search.vertical .circle-check li:last-child {
	margin-bottom: 0;
}

form.form-search.vertical .advance-search-wrapper-fields {
	margin: 0 0 15px;
}

@media (min-width: 1200px) {
	form.form-search.vertical .advance-search-wrapper-fields {
		margin-bottom: 20px;
	}
}

.btn-login {
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: var(--justhome-link-color);
	background: var(--justhome-theme-color);
	border-radius: 50%;
	border: 1px solid var(--justhome-theme-color);
	font-size: 1rem;
}

.btn-login:hover,
.btn-login:focus {
	background: var(--justhome-theme-hover-color);
	border-color: var(--justhome-theme-hover-color);
	color: var(--justhome-link-color);
}

.apus-mfp-zoom-in.login-popup .mfp-content {
	max-width: 800px;
	padding: 0;
}

.apus-mfp-zoom-in.login-popup .mfp-content .sign-in-demo-notice {
	padding: 0;
	background: transparent;
	text-align: center;
}

.wp-realestate-mfp-container .mfp-content,
.apus-mfp-zoom-in .mfp-content {
	border-radius: 12px;
	padding: 15px;
	max-width: 650px;
	margin: 30px auto;
	overflow: hidden;
	background: #fff;
	text-align: left;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container .mfp-content,
	.apus-mfp-zoom-in .mfp-content {
		padding: 40px;
		border-radius: 16px;
	}
}

.wp-realestate-mfp-container .mfp-content .advance-title,
.wp-realestate-mfp-container .mfp-content .title,
.apus-mfp-zoom-in .mfp-content .advance-title,
.apus-mfp-zoom-in .mfp-content .title {
	margin: 0;
	font-size: 18px;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container .mfp-content .advance-title,
	.wp-realestate-mfp-container .mfp-content .title,
	.apus-mfp-zoom-in .mfp-content .advance-title,
	.apus-mfp-zoom-in .mfp-content .title {
		font-size: 21px;
	}
}

.wp-realestate-mfp-container .mfp-content .advance-search-top,
.wp-realestate-mfp-container .mfp-content .header-info,
.apus-mfp-zoom-in .mfp-content .advance-search-top,
.apus-mfp-zoom-in .mfp-content .header-info {
	margin-bottom: 20px;
}

.wp-realestate-mfp-container .mfp-content .close-advance-popup,
.wp-realestate-mfp-container .mfp-content .close-magnific-popup,
.apus-mfp-zoom-in .mfp-content .close-advance-popup,
.apus-mfp-zoom-in .mfp-content .close-magnific-popup {
	border-radius: 50%;
	font-size: 10px;
	width: 40px;
	height: 40px;
	background: #f9f9f9;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	text-align: center;
	line-height: 40px;
	color: var(--justhome-link-color);
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container .mfp-content .close-advance-popup,
	.wp-realestate-mfp-container .mfp-content .close-magnific-popup,
	.apus-mfp-zoom-in .mfp-content .close-advance-popup,
	.apus-mfp-zoom-in .mfp-content .close-magnific-popup {
		top: 15px;
		right: 15px;
	}
}

.wp-realestate-mfp-container .mfp-content .close-advance-popup:hover,
.wp-realestate-mfp-container .mfp-content .close-advance-popup:focus,
.wp-realestate-mfp-container .mfp-content .close-magnific-popup:hover,
.wp-realestate-mfp-container .mfp-content .close-magnific-popup:focus,
.apus-mfp-zoom-in .mfp-content .close-advance-popup:hover,
.apus-mfp-zoom-in .mfp-content .close-advance-popup:focus,
.apus-mfp-zoom-in .mfp-content .close-magnific-popup:hover,
.apus-mfp-zoom-in .mfp-content .close-magnific-popup:focus {
	background: var(--justhome-heading-color);
	color: #fff;
}

.wp-realestate-mfp-container .mfp-content .popup-property-contact,
.apus-mfp-zoom-in .mfp-content .popup-property-contact {
	padding: 0.9375rem;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container .mfp-content .popup-property-contact,
	.apus-mfp-zoom-in .mfp-content .popup-property-contact {
		padding: 1.875rem;
	}
}

.wp-realestate-mfp-container
	.mfp-content
	.popup-property-contact
	.close-advance-popup,
.apus-mfp-zoom-in .mfp-content .popup-property-contact .close-advance-popup {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container
		.mfp-content
		.popup-property-contact
		.close-advance-popup,
	.apus-mfp-zoom-in .mfp-content .popup-property-contact .close-advance-popup {
		right: 0.9375rem;
		top: 0.9375rem;
	}
}

.wp-realestate-mfp-container .mfp-content .form-theme,
.apus-mfp-zoom-in .mfp-content .form-theme {
	margin: 0;
}

.wp-realestate-mfp-container .mfp-content .form-theme .heading-label,
.apus-mfp-zoom-in .mfp-content .form-theme .heading-label {
	margin-bottom: 10px;
	font-weight: 500;
}

.wp-realestate-mfp-container
	.mfp-content
	.form-theme
	.btn-submit:not(.no-text)
	svg,
.wp-realestate-mfp-container
	.mfp-content
	.form-theme
	.btn-submit:not(.no-text)
	i,
.apus-mfp-zoom-in .mfp-content .form-theme .btn-submit:not(.no-text) svg,
.apus-mfp-zoom-in .mfp-content .form-theme .btn-submit:not(.no-text) i {
	margin-left: 7px;
}

.wp-realestate-mfp-container .mfp-content .form-theme .form-group,
.apus-mfp-zoom-in .mfp-content .form-theme .form-group {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.wp-realestate-mfp-container .mfp-content .form-theme .form-group,
	.apus-mfp-zoom-in .mfp-content .form-theme .form-group {
		margin-bottom: 20px;
	}
}

.widget-properties-maps .properties-google-maps {
	min-height: 250px;
}

.results-filter-wrapper {
	margin-bottom: 20px;
}

.results-filter-wrapper .title {
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px;
}

.results-filter-wrapper .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 10px 0;
	padding-right: 20px;
	background: #fff;
}

.results-filter-wrapper .inner > a {
	margin-left: auto;
	color: #dc3545;
	font-weight: 500;
	white-space: nowrap;
}

.results-filter-wrapper .inner > a:hover,
.results-filter-wrapper .inner > a:focus {
	color: #d32535;
}

.results-filter-wrapper .results-filter {
	overflow: hidden;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.results-filter-wrapper .results-filter li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.results-filter-wrapper .results-filter li a {
	display: inline-block;
	font-size: 14px;
	padding: 0px 7px;
	border-radius: 2px;
	background-color: #f8f8f8;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.results-filter-wrapper .results-filter li a .close-value {
	color: #dc3545;
	margin-right: 5px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.results-filter-wrapper .results-filter li a:hover {
	background-color: #dc3545;
	color: #fff;
}

.results-filter-wrapper .results-filter li a:hover .close-value {
	color: #fff;
}

.p-fix-pagination {
	position: fixed;
	bottom: 0;
	z-index: 6;
	left: 0;
	width: 100%;
}

.properties-pagination-wrapper .pagination {
	padding: 0;
}

.mobile-groups-button {
	padding: 20px 0 15px;
	position: relative;
	z-index: 2;
}

.mobile-groups-button button + button {
	margin-left: 5px;
}

.compare-tables {
	border: 0;
	margin: 0;
}

.compare-tables .thumb {
	width: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.compare-tables .thumb {
		width: 330px;
	}
}

.compare-tables .thumb .btn-remove-property-compare {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	font-size: 1rem;
}

.compare-tables .property-title {
	font-size: 1rem;
	margin: 0 0 2px;
}

@media (min-width: 1200px) {
	.compare-tables .property-title {
		font-size: 19px;
	}
}

.compare-tables .property-price {
	color: var(--justhome-heading-color);
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.compare-tables .property-price {
		font-size: 19px;
	}
}

.compare-tables .compare-top {
	background: #f7f7f7;
}

.compare-tables thead th {
	font-weight: 400;
	max-width: 360px;
	border: 0;
	vertical-align: top;
	padding: 10px 15px;
}

@media (min-width: 1200px) {
	.compare-tables thead th {
		padding: 25px 15px;
	}
	.compare-tables thead th:first-child {
		min-width: 260px;
	}
}

.compare-tables tbody td {
	border: 0;
	padding: 10px 15px;
}

@media (min-width: 1200px) {
	.compare-tables tbody td {
		padding: 11px 30px;
	}
}

.compare-tables tbody td:first-child {
	font-weight: 500;
	color: var(--justhome-link-color);
	border-radius: 12px 0 0 12px;
}

.compare-tables tbody td:last-child {
	border-radius: 0 12px 12px 0;
}

.compare-tables tbody tr:nth-child(2n + 1) td {
	background: #f9f9f9;
}

.compare-tables tbody h3 {
	margin: 0;
}

.compare-tables .property-public-facilities .property-public-facility-wrapper {
	width: 100%;
	margin: 0 0 10px;
}

.compare-tables
	.property-public-facilities
	.property-public-facility-wrapper:last-child {
	margin-bottom: 0;
}

.compare-tables .valuation-item .progress {
	margin-bottom: 10px;
}

.compare-tables .valuation-item:last-child .progress {
	margin-bottom: 0;
}

.wrapper-compare {
	scrollbar-width: thin;
	overflow-x: auto;
}

.not-found-compare {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #dc3545;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.not-found-compare {
		margin-bottom: 50px;
		font-size: 20px;
	}
}

.property-submission-form-wrapper .submit-property-heading {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	border-bottom: 1px solid #e9e9e9;
	overflow-x: auto;
	position: relative;
	z-index: 0;
}

.property-submission-form-wrapper .submit-property-heading > li {
	display: inline-block;
	margin: 0;
	width: 50%;
	text-align: center;
}

.property-submission-form-wrapper .submit-property-heading > li > a {
	display: inline-block;
	position: relative;
	font-weight: 500;
	padding: 13px;
	white-space: nowrap;
}

@media (min-width: 1200px) {
	.property-submission-form-wrapper .submit-property-heading > li > a {
		padding: 13px 20px;
	}
}

.property-submission-form-wrapper .submit-property-heading > li > a:before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background: var(--justhome-theme-color);
	display: block;
}

.property-submission-form-wrapper .submit-property-heading > li.active > a {
	color: var(--justhome-theme-color);
}

.property-submission-form-wrapper
	.submit-property-heading
	> li.active
	> a:before {
	width: 100%;
}

div.cmb2-wrap:after,
div.cmb2-wrap:before {
	content: ' ';
	display: table;
	clear: both;
}

div.cmb2-wrap input.cmb2-text-small,
div.cmb2-wrap input.cmb2-timepicker {
	width: 100%;
}

div.cmb2-wrap .cmb2-list {
	list-style: none;
	padding: 0;
}

div.cmb2-wrap .cmb-row {
	margin-bottom: 20px;
}

div.cmb2-wrap .cmb-row[class*='property-description'] {
	width: 100%;
}

div.cmb2-wrap .cmb2-metabox-description {
	margin-top: 5px;
}

div.cmb2-wrap .cmb-multicheck-toggle {
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	color: #dc3545 !important;
}

div.cmb2-wrap select,
div.cmb2-wrap [type='email'],
div.cmb2-wrap [type='text'],
div.cmb2-wrap [type='number'],
div.cmb2-wrap [type='url'],
div.cmb2-wrap textarea {
	margin: 0;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0.75rem 1.29rem;
	font-size: 0.9375rem;
	line-height: 1.9;
	color: var(--justhome-text-color);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	background-image: none;
	border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (min-width: 1200px) {
	div.cmb2-wrap select,
	div.cmb2-wrap [type='email'],
	div.cmb2-wrap [type='text'],
	div.cmb2-wrap [type='number'],
	div.cmb2-wrap [type='url'],
	div.cmb2-wrap textarea {
		height: calc(1.9em + (1.5rem + 2px));
	}
}

div.cmb2-wrap select::-webkit-input-placeholder,
div.cmb2-wrap [type='email']::-webkit-input-placeholder,
div.cmb2-wrap [type='text']::-webkit-input-placeholder,
div.cmb2-wrap [type='number']::-webkit-input-placeholder,
div.cmb2-wrap [type='url']::-webkit-input-placeholder,
div.cmb2-wrap textarea::-webkit-input-placeholder {
	/* Edge */
	opacity: 1;
	filter: alpha(opacity=100);
}

div.cmb2-wrap select:-ms-input-placeholder,
div.cmb2-wrap [type='email']:-ms-input-placeholder,
div.cmb2-wrap [type='text']:-ms-input-placeholder,
div.cmb2-wrap [type='number']:-ms-input-placeholder,
div.cmb2-wrap [type='url']:-ms-input-placeholder,
div.cmb2-wrap textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 1;
	filter: alpha(opacity=100);
}

div.cmb2-wrap select::placeholder,
div.cmb2-wrap [type='email']::placeholder,
div.cmb2-wrap [type='text']::placeholder,
div.cmb2-wrap [type='number']::placeholder,
div.cmb2-wrap [type='url']::placeholder,
div.cmb2-wrap textarea::placeholder {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.cmb2-wrap select:focus,
div.cmb2-wrap [type='email']:focus,
div.cmb2-wrap [type='text']:focus,
div.cmb2-wrap [type='number']:focus,
div.cmb2-wrap [type='url']:focus,
div.cmb2-wrap textarea:focus {
	background: #fff;
	outline: none;
	border-color: var(--justhome-link-color);
}

div.cmb2-wrap textarea {
	height: 150px;
	resize: none;
}

div.cmb2-wrap .wp-editor-container {
	border: 0;
	margin-top: 10px;
}

div.cmb2-wrap .wp-editor-container .mce-top-part::before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.cmb2-wrap .wp-editor-container .mce-toolbar .mce-btn-group {
	border: 0;
	padding: 0;
}

div.cmb2-wrap .wp-editor-container div.mce-toolbar-grp {
	border: 0;
	background-color: #fff;
}

div.cmb2-wrap .wp-editor-container div.mce-toolbar-grp > div {
	padding: 0;
}

div.cmb2-wrap [class*='virtual-tour'] pre {
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	background-color: #fff;
}

div.cmb2-wrap [class*='virtual-tour'] pre pre {
	border: 0;
	padding: 0 40px;
}

div.cmb2-wrap [class*='virtual-tour'] pre .CodeMirror {
	height: 150px;
}

div.cmb2-wrap [class*='virtual-tour'] .CodeMirror-gutters {
	border: 0;
}

div.cmb2-wrap [class*='virtual-tour'] .CodeMirror-activeline-background {
	background-color: transparent;
}

div.cmb2-wrap [class*='virtual-tour'] .CodeMirror-gutter {
	width: auto !important;
}

div.cmb2-wrap [type='number'] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
}

div.cmb2-wrap .cmb-th {
	width: 100%;
	padding: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	margin: 0 0 7px;
}

div.cmb2-wrap .cmb-th label {
	font-size: 0.9375rem;
	font-weight: 400;
	color: var(--justhome-heading-color);
	padding: 0;
	margin: 0;
}

div.cmb2-wrap .cmb-th + .cmb-td {
	width: 100%;
}

div.cmb2-wrap .cmb-td {
	position: relative;
	padding: 0;
}

div.cmb2-wrap .cmb-td .cmb-ajax-search-spinner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	margin: 0;
}

div.cmb2-wrap
	[class*='agency-featured-image']
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file,
div.cmb2-wrap
	[class*='agent-featured-image']
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

div.cmb2-wrap .pw-map-search-wrapper {
	z-index: 1;
}

div.cmb2-wrap .pw-map-search-wrapper .find-me-location {
	top: 18px;
	color: var(--justhome-text-color);
	margin-right: 10px;
}

div.cmb2-wrap .pw-map-search-wrapper .leaflet-geocode-container ul li {
	cursor: pointer;
}

div.cmb2-wrap [id*='map_location-map'] {
	margin: 20px 0;
	width: 100%;
	z-index: 1;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	div.cmb2-wrap [id*='map_location-map'] {
		border-radius: 16px;
	}
}

div.cmb2-wrap [id*='map_location-map'] ~ input {
	width: calc(50% - 10px);
	float: left;
}

div.cmb2-wrap .label-can-drag {
	display: inline-block;
	margin: 0;
	background-color: #fff;
	padding: 12px 20px;
	border: 1px solid var(--justhome-theme-color);
	color: var(--justhome-link-color);
	font-weight: 500;
	font-size: 0.9375rem;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
}

@media (min-width: 1200px) {
	div.cmb2-wrap .label-can-drag {
		padding: 15px 40px;
	}
}

div.cmb2-wrap .label-can-drag span:after {
	font-size: 1rem;
	font-family: 'flaticon';
	font-weight: normal;
	content: '\f14c';
	display: inline-block;
	margin-left: 10px;
}

div.cmb2-wrap .label-can-drag:active,
div.cmb2-wrap .label-can-drag:hover {
	background-color: var(--justhome-theme-color);
	color: var(--justhome-link-color);
	border-color: var(--justhome-theme-color);
}

div.cmb2-wrap .label-can-drag .form-group {
	margin: 0;
}

div.cmb2-wrap .wp-realestate-uploaded-files {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	column-gap: 20px;
}

div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file {
	margin-bottom: 20px;
	position: relative;
	width: 100px;
	float: left;
}

@media (min-width: 1200px) {
	div.cmb2-wrap .wp-realestate-uploaded-files .wp-realestate-uploaded-file {
		width: 190px;
	}
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file:hover
	.wp-realestate-remove-uploaded-file {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545;
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file
	.wp-realestate-remove-uploaded-file {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	text-indent: -999em;
	width: 30px;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	color: var(--justhome-link-color);
	background: #fff;
	border: 1px solid #e9e9e9;
	font-size: 15px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
	div.cmb2-wrap
		.wp-realestate-uploaded-files
		.wp-realestate-uploaded-file
		.wp-realestate-remove-uploaded-file {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 1rem;
	}
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file
	.wp-realestate-remove-uploaded-file:before {
	text-indent: 0;
	font-weight: 400;
	font-family: 'flaticon';
	content: '\f14d';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file
	.wp-realestate-remove-uploaded-file:hover {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545;
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file
	.wp-realestate-uploaded-file-name
	code {
	display: inline-block;
}

div.cmb2-wrap
	.wp-realestate-uploaded-files
	.wp-realestate-uploaded-file-preview {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1200px) {
	div.cmb2-wrap
		.wp-realestate-uploaded-files
		.wp-realestate-uploaded-file-preview {
		border-radius: 16px;
	}
}

div.cmb2-wrap .cmb2-checkbox-list {
	padding: 0;
	margin: 0 0 -10px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	div.cmb2-wrap .cmb2-checkbox-list {
		margin-bottom: -20px;
	}
}

div.cmb2-wrap .cmb2-checkbox-list li {
	width: 50%;
	margin: 0 0 10px;
	line-height: 1;
}

@media (min-width: 992px) {
	div.cmb2-wrap .cmb2-checkbox-list li {
		width: 33%;
	}
}

@media (min-width: 1200px) {
	div.cmb2-wrap .cmb2-checkbox-list li {
		width: 25%;
		margin: 0 0 20px;
	}
}

div.cmb2-wrap .cmb2-checkbox-list [type='checkbox'] {
	display: none;
}

div.cmb2-wrap .cmb2-checkbox-list [type='checkbox']:checked + label:before {
	content: '\f00c';
	color: #fff;
	background: var(--justhome-link-color);
}

div.cmb2-wrap .cmb2-checkbox-list label {
	cursor: pointer;
	font-weight: 400;
}

div.cmb2-wrap .cmb2-checkbox-list label:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 8px;
	text-align: center;
	line-height: 14px;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid var(--justhome-link-color);
	margin-right: 10px;
	vertical-align: text-top;
}

div.cmb2-wrap .select2-selection__choice {
	display: inline-block;
	padding: 5px 10px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 12px !important;
}

div.cmb2-wrap .before-group-row .submit-button-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

div.cmb2-wrap .before-group-row .submit-button-wrapper .btn {
	padding: 5px 15px;
}

div.cmb2-wrap
	.before-group-row
	.submit-button-wrapper
	.job-submission-next-btn {
	margin-left: auto;
}

div.cmb2-wrap .before-group-row {
	overflow: hidden;
	clear: both;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	div.cmb2-wrap .before-group-row {
		border-radius: 24px;
		padding: 35px 40px 40px;
		margin-bottom: 1.875rem;
	}
}

div.cmb2-wrap .columns-1 .before-group-row-inner .cmb-row:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	div.cmb2-wrap .columns-2 .before-group-row-inner {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
	div.cmb2-wrap .columns-2 .before-group-row-inner > div {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		width: 50%;
		float: left;
	}
}

div.cmb2-wrap .columns-2 .before-group-row-inner > [data-fieldtype='title'],
div.cmb2-wrap .columns-2 .before-group-row-inner > .submit-button-wrapper {
	width: 100%;
}

@media (min-width: 768px) {
	div.cmb2-wrap .columns-3 .before-group-row-inner {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
	div.cmb2-wrap .columns-3 .before-group-row-inner > div {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		width: 33.33%;
		float: left;
	}
}

div.cmb2-wrap .columns-3 .before-group-row-inner > [data-fieldtype='title'],
div.cmb2-wrap .columns-3 .before-group-row-inner > .submit-button-wrapper {
	width: 100%;
}

div.cmb2-wrap .cmb2-metabox-title {
	padding: 0;
	font-size: 18px;
	color: var(--justhome-heading-color);
}

@media (min-width: 1200px) {
	div.cmb2-wrap .cmb2-metabox-title {
		font-size: 21px;
	}
}

div.cmb2-wrap .cmb-type-group .inside {
	padding: 20px 15px 15px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 15px);
	max-width: none;
	border-width: 0 1px 1px !important;
	border-color: #e9e9e9 !important;
	border-style: solid !important;
	border-radius: 0 0 12px 12px;
}

div.cmb2-wrap .cmb-type-group .inside label {
	font-size: 14px;
}

div.cmb2-wrap .cmb-type-group .cmb-group-name {
	font-size: 18px;
	font-weight: 500;
	color: var(--justhome-heading-color);
	margin: 0;
}

@media (min-width: 1200px) {
	div.cmb2-wrap .cmb-type-group .cmb-group-name {
		font-size: 21px;
	}
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row {
	background: #fff;
	color: #198754;
	border: 1px solid #198754;
	font-size: 0.9375rem;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 10px 20px;
	border-radius: 12px;
}

div.cmb2-wrap .cmb-type-group .cmb-add-group-row:hover,
div.cmb2-wrap .cmb-type-group .cmb-add-group-row:focus {
	color: #fff;
	background: #198754;
	border-color: #198754;
}

div.cmb2-wrap .cmb-type-group .cmb-row:not(:last-of-type) {
	border: 0;
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping {
	border: 0 !important;
}

div.cmb2-wrap .cmb-type-group .cmb-repeatable-grouping .cmb-group-title {
	cursor: pointer;
	padding-top: 14px;
	padding-bottom: 14px;
	background: #fff;
	font-size: -0.0625rem;
	font-weight: 500;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	margin-left: -15px;
	margin-right: -15px;
}

div.cmb2-wrap
	.cmb-type-group
	.cmb-repeatable-grouping:not(.closed)
	.cmb-group-title {
	border-radius: 12px 12px 0 0;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row {
	padding-top: 10px;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up {
	display: inline-block;
	padding: 5px;
	background-color: var(--justhome-theme-color);
	color: #fff;
	border-radius: 4px;
	margin: 0 2px !important;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-down .dashicons,
div.cmb2-wrap .cmb-type-group .cmb-remove-row .move-up .dashicons {
	margin: 0;
}

div.cmb2-wrap .cmb-type-group .alignright,
div.cmb2-wrap .cmb-type-group .alignleft {
	margin: 0;
}

div.cmb2-wrap .cmb-type-group .dashicons-before.cmb-remove-group-row {
	margin-top: 5px;
}

div.cmb2-wrap .cmb-type-group .cmbhandle {
	margin-top: 10px;
}

@media (min-width: 768px) {
	div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype='select'],
	div.cmb2-wrap .cmb-type-group .cmb-row[data-fieldtype='text'] {
		float: left;
		width: 50%;
	}
}

div.cmb2-wrap .cmb-type-group .cmb-remove-field-row,
div.cmb2-wrap .cmb-type-group .cmb-repeat-group-field {
	padding: 0 15px;
	border: 0 !important;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-field-row {
	margin-bottom: 0;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button {
	border: 1px solid #dc3545;
	background: #fff;
	color: #dc3545;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 12px;
}

div.cmb2-wrap .cmb-type-group .cmb-remove-group-row-button:hover {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545;
}

.box-inner-white {
	background: #fff;
}

.box-inner-white .inner {
	padding: 15px;
}

@media (min-width: 1200px) {
	.box-inner-white .inner {
		padding: 1.875rem;
	}
}

.property-submission-preview-form-wrapper .wrapper-action-property {
	padding: 0 15px 1.875rem;
}

.property-submission-preview-form-wrapper .breadcrumbs-simple .breadcrumb {
	background-color: transparent;
}

.submission-form-wrapper {
	margin: 30px 0;
	text-align: center;
	font-weight: 500;
	font-size: 22px;
}

@media (min-width: 1200px) {
	.submission-form-wrapper {
		margin: 50px 0;
	}
}

@media (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page {
		padding: 20px;
	}
}

body.page-template-page-dashboard.fullwidth-page #apus-header,
body.page-template-page-dashboard.fullwidth-page #apus-header-mobile {
	position: fixed;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
}

body.page-template-page-dashboard.fullwidth-page #apus-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 992px) {
	body.page-template-page-dashboard.fullwidth-page.left-main #apus-footer {
		padding-left: 250px;
	}
	body.page-template-page-dashboard.fullwidth-page.main-right #apus-footer {
		padding-right: 250px;
	}
}

@media (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page.left-main #apus-footer {
		padding-left: 330px;
	}
	body.page-template-page-dashboard.fullwidth-page.main-right #apus-footer {
		padding-right: 330px;
	}
}

body.page-template-page-dashboard.fullwidth-page .main-page {
	width: 100%;
}

@media (min-width: 992px) {
	body.page-template-page-dashboard.fullwidth-page .page-dashboard.left-main {
		padding-left: 250px;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard.left-main
		.sidebar-wrapper {
		left: 0;
	}
	body.page-template-page-dashboard.fullwidth-page .page-dashboard.main-right {
		padding-right: 250px;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard.main-right
		.sidebar-wrapper {
		right: 0;
	}
	body.page-template-page-dashboard.fullwidth-page .page-dashboard .first-row {
		margin: 0;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard
		.first-row
		> .sidebar-wrapper {
		width: 250px;
		height: 100vh;
		overflow-y: auto;
		scrollbar-width: thin;
		position: fixed;
		z-index: 2;
		top: 110px;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard
		.first-row
		> .sidebar-wrapper
		.sidebar {
		padding: 0.9375rem;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard
		.first-row
		> .sidebar-wrapper
		.sidebar {
		padding: 1.875rem;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard
		.first-row
		> .sidebar-wrapper
		.sidebar {
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard
		.first-row
		> .sidebar-wrapper {
		width: 330px;
		height: 100vh;
	}
	body.page-template-page-dashboard.fullwidth-page .page-dashboard.left-main {
		padding-left: 330px;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard.left-main
		.sidebar-wrapper {
		left: 20px;
	}
	body.page-template-page-dashboard.fullwidth-page .page-dashboard.main-right {
		padding-right: 330px;
	}
	body.page-template-page-dashboard.fullwidth-page
		.page-dashboard.main-right
		.sidebar-wrapper {
		right: 20px;
	}
}

body.page-template-page-dashboard.fullwidth-page .site-main {
	padding: 30px 15px 10px;
}

@media (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page .site-main {
		padding: 30px 40px 0;
	}
}

body.page-template-page-dashboard.fullwidth-page .sidebar-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
	body.page-template-page-dashboard.fullwidth-page .sidebar-wrapper {
		height: auto !important;
	}
	body.page-template-page-dashboard.fullwidth-page
		.sidebar-wrapper
		.close-sidebar-btn {
		border-color: #fff;
		color: #fff;
	}
	body.page-template-page-dashboard.fullwidth-page
		.sidebar-wrapper
		.close-sidebar-btn:hover,
	body.page-template-page-dashboard.fullwidth-page
		.sidebar-wrapper
		.close-sidebar-btn:focus {
		color: #dc3545;
	}
}

body.page-template-page-dashboard.fullwidth-page .sidebar {
	height: 100%;
	background: #1f4b43;
}

@media (min-width: 1200px) {
	body.page-template-page-dashboard.fullwidth-page .sidebar {
		border-radius: 24px;
	}
}

body.page-template-page-dashboard.fullwidth-page
	.sidebar
	.menu-dashboard
	li
	> a {
	background: transparent;
	color: #fff;
}

body.page-template-page-dashboard.fullwidth-page
	.sidebar
	.menu-dashboard
	li:hover
	> a,
body.page-template-page-dashboard.fullwidth-page
	.sidebar
	.menu-dashboard
	li.active
	> a {
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.dashboard-box {
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 0.9375rem;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.dashboard-box {
		padding: 45px 40px;
		border-radius: 24px;
	}
}

.dashboard-box h4 {
	font-size: 16px;
	color: #1f4b43;
	margin: 0;
	font-weight: 400;
}

.dashboard-box .properties-count {
	font-weight: 500;
	font-size: 23px;
	margin: 0;
	line-height: 1.6;
}

@media (min-width: 1200px) {
	.dashboard-box .properties-count {
		font-size: 40px;
	}
}

.dashboard-box .inner-right {
	margin-left: auto;
	position: relative;
	z-index: 1;
	color: #1f4b43;
	font-size: 35px;
}

@media (min-width: 1200px) {
	.dashboard-box .inner-right {
		font-size: 50px;
	}
}

.dashboard-box .inner-right:before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	background: var(--justhome-theme-color);
	content: '';
	border-radius: 50%;
	position: absolute;
	left: -15px;
	bottom: -5px;
	z-index: -1;
}

@media (min-width: 1200px) {
	.dashboard-box .inner-right:before {
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 1200px) {
	.dashboard-box .inner-right:before {
		left: -20px;
	}
}

.dashboard-box:hover .inner-right:before {
	background: var(--justhome-theme-hover-color);
}

.box-white-dashboard {
	background: #fff;
	border-radius: 12px;
	padding: 0.9375rem;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	.box-white-dashboard {
		padding: 35px 40px 40px;
		border-radius: 24px;
	}
}

.box-white-dashboard .title {
	font-size: 18px;
	margin: 0 0 15px;
}

@media (min-width: 1200px) {
	.box-white-dashboard .title {
		margin-bottom: 25px;
		font-size: 21px;
	}
}

.box-white-dashboard .pagination-links {
	padding-bottom: 0;
}

.box-white-dashboard .not-found,
.box-white-dashboard.not-found {
	font-weight: 500;
	font-size: 1rem;
	color: #dc3545;
}

.box-white-dashboard.pb-0 .pagination {
	padding-top: 0;
}

@media (min-width: 1200px) {
	.search-form-stats {
		margin-top: 20px;
	}
}

.comment-list.list-reviews > li:last-child > .the-comment {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.list-message-small {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow-y: auto;
	scrollbar-width: thin;
	max-height: 305px;
}

@media (min-width: 1200px) {
	.list-message-small {
		max-height: 445px;
	}
}

.list-message-small > li {
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.list-message-small > li {
		margin-bottom: 1.875rem;
	}
}

.list-message-small > li:last-child {
	margin-bottom: 0;
}

.list-message-small > li.unread .user-name {
	color: #dc3545;
}

.list-message-small .message-item-small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	text-decoration: none;
}

.list-message-small .message-item-small:hover .message-title,
.list-message-small .message-item-small:focus .message-title {
	text-decoration: underline;
}

.list-message-small .avatar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	-webkit-align-items: center;
}

.list-message-small .avatar img {
	margin: 0;
}

.list-message-small .content {
	padding-left: 15px;
	overflow: hidden;
	width: calc(100% - 50px);
}

.list-message-small .user-name {
	font-size: 0.9375rem;
	margin: 0 0 2px;
}

.list-message-small .message-title {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-message-small .message-time {
	font-size: 12px;
	font-weight: 400;
}

.title-profile {
	font-size: 23px;
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.title-profile {
		margin-bottom: 1.875rem;
		font-size: 26px;
	}
}

.max-650 {
	max-width: 650px;
}

.max-700 {
	max-width: 700px;
}

.box-dashboard-message {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.box-dashboard-message {
		margin-bottom: 1.875rem;
	}
}

.message-section-wrapper .list-message-inner {
	position: relative;
}

@media (min-width: 1200px) {
	.message-section-wrapper .list-message-inner {
		height: calc(100% - 116px);
	}
}

@media (min-width: 1200px) {
	.message-section-wrapper .message-inner {
		height: 770px;
	}
}

.message-section-wrapper .list-message-wrapper {
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
	padding: 0.9375rem;
}

@media (max-width: 1199px) {
	.message-section-wrapper .list-message-wrapper {
		margin-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	.message-section-wrapper .list-message-wrapper {
		padding: 40px;
		border-radius: 24px;
	}
}

.message-section-wrapper .list-message-wrapper .loadmore-action {
	padding-top: 5px;
	text-align: center;
}

.message-section-wrapper .list-message-wrapper .loadmore-message-btn {
	font-weight: 500;
	font-size: 14px;
}

.message-section-wrapper .replies-content {
	width: 100%;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.message-section-wrapper .replies-content {
		border-radius: 24px;
		display: flex;
		-webkit-display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		/* Safari 6.1+ */
	}
	.message-section-wrapper .replies-content > div {
		width: 100%;
	}
}

.message-section-wrapper .replies-content .content-box-white {
	position: relative;
	padding: 0.9375rem;
	height: calc(100% - 71px);
	overflow: hidden;
}

@media (min-width: 1200px) {
	.message-section-wrapper .replies-content .content-box-white {
		padding: 40px;
		padding-bottom: 100px;
		height: calc(100% - 81px);
	}
}

@media (min-width: 1200px) {
	.message-section-wrapper
		.replies-content
		.content-box-white
		.reply-message-form-wrapper {
		z-index: 1;
		position: absolute;
		bottom: 0;
		left: 1.875rem;
		right: 1.875rem;
	}
}

.message-section-wrapper .replies-content .recipient-info .message-item {
	max-width: 55%;
}

.message-section-wrapper .recipient-info {
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.message-section-wrapper .recipient-info {
		padding: 0 40px;
	}
}

.message-section-wrapper .recipient-info .recipient-info-inner {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
}

@media (min-width: 1200px) {
	.message-section-wrapper .recipient-info .recipient-info-inner {
		padding: 20px 0;
	}
}

.message-section-wrapper .recipient-info .message-title {
	color: #717171;
	font-size: 13px;
}

.message-section-wrapper .recipient-info .delete-message-btn {
	color: #dc3545;
	font-weight: 500;
	font-size: 14px;
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.message-section-wrapper .recipient-info .delete-message-btn {
		margin-top: 12px;
	}
}

.message-section-wrapper .recipient-info .delete-message-btn:hover,
.message-section-wrapper .recipient-info .delete-message-btn:focus {
	color: #dc3545;
	text-decoration: underline;
}

.message-section-wrapper .search-message-form {
	padding-bottom: 20px;
}

.message-section-wrapper .search-message-form .search-wrapper-message {
	margin-bottom: 25px;
}

.list-options-action {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.list-options-action > li {
	display: inline-block;
	margin-right: 10px;
}

.list-options-action > li:last-child {
	margin-right: 0;
}

.list-options-action label {
	font-weight: 600;
	color: var(--justhome-link-color);
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.list-options-action label:hover,
.list-options-action label:focus {
	color: #1f4b43;
}

.list-options-action [type='radio'] {
	display: none;
}

.list-options-action [type='radio']:checked + label {
	color: #1f4b43;
}

.list-message {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-message li {
	padding: 10px 0;
}

@media (min-width: 1200px) {
	.list-message li {
		padding: 15px 0;
	}
}

.list-message li.unread .user-name {
	color: #dc3545;
}

.list-message li.active .user-name {
	color: #1f4b43;
}

.message-item {
	clear: both;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.message-item div.avatar {
	line-height: 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.message-item div.avatar img {
	margin: 0;
}

.message-item .content {
	padding-left: 10px;
	width: calc(100% - 50px);
}

.message-item .user-name {
	font-size: 0.9375rem;
	margin: 0 0 2px;
	text-transform: capitalize;
}

.message-item .message-time {
	color: #717171;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}

.message-item .message-title {
	color: #717171;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reply-message-form-wrapper .wrapper-form {
	padding: 10px 0 0;
}

@media (min-width: 1200px) {
	.reply-message-form-wrapper .wrapper-form {
		padding: 25px 200px 25px 0;
	}
}

.reply-message-form-wrapper .wrapper-form:before {
	content: '';
	background-color: #e9e9e9;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	position: absolute;
}

.reply-message-form-wrapper .reply-message-form {
	position: relative;
}

.reply-message-form-wrapper .reply-message-form textarea {
	height: 50px;
	background: transparent;
	border: none;
	resize: none;
	padding: 12px 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none;
}

@media (min-width: 1200px) {
	.reply-message-form-wrapper .reply-message-form .reply-message-btn {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}
}

.list-replies {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-replies li {
	margin-bottom: 25px;
	overflow: hidden;
	clear: both;
}

.list-replies .avatar {
	flex-shrink: 0;
	line-height: 50px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.list-replies .avatar img {
	margin: 0;
}

.list-replies .post-date {
	color: #717171;
	font-size: 13px;
}

.list-replies .post-content {
	margin-top: 15px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 8px;
	background: rgba(231, 200, 115, 0.1);
	color: var(--justhome-link-color);
	line-height: 1.9;
}

@media (min-width: 1200px) {
	.list-replies .post-content {
		max-width: 70%;
		padding: 15px 25px;
	}
}

.list-replies .name-author {
	margin: 0 10px;
	font-size: 0.9375rem;
}

.list-replies .user-reply .post-content {
	background: #f9f9f9;
}

.list-replies .yourself-reply {
	text-align: right;
}

.list-replies .yourself-reply .post-content {
	background: var(--justhome-theme-color-007);
}

.list-replies .yourself-reply .info-header,
.list-replies .yourself-reply .info-author {
	flex-direction: row-reverse;
}

.list-replies-inner {
	position: relative;
	height: 100%;
}

.list-replies-inner .loadmore-action {
	text-align: center;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.list-replies-inner .loadmore-replied-btn {
	color: var(--justhome-text-color);
}

.list-replies-inner .loadmore-replied-btn:hover,
.list-replies-inner .loadmore-replied-btn:focus {
	color: var(--justhome-link-color);
}

.user-name {
	font-size: 20px;
	margin: 0 0 10px;
}

@media (min-width: 1200px) {
	.user-name {
		margin: 0 0 20px;
	}
}

@media (max-width: 1199px) {
	.message-section-wrapper .message-inner .list-message-wrapper {
		position: relative;
		display: none;
	}
	.list-message-inner {
		position: relative;
		max-height: 200px;
	}
	.list-replies-inner {
		overflow-x: auto;
		max-height: 300px;
	}
	.toggle-message-btn {
		border: none;
		padding: 0 !important;
		font-weight: 700;
		color: #198754;
		margin: 0 0 20px;
	}
	.toggle-message-btn i {
		margin-left: 5px;
	}
	.filter-options {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (min-width: 1200px) {
	.toggle-message-btn {
		display: none;
	}
}

.replies-content,
.list-message-wrapper {
	position: relative;
}

.replies-content:before,
.list-message-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url('../images/loading.gif') no-repeat
		center 180px/30px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden;
}

.replies-content.loading:before,
.list-message-wrapper.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.agent-team .agent-thumbnail {
	width: 70px;
	overflow: hidden;
	border-radius: 12px;
}

.agent-team .agent-thumbnail + .right-inner {
	padding-left: 15px;
}

.agent-team .entry-title {
	margin: 0 0 5px;
	font-size: 16px;
}

.agent-team .agent-info,
.agent-team .agent-information {
	width: 100%;
	padding: 0 5px;
}

.agent-team .property-location {
	font-size: 0.9375rem;
}

.agent-team .property-location i {
	font-size: 1rem;
}

.agent-team .agent-info i {
	margin-right: 5px;
	vertical-align: middle;
}

.agency-agents-list-inner .agent-team {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.agency-agents-list-inner .agent-team {
		margin-bottom: 1.875rem;
	}
}

.agency-agents-list-inner .agent-team:last-child {
	margin-bottom: 0;
}

.agency-add-agents-form {
	position: relative;
}

.agency-add-agents-form:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url('../images/loading.gif') no-repeat
		center 100px/30px auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 1;
	visibility: hidden;
}

.agency-add-agents-form.loading:before {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.agency-add-agents-form .team-agent-wrapper {
	margin-bottom: 25px;
}

.team-agent-inner,
.team-agent-list-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}

.team-agent-inner .team-agent-img,
.team-agent-inner .team-agent-list-img,
.team-agent-list-inner .team-agent-img,
.team-agent-list-inner .team-agent-list-img {
	width: 80px;
	padding-right: 12px;
}

.team-agent-inner .team-agent-img img,
.team-agent-inner .team-agent-list-img img,
.team-agent-list-inner .team-agent-img img,
.team-agent-list-inner .team-agent-list-img img {
	border-radius: 8px;
}

.team-agent-inner .team-agent-content,
.team-agent-inner .team-agent-list-content,
.team-agent-list-inner .team-agent-content,
.team-agent-list-inner .team-agent-list-content {
	width: calc(100% - 80px);
	font-weight: 500;
}

.team-agent-inner .team-agent-remove,
.team-agent-list-inner .team-agent-remove {
	color: #fff;
	margin-left: 10px;
	background-color: #dc3545;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: inline-block;
	padding: 2px 7px;
	font-size: 10px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.team-agent-inner .team-agent-remove:hover,
.team-agent-inner .team-agent-remove:focus,
.team-agent-list-inner .team-agent-remove:hover,
.team-agent-list-inner .team-agent-remove:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media (min-width: 768px) {
	.profile-form-wrapper .cmb-row[class*='agency-title'],
	.profile-form-wrapper .cmb-row[class*='agency-email'],
	.profile-form-wrapper .cmb-row[class*='agency-website'],
	.profile-form-wrapper .cmb-row[class*='agency-phone'],
	.profile-form-wrapper .cmb-row[class*='agency-fax'],
	.profile-form-wrapper .cmb-row[class*='agency-whatsapp'],
	.profile-form-wrapper .cmb-row[class*='agency-skype'],
	.profile-form-wrapper .cmb-row[class*='agency-opening-hours'],
	.profile-form-wrapper .cmb-row[class*='agency-languages'],
	.profile-form-wrapper .cmb-row[class*='agency-license'],
	.profile-form-wrapper .cmb-row[class*='agency-tax-number'],
	.profile-form-wrapper .cmb-row[class*='agency-location'],
	.profile-form-wrapper .cmb-row[class*='agency-address'],
	.profile-form-wrapper .cmb-row[class*='agent-job'],
	.profile-form-wrapper .cmb-row[class*='agent-email'],
	.profile-form-wrapper .cmb-row[class*='agent-website'],
	.profile-form-wrapper .cmb-row[class*='agent-phone'],
	.profile-form-wrapper .cmb-row[class*='agent-whatsapp'],
	.profile-form-wrapper .cmb-row[class*='agent-languages'],
	.profile-form-wrapper .cmb-row[class*='agent-location'],
	.profile-form-wrapper .cmb-row[class*='agent-address'],
	.profile-form-wrapper .cmb-row[class*='agent-fax'] {
		width: calc(50% - 15px);
		float: left;
	}
	.profile-form-wrapper .cmb-row[class*='agency-address'],
	.profile-form-wrapper .cmb-row[class*='agency-tax-number'],
	.profile-form-wrapper .cmb-row[class*='agency-languages'],
	.profile-form-wrapper .cmb-row[class*='agency-skype'],
	.profile-form-wrapper .cmb-row[class*='agency-fax'],
	.profile-form-wrapper .cmb-row[class*='agency-website'],
	.profile-form-wrapper .cmb-row[class*='agent-email'],
	.profile-form-wrapper .cmb-row[class*='agent-phone'],
	.profile-form-wrapper .cmb-row[class*='agent-whatsapp'],
	.profile-form-wrapper .cmb-row[class*='agent-location'] {
		margin-left: 30px;
	}
}

.change-profile-form .sub {
	font-size: 16px;
	margin: 0 0 20px;
}

#wp-private-message-popup-message,
#wp-realestate-popup-message {
	position: fixed;
	z-index: 99;
	top: 40%;
	right: 0;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#wp-private-message-popup-message .alert,
#wp-realestate-popup-message .alert {
	margin: 0;
	font-weight: 500;
}

.top-dashboard-search {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.top-dashboard-search {
		margin-bottom: 1.875rem;
	}
}

@media (max-width: 767px) {
	.top-dashboard-search {
		display: block !important;
	}
	.top-dashboard-search > div {
		width: 100%;
	}
	.top-dashboard-search > div.sortby-form {
		margin-top: 10px;
	}
}

table.property-table {
	margin: 0;
	border: none;
}

table.property-table thead td {
	background-color: #f9f9f9;
	color: var(--justhome-link-color);
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500;
}

table.property-table thead td:first-child {
	border-radius: 12px 0 0 12px;
}

@media (min-width: 1200px) {
	table.property-table thead td:first-child {
		border-radius: 16px 0 0 16px;
	}
}

table.property-table thead td:last-child {
	border-radius: 0 12px 12px 0;
}

@media (min-width: 1200px) {
	table.property-table thead td:last-child {
		border-radius: 0 16px 16px 0;
	}
}

table.property-table td {
	border: 0;
	border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 1200px) {
	table.property-table td {
		padding: 16px 25px;
	}
}

@media (min-width: 1200px) {
	table.property-table tbody td {
		padding: 25px;
	}
}

table.property-table tr:last-child td {
	border-bottom: 0 !important;
}

table.property-table .date {
	white-space: nowrap;
}

table.property-table td.title,
table.property-table td.property-table-info-content-title,
table.property-table td.id_property {
	font-size: 15px;
	color: var(--justhome-link-color);
	font-weight: 500;
	white-space: nowrap;
}

table.property-table .value {
	font-weight: 500;
}

table.property-table .success {
	color: #198754;
}

table.property-table .pending {
	color: #ffc107;
}

table.property-table .alert-query .text {
	color: var(--justhome-text-color);
	font-weight: 400;
}

table.property-table .alert-query .value {
	font-weight: 500;
	color: var(--justhome-link-color);
}

table.property-table .alert-query,
table.property-table .package-info-wrapper {
	min-width: 200px;
}

.inner-user-property-packaged {
	margin-bottom: 20px;
}

.inner-user-property-packaged [type='radio'] {
	display: none;
}

.inner-user-property-packaged [type='radio']:checked + label {
	border-color: var(--justhome-theme-color);
}

.inner-user-property-packaged label {
	cursor: pointer;
	display: block;
	border: 1px solid #e9e9e9;
	border-radius: 12px;
	padding: 20px;
}

.inner-user-property-packaged .value {
	display: block;
	font-weight: 600;
	font-size: 1rem;
	margin: 0 0 5px;
}

.filter-agency-form .button,
.filter-agent-form .button {
	width: 100%;
}

.filter-agency-form label,
.filter-agent-form label {
	display: none;
}

.filter-agency-form .action-location,
.filter-agent-form .action-location {
	position: relative;
}

.filter-agency-form .action-location .clear-location,
.filter-agent-form .action-location .clear-location {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	background-color: #fff;
	color: #dc3545;
	z-index: 2;
}

.filter-agency-form .action-location .find-me,
.filter-agent-form .action-location .find-me {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	top: 12px;
	right: 14px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.filter-agency-form .action-location .find-me:hover,
.filter-agency-form .action-location .find-me:focus,
.filter-agent-form .action-location .find-me:hover,
.filter-agent-form .action-location .find-me:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.filter-agency-form .action-location .find-me:before,
.filter-agent-form .action-location .find-me:before {
	content: '\f110';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.filter-agency-form .action-location .find-me.loading,
.filter-agent-form .action-location .find-me.loading {
	animation: rotate 700ms linear 0s normal none infinite running;
	-webkit-animation: rotate 700ms linear 0s normal none infinite running;
}

.agencies-filter-top-sidebar-wrapper,
.agents-filter-top-sidebar-wrapper {
	padding: 0;
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form,
.agencies-filter-top-sidebar-wrapper .filter-agent-form,
.agents-filter-top-sidebar-wrapper .filter-agency-form,
.agents-filter-top-sidebar-wrapper .filter-agent-form {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form:after,
.agencies-filter-top-sidebar-wrapper .filter-agent-form:after,
.agents-filter-top-sidebar-wrapper .filter-agency-form:after,
.agents-filter-top-sidebar-wrapper .filter-agent-form:after {
	clear: both;
	content: ' ';
	display: table;
}

.agencies-filter-top-sidebar-wrapper .filter-agency-form > div,
.agencies-filter-top-sidebar-wrapper .filter-agent-form > div,
.agents-filter-top-sidebar-wrapper .filter-agency-form > div,
.agents-filter-top-sidebar-wrapper .filter-agent-form > div {
	float: left;
	width: 100%;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

@media (min-width: 992px) {
	.agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-title,
	.agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-title,
	.agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-title,
	.agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-title {
		width: 32%;
	}
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location {
		width: 50%;
	}
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.form-group-inner,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.form-group-inner,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.form-group-inner,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.form-group-inner {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.search_distance_wrapper,
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.action-location,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.search_distance_wrapper,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.action-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.search_distance_wrapper,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.form-group-center-location
		.action-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.search_distance_wrapper,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.form-group-center-location
		.action-location {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		width: 50%;
		float: left;
	}
	.agencies-filter-top-sidebar-wrapper .filter-agency-form .form-group-submit,
	.agencies-filter-top-sidebar-wrapper .filter-agent-form .form-group-submit,
	.agents-filter-top-sidebar-wrapper .filter-agency-form .form-group-submit,
	.agents-filter-top-sidebar-wrapper .filter-agent-form .form-group-submit {
		width: 18%;
	}
}

@media (min-width: 992px) {
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.action-location
		.clear-location,
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.action-location
		.find-me,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.action-location
		.clear-location,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.action-location
		.find-me,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.action-location
		.clear-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.action-location
		.find-me,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.action-location
		.clear-location,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.action-location
		.find-me {
		right: 1.875rem;
	}
}

@media (max-width: 991px) {
	.agencies-filter-top-sidebar-wrapper
		.filter-agency-form
		.search_distance_wrapper,
	.agencies-filter-top-sidebar-wrapper
		.filter-agent-form
		.search_distance_wrapper,
	.agents-filter-top-sidebar-wrapper
		.filter-agency-form
		.search_distance_wrapper,
	.agents-filter-top-sidebar-wrapper
		.filter-agent-form
		.search_distance_wrapper {
		margin: 15px 0 10px;
	}
}

#compare-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	width: 340px;
	height: 100vh;
	max-width: 85%;
	min-height: 100vh;
	background-color: #fff;
	padding: 40px 20px 70px;
	border-left: 2px solid var(--justhome-heading-color);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	display: none;
}

#compare-sidebar.active {
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

#compare-sidebar.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#compare-sidebar .property-list-simple {
	margin-bottom: 20px;
}

#compare-sidebar .title {
	font-size: 20px;
	margin: 0;
	height: 50px;
}

#compare-sidebar .compare-sidebar-inner {
	height: calc(100% - 50px);
}

#compare-sidebar .compare-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: #fff;
}

#compare-sidebar .compare-list {
	height: 100%;
}

#compare-sidebar .compare-sidebar-btn {
	position: absolute;
	top: 40%;
	right: 100%;
	white-space: nowrap;
	display: inline-block;
	padding: 7px 20px;
	font-weight: 500;
	color: #fff;
	background-color: var(--justhome-heading-color);
	cursor: pointer;
	border-radius: 12px 12px 0 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#compare-sidebar .compare-sidebar-btn:hover,
#compare-sidebar .compare-sidebar-btn:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

ul.messages {
	list-style: none;
	padding: 0;
	margin: 0;
}

.valuation-item .progress {
	height: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.valuation-item .progress {
		margin-bottom: 25px;
	}
}

.valuation-item .progress-bar {
	line-height: 10px;
	background-color: #1bc4bd;
}

.valuation-item .valuation-label {
	font-weight: 500;
	color: var(--justhome-link-color);
}

.valuation-item:last-child .progress {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.property-public-facilities .property-public-facility-wrapper {
		margin-top: 10px;
		width: 50%;
		float: left;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.property-public-facilities > .clearfix {
		margin-top: -10px;
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.property-public-facility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.property-public-facility .property-public-facility-title {
	min-width: 110px;
	font-weight: 500;
	color: var(--justhome-link-color);
}

.energy-inner-top .list {
	color: var(--justhome-link-color);
}

.energy-inner-top .list li {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.energy-inner-top .list li {
		margin-bottom: 15px;
	}
}

.energy-inner-top .list li:last-child {
	margin-bottom: 0;
}

.energy-inner-top .list .value {
	margin-left: auto;
}

.energy-inner-top .list .text {
	font-weight: 500;
}

.energy-inner-top + .energy-inner {
	margin-top: 80px;
}

.energy-group {
	position: relative;
	color: #fff;
	padding: 2px 0;
}

.energy-group .indicator-energy {
	position: absolute;
	text-align: left;
	white-space: nowrap;
	background: #999999;
	bottom: 100%;
	font-size: 12px;
	left: 0;
	padding: 4px 10px;
	margin-bottom: 18px;
}

.energy-group .indicator-energy:before {
	display: block;
	background-color: transparent;
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: #999999 transparent transparent #999999;
	left: 0;
	top: 100%;
}

.energy-inner {
	position: relative;
}

.energy-inner > div {
	width: 100%;
	text-align: center;
	word-break: break-word;
}

.energy-aplus {
	background-color: #58a05f;
}

.energy-a {
	background-color: #88b45f;
}

.energy-b {
	background-color: #c6d35e;
}

.energy-c {
	background-color: #fdf05b;
}

.energy-d {
	background-color: #e4b84e;
}

.energy-e {
	background-color: #c8743c;
}

.energy-e ~ .energy-group .indicator-energy {
	left: auto;
	right: 0;
}

.energy-e ~ .energy-group .indicator-energy:before {
	left: auto;
	right: 0;
	border-color: #999999 #999999 transparent transparent;
}

.energy-f {
	background-color: #ba3633;
}

.energy-g {
	background-color: #ca403d;
}

.energy-h {
	background-color: #cc4845;
}

@media (max-width: 767px) {
	.energy-c .indicator-energy,
	.energy-d .indicator-energy,
	.energy-e .indicator-energy {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.energy-c .indicator-energy:before,
	.energy-d .indicator-energy:before,
	.energy-e .indicator-energy:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		border-color: #999999 transparent transparent;
	}
}

.nav-tabs-floor {
	border-radius: 54px;
	background: #f9f9f9;
	padding: 8px;
}

.nav-tabs-floor button {
	border: 0;
	padding: 5px 15px;
	border-radius: 41px;
	font-weight: 500;
	color: var(--justhome-link-color);
	background: transparent;
}

@media (min-width: 1200px) {
	.nav-tabs-floor button {
		font-size: 1rem;
		padding: 5px 30px;
		margin-right: 5px;
	}
}

.nav-tabs-floor button.active,
.nav-tabs-floor button:hover {
	background: #fff;
	color: var(--justhome-link-color);
	-webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
	box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.floor-item .content-accordion {
	padding: 20px 0 0;
}

@media (min-width: 120px) {
	.floor-item .content-accordion {
		padding-top: 1.875rem;
	}
}

.floor-item .image,
.floor-item .content {
	margin-top: 25px;
}

.metas-floor {
	column-gap: 10px;
}

.metas-floor > div {
	line-height: 1.5;
	border: 1px solid #e9e9e9;
	padding: 0.9375rem;
	border-radius: 12px;
}

@media (min-width: 1200px) {
	.metas-floor > div {
		padding: 24px 1.875rem;
		border-radius: 16px;
		min-width: 150px;
	}
}

.metas-floor i {
	font-size: 24px;
	line-height: 1;
}

.metas-floor .subtitle {
	font-weight: 500;
}

.print-detail {
	padding: 15px 1.875rem;
	margin: auto;
	max-width: 1000px;
	background-color: #fff;
}

.print-detail .title-inner,
.print-detail h3 {
	font-size: 20px;
	margin: 0 0 20px;
}

.print-detail > div {
	margin-bottom: 40px;
}

.print-detail .print-header-top {
	margin-bottom: 10px;
}

.print-logo {
	max-width: 280px;
	display: block;
	margin: auto;
	text-align: center;
}

.print-logo .tag-line {
	display: inline-block;
	margin-top: 10px;
}

.print-header-middle {
	padding: 15px 0;
	margin: 0 !important;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.print-header-middle h1 {
	margin: 0;
	font-size: 30px;
}

.print-header-middle .print-header-middle-right {
	margin-left: auto;
}

.print-main-image {
	position: relative;
}

.print-main-image .qr-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.print-block .title {
	font-size: 16px;
	margin: 0;
}

.print-block .agent-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.print-block .agent-media .media-image-left {
	width: 120px;
	padding-right: 15px;
}

.print-block .agent-media .media-image-left .media-body-right {
	width: calc(100% - 120px);
}

.print-gallery .print-gallery-image {
	margin-bottom: 1.875rem;
}

.form-theme {
	position: relative;
}

.form-theme.loading:before {
	content: '';
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: calc(100% + 16px);
}

.form-theme .alert {
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.apus-mortgage-calculator .form-group {
	position: relative;
}

@media (min-width: 1200px) {
	.apus-mortgage-calculator .form-group {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.mortgage-calculator-form .btn {
		min-width: 200px;
		text-align: center;
	}
	.mortgage-calculator-form .wrapper-submit {
		padding-top: 5px;
	}
}

.calculator-chart-percent {
	height: 12px;
	border-radius: 12px;
}

.calculator-chart-percent > div {
	height: 12px;
}

.mortgage-calculator-chart-wrapper {
	max-width: 250px;
}

.monthly-payment-wrap {
	margin-bottom: 5px;
	color: #1f4b43;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 20px;
	line-height: 1.6;
}

.monthly-payment-wrap .monthly-payment-val {
	font-weight: 500;
	font-size: 21px;
	color: var(--justhome-link-color);
}

.list-result-calculator {
	column-gap: 20px;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.list-result-calculator {
		padding-left: 70px;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.list-result-calculator {
		column-gap: 60px;
	}
}

.list-result-calculator li {
	margin: 5px 0;
	padding: 0 0 0 20px;
	position: relative;
}

.list-result-calculator li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e7c873;
	position: absolute;
	top: 9px;
	left: 0;
}

.list-result-calculator li:nth-child(2):before {
	background-color: #58a0e5;
}

.list-result-calculator li:nth-child(3):before {
	background-color: #eb6e85;
}

.list-result-calculator .name-result {
	display: block;
	font-weight: 500;
	font-size: 1rem;
}

.list-result-calculator .property-tax-val {
	color: #1f4b43;
}

.apus-mortgage-inner-bottom {
	margin-top: 1.875rem;
}

@media (min-width: 1200px) {
	.apus-mortgage-inner-bottom {
		margin-top: 50px;
	}
}

.top-header-detail-property {
	margin: 0 0 20px;
}

@media (min-width: 1200px) {
	.top-header-detail-property {
		margin: 0 0 1.875rem;
	}
}

.top-header-detail-property .property-title {
	margin: 0;
	font-size: 23px;
}

@media (min-width: 1200px) {
	.top-header-detail-property .property-title {
		font-size: 26px;
	}
}

.top-header-detail-property .property-metas {
	margin-top: 5px;
}

.top-header-detail-property .avg-price {
	font-size: 1rem;
	font-weight: 500;
}

.single-property-wrapper .description-inner {
	position: relative;
}

.single-property-wrapper
	.description-inner:not([class*='show'])
	.show-more-less-wrapper {
	display: none;
}

.single-property-wrapper .description-inner.show-less .show-more {
	display: none;
}

.single-property-wrapper .description-inner.show-more .show-less {
	display: none;
}

.apus-mortgage-calculator-widget .form-group {
	position: relative;
}

.apus-mortgage-calculator-widget .form-group .unit {
	font-size: 13px;
	color: #717171;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.apus-mortgage-calculator-widget .apus_mortgage_results {
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
}

.box-white-mobile {
	border-radius: 12px;
	padding: 20px;
	background: #fff;
}

@media (min-width: 1200px) {
	.main-left-space {
		padding-right: 75px;
	}
}

.message-notification {
	font-size: 22px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	position: relative;
	background: #f7f7f7;
	color: var(--justhome-link-color);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.message-notification .unread-count {
	font-size: 11px;
	padding: 4px 8px;
	font-weight: 600;
	line-height: 1;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -7px;
}

.message-notification:hover,
.message-notification:focus {
	background: #e5e5e5;
}

.property-submission-preview-form-wrapper .property-single-layout > .container {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.info-widget-top {
	padding: 0 0 1.875rem;
}

@media (min-width: 1200px) {
	.info-widget-top {
		padding-bottom: 40px;
	}
}

.info-widget-top .widgettitle {
	line-height: 1.3em;
	margin: 0 0 5px;
	font-size: 23px;
}

@media (min-width: 768px) {
	.info-widget-top .widgettitle {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.info-widget-top .widgettitle {
		font-size: 40px;
	}
}

.info-widget-top .des {
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.info-widget-top .des {
		font-size: 17px;
	}
}

.info-widget-top .nav-tabs {
	margin: 0;
}

@media (max-width: 767px) {
	.info-widget-top .ms-auto .nav-tabs {
		margin-top: 15px;
		justify-content: start !important;
	}
}

.action-show-filters {
	font-weight: 500;
	font-size: 13px;
	background: #fff;
	padding: 5px 16px;
	border: 1px solid var(--justhome-heading-color);
	border-radius: 8px;
	color: var(--justhome-heading-color);
	cursor: pointer;
}

.action-show-filters i {
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
	vertical-align: middle;
}

@media (max-width: 1024px) {
	.action-show-filters + #properties-google-maps,
	.action-show-filters + .filter-listing-form {
		display: none;
		margin-top: 15px;
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.lg-circle-check form.form-search .circle-check li {
		width: 25%;
	}
}

/* 12. responsive */
/*
*  Responsive
*/
@media (min-width: 1430px) {
	.container {
		max-width: 1430px;
	}
	.row-margin-left > .elementor-widget {
		overflow: hidden;
		width: calc(1400px + ((100vw - 1400px) / 2));
		max-width: calc(1400px + ((100vw - 1400px) / 2)) !important;
		padding-right: calc((100vw - 1400px) / 2);
	}
	.fullscreen > .slick-list {
		overflow: visible;
	}
}

@media (min-width: 1025px) {
	.d-dk-none {
		display: none !important;
	}
	.d-dk-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.hidden-dots .slick-dots {
		display: none;
	}
}

@media (max-width: 1199px) {
	.slick-carousel .slick-arrow {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.slick-carousel .slick-arrow:hover,
	.slick-carousel .slick-arrow:focus {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

@media (max-width: 767px) {
	.row {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.row > [class*='col-']:not(.elementor-column) {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.property-detail-gallery .row.row-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.property-detail-gallery .row.row-10 > * {
		padding-left: 5px;
		padding-right: 5px;
	}
	.action-item [class*='btn'] span {
		display: none;
	}
	form.form-search.horizontal .content-main-inner .list-item {
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.apus-filter .subtitle {
		display: none;
	}
}

@media (max-width: 479px) {
	.woocommerce
		form
		.woocommerce-billing-fields
		.woocommerce-billing-fields__field-wrapper
		> *
		> *,
	.woocommerce
		form
		.woocommerce-billing-fields
		.woocommerce-billing-fields__field-wrapper
		> *
		> .select2-container,
	.woocommerce
		form
		.woocommerce-billing-fields
		.woocommerce-billing-fields__field-wrapper
		> *
		> select,
	.woocommerce
		form
		.woocommerce-billing-fields
		.woocommerce-billing-fields__field-wrapper
		> *
		> input {
		width: 100% !important;
		margin: 0 0 5px !important;
	}
	div.cmb2-wrap [id*='map_location-map'] ~ input {
		margin: 0 0 5px !important;
		width: 100%;
	}
	.woocommerce-page table.cart td.actions .coupon {
		margin: 0;
	}
	.woocommerce-page table.cart td.actions .coupon .input-text {
		margin: 0 0 1rem;
		width: 100%;
	}
}

@media (max-width: 782px) {
	.admin-bar.header_transparent #apus-header {
		top: 46px;
	}
	.admin-bar .header-mobile {
		top: 46px;
	}
}

@media (min-width: 783px) {
	.admin-bar .header-mobile {
		top: 32px;
	}
}

@media (max-width: 600px) {
	.admin-bar .header-mobile.sticky-header {
		top: 0;
	}
}
