/*
Theme Name:  Telnet Child
Description: Child theme for Telnet – performance-hardened for shared hosting
Template:    telnet
Version:     1.0.0
Text Domain: telnet
*/

/*
 * All custom CSS goes here. The parent's full stylesheet is loaded automatically
 * because functions.php enqueues it as a dependency of 'telnet-child-style'.
 *
 * Override the accelerator-link hack that was in the parent style.css:
 */
a[href="https://www.s-sols.com/products/wordpress/accelerator?utm_source=usersite&utm_medium=banner&utm_campaign=free_lim_ver&utm_term=accel"],
html body a[href="https://www.s-sols.com/products/wordpress/accelerator?utm_source=usersite&utm_medium=banner&utm_campaign=free_lim_ver&utm_term=accel"] span {
    font-size: 0 !important;
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
