:root {
    --button-radius:0;
}

.themeb007 {
    --body-line-height:1.4;
    --p-font-size: var(--text-large);
    font-size:1.1rem;
}

.search-banner-006 .input-container input[type=text] {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:300;
    text-transform:uppercase;
    margin-bottom:1.2rem;
}

.title {
    color: #000;
}

.footer-006-v2 .name-container .title {
    color: #fff;
}

.block-layout.block-layout.inverted h1,
.block-layout.block-layout.inverted h2,
.block-layout.block-layout.inverted h3,
.block-layout.block-layout.inverted h4,
.block-layout.block-layout.inverted h5,
.block-layout.block-layout.inverted h6 {
    color: var(--g-inverted-text-color);
}

.has-dark-bg h1,
.has-dark-bg h2,
.has-dark-bg h3,
.has-dark-bg h4,
.has-dark-bg h5,
.has-dark-bg h6 {
    color:inherit;
}

.themeb007 .search-banner-006 .content-container,
.themeb007 .search-banner-006-master .content-container {
    z-index:auto;
}

.themeb007 .search-banner-006 .omnibox-form .typeahead,
.themeb007 .search-banner-006-master .omnibox-form .typeahead {
    z-index:100 !important;
}




/*** V2 COMPATIBILITY 2022-06-12 ***/

/* SHALLOW BLOCK BASE TITLES */

.block-layout.shallow-block .titles + .text {
    margin-top: 1rem;
}
.shallow-block .sub-title,
.shallow-block .title {
    margin-bottom: 1rem;
}
.shallow-block .sub-title {
    font-size: var(--text-small);
    letter-spacing: 0.1rem;
    /* line-height: 1; */
}
.shallow-block .sub-title:not(.text-size) {
    font-size: var(--text-small);
}
.shallow-block .title-underline .sub-title {
    line-height: 1.5;
}
.shallow-block .title-underline .title:after {
    content: "";
    width: 8rem;
    height: 2px;
    background-color: var(--title-underline-color, var(--g-accent-color));
    display: block;
    margin-top: 1rem;
}
.shallow-block .title-reverse {
    display: flex;
    flex-direction: column-reverse;
}
.shallow-block .title-underline .title.title[style*="center"]::after,
.shallow-block .content-center .title-underline .title:after {
    margin-left: auto;
    margin-right: auto;
}
.shallow-block .title-underline .title.title[style*="right"]::after,
.shallow-block .content-right .title-underline .title:after {
    margin-left: auto;
    margin-right: 0;
}
.shallow-block .title-underline .title.title[style*="left"]::after,
.shallow-block .content-left .title-underline .title:after {
    margin-left: 0;
    margin-right: auto;
}

/* SHALLOW BLOCK BASE CONTENT ALIGNMENT */

.shallow-block .image-container,
.shallow-block .title,
.shallow-block .content-left .image-container,
.shallow-block .content-left .title,
.shallow-block .content-left {
    text-align: left;
}
.shallow-block .content-left .button-list {
    justify-content: flex-start;
}
.shallow-block .content-center .image-container,
.shallow-block .content-center .title,
.shallow-block .content-center {
    text-align: center;
}
.shallow-block .content-center .button-list {
    justify-content: center;
}
.shallow-block .content-right .image-container,
.shallow-block .content-right .title,
.shallow-block .content-right {
    text-align: right;
}
.shallow-block .content-right .button-list {
    justify-content: flex-end;
}

/* menu fix */

.search-banner-006-master.search-banner-006-master .outter-bar {
    z-index: 110;
}

/* OMNI FIX */

.search-banner-006.search-banner-006 .name-container,
.search-banner-006-master-v2.search-banner-006-master-v2 .name-container {
    min-width: auto;
}

.search-banner-006.search-banner-006 .input-container input[type=text],
.search-banner-006-master.search-banner-006-master .input-container input[type=text] {
	width:100%;
}

.search-banner-006.search-banner-006 .omni-container .search,
.search-banner-006-master.search-banner-006-master .omni-container .search {
    aspect-ratio: 1;
}