:root {
    --g-accent-color:rgba(184,126,88,1);
    --g-accent-text-color:rgba(255,255,255);
    --button-radius: 0;
}

.themeb001 .button,
.themeb001 button {
    border-radius: 0;
    font-size: 1rem;
    text-transform: uppercase;
} 

.themeb001 .featured-listings-001 .button {
    color: currentColor;
    background-color: transparent;
    border:1px solid currentColor;
}

.themeb001 .featured-listings-001 .button:hover {
    border:1px solid  var(--g-accent-color);
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--title-font-family);
    font-weight: 400;
}

.header-106.header-106 .panel-content .button {
    border-radius:0;
}

.header-106 .name-container,
.header-106-master .name-container,
.footer-003 .name-container {
    font-family: var(--body-font-family);
}

.header-106 .name-container span:first-child,
.header-106-master .name-container span:first-child,
.footer-003 .name-container span:first-child,
.footer-003 .panel-title {
    font-family: var(--title-font-family);
} 

.header-106 .subtitle,
.header-106-master .subtitle,
.subtitle {
    font-family: var(--body-font-family); 
} 

.header-106-master .custom-logo {
    margin: 0 0 var(--spacing-1) 0;
    max-height: 4rem;
}

.header-106-master .titles {
    text-align:center;
}




/*** 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-family: var(--sub-title-font-family, var(--body-font-family));
    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 */

.header-106-master.header-106-master .menu-container {
    z-index: auto;
}

.hmenu.hmenu > .mrp-menu-level-0 li.open > ul {
    z-index: 110;
}
