/*
Theme Name: SiamNews
Description: Child theme of Viral Pro
Author: Your Name
Template: viral-pro
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../viral-pro/style.css");

/* Custom styles for SiamNews child theme */
/* Add your custom CSS below this line */

/* Example customizations - you can modify or remove these */
body {
  /* Your custom body styles */
}

.site-header {
  /* Your custom header styles */
}

.site-footer {
  /* Your custom footer styles */
}
.ht-menu > ul > li.menu-item:hover > a,
.ht-menu > ul > li.menu-item.current_page_item > a,
.ht-menu > ul > li.menu-item.current-menu-item > a,
.ht-menu > ul > li.menu-item.current_page_ancestor > a {
  background: none;
  
}