/*
Theme Name: B Mobile
Theme URI: none
Description: Custom Developed.
Template: oceanwp
Version: 1.0
*/

/* Custom CSS */

a:focus {
    outline: 0 !important;
}

.b-mobile-btn a:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px; 
    background-image: url('https://clients.thesocialnexus.org/b-mobile/wp-content/uploads/2024/07/click-me.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
    vertical-align: middle;
	
	position: absolute;
	top: 40%;
	right: 55%;
}

@media (max-width: 767.98px) { 
	right: 65%;
}

@media (max-width: 575.98px) {
	right: 28%;
}