/*
Theme Name: DDP Safety Group
Theme URI: https://ddpsafetygroup.example.com
Author: The Legend Desk
Author URI: https://thelegendesk.com
Description: A dynamic WordPress theme for DDP Safety Group — a construction safety & warehousing consulting business. Converted from a static HTML/PHP template to a fully dynamic theme powered by ACF Pro (content & options), Custom Post Types (Services, Projects, Industries, Testimonials, FAQs) and Contact Form 7. Ships with a one-click demo import.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ddp
Tags: business, one-column, custom-menu, featured-images, translation-ready
*/

/*
 * All presentational CSS lives in /assets/css/ (layout.css, style.css, responsive.css)
 * and is enqueued from inc/enqueue.php. This file only carries the WordPress
 * theme header above plus a few WP-core helpers.
 */

.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;
}

.sticky,
.gallery-caption,
.bypostauthor,
.wp-caption,
.wp-caption-text {
    /* Required by Theme Check */
}

.alignright { float: right; }
.alignleft  { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
