/*
Theme Name:   Wavy Child
Theme URI:    https://estudiopatagon.com/projects/wavy-for-wordpress/
Author: EstudioPatagon
Author URI: https://estudiopatagon.com/
Description:  Child theme, based on Wavy
Template: wavy

*/

/* Add your custom code just below */

.post-content a:not(.button):not(.tag) {
    color: #F43676 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.post-content a:not(.button):not(.tag):hover {
    text-decoration: none !important;
}

/* Hide empty subscribe button and empty widget boxes */
.epcl-subscribe, 
a[href=""].subscribe-toggle,
.subscribe-toggle[href=""],
header .subscribe-toggle,
.widget_epcl_subscribe_form,
.epcl_subscribe_form,
.sidebar-footer-mobile {
    display: none !important;
}
