@charset "UTF-8";

/*
Theme Name: montanatheme
Theme URI: https://montanasteele.com/
Author: The Montana Steele Team(Web Developer: Sandeep Singh)
Author URI: https://montanasteele.com/
Description: Custom Montana Steele site theme with ACF content blocks and Webpack assets.
Requires at least: 6.3
Tested up to: 7.1
Requires PHP: 7.4
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: montanatheme
Tags: one-column, custom-menu, editor-style, featured-images
 */

/* Core accessibility helpers also load when the development bundle is unavailable. */
.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; width: 1px; word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto; clip-path: none; height: auto; width: auto;
    left: 1rem; top: 1rem; margin: 0; padding: 1rem; position: fixed;
    background: #fff; color: #111; z-index: 100000;
}
:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 2px solid currentColor !important; outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .cursor { display: none !important; }
}

/* Core content alignment and captions for ordinary posts and pages. */
.entry-content .alignleft { float: left; margin: 0 1.5em 1em 0; }
.entry-content .alignright { float: right; margin: 0 0 1em 1.5em; }
.entry-content .aligncenter { display: block; margin-inline: auto; }
.entry-content .wp-caption { max-width: 100%; }
.entry-content .wp-caption-text, .gallery-caption { font-size: .875em; }
.comment-list .bypostauthor > article { border-inline-start: 2px solid currentColor; padding-inline-start: 1rem; }
