: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/* makebetter admin css*/
#ampforwp-reloaded-feedback-overlay {
/* Height & width depends on how you want to reveal the overlay (see JS below) */
position: fixed; /* Stay in place */
z-index: 10000; /* Sit on top */
background-color: rgb(120,120,120); /* Black fallback color */
background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
#ampforwp-reloaded-feedback-content {
top: 25%; /* 25% from the top */
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
.mb-box{display: none;width:100%;}
.ampforwp-for-wp-feedback-not-deactivate { display: block; text-align: right; }
#ampforwp-reloaded-feedback-content h3{
@media screen and (max-width:400px){
#ampforwp-reloaded-feedback-content {