/*
Theme Name: Roselight 2025 Theme
Theme URI: 
Author: des
Author URI: 
Description: Child of Twenty Twenty Five theme
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: roselight-2025-theme
Tags: 
*/

.mc_unsub_link a {
    color: blue;
}


/* Change Desktop/Mobile menu toggle breakpoint */
/* Neutralise the wp default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
} /*@media (min-width: 600px) */

/* Set new breakpoint */
@media (min-width: 610px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: flex;
  }
}/* @media (min-width: 610px) */