/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.site-footer {
    position: relative;
    top: 40px;
    margin-top: -40px;
}


@media(min-width:767px){
	
	
	img.custom-logo::before {
    visibility: hidden;
}

header .custom-logo-link img {
    display: none;
}

span.site-logo-img::before {
    content: "";
    background: url(https://weightlosssolutions.com.au/wp-content/uploads/2024/08/1000060555.png) no-repeat center;
    height: 120px;
    width: 150px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
	
}