  /* ----------------------------------------------------------------------- */
/* Override theme.json color of h1 so we can see the page titles */
.edit-post-visual-editor__post-title-wrapper h1 {
    color: var(--wp--preset--color--theme-primary) !important;
}

/* Fix content width on cover inner container */
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, 
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    width: 100%;
}

/* remove padding from media & text to align with rest of page */
.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}

/* link transitions */
a { transition: all 0.3s ease-in-out; }

/* no underlines on links if in a heading */
h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover { text-decoration: none; }

/* SVG icon styles */
svg.icon {
    width: 5em;
    height: 5em;
    fill: var(--wp--preset--color--theme-primary);
    display: block;
    margin: 0 auto;
}

/* dashed wide line style for separator */
.wp-block-separator.is-style-gcc-dashed-wide-line {
    border: none;
    border-top: 2px dashed transparent;
    height: 0;
    width: 100% !important;
    background-color: transparent !important;
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-primary-background-color {
    border-color: var(--wp--preset--color--theme-primary);
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-secondary-background-color {
    border-color: var(--wp--preset--color--theme-secondary);
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-grey-lt-background-color {
    border-color: var(--wp--preset--color--theme-grey-lt);
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-grey-background-color {
    border-color: var(--wp--preset--color--theme-grey);
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-white-background-color {
    border-color: var(--wp--preset--color--theme-white);
}
.wp-block-separator.is-style-gcc-dashed-wide-line.has-theme-black-background-color {
    border-color: var(--wp--preset--color--theme-black);
}

/* Button Variations ------------------------------------------------------- */
.wp-block-button__link {
    border-radius: 1px;
    font-size: 22px;
    padding-top: 15px !important;
    padding-right: 40px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    transition: all 0.3s ease-in-out;
}

/* red button */
.is-style-gcc-red-button .wp-block-button__link {
	background-color: var(--wp--preset--color--theme-primary);
	border: 2px solid var(--wp--preset--color--theme-primary);
	color: var(--wp--preset--color--theme-white);
}
.is-style-gcc-red-button .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-black);
	border: 2px solid var(--wp--preset--color--theme-black);
}

/* red button with border */
.is-style-gcc-red-button-with-border .wp-block-button__link {
	background-color: var(--wp--preset--color--theme-primary);
	border: 2px solid var(--wp--preset--color--theme-white);
	color: var(--wp--preset--color--theme-white);
}
.is-style-gcc-red-button-with-border .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-black);
}

/* black button */
.is-style-gcc-black-button .wp-block-button__link {
    background-color: var(--wp--preset--color--theme-black);
	border: 2px solid var(--wp--preset--color--theme-black);
	color: var(--wp--preset--color--theme-white);
}
.is-style-gcc-black-button .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-primary);
    border: 2px solid var(--wp--preset--color--theme-primary);
}

/* black button with border */
.is-style-gcc-black-button-with-border .wp-block-button__link {
	background-color: var(--wp--preset--color--theme-black);
	border: 2px solid var(--wp--preset--color--theme-white);
	color: var(--wp--preset--color--theme-white);
}
.is-style-gcc-black-button-with-border .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--theme-white);
    color: var(--wp--preset--color--theme-primary);
}

/* red outline button */
.is-style-gcc-red-outline-button .wp-block-button__link {
    background-color: transparent;
    border: 2px solid var(--wp--preset--color--theme-primary);
    color: var(--wp--preset--color--theme-black);
}
.is-style-gcc-red-outline-button .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-primary);
    color: var(--wp--preset--color--theme-white);
}

/* black outline button */
.is-style-gcc-black-outline-button .wp-block-button__link {
    background-color: transparent;
    border: 2px solid var(--wp--preset--color--theme-black);
    color: var(--wp--preset--color--theme-primary);
}
.is-style-gcc-black-outline-button .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-black);
    color: var(--wp--preset--color--theme-white);
}

/* Red shadow on group blocks */
.is-style-gcc-group-shadow-red {
    box-shadow: 10px 10px 0px var(--wp--preset--color--theme-primary);
}

/* page sidebar styles */
.submenu {
    box-shadow: var(--wp--preset--shadow--crisp-red);
}
.submenu h3 {
    color: var(--wp--preset--color--theme-black) !important;
}
.submenu .wp-block-separator {
    color: var(--wp--preset--color--theme-grey-dk) !important;
}
.submenu .wp-block-navigation-item {
	border-bottom: 1px solid var(--wp--preset--color--theme-grey);
    width: 100%;
    padding: 16px 16px !important;
}
.submenu .wp-block-navigation__container > .wp-block-navigation-item:last-child {
    border-bottom: none;
}
.submenu .wp-block-navigation-item a.wp-block-navigation-item__content > *,
.submenu .wp-block-navigation-item a {
	color: var(--wp--preset--color--theme-primary) !important;
}
.submenu .wp-block-navigation-item a.wp-block-navigation-item__content:hover > *,
.submenu .wp-block-navigation-item a:hover {
	color: var(--wp--preset--color--theme-black) !important;
}

/* tabs styling ----------------------------------------------------------------- */
.wp-block-getwid-tabs {
    border: 1px solid #d9d9d9;
    border-radius: 1px;
    font-family: inherit;
    padding: 0;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
    background-color: #f4f4f4;
    border: none;
    font-size: 1.1rem;
    padding: 0;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
    margin-right: 0;
    border: none;
    border-right: 1px solid #d9d9d9;
    border-radius: 1px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
    background-color: var(--wp--preset--color--theme-grey-lt);
    color: var(--wp--preset--color--theme-black);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
    background-color: var(--wp--preset--color--theme-primary);
    color: var(--wp--preset--color--theme-white);
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link .wp-block-getwid-tabs__title-wrapper a {
    padding: 0 30px !important;
    line-height: 59px;
}
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content-wrapper,
.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content-wrapper .wp-block-getwid-tabs__tab-content {
    border: none;
}


/* round buttons - .circle-buttons */
#eagle-promise-hero .wp-block-buttons.circle-buttons .wp-block-button__link {
    width: 75px;
    line-height: 70px;
    padding: 0 !important;
}
#eagle-promise-hero .wp-block-buttons.circle-buttons .wp-block-button__link:hover {
    transform: scale(1.1);
}