/*
Theme Name: UR Creative
Theme URI: https://urcreative.pro/
Author: UR Creative
Author URI: https://urcreative.pro/
Description: Custom theme for UR Creative — Digital. Creative. Growth. A digital agency site with web development, graphic design, video editing and social media management pages. Design is authored inline per page; this stylesheet only carries the theme header and WordPress admin-bar corrections.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: ur-creative
Tags: business, portfolio, one-column, custom-menu, featured-images
*/

/* The site design lives in the page templates as inline styles, exactly as designed.
   Only WordPress-specific corrections belong in this file. */

/* Keep the fixed site header clear of the WP admin bar for logged-in users. */
body.admin-bar-showing [data-header] { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar-showing [data-header] { top: 46px; }
}

/* WordPress core alignment classes, in case content blocks are ever added. */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
