
.isIphoneX .popup_mobile-full__1hyc4 .popup_body__1wtsy {
    max-height: calc(100vh - 226px);
}
/*Change Yellow Search Form Color on Search V2*/
.searchbox_wrap__37JXq .autosuggest__results,
.searchbox_searchInput__2p4ds div[class*=wrap] {
    border-color: green;
/*change border color*/
}
.searchbox_searchButton__1c9iK .wil-btn--primary {
    background-color: green;
/*change background color of the button*/
}

.searchbox_searchButton__1c9iK .wil-btn--primary:after
 {
	border-left-color: green ;
}

div.searchbox_searchButton__1c9iK a.wil-btn.wil-btn--primary.wil-btn--round.wil-btn--md {
		color: white;
		background-color:green;
/*change color of the search button*/
}

div.searchbox_searchButton__1c9iK > a:hover {
	background-color: green !important;
/*hover color on search button*/
}
/*Hide Listing Inbox button on the Listing Sidebar
.wil-listing-inbox {
display: none !important;
}*/
/*Customizing Font-size and Color on Hero Search Form*/
/*#wilcity-hero-search-form .tab_nav__3YJph { 
    font-size: 20px;
    color: green;
}
#wilcity-hero-search-form .field_label__2eCP7 {
   font-size: 20px;
   color: green;
}*/
#wilcity-hero-search-form .tab_nav__3YJph li a {
  /* font-size: 20px;*/
  font-weight:400;
   color: black;
}
/*add text to login button on mobile view*/
@media (max-width: 768px) {
#wil-login-register-controller span {
font-size: 10px !important;
vertical-align: middle !important;
margin-left: 3px !important;
}
}
