.myButton {
box-shadow: 0px 0px 0px 0px #fff6af;
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
background-color:#ffec64;
border-radius:14px;
border:5px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Verdana;
font-size:21px;
font-weight:bold;
padding:29px 54px;
text-decoration:none;
text-shadow:0px 4px 0px #ffee66;
}
.myButton:hover {
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
background-color:#ffab23;
}
.myButton:active {
position:relative;
top:1px;
}
.btn-primary, .btn-primary:hover, .btn-primary:active {
background-color: #1ABC9C!important;
color: #ffffff!important;
}
.opalestate-search-form .btn-search {
width: 100%;
text-align: center;
background-color: #0A8BBA!important;
color: #ffffff;
}
.opalestate-search-form:not([class*="opalestate-search-form--vertical"]) {
background-color: #FFF!important;
padding: 0px 0px 0px 0px!important;
border-style: solid;
border-width: 1px;
}
.opalestate-search-form--collapse-advanced > .opal-collapse-container {
background: #FFF!important;
padding: 0px 15px!important;
position: absolute;
border-style: solid;
border-width: 1px;
z-index: 9;
}