/*
Theme Name:   The Rosary Shop
Theme URI:    https://themysticssociety.ukstudio.world/
Description:  A custom child theme for "Simon's Theme," designed for The Rosary Shop.
Author:       Holmes & Watson
Author URI:   https://themysticssociety.ukstudio.world/
Template:     simonstheme
Version:      1.1.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, responsive-layout, custom-layout
Text Domain:  simonstheme-child
*/


element {
}
body {
  background-color: #27546f;
  border: 1px solid #eaddc9;
  box-sizing: border-box;
  max-width: 1280px;
  margin: 10px auto;

   -ms-overflow-style: none;
   scrollbar-width: none;
}

.wp-menu-container {
    background: #0a1727;
}

a {
  color: #eaddc9;
}

/* Full size images will be a maximum of 1280px set by the parent theme */
.alignwide img,
.alignfull img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block; /* Prevent inline spacing issues */
}

/* If I do want anything to break out and actually be true full width, apply this class */
main.site-main .true-full-width { /* The '>' has been removed */
    padding-left: 0;
    padding-right: 0;
}


site-footer {
    background: #0a1727;
}

/* Items with this class cannot be selected by the user */
.unselectable {
  -webkit-user-select: none; /* Safari, Chrome, Opera */
  -moz-user-select: none;    /* Old versions of Firefox */
  -ms-user-select: none;     /* Internet Explorer and Edge */
  user-select: none;         /* The standard, which should be last */
}
