/*
Theme Name: Fenizo Technologies
Theme URI: https://fenizotechnologies.com
Author: Fenizo Technologies
Author URI: https://fenizotechnologies.com
Description: Professional IT Solutions & Digital Transformation theme for Fenizo Technologies. Features sticky scroll animations, horizontal product runway, mega menu, and a fully styled blog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Commercial
Text Domain: fenizo
Tags: business, technology, one-page, blog, custom-menu, responsive-layout
*/

/* WordPress admin bar offset */
body.admin-bar .navbar { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .navbar { top: 46px; } }

/* WordPress alignment classes */
.alignleft  { float: left; margin: 0 2rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 2rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.alignwide  { margin-left: -5%; margin-right: -5%; }
.alignfull  { margin-left: -100vw; margin-right: -100vw; }

/* WordPress figure captions */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.82rem; color: #71717a; text-align: center; margin-top: 8px; }

/* Sticky edit link */
.edit-link { display: none; }

/* Editor-managed page layouts */
.editable-page-wrap {
  padding: 72px 0 96px;
}

.editable-page-content {
  max-width: 880px;
  margin: 0 auto;
  color: #111827;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.editable-page-content > :first-child {
  margin-top: 0;
}

.editable-page-content h2,
.editable-page-content h3,
.editable-page-content h4 {
  color: #0f172a;
  line-height: 1.2;
  margin-top: 2.2em;
  margin-bottom: 0.7em;
}

.editable-page-content p,
.editable-page-content ul,
.editable-page-content ol,
.editable-page-content blockquote,
.editable-page-content .wp-block-group,
.editable-page-content .wp-block-columns {
  margin-bottom: 1.1em;
}

.editable-page-content a {
  color: #0ea5e9;
}

.editable-page-content img {
  border-radius: 18px;
}

.editable-page-content .wp-block-button__link {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
}
