/*
Theme Name: Storefront Child
Theme URI: http://buyyoutubecomments.net/storefront-child/
Description: Child theme for the Storefront
Author: Saif Ahmed Khatri
Author URI: http://buyyoutubecomments.net/
Template: storefront
Version: 1.0.0
*/

/* Whatsapp Icon overlaping adjustment in mobile devies */
@media only screen and (max-width: 600px) {
    #ht-ctc-chat {
        bottom: 75px !important; /* Adjust this value to move the icon up or down */
        right: 25px !important; /* Adjust this value to move the icon left or right */
    }
}

/* Remove Border from hyper links */
a:focus {
    outline: none;
    border: none;
}

/* Logo resize For desktop and laptop devices */
@media only screen and (min-width: 1024px) {
    .site-header .site-branding img {
        max-width: 350px !important; /* Adjust as needed */
        height: auto !important;
    }
}

/* Logo resize For tablet devices */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-header .site-branding img {
        max-width: 200px !important; /* Adjust as needed */
        height: auto !important;
    }
}

/* Ensure text remains visible during webfont load */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://fonts.gstatic.com/s/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2') format('woff2');
    font-display: swap;
}
