.custom-hover-button .et_pb_button{background-color:transparent;color:#000;border:2px solid #000;position:relative;overflow:hidden;transition:color 0.3s ease-out}.custom-hover-button .et_pb_button::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#000;transition:left 0.3s ease-out;z-index:0}.custom-hover-button .et_pb_button:hover::after{left:0}.custom-hover-button .et_pb_button span{position:relative;z-index:1}.custom-hover-button .et_pb_button:hover{color:#fff}