/*
Theme Name: Chris Eagle Forex
Theme URI: https://chriseagleforex.co.nz
Author: Codia Tech
Author URI: https://codia.tech
Description: Custom theme for Chris Eagle Forex. A like-for-like WordPress conversion of the existing one-page site, so the design is unchanged and the content becomes editable.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chriseagleforex
*/

/*
   The site's own stylesheet loads separately and unchanged, from
   assets/css/chriseagleforex.css. Only the rules WordPress itself needs live
   here, so the design stays exactly as it was.
*/

.alignleft   { float: left;  margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright  { float: right; margin-left: 1.5rem;  margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption  { max-width: 100%; }
.wp-caption-text, figcaption { font-size: 0.875rem; opacity: 0.8; padding-top: 0.5rem; }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    background: #fff;
    color: #111;
    padding: 0.75rem 1.25rem;
}
.skip-link:focus { left: 0; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-delay: 0ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
