/*
Theme Name: Housing Multiplier Template
Theme URI: https://tandem.nyc/
Author: Tandem NYC
Author URI: https://tandem.nyc/
Description: Starter template for Tandem projects. Adapted from Frost WP.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.3.1
Requires PHP: 5.6
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: housingmultiplier
*/


/* Defaults
---------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	scroll-behavior: smooth;
}

/* Admin */
#wpadminbar {
	position: absolute;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex-grow: 1;
}

/* img.edit-site-site-icon__image {
	filter: invert(1);
} */

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:not(.wp-element-button) {
	text-decoration: underline;
}

a:focus,
a:hover {
	text-decoration: none;
}

header.site-header {
    position: sticky;
    z-index: 999;
    top: 0;
}

header.site-header a {
	text-decoration: none;
	text-underline-offset: 4px;
}

header.site-header .current-menu-item a {
	text-decoration: underline;
}

header.site-header nav a:focus,
header.site-header nav a:hover {
	text-decoration: underline;
}

a.wp-element-button:hover,
a.wp-element-button:focus {
	text-decoration: underline;
}

b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

/* .alignfull > .alignwide:first-child, */
.wp-block-cover__inner-container.has-global-padding {
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}


/* Accordion
---------------------------------------------------------------------------- */

/* .tm-accordion-wrapper {
	gap: var(--wp--preset--spacing--small);
	display: flex;
	flex-direction: column;
	margin: 0;
}

.tm-accordion-item-wrapper {
	border: 3px solid var(--wp--preset--color--clennon-navy);
	border-radius: 4px;
	gap: var(--wp--preset--spacing--x-small);
	overflow: hidden;
}

.tm-accordion-item-wrapper input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tm-accordion-item-wrapper input:checked ~ .tm-accordion-content {
	max-height: 9999px;
}

.tm-accordion-item-wrapper input:checked + .tm-accordion-header::after {
	transform: rotate(270deg);
}

.tm-accordion-header {
	display: flex;
	cursor: pointer;
	padding: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small);
	background-color: var(--wp--preset--color--clennon-green);
	color: var(--wp--preset--color--clennon-white);
	justify-content: space-between;
	padding: 1rem;
	align-items: center;
}

.tm-accordion-header h2 {
	font-size: var(--wp--preset--font-size--max-36);
	margin: 0;
}

.tm-accordion-header::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
	font-size: var(--wp--preset--font-size--x-large);
}

.tm-accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.tm-accordion-content > * {
	margin: 0;
	padding-left: var(--wp--preset--spacing--small);
	padding-right: var(--wp--preset--spacing--small);
}

.tm-accordion-content > *:first-child {
	padding-top: var(--wp--preset--spacing--small);
}
.tm-accordion-content > *:last-child {
	padding-bottom: var(--wp--preset--spacing--small);
}

.tm-accordion-content p {
	margin-top: 10px;
}
.tm-accordion-content ul {
	margin-top: 10px;
	margin-left: 20px;
}

.tm-accordion-content h4:not(:first-child) {
	margin-top: 20px;
} */

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border-radius: 5px;
	font-size: var(--wp--preset--font-size--small);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}

/* Blocks
---------------------------------------------------------------------------- */

/* Code
--------------------------------------------- */

*:not(.wp-block-code) > code {
	background-color: var(--wp--preset--color--neutral);
	font-size: var(--wp--preset--font-size--small);
	padding: 5px 8px;
}

/* Group
--------------------------------------------- */

.wp-block-group.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-group.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--shadow);
}

/* Image
--------------------------------------------- */

.wp-block-image.is-style-shadow-light img {
	box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-image.is-style-shadow-solid img {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* List
--------------------------------------------- */

.is-style-no-disc {
	list-style-type: none;
	padding-left: 0;
}

.logo-grid .wp-block-image.size-full { 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Navigation
--------------------------------------------- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

/* Navigation Submenu
--------------------------------------------- */



/* Quote
--------------------------------------------- */

.wp-block-quote.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-quote.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 600px) {

	/* Utility
	--------------------------------------------- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* Columns
	--------------------------------------------- */

	.is-style-columns-reverse {
		flex-direction: column-reverse;
	}

}

@media only screen and (min-width: 600px) {

	/* Navigation Link
	--------------------------------------------- */

	.wp-block-navigation-item.is-style-outline a {
		border: 1px solid currentColor;
		padding: 8px 15px;
	}

}