/*!
Theme Name: Habitat Region Child
Theme URI: https://github.com/HabitatPortlandRegion/WordPress-HabitatRegion
Author: Habitat Portland Region
Author URI: https://habitatportlandregion.org
Template: habitatpdx
Description: A child theme for the PDX Habitat Region Wordpress site that inherits shared styles from the parent theme.
Version: 2.0.0
Tested up to: 8.2
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: N/A
Text Domain: habitatpdx-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

habitatpdx-child is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.page-id-121 .event-hero {
    min-height: 600px;
}

.page-id-25790 #currentopenings {
    max-height: 800px;
    overflow: scroll;
}

/** Homepage Color Tiles **/
.home .columns .color-tile-col:first-child .color-tile-solid {
    background: #002f6c;
    color: white;
}

.home .columns .color-tile-col:nth-child(2) .color-tile-solid {
    background: #43b02a;
}

/**
   * Footer - Salsa Embed customized styles
   * @NOTE: We use !important here to override the styles that we're getting from Salsa.
   */
.signup-footer .sli-element.sli-form-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.signup-footer .sli-form.fv-form {
    margin: 0 !important;
}

.signup-footer a.sli-button.sli-flat.sli-small {
    font-weight: 700 !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    padding: 15px 45px !important;
}

.signup-footer .sli-form-field.sli-element {
    background-color: inherit !important;
}

.signup-footer .sli-form-field.sli-element label {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 4px !important;
}

.signup-footer .sli-form-field.sli-element input.sli-input {
    border-radius: 3px !important;
}

/** AC Impact Grid */
.hpr-ac-impact-grid .wp-block-column h2:nth-child(2) {
    margin-bottom: -10px;
}

/** Neighborhood cards */
.wp-block-habitat-blocks-neighborhood-card.neighborhood-card a {
    color: #4a4a4a;
    text-decoration: none;
}

.wp-block-habitat-blocks-neighborhood-card.neighborhood-card a:hover,
.wp-block-habitat-blocks-neighborhood-card.neighborhood-card a:focus {
    text-decoration: initial;
}

.page-template-page_property li {
    font-size: 1.2em;
    line-height: 1.5em;

}

.spacer-border-bttm-4 {
    border-bottom: 4px solid #c9c9c9;
}

/** Property tables */
.page-template-page_property table {
    font-weight: initial;
}

.page-template-page_property .wp-block-table.is-style-stripes tbody tr:first-child {
    background-color: #00AFD7;
    color: white;
}