/*
Theme Name: GDS-Fullcreative
Theme URI: https://example.com
Author: GDS Fullcreative
Author URI: https://example.com
Description: G.I.Ma. – Gruppo Italiano Mangimi. Custom WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gds-fullcreative
Tags: custom-menu, featured-images, translation-ready
*/

/*
 * Tutti gli stili del tema sono in:
 *   assets/css/gima-style.css
 *
 * Questo file esiste solo perché WordPress richiede style.css
 * con l'intestazione del tema per riconoscerlo.
 */

/* WordPress required classes */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 8px;
  top: 8px;
  width: auto;
  z-index: 100000;
  padding: 12px 20px;
  background: #fff;
  font-weight: 700;
}

/* WordPress align classes */
.alignleft  { float: left;  margin-right: 1rem; margin-bottom: 0.5rem; }
.alignright { float: right; margin-left:  1rem; margin-bottom: 0.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; text-align: center; margin-top: 4px; }
.gallery-caption { display: block; font-size: 0.875rem; text-align: center; }
.bypostauthor > .comment-body { border-left: 3px solid currentColor; padding-left: 8px; }
.sticky { display: block; }
