/*
Theme Name: Tadaima 25
Template: twentytwentyfive
Author: Mayuko Moriyama
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Responsive Block Control settings */
@media (max-width: 599px) {
  .rbc-is-hidden-on-mobile {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .rbc-is-hidden-on-tablet {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .rbc-is-hidden-on-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .rbc-is-hidden-on-wide {
    display: none !important;
  }
}
