.jd-button.jd-button--center.hover {
    display: none !important;
}
.site_button span{
	z-index:999 !important;
	position:relative !important;
}
.site_button {
    width: 175px;
    font-size: 18px;
    padding: 0;
    color: #000;
    margin: 0;
    line-height: 2.5;
    display: inline-block !important;
    text-align: center;
    height: 50px;
    display: flex;
	background:#fff ;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    text-transform: capitalize;
    margin-right: 5px;
    border: 2px solid #123132;
    cursor: pointer;
    font-weight: 500;
    transition: 1s !important;
}
.home_banner_button .site_button{
    background: #fff;
    color: #000;
}
button.wp-element-button.site_button:hover {
    color: #fff !important;
}

.site_button:focus{ color: #123132; }
.site_button:hover{ color: #fff; }
.site_button:before{
    content: "";
    background: #123132;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.site_button:hover:before{ 
    left: auto;
    right: 0;
    width: 100%;
} 
a.site_button.hover_button.jd-button-lib{
	width: 250px;
    line-height: 2;
    padding: 0 !important;
}
a.site_button.hover_button.jd-button-lib span{
	padding:0px !important;
}
a.site_button.hover_button.jd-button-lib:hover span{
	color:#fff !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button{
    width: 160px;
    font-size: 16px;
    height: 45px;

}
}

@media all and (min-width: 481px) and (max-width: 767px) {
 
}

@media all and (min-width: 768px) and (max-width: 980px) {
  .site_button{
    width: 160px;
    font-size: 16px;
    height: 45px;

}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
  .site_button{
    width: 160px;
    font-size: 16px;
    height: 45px;
}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
 .site_button{
    width: 160px;
    font-size: 16px;
    height: 45px;
}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
.site_button{
    width: 160px;
    font-size: 16px;
    height: 45px;
}
  
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button{
        width: 160px;
        font-size: 16px;
        height: 45px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
  
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
}


@media all and (min-width: 981px) and (max-width: 3000px) {

}
