/*
 Theme Name: Used
 Description: Child theme of Listing Hive
 Author: Public Methods
 Template: listinghive
 Version: 1.0.0
*/
/* Import parent theme styles */
:root{
	--primary-color: #FF4500;
}
.header-logo img{
	width: 50%;
}
.wppb-container > .wppb-row{
	overflow-x: clip;
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-subscribe{
	background: var(--primary-color);
}
.perfecty-push-dialog-container .perfecty-push-dialog-form #perfecty-push-dialog-cancel{
	color: var(--primary-color);
}
.hp-menu--site-header button span {
	display: inline!important;
}
.wppb-btn-custom, .button--primary, .button--secondary{
	background:var(--primary-color)!important;
	border-radius: 50px!important;
}
.hp-form--listing-search{
	border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
	.header-navbar{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.header-navbar.fixed{
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 10;
		width: 100%;
	}
}