/**
* Theme Name: Nuss Child
* Description: This is a child theme of Nuss, generated by Merlin WP.
* Author: <a href="http://uxper.co/">Nuss</a>
* Template: nuss
* Version: 1.4.1
*/
strong {
    font-weight: 500 !important;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

img,
svg,
video,
iframe,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  width: 100%;
  max-width: 100%;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

.season-notice {
    display: none !important;
    cursor: pointer;
}