/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/


/* === Social Menu: add WhatsApp icon (matches theme's social-nav ::before system) === */
/* Put this in your CHILD THEME style.css */
.social-navigation .social-nav a[href*="wa.me"]::before,
.social-navigation .social-nav a[href*="whatsapp.com"]::before,
.social-navigation .social-nav a[href*="api.whatsapp.com"]::before {
  font-family: "Font Awesome 6 Brands","Font Awesome 5 Brands","Font Awesome 6 Free","Font Awesome 5 Free";
  font-weight: 400;
  content: "\f232"; /* WhatsApp */
}

.social-navigation .social-nav a[href*="google.com/maps"]::before,
.social-navigation .social-nav a[href*="g.page"]::before {
  font-family: "Font Awesome 6 Brands","Font Awesome 5 Brands","Font Awesome 6 Free","Font Awesome 5 Free";
  font-weight: 400;
  content: "\f1a0"; /* Google */
}