/*
Theme Name: Coastline - Ignition Child
Theme URI: https://www.cssigniter.com/themes/coastline/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Coastline - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-coastline
Text Domain: ignition-coastline-child
*/
/*@import url("../ignition-coastline/style.css");
/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */
 a {
 	color:blue
 }
 .site-sidebar-wrap {
    background-image: url(https://fivewomen.nz/wp-content/uploads/2025/06/puhoi_1911_702w.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.navigation-main, .head-mast .head-content-slot-item, .navigation-mobile-wrap {
	text-transform: capitalize;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0em;
	color: white;
	/*box-shadow: #000000 1px 0 10px;*/
}

.header-normal .head-mast .navigation-main li .current-menu-ancestor>a, .header-normal .head-mast .navigation-main li .current-menu-item>a, .header-normal .head-mast .navigation-main li .current_page_ancestor>a, .header-normal .head-mast .navigation-main li .current_page_item>a, .header-normal .head-mast .navigation-main li li:hover>a, .header-normal .head-mast .navigation-main li li>a:focus {
    color: #996600;
    background-color: var(--ignition-header-submenu-background-color-hover);
}
/* put captions below image instead of on top */
figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0.2em;
    position: relative;
}
.wp-block-gutenbee-image figcaption  {
	color: #000;
	font-style: italic;
	}
.wp-block-image figcaption {
	color: #000;
	font-style: italic;
}
.wp-element-caption figcaption {
	color: #000;
	font-style: italic;
	}