/*
Theme Name: Structify
Theme URI: https://effethemes.com/themes/structify-wordpress-theme/
Author: Effe Themes
Author URI: https://effethemes.com/
Description: Structify is a modern, multipurpose, block-based WordPress theme designed for the construction industry and beyond. With Full Site Editing (FSE) capabilities, Structify offers full customization over every aspect of your website—from colors and typography to the layout of each page—providing the flexibility to suit a wide range of business needs. Whether you're creating a site for construction, engineering, architecture, or any other purpose, this responsive and versatile theme delivers an intuitive interface for building a professional online presence. Structify equips you with all the tools you need to design, manage, and grow your site with ease.
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: structify
Tags: blog, one-column, two-columns, left-sidebar, block-patterns, news, portfolio, custom-header, custom-background, custom-logo, custom-menu, featured-images, full-width-template, full-site-editing, editor-style, threaded-comments, block-styles, wide-blocks, translation-ready
*/

/* ================= > General Styles < ================= */

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  font-size: inherit !important;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: var(--wp--preset--color--custom-secondary) !important;
}

ul {
  list-style: none;
  padding: 0;
}

ul > li > a {
  text-decoration: none;
}

:where(.wp-site-blocks) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.wp-block-site-title > a:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

/* ================= > Header < ================= */

.header-navigation > div > div > div > div > ul > ul > li > a:hover,
.header-navigation > li > a:hover {
  color: var(--wp--preset--color--custom-primary) !important;
  padding: 0 10px;
}

.header-search-icon > div > button {
  background: transparent;
  padding: 0;
  color: inherit !important;
}

.header-search-icon:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

.wp-block-site-title > a {
  text-decoration: none;
}

.wp-block-navigation__responsive-container-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0 !important;
}

/* ================= > Blog < ================= */

.form-submit > input[type="submit"] {
  background: var(--wp--preset--color--custom-primary) !important;
}

.form-submit > input[type="submit"]:hover {
  opacity: 0.8;
}

/* ================= > Footer < ================= */

.footer-links > p > a {
  text-decoration: none;
}


/* ================= > Media Queries < ================= */

@media (max-width: 1024px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wp-block-post-template-is-layout-grid {
    grid-template: none;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close,
  .wp-block-navigation__responsive-container-open:not(.always-shown),
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start !important;
    --navigation-layout-justify: flex-start !important;
  }

}

@media (max-width: 768px) {
  .copyright > div {
    flex-direction: column;
  }
}