/*
Theme Name: RICHES777v2
Theme URI:
Author: RICHES777v2
Author URI:
Description: Description
Version: 1.0
License: 1.0
License URI:
Text Domain:
Tags:
*/
@media (max-width: 768px) {
	.logo-joker {
		max-width: 60%;
	}
}

@media (max-width: 768px) {
    .float-footer {
        bottom: 0;
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 999;
    }
    /* footer {
        padding-bottom: 90px;
    } */
}


.footer-mobile-fixed {
	display: none;
}
.footer-mobile-fixed img {
	width: 100%;
	flex: 1;
}

@media only screen and (max-width: 767px) {
	.footer-mobile-fixed {
		display: flex;
		justify-content: space-between;
		flex: 1;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
	footer {
		padding-bottom: 150px;
	}
}