/*
custom-style.css
*/
input.button.fullwidth{
	width: 100%;
	text-align: center;
}
input.button::before{
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all .2s;
}
.listing-item-content span{
	font-size: 11px !important;
}
.notverified-badge{
	background-color: #ea0323 !important;
}
.listing-details-sidebar li a.instagram-profile i, .listing-details-sidebar li a.instagram-profile{
	color:#817c79;
}
header#header-container{
	background-color: #ffcd00;
}
#logo img{
	max-height: 55px;
}