/*
 Theme Name:   ISSI Online
 Description:  Customization of fireweed theme for ISSI Online.
 Author:       Maggie Wettergreen
 Author URI:   https://maggiewettergreen.com
 Template:     fireweed
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  fireweed-child
*/
:root {
    --wp--preset--shadow--natural: 0px 2px 5px rgba(0, 0, 0, .2);
    --wp--preset--color--blue-600: #1360b3;
}

body.overlay-header header .custom-logo-link{
    background-image: url(/wp-content/uploads/2025/10/ISSI-invert.png);
    background-size: contain;
}
body.overlay-header header .custom-logo-link img{
    opacity: 0;
}
a{
    transition: all 0.2s linear;
}
.entry-content .fireweed-button-icon-wrapper svg{
    min-width: 1.25em;
    min-height: 1.25em;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    font-size: 16px;
    font-weight: 500;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--wp--preset--color--accent-1);
}

body .wp-element-button:hover, body.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--blue-600)!important;
    color: var(--wp--preset--color--white)!important;
}
body header .wp-element-button:hover, body header .wp-block-button__link:hover {
    background-color: transparent!important;
    color: var(--wp--preset--color--accent-1)!important;
    transform: translatey(-2px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item{
    display: block;
    width: 100%;
}

/*small laptops and large tablets and below*/
@media only screen and (max-width:1200px) {
  
}

/*small tablets and mobile*/
@media only screen and (max-width:999px) {

    .wp-block-navigation.items-justified-center{
        justify-content: right;
    }
    .home .wp-block-gallery.has-nested-images figure.wp-block-image{
        max-width: 20%;
    }
    .home .entry-content>.wp-block-cover:first-child{
        min-height: 0!important;
        padding-top: 130px;
    }

}

/*large tablets and desktop*/
@media only screen and (min-width:1000px) {

}

/*small mobile*/
@media only screen and (max-width:500px) {
  
}
