/**
 * Skylith Child - AZ Builders Custom Styles
 * 
 * This file contains custom CSS overrides and additions
 * for the AZ Builders website.
 */

/* ==========================================================================
   Typography Overrides
   ========================================================================== */

/* Override parent theme heading font-weights to match theme.json settings */
h1, .h1 {
    font-weight: 400;
    line-height: 0.9;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.125;
}

/* Paragraph line-height */
p {
    line-height: 1.5;
}

/* Typography Overrides */
b, strong {
    font-weight: 700;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */

/* Add your custom styles below */

/* Main page background color */
.nk-main {
	background-color: #ffffff;
}

/* Secondary small divider line */
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
	height: 1px;
	margin-left: 0;
}

.red-underline {
	text-decoration: underline #EE3342;
	text-underline-offset: 5px;
}

.is-style-outline-white:hover {
	background-color: #ffffff;
}
.is-style-outline-white:hover * {
	color: #000000 !important;
}

svg.ghostkit-svg-icon {
	display: none !important;
}

.ghostkit-accordion-item .ghostkit-accordion-item-heading>a, .ghostkit-accordion-item .ghostkit-accordion-item-heading>button, .ghostkit-accordion-item a.ghostkit-accordion-item-heading {
	text-decoration: underline #EE3342 !important;
	text-underline-offset: 5px !important;
}