/*
Theme Name: TODD Architects
Theme URI: https://candystore.studio/
Author: the candystore studio team
Author URI: https://candystore.studio
Description: Custom theme build for TODD architects.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toddarchitects
Template: twentytwentyfive
*/

/* Development */
.development {
  border: 1px dashed deeppink;
}

.is-todd-archive {
  border: 1px dashed aqua;
}

.is-todd-pattern {
  border: 1px dashed deeppink;
}

/* Global */

/* Blocks */
.wp-block-list.is-style-todd-list-style {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-template-part:has(>.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: 0px;
  position: sticky;
  top: calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));
  z-index: 10;
}

header.wp-block-template-part:has(>.is-position-sticky) {
  height: 0;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding: .5em 1em;
}

@media all and (min-width: 1024px) {

}

/* Home */
.video-flush-top {
  margin-top: -70px;
}

/* Navigation */
nav.wp-block-navigation .is-menu-open {
  border: 2px dashed aqua;
}

/* Overlay menu container */
.overlay-menu .wp-block-featured-image {
  display: none;
}

.overlay-menu.is-open .wp-block-featured-image {
  display: block;
}