/*
Theme Name: Nyture Child
Theme URI: http://nyture.novaworks.net
Description: This is a child theme for Nyture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: nyture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/.whatsapp-button {    display: inline-block; /* poți să pui block dacă vrei lat pe tot containerul */    background: linear-gradient(135deg, #25D366, #1ebe5d);    color: #fff;    text-align: center;    padding: 12px 20px;    border-radius: 8px;    font-weight: bold;    font-size: 24px;    text-decoration: none;    transition: all 0.3s ease;}.whatsapp-button:hover {    background: linear-gradient(135deg, #1ebe5d, #25D366);}.whatsapp-button .whatsapp-icon {    margin-right: 15px;    font-size: 36px;    vertical-align: middle;}function protect_images_styles() {    ?>    <style>        .protected-image {            width: 100%;            position: relative;        }        .protected-image canvas {            width: 100% !important;            height: auto !important;            display: block;            pointer-events: none;        }    </style>    <?php}add_action('wp_head', 'protect_images_styles');
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/
