.site_button {
    display: inline-block;
    width: 176px;
    font-size: 17px;
    padding: 0;
    background: #fff;
    color: #000;
    border: 2px solid #d7261c;
    margin: 0;
    line-height: 2.5;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: 1s !important;
    margin-bottom: 0px !important;
    border-radius:10px ;
}
a.site_button.hover_button.second_btn {
    width: 240px;
}
.site_button::before{
    position: absolute;
    content: '';
    /*background: url(../../../../../wp-content/uploads/2022/07/btn_bg_hover.png);*/
    left: 0;
    height: 100%;
    width: 0px;
    transition: 1s !important;
    top: 0;
    bottom: 0;
    background-repeat: repeat-x;
	/* background-size: 100% 100%; */
}
.site_button:hover::before{
        width: 100%;
        transition: 1s !important;
}
.site_button span{
    position: relative;
    z-index: 999;
}





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

@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;
}
}

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

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

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

@media all and (min-width: 1281px) and (max-width: 1440px) {
  
}

@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) {

}
